You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(9) |
Nov
(11) |
Dec
|
|---|
|
From: <mr...@us...> - 2008-11-12 09:58:21
|
Revision: 146
http://mytime.svn.sourceforge.net/mytime/?rev=146&view=rev
Author: mrego
Date: 2008-11-12 09:58:12 +0000 (Wed, 12 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* ChangeLog: Updated file with SVN log.
Modified Paths:
--------------
tags/MY_TIME_0_3/ChangeLog
Modified: tags/MY_TIME_0_3/ChangeLog
===================================================================
--- tags/MY_TIME_0_3/ChangeLog 2008-11-12 09:18:34 UTC (rev 145)
+++ tags/MY_TIME_0_3/ChangeLog 2008-11-12 09:58:12 UTC (rev 146)
@@ -1 +1,1191 @@
-Please check the svn log instead
+
+2008-11-12 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/changelog: Changes for new release.
+ * configure.ac: Updated MyTime version to 0.3.
+ * TODO:
+ * NEWS:
+ Updated these files for the new release of MyTime 0.3.
+
+2008-11-12 Manuel Rego Casasnovas <mr...@ig...>
+ * tempusfugit/tf-idle.c: Updated idle time to 5 minutes.
+ * tempusfugit/tf-register-dbus.c: Removed a debug line not
+ needed.
+
+2008-11-11 Iván Gómez Rodríguez <ig...@ig...>
+ Modified to report inactivity to data server
+
+2008-11-10 Manuel Rego Casasnovas <mr...@ig...>
+ * src/gui/main.c:
+ * configure.ac:
+ Fixed an internationalization problem.
+
+2008-11-07 Manuel Rego Casasnovas <mr...@ig...>
+ * src/gui/mytime.c: Using gettext to translate some pending
+ messages.
+ * po/gl.po:
+ * po/es.po:
+ * po/ChangeLog:
+ Updated translation for these messages.
+
+2008-11-07 Manuel Rego Casasnovas <mr...@ig...>
+ * src/gui/mytime.c:
+ * src/gui/main.c:
+ * src/gui/Makefile.am:
+ Updated some files to generate a library libmytime-gui.la to be
+ used in GTK-Doc.
+ * doc/reference/Makefile.am:
+ Updated GTK-Doc Makefile to use this new library.
+ * debian/menu:
+ * data/mytime.desktop.in.in:
+ * data/man/mytime.1:
+ * data/man/mytime-gui.1:
+ * data/man/Makefile.am:
+ * data/man/mytime-tempusfugit.1:
+ * data/man/mytime-data-server.1:
+ Made some changes related with application's name change, not
+ it's called just "mytime" instead of "mytime-gui".
+
+2008-11-06 Manuel Rego Casasnovas <mr...@ig...>
+ * po/Chagelog:
+ * po/es.po:
+ * po/gl.po:
+ Updated translations.
+ * src/gui/mytime.c: Added called to gettext to translate the
+ different kind of charts.
+
+2008-11-06 Manuel Rego Casasnovas <mr...@ig...>
+ * TODO: Updated this file.
+
+2008-11-04 Manuel Rego Casasnovas <mr...@ig...>
+ * data_server/mytime_dao_action_summary.c:
+ * data_server/mytime_dao_window_change_summary.c:
+ * data_server/mytime_data_server_facade.c:
+ * data_server/mytime_sqlite_helper.c:
+ Updated GTK-Doc comments.
+
+2008-10-05 Iván Gómez Rodríguez <ig...@ig...>
+ Bug fixed in connect method.
+
+2008-10-03 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/changelog: Updaed version.
+ * NEWS: Added news of 0.2 version.
+
+2008-10-03 Manuel Rego Casasnovas <mr...@ig...>
+ * mytime_sqlite_helper.h:
+ * mytime_sqlite_helper.c:
+ (load_events_table) Fixed a bug when "last_uploaded_date" is
+ empty.
+
+2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/changelog:
+ * configure.ac:
+ Updated version MyTime 0.2.
+ * src/gui/mytime.c:
+ * po/gl.po:
+ * po/es.po:
+ Added a translatable string.
+
+2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
+ * po/gl.po:
+ * po/es.po:
+ Updated translations.
+
+2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control:
+ Updated dependencies.
+ * src/data_server/mytime_data_operations.c:
+ * src/data_server/minigzip.c:
+ * src/data_server/minigzip.h:
+ * src/data_server/Makefile.am:
+ Removed files related with compression.
+ * configure.ac:
+ Added package check for unit tests.
+ * TODO:
+ Updated this file.
+ * autogen.sh:
+ Added a checking to see if gtk-doc is installed.
+
+2008-10-01 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_do_application.c:
+ * src/data_server/mytime_do_application.h:
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_do_window_change_summary.h:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_do_action_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_dao_application.h:
+ * src/data_server/mytime_dao_window_change_summary.h:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ * src/data_server/mytime_data_operations.c:
+ * src/data_server/mytime_data_operations.h:
+ * src/data_server/mytime_remote_storage.c:
+ * src/data_server/mytime_data_server_facade.h
+ * src/data_server/mytime_data_server_dbus.h
+ * src/tempusfugit/mytime_events_catcher.c:
+ * src/tempusfugit/mytime_events_catcher.h:
+ * doc/reference/Makefile.am:
+ * doc/reference/mytime-docs.sgml:
+ * Makefile.am:
+ Improved Gtk-Doc documentation.
+ * src/gui/mytime.c:
+ Added version information to the About dialog.
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_application.c:
+ Added Gtk-Doc to DAOs.
+ * tests/Makefile.am:
+ * tests/check_data_server.c:
+ Adapted the tests to the new DataServer structure.
+
+2008-09-30 Iván Gómez Rodríguez <ig...@ig...>
+ Adding main.c
+
+2008-09-30 Iván Gómez Rodríguez <ig...@ig...>
+ * mytime_data_access and mytime_data_server was replaced by
+ mytime_data_server_facade and mytime_data_server_dbus
+ * Added main file
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ * libmytime-common/mytime-accounts-manager-interface.c:
+ Bug fixed in a non-null check.
+ * src/data_server/mytime_data_access.c:
+ Not summarizable data, set to last 7 days, last 3 months, and
+ last 2 years.
+ * src/gui/mytime.c:
+ * src/gui/Makefile.am:
+ Changed the way to save/get passwords from accounts. Now, GUI
+ uses libmytime-common library.
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ * tests/check_main.c:
+ * tests/check_mytime.h:
+ * tests/check_accounts_manager.c:
+ * tests/Makefile.am:
+ Added unit test for Accounts Manager.
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/mytime_data_server.c:
+ Summarize events function updated in the DataServer. This is
+ called after merging process between local and remote database.
+ * tests/check_mytime.h:
+ * tests/check_data_server.c:
+ Some few bugs in the tests.
+
+2008-09-29 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/test_ws.c:
+ File deleted.
+ * tests/check_main.c:
+ * tests/check_mytime.h:
+ * tests/Makefile.am:
+ * tests/check_web_service.c:
+ * tests/check_data_server.c:
+ Added Web Service unit tests.
+
+2008-09-26 Santiago Álvarez Martínez <sal...@ig...>
+ * tests/check_data_server.c:
+ Modified last unit test, to clean the database at the end
+
+2008-09-26 Santiago Álvarez Martínez <sal...@ig...>
+ * po/POTFILES.in:
+ Just reviewed two lines.
+ * src/data_server/test.c:
+ * tests:
+ * tests/Makefile.am:
+ * tests/check_data_server.c:
+ * configure.ac:
+ * Makefile.am:
+ Replaced the old tests (by the moment, only the DataServer
+ one), by the Check unit test ones. The /tests directory was
+ added to project's root
+ directory, to place there every unit test.
+
+2008-09-25 Iván Gómez Rodríguez <ig...@ig...>
+ Initalization of column window title was removed, it will not
+ be used
+
+2008-09-25 Iván Gómez Rodríguez <ig...@ig...>
+ * com.igalia.MyTime.EventsCatcher.service.in : Changed the
+ executable name
+
+2008-09-25 Manuel Rego Casasnovas <mr...@ig...>
+ * doc/reference/data_server:
+ * doc/reference/libmytime-common:
+ * doc/reference/gui:
+ * doc/reference/tempusfugit:
+ Deleted folders not needed.
+ * configure.ac:
+ * doc/reference/Makefile.am:
+ * doc/reference/version.xml.in:
+ * doc/reference/mytime-docs.sgml:
+ Made some changes to generate all documentation related with
+ MyTime together.
+
+2008-09-24 Manuel Rego Casasnovas <mr...@ig...>
+ * libmytime-common/mytime-account-data.c:
+ * libmytime-common/mytime-accounts-manager-interface.c:
+ * libmytime-common/Makefile.am:
+ * libmytime-common/mytime-account-data.h:
+ * libmytime-common/mytime-accounts-manager-interface.h:
+ Separeted object MytimeAccountData on a different file of
+ MytimeAccountsManagerInterface.
+ * doc/reference/data_server/Makefile.am:
+ * doc/reference/libmytime-common:
+ * doc/reference/libmytime-common/libmytime-common-docs.sgml:
+ * doc/reference/libmytime-common/Makefile.am:
+ * doc/reference/libmytime-common/version.xml.in:
+ * doc/reference/gui/Makefile.am:
+ * doc/reference/Makefile.am:
+ * doc/reference/tempusfugit/Makefile.am:
+ Updated files to generate documentation.
+ * Makefile.am:
+ Updated Makefile to create documentation of some modules.
+ * configure.ac:
+ Updated to create documentation with GTK-Doc.
+
+2008-09-24 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_data_operations.c:
+ * src/data_server/Makefile.am:
+ User's password is taken from the Keyring.
+
+2008-09-24 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_data_operations.c:
+ Old CSV files are deleted from the web service, after uploading
+ the new ones.
+ * po/es.po:
+ Typo.
+
+2008-09-24 Manuel Rego Casasnovas <mr...@ig...>
+ * libmytime-common/Makefile.in: Remove file not needed.
+ * libmytime-common/Makefile.am: Updated Makefile.am to create a
+ library "mytime-common.la".
+ * Makefile.am: Update subdirs order.
+
+2008-09-24 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_data_operations.c:
+ At the beginning of the merge process, .lock file is uploaded
+ to the web service. At the end, it's deleted.
+
+2008-09-23 Iván Gómez Rodríguez <ig...@ig...>
+ * libmytime-common : New commons library.
+ * libmytime-common/mytime-accounts-manager-factory.h
+ * libmytime-common/mytime-accounts-manager-factory.c : Accounts
+ managers factory
+ * libmytime-common/mytime-accounts-manager-interface.h
+ * libmytime-common/mytime-accounts-manager-interface.c :
+ Defines accounts manager api
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.h
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.c : Implementation based on online desktop services
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.h
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.c : Implementatin based on keyring
+
+2008-09-23 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ There will be two new functions: load_applications_table and
+ load_events_table, as the two processes were quite different
+ from each other.
+ Window change events data from tha local DB, from before
+ last_uploaded_date, is removed, to be overwritten by the data
+ from CVS downloaded file.
+ When retrieving information about window change events,
+ application IDs are updated, as an app id, may not refer the
+ same application in the local
+ DB, and in the CVS file.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ * Show a warning dialog when changing the info of the remote
+ storage in the GUI.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added a method to check if a file exists in the remote
+ storage
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added functions to backup and restore the data base.
+
+2008-09-23 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_data_operations.c:
+ Bug fixed in merge process.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ * Solved a bug indicated in the same story.
+
+2008-09-23 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_sqlite_helper.c:
+ Change the behavior of the merging process. Data before last
+ uploaded date, won't be ignored. It will overwrite local data.
+ * src/data_server/mytime_data_operations.c:
+ Check if latest file in web service, is different from the
+ oldest one uploaded from the current computer, before launching
+ the merging process.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ * Return the name of the youngest file with a concrete prefix
+ of the remote storage.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ * Select the remote storage from the GUI
+
+2008-09-22 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ * src/data_server/mytime_data_operations.c:
+ Window change summary merging process completed.
+
+2008-09-22 Antonio Álvarez Feijoo <aal...@ig...>
+ * Implemented a function to get the youngest file stored in the
+ remote storage that begin with a specific prefix
+
+2008-09-22 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ Converted SQLite Helper library into a GObject, that has the DB
+ name as a parameter.
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_dao_application.h:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ Changed DAOs, to be adapted to the new SQLite Helper GObject.
+ Every DAO has a pointer to its SQLite Helper.
+ * data/sql/mytime.sql:
+ Added the "NOT NULL UNIQUE" constraints to name attribute in
+ the Application table, so the merging process is easier.
+ * src/data_server/mytime_data_operations.c:
+ Began the merging process between local and remote DB. Merging
+ Application tables, is almost done.
+
+2008-09-19 Manuel Rego Casasnovas <mr...@ig...>
+ * src/tempusfugit/mytime_events_catcher.c:
+ * src/tempusfugit/main.c:
+ * src/tempusfugit/Makefile.am:
+ Created a library libmytime-tempusfugit.la and changed name of
+ binary and used file main.c to generate that binary. These
+ changes are needed to generate documentation with GTK-Doc.
+ * data/man/Makefile.am:
+ * data/man/mytime-gui.1:
+ * data/man/tempusfugit.1:
+ * data/man/mytime-tempusfugit.1:
+ * data/man/mytime-data-server.1:
+ Modified name of binary, not it's called mytime-tempusfugit
+ instead of tempusfugit.
+
+2008-09-19 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added one library to compress and uncompress files in .gz
+ format
+
+2008-09-19 Manuel Rego Casasnovas <mr...@ig...>
+ * doc: Added doc folder with folders and files needed to
+ generate GTK-Doc documentation, for now its's pending of some
+ changes on source code.
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ * Upload to the remote storage the CVS files of the tables of
+ the data base when exit from MyTime.
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ * Updated the GConf schema
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ * Created the attributes needed to merge
+
+2008-09-18 Santiago Álvarez Martínez <sal...@ig...>
+ * mytime_sqlite_helper.c:
+ * mytime_sqlite_helper.h:
+ Completed the functions to make the dumping and loading DB
+ process. They still use a file specified as a string in the
+ code: A variable, or a
+ parameter, should be used instead.
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ * Solved bug: now doesn't store applications with null title
+ * Solved bug: mytime doesn't crashes when the user and the
+ password of box.net is incorrect
+
+2008-09-17 Santiago Álvarez Martínez <sal...@ig...>
+ * mytime_dao_window_change_summary.c:
+ * mytime_dao_action_summary.c:
+ * mytime_dao_application.c:
+ DAOs updated, so they now use sqlite3_prepare_v2 function,
+ instead of the sqlite3_prepare one, to improve statement
+ preparation.
+
+2008-09-17 Manuel Rego Casasnovas <mr...@ig...>
+ * TODO:
+ * NEWS:
+ Updated files to first release.
+
+2008-09-17 Santiago Álvarez Martínez <sal...@ig...>
+ * gui/mytime.c:
+ Removed some previous debug comments.
+ * data_server/mytime_dao_window_change_summary.c:
+ Corrected
+ mytime_dao_window_change_summary_select_interval_usage
+ function, to make the queries with the timestamp >= starttime,
+ and timestamp <
+ endtime (previously it was timestamp <= endtime).
+
+2008-09-17 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/changelog: Updated date.
+ * src/data_server/mytime_data_server.c: Commented some lines to
+ avoid to use the class mytime_data_operations for the moment.
+ * src/gui/mytime.c:
+ * data/glade/mytime.glade:
+ * po/gl.po:
+ * po/es.po:
+ * po/ChangeLog:
+ Updated some labels and their translations.
+
+2008-09-17 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/mytime.c:
+ Corrected a bug: the aplications query was being made after
+ retrieving data, so a segfault was produced when new
+ applications came.
+
+2008-09-16 Manuel Rego Casasnovas <mr...@ig...>
+ * src/data_server/Makefile.am: Commented some lines to not
+ generate test-wc binary.
+ * src/data_server/test_ws.c: Added header with license.
+ Reviewed code guidelines.
+ * src/scripts/boxnet: Removed files not needed anymore,
+ implemented this functionality in C code at Data Server.
+ * po/gl.po:
+ * po/LINGUAS:
+ * po/es.po:
+ * po/ChangeLog:
+ * po/POTFILES.in:
+ * po/POTFILES.skip:
+ Added Spanish translation and updated Galician translation.
+
+2008-09-16 Santiago Álvarez Martínez <sal...@ig...>
+ * mytime.c:
+ Solved a bug that caused incorrect behaviours when changing the
+ graph type, after a data query, both with the Usage and the
+ Total_Usage option.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Solved completly the issue of the about dialog.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Store the last timestamp selected and show it in all the
+ panels.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added the operation to delete files from the remote storage
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Changed the order of the columns of the historic.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Solved partially the issue of the about dialog
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Some bugs resolved in the GUI
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added a new GObject with the operation to merge local and
+ remote data
+
+2008-09-12 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control:
+ * README:
+ Updated dependencies, now MyTime needs the library libsoup to
+ interact with the Web Service box.net.
+
+2008-09-11 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added comments for each function.
+
+2008-09-11 Antonio Álvarez Feijoo <aal...@ig...>
+ * Added methods to storage files in a remote web server
+
+2008-09-09 Iván Gómez Rodríguez <ig...@ig...>
+ *tf-application.c
+ *tf-screen.c : Modified in order to completely avoid
+ differentation
+ between types of events
+
+2008-09-04 Antonio Álvarez Feijoo <aal...@ig...>
+ * Save user and password of the Web Service
+
+2008-09-03 Manuel Rego Casasnovas <mr...@ig...>
+ * src/data_server/mytime_data_access.c:
+ (mytime_data_access_store_current_application) New method to
+ store information about the current application till this
+ moment.
+ * src/data_server/mytime_data_server.c:
+ (mytimedataserver_query_stop) (mytimedataserver_query_close)
+ Call to a new method to store information about current
+ application till this moment that MyTime stops to record or it
+ is closed.
+ * src/tempusfugit/tf-screen.c:
+ * src/tempusfugit/tf-event-xml.c:
+ Adding licenste to headers.
+ * src/tempusfugit/mytime_events_catcher.c:
+ * src/tempusfugit/mytime_events_catcher.h:
+ Adapting to code guidelines.
+
+2008-09-03 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/gui/mytime.c:
+ Modified GUI and window change DAO, to work with UTC all the
+ time (only at the last moment, the time is shown to the user in
+ its local time).
+ * src/tempusfugit/mytime_events_catcher.c:
+ Began to send a flag signal from Events Catcher when stopped,
+ to make Data Server not store the next time to the current
+ application (make an
+ artificial window change). Still in comments.
+
+2008-09-03 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Updated dependencies.
+ * README: Added acknowledgements section.
+ * libmytime-error/Makefile.am:
+ * src/data_server/data/Makefile.am:
+ * src/data_server/Makefile.am:
+ * src/gui/Makefile.am:
+ * src/Makefile.am:
+ * src/tempusfugit/Makefile.am:
+ * Makefile.am:
+ * data/sql/Makefile.am:
+ * data/images/Makefile.am:
+ * data/Makefile.am:
+ * data/man/Makefile.am:
+ * data/glade/Makefile.am:
+ Added headers with license.
+
+2008-09-02 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Removed libgnomeui dependecy.
+ * debian/copyright: Added copyright related with libegg
+ project.
+ * libmytime-error/mytime_error.h:
+ * src/data_server/mytime_do_window_change_summary.h:
+ * src/data_server/mytime_do_action_summary.h:
+ * src/data_server/mytime_do_application.h:
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/useful.c:
+ * src/gui/mytime.c:
+ * src/gui/chart.h:
+ * src/gui/Makefile.am:
+ * src/gui/controller.h:
+ * src/gui/useful.h:
+ * src/gui/mytime.h:
+ * src/gui/egg-datetime.c:
+ * src/tempusfugit/tf-register-dbus.c:
+ * src/tempusfugit/tf-register-dbus.h:
+ * src/tempusfugit/tf-observer.c:
+ Updated code guildelines.
+ * data/Makefile.am: Added make clean and distclean.
+
+2008-09-02 Antonio Álvarez Feijoo <aal...@ig...>
+ * New component to select date and time
+
+2008-09-01 Manuel Rego Casasnovas <mr...@ig...>
+ * tempusfugit/tf-register-dbus.c:
+ * tempusfugit/tf-register-dbus.h:
+ Updated to code guidelines.
+
+2008-08-29 Manuel Rego Casasnovas <mr...@ig...>
+ * gui/chart.c:
+ * gui/controller.c:
+ * gui/useful.c:
+ * gui/mytime.c:
+ * gui/chart.h:
+ * gui/controller.h:
+ * gui/useful.h:
+ Adapting code guidelines.
+
+2008-08-29 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/mytime.c:
+ Solved a bug related to timezones when retrieving data from
+ GnomeDateEdit elements.
+
+2008-08-29 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/mytime.c:
+ Applications are retrieved (and updated), before any query
+ about usage, so every new application will appear in the graph
+ with its correct name.
+ Corrected a bug when selecting by hours, related to the Summer
+ Time Change.
+ Ignored fields depending to the measuring time, to make the
+ queries better.
+
+2008-08-28 Manuel Rego Casasnovas <mr...@ig...>
+ * data_server/mytime_do_window_change_summary.c:
+ * data_server/mytime_do_action_summary.c:
+ * data_server/mytime_do_window_change_summary.h:
+ * data_server/mytime_do_action_summary.h:
+ * data_server/mytime_do_application.c:
+ * data_server/mytime_do_application.h:
+ * data_server/test.c:
+ * data_server/mytime_data_server.c:
+ * data_server/mytime_sqlite_helper.c:
+ * data_server/mytime_data_server.h:
+ * data_server/mytime_sqlite_helper.h:
+ Adapting to gnome guidelines.
+
+2008-08-28 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/gui/mytime.c:
+ Some bugs corrected about retrieving data from DAOs, and
+ showing them into GUI.
+
+2008-08-28 Manuel Rego Casasnovas <mr...@ig...>
+ * data_server/mytime_dao_window_change_summary.c:
+ * data_server/mytime_dao_action_summary.c:
+ * data_server/mytime_dao_application.c:
+ * data_server/mytime_data_access.c:
+ * data_server/mytime_data_access.h:
+ Aplying code guidelines.
+
+2008-08-28 Manuel Rego Casasnovas <mr...@ig...>
+ * data_server/mytime_dao_window_change_summary.c:
+ * data_server/mytime_dao_window_change_summary.h:
+ * data_server/mytime_dao_application.c:
+ * data_server/mytime_dao_application.h:
+ Adapting to code guidelines.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ * libmytime-error/mytime_error.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ Applying codi guidelines.
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/mytime.c:
+ * src/gui/controller.h:
+ Fixing some errors introduced on previous commit.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ * libmytime-error/mytime_error.h:
+ * libmytime-error/mytime_error.c:
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/mytime.c:
+ * src/gui/chart.h:
+ * src/tempusfugit/tf-screen.c:
+ * src/tempusfugit/tf-event-xml.c:
+ * src/tempusfugit/tf-register-dbus.c:
+ * src/tempusfugit/tf-observer.c:
+ * src/tempusfugit/mytime_events_catcher.c:
+ Modified C ++ comments not recommended ("// ...") for C
+ comments ("/* ... */").
+ * README:
+ Modified installation depdencies.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ * src/data_server/mytime_data_server.xml:
+ * src/tempusfugit/mytime_data_server.xml:
+ * src/gui/mytime_data_server.xml:
+ Adding method "mytimedataserver_query_close".
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/mytime_data_server.h:
+ (mytimedataserver_query_close) Added method to close Data
+ Server.
+ * src/gui/controller.c:
+ * src/gui/controller.h:
+ (controller_data_server_close) Added function that close Data
+ Server via D-Bus.
+ * src/gui/mytime.c: (my_time_on_menuitem_quit_activate) Close
+ Data Server when MyTime is closed.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ * sql/Makefile.in: Removing generated file.
+ * sql/Makefile.am: Added file needed.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ * gui/mytime.c: (my_time_on_menuitem_quit_activate) Stoping
+ Events Catcher when MyTime is closed.
+
+2008-08-26 Manuel Rego Casasnovas <mr...@ig...>
+ * gui/mytime.c: (my_time_on_menuitem_about_activate) Added
+ acknowledgements to about dialog.
+
+2008-08-26 Manuel Rego Casasnovas <mr...@ig...>
+ * src/data_server/mytime_sqlite_helper.c: (open_user_db) Fixing
+ a bug and updated SQL file path.
+ * src/data_server/data/mytime.sql:
+ * src/data_server/data/Makefile.am:
+ * data/sql:
+ Moved SQL file to "data/sql".
+ * src/gui/mytime.c:
+ * src/gui/Makefile.am:
+ * src/gui/glade2:
+ * data/glade:
+ Moved glade file to "data/glade".
+ * configure.ac:
+ * data/Makefile.am:
+ Updated folders and subfolders.
+ * data/images/Makefile.in:
+ * data/images/Makefile:
+ * data/man/Makefile.in:
+ * data/man/Makefile:
+ Removing generated files.
+
+2008-08-26 Manuel Rego Casasnovas <mr...@ig...>
+ * data/mytime-gui.1:
+ * data/tempusfugit.1:
+ * data/mytime-data-server.1:
+ * data/man:
+ Moved man pages to folder "data/man".
+ * data/mytime.png:
+ * data/mytime.xpm:
+ * data/images:
+ Moved icons to folder "data/images".
+ * data/Makefile.am:
+ Some changes due to movements. Simplified process for
+ ".desktop" file.
+
+2008-08-25 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/menu: Added this file to window manager that don't
+ handle ".desktop" files.
+ * src/data_server/mytime_data_server.c: Removed lines related
+ with GConf schemas, these are already installed automatically.
+ * src/data_server/mytime_sqlite_helper.c: Commented some lines
+ that kill Data Server.
+ * src/gui/mytime.c: Started Data Server when MyTime start, and
+ started TempusFugit depending on value of a GConf variable.
+ * src/Makefile.am: Removed "mytime.schemas".
+
+2008-08-25 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/mytime.c:
+ Low used-time applications, are summarized into an "Other
+ applications" field, when querying for total usage.
+ A limit is defined as a constant in the code (2% in this
+ moment), so every application less used than that percentage,
+ will be grouped into "Other
+ applications".
+
+2008-08-22 Iván Gómez Rodríguez <ig...@ig...>
+ Added functions to export / import database
+
+2008-08-22 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Modified section, now section is "utils".
+ Changed installation dependency "gconf2" instead of
+ "libgconf2-4". Removing last dot from description.
+ * debian/copyright: Added link to license on local file system.
+ Updated FSF address.
+ * debian/docs: Removed COPYRIGHT and INSTALL files.
+ * src/mytime.schemas:
+ * data/mytime.schemas.in:
+ * src/Makefile.am:
+ * data/Makefile.am:
+ Moved schema to data folder, it's more common.
+ * configure.ac: Removed some empty lines.
+ * data/mytime.xpm: New icon in xpm format and 32x32 size.
+ * data/mytime.desktop.in.in:
+ * src/gui/Makefile.am:
+ Modified icon format from png to xpm.
+ * data/mytime-gui.1:
+ * data/tempusfugit.1:
+ * data/mytime-data-server.1:
+ Added manpages for these commands.
+
+2008-08-21 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Removed installation dependy xcreensaver.
+ * debian/changelog: Change to create packages called "alpha".
+ * configure.ac: Removed a line not needed.
+
+2008-08-21 Manuel Rego Casasnovas <mr...@ig...>
+ * src/gui/images: Deleted this folder, now the new folder data
+ is used to store the icon.
+ * src/gui/mytime.c: Some changes related with about dialog.
+ * src/gui/Makefile.am: Removed folder images from SUBDIRS.
+ * src/gui/glade2/mytime.glade: Removed information of about
+ dialog.
+ * configure.ac: Changes related with new and former folders.
+ * Makefile.am: Deleted some lines not needed and added folder
+ data to SUBDIRS.
+ * data: Added new folder
+ * data/mytime.desktop.in.in: Template to do that MyTime appears
+ on desktop menu.
+ * data/mytime.png: MyTime icon.
+ * data/Makefile.am: Makefile to create icon and process desktop
+ menu.
+
+2008-08-20 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Updating build dependencies.
+
+2008-08-20 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Updated dependencies.
+ * configure.ac: Modified way to check dependencies for
+ TempusFugit.
+ * INSTALL: Automatically modified with autotools.
+ * src/data_server/Makefile.am:
+ * src/gui/Makefile.am:
+ * src/tempusfugit/Makefile.am:
+ Removing some dependencies not needed.
+ * src/tempusfugit/applet: Folder deleted because it's not used
+ and it's not going to be used anymore.
+
+2008-08-20 Manuel Rego Casasnovas <mr...@ig...>
+ * debian/control: Added some dependencies and modified package
+ section and priority. Some dependencies should be reviewed.
+ * debian/copyright: Some changes to add authors information.
+ * debian/rules: Removing some commented lines. Now package is
+ created succesfully.
+ * src/data_server/Makefile.am: Removed test from binary
+ created.
+
+2008-08-19 Manuel Rego Casasnovas <mr...@ig...>
+ * debian: Folder to create debian package, still pending of
+ some fixes. Currently debian package is not created properly.
+
+2008-08-19 Manuel Rego Casasnovas <mr...@ig...>
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_data_server.c:
+ * src/gui/useful.c:
+ * src/gui/mytime.c:
+ * src/gui/useful.h:
+ Added Santiago Álvarez on copyright of these files.
+ * src/gui/glade2/mytime.glade:
+ Added Santiago Álvarez to authors list.
+
+2008-08-19 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/mytime.schemas:
+ * src/mytime.schemas:
+ Moved GConf schema file, as now there are more parameters to be
+ stored in GConf.
+
+2008-08-18 Iván Gómez Rodríguez <ig...@ig...>
+ * mytime_events_catcher.xml : Added file which describe events
+ catcher service
+ * Makefile.am : Modified to generate dbus bindings for events
+ catcher service
+ * controller.h/.c : Added new methods to call events service
+ methods
+ * mytime.c : Added calls to events catcher service for stop or
+ start the events catcher.
+
+2008-08-18 Iván Gómez Rodríguez <ig...@ig...>
+ * com.igalia.MyTime.EventsCatcher.service.in : New template for
+ service
+ descriptor
+ * Makefile.am : Modified to add generation of service
+ descriptor
+
+2008-08-18 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_dao_window_change_summary.c:
+ Improved select information process, including a SQL function,
+ to get all
+ information in one single Select statement.
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/mytime_data_server.c:
+ GUI start & stop buttons, make DataServer start & stop
+ registering events.
+ * src/data_server/data/mytime.db:
+ Database updated.
+ * src/gui/useful.h:
+ * src/gui/useful.c:
+ Removed unnecessary methods.
+ * src/gui/mytime.c:
+ Adapt the GUI, to use the retrieved information (that now comes
+ compressed).
+
+2008-08-11 Iván Gómez Rodríguez <ig...@ig...>
+ * trunk/src/data_server/mytime_sqlite_helper.h
+ * trunk/src/data_server/mytime_sqlite_helper.c : Implements new operations which performs connection to DB
+ * trunk/configure.ac
+ * trunk/src/data_server/mytime_dao_window_change_summary.c
+ * trunk/src/data_server/mytime_dao_action_summary.c
+ * trunk/src/data_server/mytime_dao_application.c
+ * trunk/src/data_server/mytime_data_server.c
+ * trunk/src/data_server/data/Makefile.am
+ * trunk/src/data_server/Makefile.am : Modified to use new open
+ database
+ operation
+
+2008-08-07 Iván Gómez Rodríguez <ig...@ig...>
+ *scripts/boxnet/BoxDotNetTest.py : BoxNet client, offer methods
+ to get
+ info from service and upload files
+ *scripts/boxnet/Web.py
+ *scripts/boxnet/boxdotnet.py : Useful sources from conduit
+ project
+
+2008-08-01 Santiago Álvarez Martínez <sal...@ig...>
+ * AUTHORS
+ * src/data_server/mytime_do_window_change_summary.c
+ * src/data_server/mytime_do_action_summary.c
+ * src/data_server/mytime_dao_window_change_summary.c
+ * src/data_server/mytime_dao_action_summary.c
+ * src/data_server/mytime_dao_application.c
+ * src/data_server/mytime_data_access.c
+ * src/data_server/test.c
+ * src/data_server/data/mytime.db
+ * src/data_server/Makefile.am
+ * src/gui/mytime.c
+ Summarize process ready.
+
+2008-07-29 Santiago Álvarez Martínez <sal...@ig...>
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/data/mytime.sql:
+ * src/data_server/data/mytime.db:
+ Window change events are registered, splitted in intervals, and
+ showed by the GUI, correctly. Local time, is correctly
+ considered.
+ Application actions are splitted in intervals, and considered
+ by their DAO, correctly. They're still not registered and
+ received.
+ Database files, are updated.
+
+2008-07-29 Iván Gómez Rodríguez <ig...@ig...>
+ trunk/configure.ac
+ trunk/src/data_server/data/Makefile.am : Improving service
+ files
+ generation and installation
+
+2008-07-29 Iván Gómez Rodríguez <ig...@ig...>
+ trunk/src/tempusfugit/applet/gnome/.deps : Removed, it is
+ unneeded
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ * TODO:
+ TODO updated.
+ * src/gui/mytime.c:
+ * src/gui/mytime.schemas:
+ * src/gui/Makefile.am:
+ Corrected some files to make schemas installation possible.
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/max_rows.schemas
+ * src/gui/Makefile.am
+ GConf schema corrected.
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ * src/gui/max_rows.schemas
+ Added the schema for the GUI property.
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ * configure.ac
+ * src/gui/mytime.c
+ * src/gui/Makefile.am
+ * src/gui/glade2/mytime.glade
+ Improved GUI+GConf integration. Some GUI bugs corrected
+
+2008-07-14 Santiago Álvarez Martínez <sal...@ig...>
+ MyTime GUI integration with GConf.
+
+2008-07-07 Manuel Rego Casasnovas <mr...@ig...>
+ * src/data_server/data/Makefile.am:
+ * src/gui/images/Makefile.am:
+ * src/gui/glade2/Makefile.am:
+ Uploading some missed files of patch by Ignacio Casal Quinteiro
+ <nac...@gm...>.
+
+2008-07-03 Manuel Rego Casasnovas <mr...@ig...>
+ * configure.ac:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/Makefile.am:
+ * src/gui/mytime.c:
+ * src/gui/Makefile.am:
+ Changes to fix problems when make install is used, applied
+ patch sent by Iganacio Casal Quinteiro <nac...@gm...>.
+ Removed libgda dependency.
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ * mytime_dao_window_change_summary.c
+ * mytime_dao_action_summary.c
+ * mytime_dao_application.c :
+ Changed some incorrect paths
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ * applet/Makefile.in
+ * applet/gnome/Makefile.in
+ * applet/gnome/Makefile
+ * applet/common/Makefile.in
+ * applet/common/.deps
+ * applet/common/Makefile
+ * applet/Makefile :
+ Delete files which should not be in repository
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ ItEr19S02TaskDataServerPrototypeItEr18S02
+ * configure.ac: Added tempusfugit dir and subdirs in AC_OUTPUT
+ argument
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ * tempusfugit/tf-event-session-dbus.c
+ * tempusfugit/tf-event-session-dbus.h
+ * tempusfugit/tf-event-wc-dbus.c
+ * tempusfugit/tf-event-wc-dbus.h
+ * tempusfugit/tf-event-dbus.c
+ * tempusfugit/tf-event-dbus.h
+ * tempusfugit/tf-event-it-dbus.c :
+ Deleted unnecesary files
+ * Makefile.am: Added tempusfugit/applet in variable SUBDIR
+
+2008-06-23 Iván Gómez Rodríguez <ig...@ig...>
+ * Implemeted and tested storing of window changes in data
+ server
+
+2008-06-23 Iván Gómez Rodríguez <ig...@ig...>
+ * Deleted unnecesary changes in tempusfugit
+ * Implemented new class tf-register and changes in tf-observer
+ to use it
+
+2008-06-20 Manuel Rego Casasnovas <mr...@ig...>
+ * libmytime-error/mytime_error.h:
+ * libmytime-error/mytime_error.c:
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_do_window_change_summary.h:
+ * src/data_server/mytime_dao_window_change_summary.h:
+ * src/data_server/mytime_do_action_summary.h:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_do_application.c:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_do_application.h:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_dao_application.h:
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/mytime_data_access.h:
+ * src/data_server/mytime_data_server.h:
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/useful.c:
+ * src/gui/mytime.c:
+ * src/gui/chart.h:
+ * src/gui/controller.h:
+ * src/gui/useful.h:
+ * src/gui/mytime.h:
+ * po/gl.po:
+ * po/POTFILES.in:
+ Removed trailing whitespaces and some programming guidelines
+ applied.
+ Added translation for option "--All--".
+
+2008-06-20 Iván Gómez Rodríguez <ig...@ig...>
+ * useful.h
+ * useful.c: Added method useful_formatDataMilisecs
+ * mytime.c: Changed uses of useful_formatDataMinutes in
+ useful_formatDataMilisecs
+
+2008-06-15 Diego Pino García <dp...@ig...>
+ ItEr16S02TaskDataServerPrototypeItEr15S02
+ * Script to generate example data
+
+2008-06-05 Manuel Rego Casasnovas <mr...@ig...>
+ * autogen.sh: Now it's more simple and calls to
+ gnome-autogen.sh
+ * configure.in:
+ * configure.ac:
+ Changed the name for file configure.in (now more descriptive,
+ .ac means that this file is processed by autoconf)
+ * ltmain.sh: File not needed (autogenerated by new autogen.sh)
+ * po/LINGUAS:
+ * po/mytime.pot:
+ Using a non deprecated method to i18n. ALL_LINGUAS won't be
+ used, instead of this, po/LINGUAS will keep a list of languages
+ translated. Translators only have to modify files inside po
+ folder and nothing outside this folder
+
+2008-06-03 Manuel Rego Casasnovas <mr...@ig...>
+ * src/gui/useful.c: Removing unnecessary use of a function to
+ fix memory problems.
+ * src/gui/glade2/mytime.glade: Modified link to MyTime home
+ page (http://mytime.igalia.com).
+ * configure.in:
+ * src/gui/mytime.c:
+ * po/POTFILES.in:
+ Added internationalization support.
+ * po/mytime.pot: Generated master translation.
+ * po/ChangeLog:
+ * po/gl.po:
+ Added Galician translation by Ignacio Casal Quinteiro
+ <nac...@gm...>.
+
+2008-06-03 Manuel Rego Casasnovas <mr...@ig...>
+ * controller.c: Fixing some memory problems related with
+ strcat.
+
+2008-06-02 Antonio Álvarez Feijoo <aal...@ig...>
+ * Delete events from the GUI.
+ * Added DAO and DO objects of action summary.
+
+2008-06-02 Antonio Álvarez Feijoo <aal...@ig...>
+ * Supported new charts at query time usage when click with the
+ right button of the mouse over the chart:
+ * UNMARKED_LINES
+ * UNMARKED_STACKED_LINES
+ * LINE
+ * STACKED_LINES
+ * AREAS
+ * STACKED_AREAS
+ * ADJACENT_BARS
+ * STACKED_BARS
+ * ADJACENT_COLUMNS
+ * STACKED_COLUMNS
+ * Changed some values in the about dialog.
+ * Removed from the svn the unused vala directory.
+
+2008-06-01 Diego Pino García <dp...@ig...>
+ ItEr14S02TaskDataServerPrototypeItEr13S03
+ * Script to generate example data
+
+2008-05-30 Manuel Rego Casasnovas <mr...@ig...>
+ * data/mytime.sql:
+ * data/mytime.db:
+ Added new field interval and removed field user on table
+ event_summary. Removed table users.
+ * mytime_do_window_change_summary.c:
+ * mytime_dao_window_change_summary.c:
+ * mytime_do_window_change_summary.h:
+ Changed property user for new property interval.
+
+2008-05-30 Antonio Álvarez Feijoo <aal...@ig...>
+ * Supported new charts at total time usage when click with the
+ right button of the mouse over the chart:
+ * PIE
+ * SPLIT_PIE
+ * HALF_PIE
+ * SPLIT_HALF_PIE
+ * RING
+ * SPLIT_RING
+
+2008-05-30 Manuel Rego Casasnovas <mr...@ig...>
+ * First import to SVN at SourceForge.net
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-12 09:18:55
|
Revision: 145
http://mytime.svn.sourceforge.net/mytime/?rev=145&view=rev
Author: mrego
Date: 2008-11-12 09:18:34 +0000 (Wed, 12 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* tags/MY_TIME_0_3: Created the tag for the new release.
Added Paths:
-----------
tags/MY_TIME_0_3/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-12 09:17:00
|
Revision: 144
http://mytime.svn.sourceforge.net/mytime/?rev=144&view=rev
Author: mrego
Date: 2008-11-12 09:16:56 +0000 (Wed, 12 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* debian/changelog: Changes for new release.
* configure.ac: Updated MyTime version to 0.3.
* TODO:
* NEWS:
Updated these files for the new release of MyTime 0.3.
Modified Paths:
--------------
trunk/NEWS
trunk/TODO
trunk/configure.ac
trunk/debian/changelog
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-11-12 09:06:29 UTC (rev 143)
+++ trunk/NEWS 2008-11-12 09:16:56 UTC (rev 144)
@@ -1,3 +1,13 @@
+Version 0.3 (12 Nov 2008)
+-------------------------
+
+New release of MyTime.
+
+Features:
+ * GTK-Doc reference.
+ * Idle time is caught.
+
+
Version 0.2 (03 Oct 2008)
-------------------------
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2008-11-12 09:06:29 UTC (rev 143)
+++ trunk/TODO 2008-11-12 09:16:56 UTC (rev 144)
@@ -1,6 +1,5 @@
* Online Desktop:
* Synchronize configuration preferences (GConf) [1]
-* GTK-Doc
[1] http://live.gnome.org/OnlineDesktop/PrefsSync/HowToUse/
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-11-12 09:06:29 UTC (rev 143)
+++ trunk/configure.ac 2008-11-12 09:16:56 UTC (rev 144)
@@ -1,7 +1,7 @@
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.52)
-AC_INIT(mytime, 0.2,
+AC_INIT(mytime, 0.3,
http://mytime.igalia.com)
AM_MAINTAINER_MODE
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-11-12 09:06:29 UTC (rev 143)
+++ trunk/debian/changelog 2008-11-12 09:16:56 UTC (rev 144)
@@ -1,3 +1,9 @@
+mytime (0.3) unstable; urgency=low
+
+ * Idle time is caught. GTK-Doc reference.
+
+ -- Manuel Rego Casasnovas <mr...@ig...> Tue, 12 Nov 2008 10:04:34 +0100
+
mytime (0.2) unstable; urgency=low
* Remote storage and Online Desktop integration.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-12 09:06:49
|
Revision: 143
http://mytime.svn.sourceforge.net/mytime/?rev=143&view=rev
Author: mrego
Date: 2008-11-12 09:06:29 +0000 (Wed, 12 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* tempusfugit/tf-idle.c: Updated idle time to 5 minutes.
* tempusfugit/tf-register-dbus.c: Removed a debug line not needed.
Modified Paths:
--------------
trunk/src/tempusfugit/tf-idle.c
trunk/src/tempusfugit/tf-register-dbus.c
Modified: trunk/src/tempusfugit/tf-idle.c
===================================================================
--- trunk/src/tempusfugit/tf-idle.c 2008-11-11 17:02:26 UTC (rev 142)
+++ trunk/src/tempusfugit/tf-idle.c 2008-11-12 09:06:29 UTC (rev 143)
@@ -18,6 +18,12 @@
* Authors : Carlos Garcia Campos <car...@gs...>
*/
+/*
+ * Modified by the MyTime Team, 2008. See the AUTHORS file for a
+ * list of people on the gedit Team.
+ * See the ChangeLog files for a list of changes.
+ */
+
#include <glib.h>
#include <X11/Xutil.h>
#include <X11/extensions/scrnsaver.h>
@@ -38,7 +44,7 @@
N_SIGNALS
};
-#define INACTIVE_TIMEOUT 5 * 1 /* 60 * 5 5 mins */
+#define INACTIVE_TIMEOUT 60 * 5 /* 60 * 5 = 5 mins */
/*#define INACTIVE_TIMEOUT 1*/ /* For debugging purpose only */
#define TF_IDLE_GET_PRIVATE(object) \
@@ -136,7 +142,7 @@
idle = TF_IDLE (g_object_new (TF_TYPE_IDLE, NULL));
idle->priv->display = display;
- g_printf ("HOLA\n");
+
return idle;
}
Modified: trunk/src/tempusfugit/tf-register-dbus.c
===================================================================
--- trunk/src/tempusfugit/tf-register-dbus.c 2008-11-11 17:02:26 UTC (rev 142)
+++ trunk/src/tempusfugit/tf-register-dbus.c 2008-11-12 09:06:29 UTC (rev 143)
@@ -246,7 +246,6 @@
}
- g_printf ("EPA! \n");
if (TF_IS_EVENT_IT (event))
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ig...@us...> - 2008-11-11 17:03:03
|
Revision: 142
http://mytime.svn.sourceforge.net/mytime/?rev=142&view=rev
Author: igomez
Date: 2008-11-11 17:02:26 +0000 (Tue, 11 Nov 2008)
Log Message:
-----------
FEA : ItEr33S02TaskGNOMEIntegrationItEr32S02
Modified to report inactivity to data server
Modified Paths:
--------------
trunk/src/tempusfugit/tf-idle.c
trunk/src/tempusfugit/tf-observer.c
trunk/src/tempusfugit/tf-register-dbus.c
Modified: trunk/src/tempusfugit/tf-idle.c
===================================================================
--- trunk/src/tempusfugit/tf-idle.c 2008-11-10 12:07:44 UTC (rev 141)
+++ trunk/src/tempusfugit/tf-idle.c 2008-11-11 17:02:26 UTC (rev 142)
@@ -38,7 +38,7 @@
N_SIGNALS
};
-#define INACTIVE_TIMEOUT 60 * 5 /* 5 mins */
+#define INACTIVE_TIMEOUT 5 * 1 /* 60 * 5 5 mins */
/*#define INACTIVE_TIMEOUT 1*/ /* For debugging purpose only */
#define TF_IDLE_GET_PRIVATE(object) \
@@ -136,7 +136,7 @@
idle = TF_IDLE (g_object_new (TF_TYPE_IDLE, NULL));
idle->priv->display = display;
-
+ g_printf ("HOLA\n");
return idle;
}
@@ -175,6 +175,8 @@
gboolean changed = FALSE;
seconds = tf_idle_get_seconds (idle);
+ g_printf ("SECONDS %i\n",seconds);
+ g_printf ("TIMEOUT %i\n",idle->priv->timeout);
if (seconds >= idle->priv->timeout) {
/* Inactive */
@@ -190,12 +192,14 @@
}
}
- if (changed)
+ if (changed) {
+
g_signal_emit (G_OBJECT (idle),
signals[IDLE_CHANGED],
0);
+ g_printf ("CHANGED!");
+ }
-
return TRUE;
}
Modified: trunk/src/tempusfugit/tf-observer.c
===================================================================
--- trunk/src/tempusfugit/tf-observer.c 2008-11-10 12:07:44 UTC (rev 141)
+++ trunk/src/tempusfugit/tf-observer.c 2008-11-11 17:02:26 UTC (rev 142)
@@ -276,8 +276,6 @@
/* TEST ONLY */
- return ;
-
switch (tf_idle_get_status (idle)) {
case IDLE_ACTIVE:
tf_observer_active_window_changed (observer, observer->priv->screen);
Modified: trunk/src/tempusfugit/tf-register-dbus.c
===================================================================
--- trunk/src/tempusfugit/tf-register-dbus.c 2008-11-10 12:07:44 UTC (rev 141)
+++ trunk/src/tempusfugit/tf-register-dbus.c 2008-11-11 17:02:26 UTC (rev 142)
@@ -32,6 +32,7 @@
#include "tf-application.h"
#include "tf-event-wc.h"
+#include "tf-event-it.h"
#define DATA_SERVER_DBUS_SERVICE "/com/igalia/MyTime/DataServer"
@@ -245,6 +246,17 @@
}
+ g_printf ("EPA! \n");
+ if (TF_IS_EVENT_IT (event))
+ {
+
+ timestamp = time (NULL);
+ com_igalia_MyTime_DataServer_Store_save_window_change (proxy,
+ getuid(), 11, "IDLE" , timestamp,
+ &success, NULL);
+
+ }
+
(conn == NULL ? NULL : (conn = (dbus_g_connection_unref (conn), NULL)));
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-10 12:08:21
|
Revision: 141
http://mytime.svn.sourceforge.net/mytime/?rev=141&view=rev
Author: mrego
Date: 2008-11-10 12:07:44 +0000 (Mon, 10 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* src/gui/main.c:
* configure.ac:
Fixed an internationalization problem.
Modified Paths:
--------------
trunk/configure.ac
trunk/src/gui/main.c
Modified: trunk/configure.ac
===================================================================
--- trunk/configure.ac 2008-11-07 09:33:55 UTC (rev 140)
+++ trunk/configure.ac 2008-11-10 12:07:44 UTC (rev 141)
@@ -60,6 +60,7 @@
dnl I18n support configuration
MYTIME_LOCALE_DIR='$prefix/${DATADIRNAME}/locale'
+AC_SUBST(MYTIME_LOCALE_DIR)
AM_GLIB_DEFINE_LOCALEDIR([MYTIME_LOCALE_DIR])
AM_GLIB_GNU_GETTEXT
Modified: trunk/src/gui/main.c
===================================================================
--- trunk/src/gui/main.c 2008-11-07 09:33:55 UTC (rev 140)
+++ trunk/src/gui/main.c 2008-11-10 12:07:44 UTC (rev 141)
@@ -21,6 +21,10 @@
#include <glib/gi18n.h>
+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif
+
#include "mytime.h"
/* this defines must be moved later to a conf/globaldefs .h file*/
@@ -36,11 +40,11 @@
gtk_init (&argc, &argv);
g_set_application_name(APPLICATION_NAME);
-/* g_debug ("%s",GETTEXT_PACKAGE); */
+ g_debug ("%s",GETTEXT_PACKAGE);
-/* bindtextdomain (GETTEXT_PACKAGE, MYTIME_LOCALE_DIR); */
-/* bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); */
-/* textdomain (GETTEXT_PACKAGE); */
+ bindtextdomain (GETTEXT_PACKAGE, MYTIME_LOCALE_DIR);
+ bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
+ textdomain (GETTEXT_PACKAGE);
my_time_main (argv, argc);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-07 09:33:57
|
Revision: 140
http://mytime.svn.sourceforge.net/mytime/?rev=140&view=rev
Author: mrego
Date: 2008-11-07 09:33:55 +0000 (Fri, 07 Nov 2008)
Log Message:
-----------
FEA: ItEr33S01Coordination
* src/gui/mytime.c: Using gettext to translate some pending messages.
* po/gl.po:
* po/es.po:
* po/ChangeLog:
Updated translation for these messages.
Modified Paths:
--------------
trunk/po/ChangeLog
trunk/po/es.po
trunk/po/gl.po
trunk/src/gui/mytime.c
Modified: trunk/po/ChangeLog
===================================================================
--- trunk/po/ChangeLog 2008-11-07 09:00:29 UTC (rev 139)
+++ trunk/po/ChangeLog 2008-11-07 09:33:55 UTC (rev 140)
@@ -1,3 +1,9 @@
+2008-11-07 Manuel Rego Casasnovas <mr...@ig...>
+
+ * es.po:
+ * gl.po:
+ Updated translations.
+
2008-11-05 Manuel Rego Casasnovas <mr...@ig...>
* es.po:
Modified: trunk/po/es.po
===================================================================
--- trunk/po/es.po 2008-11-07 09:00:29 UTC (rev 139)
+++ trunk/po/es.po 2008-11-07 09:33:55 UTC (rev 140)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: mytime-es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-05 08:42+0100\n"
-"PO-Revision-Date: 2008-11-05 08:44+0100\n"
+"POT-Creation-Date: 2008-11-07 10:23+0100\n"
+"PO-Revision-Date: 2008-11-07 10:27+0100\n"
"Last-Translator: Manuel Rego Casasnovas <mr...@ig...>\n"
"Language-Team: es <>\n"
"MIME-Version: 1.0\n"
@@ -331,6 +331,20 @@
msgid "Split ring"
msgstr "Anillo dividido"
+#: ../src/gui/mytime.c:1682
+msgid "The events selected were deleted correctly.\n"
+msgstr "Los eventos seleccionados fueron borrados correctamente.\n"
+
+#: ../src/gui/mytime.c:1686
+msgid ""
+"Error.\n"
+"\n"
+"An error happened when try to delete the events.\n"
+msgstr ""
+"Error.\n"
+"\n"
+"Se produjo un error al intentar borrar los eventos.\n"
+
#: ../src/gui/mytime.c:1956
msgid "All"
msgstr "Todo"
Modified: trunk/po/gl.po
===================================================================
--- trunk/po/gl.po 2008-11-07 09:00:29 UTC (rev 139)
+++ trunk/po/gl.po 2008-11-07 09:33:55 UTC (rev 140)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: mytime-gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-11-05 08:34+0100\n"
-"PO-Revision-Date: 2008-11-05 08:42+0100\n"
+"POT-Creation-Date: 2008-11-07 10:23+0100\n"
+"PO-Revision-Date: 2008-11-07 10:26+0100\n"
"Last-Translator: Ignacio Casal Quinteiro <nac...@gm...>\n"
"Language-Team: Galego <pro...@tr...>\n"
"MIME-Version: 1.0\n"
@@ -332,6 +332,20 @@
msgid "Split ring"
msgstr "Anel dividido"
+#: ../src/gui/mytime.c:1682
+msgid "The events selected were deleted correctly.\n"
+msgstr "Os eventos seleccionados foron borrados correctamente.\n"
+
+#: ../src/gui/mytime.c:1686
+msgid ""
+"Error.\n"
+"\n"
+"An error happened when try to delete the events.\n"
+msgstr ""
+"Erro.\n"
+"\n"
+"Produciuse un erro ao tentar borrar os eventos.\n"
+
#: ../src/gui/mytime.c:1956
msgid "All"
msgstr "Todo"
Modified: trunk/src/gui/mytime.c
===================================================================
--- trunk/src/gui/mytime.c 2008-11-07 09:00:29 UTC (rev 139)
+++ trunk/src/gui/mytime.c 2008-11-07 09:33:55 UTC (rev 140)
@@ -1677,11 +1677,11 @@
labelError = GTK_LABEL (glade_xml_get_widget (mytime->priv->xml, "labelError"));
if (result)
{
- gtk_label_set_text (labelError, "The events selected were deleted correctly.\n");
+ gtk_label_set_text (labelError, _("The events selected were deleted correctly.\n"));
}
else
{
- gtk_label_set_text (labelError, "Error.\n\nAn error happened when try to delete the events.\n");
+ gtk_label_set_text (labelError, _("Error.\n\nAn error happened when try to delete the events.\n"));
}
dialogError = GTK_DIALOG (glade_xml_get_widget (mytime->priv->xml, "dialogError"));
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-07 09:00:34
|
Revision: 139
http://mytime.svn.sourceforge.net/mytime/?rev=139&view=rev
Author: mrego
Date: 2008-11-07 09:00:29 +0000 (Fri, 07 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* src/gui/mytime.c:
* src/gui/main.c:
* src/gui/Makefile.am:
Updated some files to generate a library libmytime-gui.la to be used in GTK-Doc.
* doc/reference/Makefile.am:
Updated GTK-Doc Makefile to use this new library.
* debian/menu:
* data/mytime.desktop.in.in:
* data/man/mytime.1:
* data/man/mytime-gui.1:
* data/man/Makefile.am:
* data/man/mytime-tempusfugit.1:
* data/man/mytime-data-server.1:
Made some changes related with application's name change, not it's called just "mytime" instead of "mytime-gui".
Modified Paths:
--------------
trunk/data/man/Makefile.am
trunk/data/man/mytime-data-server.1
trunk/data/man/mytime-tempusfugit.1
trunk/data/mytime.desktop.in.in
trunk/debian/menu
trunk/doc/reference/Makefile.am
trunk/src/gui/Makefile.am
trunk/src/gui/mytime.c
Added Paths:
-----------
trunk/data/man/mytime.1
trunk/src/gui/main.c
Removed Paths:
-------------
trunk/data/man/mytime-gui.1
Modified: trunk/data/man/Makefile.am
===================================================================
--- trunk/data/man/Makefile.am 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/data/man/Makefile.am 2008-11-07 09:00:29 UTC (rev 139)
@@ -5,7 +5,7 @@
#
man_MANS = \
- mytime-gui.1 \
+ mytime.1 \
mytime-data-server.1 \
mytime-tempusfugit.1
Modified: trunk/data/man/mytime-data-server.1
===================================================================
--- trunk/data/man/mytime-data-server.1 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/data/man/mytime-data-server.1 2008-11-07 09:00:29 UTC (rev 139)
@@ -22,7 +22,7 @@
.B mytime-date-server
.SH DESCRIPTION
This manual page documents briefly the
-.B mytime-gui
+.B mytime
command included on
.B MyTime
program.
@@ -44,7 +44,7 @@
.I ~/.local/share/mytime/mytime.db
MyTime database.
.SH SEE ALSO
-.BR mytime-gui (1),
+.BR mytime (1),
.BR mytime-tempusfugit (1).
.SH AUTHOR
This manual page was written by Manuel Rego Casasnovas <mr...@ig...>.
Deleted: trunk/data/man/mytime-gui.1
===================================================================
--- trunk/data/man/mytime-gui.1 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/data/man/mytime-gui.1 2008-11-07 09:00:29 UTC (rev 139)
@@ -1,49 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH mytime-gui 1 "August 22, 2008"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh disable hyphenation
-.\" .hy enable hyphenation
-.\" .ad l left justify
-.\" .ad b justify to both left and right margins
-.\" .nf disable filling
-.\" .fi enable filling
-.\" .br insert line break
-.\" .sp <n> insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-mytime-gui \- GUI of Mytime (Free software to improve time management)
-.SH SYNOPSIS
-.B mytime-gui
-.SH DESCRIPTION
-This manual page documents briefly the
-.B mytime-gui
-command included on
-.B MyTime
-program.
-.PP
-.B MyTime
-is a is a system that provides to users information about their
-application use, giving the possibility to know when you use an application
-or what applications you use between two dates, and questions like that.
-This application is very useful both company and personal use, because you
-can check what are you doing while you stay in front of a computer.
-.PP
-.B mytime-gui
-is the Graphical User Interface of that program, and the only part that
-a common user need to use
-.B MyTime
-.
-.SH FILES
-.TP
-.I ~/.local/share/mytime/mytime.db
-MyTime database.
-.SH SEE ALSO
-.BR mytime-data-server (1),
-.BR mytime-tempusfugit (1).
-.SH AUTHOR
-This manual page was written by Manuel Rego Casasnovas <mr...@ig...>.
Modified: trunk/data/man/mytime-tempusfugit.1
===================================================================
--- trunk/data/man/mytime-tempusfugit.1 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/data/man/mytime-tempusfugit.1 2008-11-07 09:00:29 UTC (rev 139)
@@ -49,7 +49,7 @@
.I ~/.local/share/mytime/mytime.db
MyTime database.
.SH SEE ALSO
-.BR mytime-gui (1),
+.BR mytime (1),
.BR mytime-data-server (1).
.SH AUTHOR
This manual page was written by Manuel Rego Casasnovas <mr...@ig...>.
Copied: trunk/data/man/mytime.1 (from rev 138, trunk/data/man/mytime-gui.1)
===================================================================
--- trunk/data/man/mytime.1 (rev 0)
+++ trunk/data/man/mytime.1 2008-11-07 09:00:29 UTC (rev 139)
@@ -0,0 +1,49 @@
+.\" Hey, EMACS: -*- nroff -*-
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH mytime 1 "August 22, 2008"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh disable hyphenation
+.\" .hy enable hyphenation
+.\" .ad l left justify
+.\" .ad b justify to both left and right margins
+.\" .nf disable filling
+.\" .fi enable filling
+.\" .br insert line break
+.\" .sp <n> insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+mytime \- GUI of Mytime (Free software to improve time management)
+.SH SYNOPSIS
+.B mytime
+.SH DESCRIPTION
+This manual page documents briefly the
+.B mytime
+command included on
+.B MyTime
+program.
+.PP
+.B MyTime
+is a is a system that provides to users information about their
+application use, giving the possibility to know when you use an application
+or what applications you use between two dates, and questions like that.
+This application is very useful both company and personal use, because you
+can check what are you doing while you stay in front of a computer.
+.PP
+.B mytime
+is the Graphical User Interface of that program, and the only part that
+a common user need to use
+.B MyTime
+.
+.SH FILES
+.TP
+.I ~/.local/share/mytime/mytime.db
+MyTime database.
+.SH SEE ALSO
+.BR mytime-data-server (1),
+.BR mytime-tempusfugit (1).
+.SH AUTHOR
+This manual page was written by Manuel Rego Casasnovas <mr...@ig...>.
Modified: trunk/data/mytime.desktop.in.in
===================================================================
--- trunk/data/mytime.desktop.in.in 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/data/mytime.desktop.in.in 2008-11-07 09:00:29 UTC (rev 139)
@@ -3,7 +3,7 @@
Name=MyTime
_Comment=Free software to improve time management
Icon=mytime.xpm
-Exec=mytime-gui
+Exec=mytime
Terminal=false
Type=Application
StartupNotify=true
Modified: trunk/debian/menu
===================================================================
--- trunk/debian/menu 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/debian/menu 2008-11-07 09:00:29 UTC (rev 139)
@@ -1,3 +1,3 @@
-?package(mytime):command="/usr/bin/mytime-gui" needs="X11" \
+?package(mytime):command="/usr/bin/mytime" needs="X11" \
icon="/usr/share/pixmaps/mytime.xpm" \
section="Applications/System/Monitoring" title="MyTime"
Modified: trunk/doc/reference/Makefile.am
===================================================================
--- trunk/doc/reference/Makefile.am 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/doc/reference/Makefile.am 2008-11-07 09:00:29 UTC (rev 139)
@@ -102,6 +102,7 @@
GTKDOC_LIBS= \
$(top_srcdir)/libmytime-common/libmytime-common.la \
$(top_srcdir)/src/data_server/libmytime-data-server.la \
+ $(top_srcdir)/src/gui/libmytime-gui.la \
$(top_srcdir)/src/tempusfugit/libmytime-tempusfugit.la \
$(GLIB_LIBS) \
$(LIBDBUSGLIB_LIBS) \
Modified: trunk/src/gui/Makefile.am
===================================================================
--- trunk/src/gui/Makefile.am 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/src/gui/Makefile.am 2008-11-07 09:00:29 UTC (rev 139)
@@ -4,9 +4,10 @@
# See README file for more details.
#
-bin_PROGRAMS = mytime-gui
+noinst_LTLIBRARIES = \
+ libmytime-gui.la
-mytime_gui_SOURCES = \
+libmytime_gui_la_SOURCES = \
useful.c useful.h \
chart.c chart.h \
controller.c \
@@ -16,13 +17,6 @@
mytime.c \
mytime.h
-
-mytime_gui_LDADD = @PACKAGE_LIBS@ $(INTLLIBS)
-
-mytime_gui_LDFLAGS = -Wl, --export-dynamic -rdynamic \
- -L$(top_srcdir)/libmytime-common/ -lmytime-common
-
-
INCLUDES = \
$(GLIB_CFLAGS) \
$(LIBGOFFICE_CFLAGS) \
@@ -31,7 +25,8 @@
$(LIBGCONF_CFLAGS) \
-DDATADIR=\""$(pkgdatadir)"\" \
-DICON=\""$(datadir)"/pixmaps/mytime.xpm\" \
- -I$(top_srcdir)/libmytime-common
+ -I$(top_srcdir)/libmytime-common \
+ -I$(top_srcdir)/libmytime-error
LIBS = \
$(GLIB_LIBS) \
@@ -40,6 +35,29 @@
$(LIBDBUSGLIB_LIBS) \
$(LIBGCONF_LIBS)
+libmytime_gui_la_LIBADD = \
+ -L$(top_srcdir)/libmytime-common/ -lmytime-common \
+ -L$(top_srcdir)/libmytime-error/ -lmytime-error
+
+
+
+bin_PROGRAMS = mytime
+
+mytime_SOURCES = \
+ main.c
+
+mytime_DEPENDENCIES = \
+ libmytime-gui.la
+
+mytime_LDADD = \
+ @PACKAGE_LIBS@ $(INTLLIBS) \
+ libmytime-gui.la
+
+mytime_LDFLAGS = -Wl, --export-dynamic -rdynamic \
+ -L$(top_srcdir)/libmytime-common/ -lmytime-common \
+ -L$(top_srcdir)/libmytime-error/ -lmytime-error
+
+
BUILT_SOURCES = mytime_data_server_dbus_bindings.h \
mytime_events_catcher_dbus_bindings.h
Added: trunk/src/gui/main.c
===================================================================
--- trunk/src/gui/main.c (rev 0)
+++ trunk/src/gui/main.c 2008-11-07 09:00:29 UTC (rev 139)
@@ -0,0 +1,46 @@
+/* MyTime - main
+ *
+ * Copyright (C) 2008 Ivan Gomez Rodriguez <ig...@ig...>
+ *
+ *
+ * This program is free software; you can redistribute it and/or
+ * modify it under the terms of the GNU General Public License
+ * as published by the Free Software Foundation; either version 2
+ * of the License, or (at your option) any later version.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ *
+ * You should have received a copy of the GNU General Public License
+ * along with this program; if not, write to the Free Software
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor,
+ * Boston, MA 02110-1301, USA.
+ */
+
+#include <glib/gi18n.h>
+
+#include "mytime.h"
+
+/* this defines must be moved later to a conf/globaldefs .h file*/
+#define APPLICATION_NAME "mytime"
+
+
+int
+main (int argc, char ** argv)
+{
+
+ g_type_init ();
+
+ gtk_init (&argc, &argv);
+ g_set_application_name(APPLICATION_NAME);
+
+/* g_debug ("%s",GETTEXT_PACKAGE); */
+
+/* bindtextdomain (GETTEXT_PACKAGE, MYTIME_LOCALE_DIR); */
+/* bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8"); */
+/* textdomain (GETTEXT_PACKAGE); */
+
+ my_time_main (argv, argc);
+}
Modified: trunk/src/gui/mytime.c
===================================================================
--- trunk/src/gui/mytime.c 2008-11-06 16:29:37 UTC (rev 138)
+++ trunk/src/gui/mytime.c 2008-11-07 09:00:29 UTC (rev 139)
@@ -39,8 +39,6 @@
#include "mytime-accounts-manager-factory.h"
#include "mytime-accounts-manager-interface.h"
-#define APPLICATION_NAME "mytime-gui"
-
#define WEB_SERVICE_USER "mytime_web_service"
#define WEB_SERVICE_PASSWORD_DESCRIPTION "MyTime Web Service password"
@@ -3821,23 +3819,7 @@
}
-int
-main (int argc, char ** argv)
-{
- /* Application name needed to access to the keyring */
- g_set_application_name(APPLICATION_NAME);
- g_thread_init (NULL);
- g_type_init ();
-
- bindtextdomain (GETTEXT_PACKAGE, MYTIME_LOCALE_DIR);
- bind_textdomain_codeset (GETTEXT_PACKAGE, "UTF-8");
- textdomain (GETTEXT_PACKAGE);
-
- return my_time_main (argv, argc);
-}
-
-
MyTime*
my_time_new (void)
{
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-06 16:30:05
|
Revision: 138
http://mytime.svn.sourceforge.net/mytime/?rev=138&view=rev
Author: mrego
Date: 2008-11-06 16:29:37 +0000 (Thu, 06 Nov 2008)
Log Message:
-----------
FEA: ItEr33S01Coordination
* po/Chagelog:
* po/es.po:
* po/gl.po:
Updated translations.
* src/gui/mytime.c: Added called to gettext to translate the different kind of charts.
Modified Paths:
--------------
trunk/po/ChangeLog
trunk/po/es.po
trunk/po/gl.po
trunk/src/gui/mytime.c
Modified: trunk/po/ChangeLog
===================================================================
--- trunk/po/ChangeLog 2008-11-06 16:29:16 UTC (rev 137)
+++ trunk/po/ChangeLog 2008-11-06 16:29:37 UTC (rev 138)
@@ -1,3 +1,9 @@
+2008-11-05 Manuel Rego Casasnovas <mr...@ig...>
+
+ * es.po:
+ * gl.po:
+ Updated translations.
+
2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
* es.po:
Modified: trunk/po/es.po
===================================================================
--- trunk/po/es.po 2008-11-06 16:29:16 UTC (rev 137)
+++ trunk/po/es.po 2008-11-06 16:29:37 UTC (rev 138)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: mytime-es\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-02 18:30+0200\n"
-"PO-Revision-Date: 2008-10-02 18:31+0200\n"
+"POT-Creation-Date: 2008-11-05 08:42+0100\n"
+"PO-Revision-Date: 2008-11-05 08:44+0100\n"
"Last-Translator: Manuel Rego Casasnovas <mr...@ig...>\n"
"Language-Team: es <>\n"
"MIME-Version: 1.0\n"
@@ -267,6 +267,70 @@
"\n"
"Para que los cambios tengan efecto reinicie MyTime.\n"
+#: ../src/gui/mytime.c:655
+msgid "Unmarked lines"
+msgstr "Líneas sin marcar"
+
+#: ../src/gui/mytime.c:661
+msgid "Unmarked stacked lines"
+msgstr "Líneas apiladas sin marcar"
+
+#: ../src/gui/mytime.c:667
+msgid "Lines"
+msgstr "Líneas"
+
+#: ../src/gui/mytime.c:673
+msgid "Stacked lines"
+msgstr "Líneas apiladas"
+
+#: ../src/gui/mytime.c:679
+msgid "Areas"
+msgstr "Áreas"
+
+#: ../src/gui/mytime.c:685
+msgid "Stacked areas"
+msgstr "Áreas apiladas"
+
+#: ../src/gui/mytime.c:691
+msgid "Adjacent bars"
+msgstr "Barras adyacentes"
+
+#: ../src/gui/mytime.c:697
+msgid "Stacked bars"
+msgstr "Barras apiladas"
+
+#: ../src/gui/mytime.c:703
+msgid "Adjacent columns"
+msgstr "Columnas adyacentes"
+
+#: ../src/gui/mytime.c:709
+msgid "Stacked columns"
+msgstr "Columnas apiladas"
+
+#: ../src/gui/mytime.c:719
+msgid "Pie"
+msgstr "Tarta"
+
+#: ../src/gui/mytime.c:725
+msgid "Split pie"
+msgstr "Tarta dividida"
+
+#: ../src/gui/mytime.c:731
+msgid "Half pie"
+msgstr "Media tarta"
+
+#: ../src/gui/mytime.c:737
+msgid "Split half pie"
+msgstr "Media tarta dividida"
+
+#: ../src/gui/mytime.c:743
+msgid "Ring"
+msgstr "Anillo"
+
+#: ../src/gui/mytime.c:749
+msgid "Split ring"
+msgstr "Anillo dividido"
+
#: ../src/gui/mytime.c:1956
msgid "All"
msgstr "Todo"
Modified: trunk/po/gl.po
===================================================================
--- trunk/po/gl.po 2008-11-06 16:29:16 UTC (rev 137)
+++ trunk/po/gl.po 2008-11-06 16:29:37 UTC (rev 138)
@@ -7,8 +7,8 @@
msgstr ""
"Project-Id-Version: mytime-gl\n"
"Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2008-10-02 18:30+0200\n"
-"PO-Revision-Date: 2008-10-02 18:31+0200\n"
+"POT-Creation-Date: 2008-11-05 08:34+0100\n"
+"PO-Revision-Date: 2008-11-05 08:42+0100\n"
"Last-Translator: Ignacio Casal Quinteiro <nac...@gm...>\n"
"Language-Team: Galego <pro...@tr...>\n"
"MIME-Version: 1.0\n"
@@ -268,6 +268,70 @@
"\n"
"Para que os cambios teñan efecto reinicie MyTime.\n"
+#: ../src/gui/mytime.c:655
+msgid "Unmarked lines"
+msgstr "Liñas sen marcar"
+
+#: ../src/gui/mytime.c:661
+msgid "Unmarked stacked lines"
+msgstr "Liñas apiladas sen marcar"
+
+#: ../src/gui/mytime.c:667
+msgid "Lines"
+msgstr "Liñas"
+
+#: ../src/gui/mytime.c:673
+msgid "Stacked lines"
+msgstr "Liñas apiladas"
+
+#: ../src/gui/mytime.c:679
+msgid "Areas"
+msgstr "Áreas"
+
+#: ../src/gui/mytime.c:685
+msgid "Stacked areas"
+msgstr "Áreas apiladas"
+
+#: ../src/gui/mytime.c:691
+msgid "Adjacent bars"
+msgstr "Barras adxacentes"
+
+#: ../src/gui/mytime.c:697
+msgid "Stacked bars"
+msgstr "Barras apiladas"
+
+#: ../src/gui/mytime.c:703
+msgid "Adjacent columns"
+msgstr "Columnas adxacentes"
+
+#: ../src/gui/mytime.c:709
+msgid "Stacked columns"
+msgstr "Columnas apiladas"
+
+#: ../src/gui/mytime.c:719
+msgid "Pie"
+msgstr "Tarta"
+
+#: ../src/gui/mytime.c:725
+msgid "Split pie"
+msgstr "Tarta dividida"
+
+#: ../src/gui/mytime.c:731
+msgid "Half pie"
+msgstr "Media tarta"
+
+#: ../src/gui/mytime.c:737
+msgid "Split half pie"
+msgstr "Media tarta dividida"
+
+#: ../src/gui/mytime.c:743
+msgid "Ring"
+msgstr "Anel"
+
+#: ../src/gui/mytime.c:749
+msgid "Split ring"
+msgstr "Anel dividido"
+
#: ../src/gui/mytime.c:1956
msgid "All"
msgstr "Todo"
Modified: trunk/src/gui/mytime.c
===================================================================
--- trunk/src/gui/mytime.c 2008-11-06 16:29:16 UTC (rev 137)
+++ trunk/src/gui/mytime.c 2008-11-06 16:29:37 UTC (rev 138)
@@ -652,61 +652,61 @@
/* Charts for Stats */
if (UNMARKED_LINES != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Unmarked lines");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Unmarked lines"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) UNMARKED_LINES);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (UNMARKED_STACKED_LINES != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Unmarked stacked lines");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Unmarked stacked lines"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) UNMARKED_STACKED_LINES);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (LINES != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Lines");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Lines"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) LINES);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (STACKED_LINES != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Stacked lines");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Stacked lines"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) STACKED_LINES);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (AREAS != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Areas");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Areas"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) AREAS);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (STACKED_AREAS != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Stacked areas");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Stacked areas"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) STACKED_AREAS);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (ADJACENT_BARS != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Adjacent bars");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Adjacent bars"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) ADJACENT_BARS);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (STACKED_BARS != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Stacked bars");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Stacked bars"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) STACKED_BARS);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (ADJACENT_COLUMNS != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Adjacent columns");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Adjacent columns"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) ADJACENT_COLUMNS);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (STACKED_COLUMNS != mytime->priv->actual_stats_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Stacked columns");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Stacked columns"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) STACKED_COLUMNS);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
@@ -716,37 +716,37 @@
/* Charts for Graphs */
if (PIE != mytime->priv->actual_graph_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Pie");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Pie"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) PIE);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (SPLIT_PIE != mytime->priv->actual_graph_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Split pie");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Split pie"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) SPLIT_PIE);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (HALF_PIE != mytime->priv->actual_graph_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Half pie");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Half pie"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) HALF_PIE);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (SPLIT_HALF_PIE != mytime->priv->actual_graph_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Split half pie");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Split half pie"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) SPLIT_HALF_PIE);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (RING != mytime->priv->actual_graph_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Ring");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Ring"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) RING);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
if (SPLIT_RING != mytime->priv->actual_graph_chart)
{
- GtkWidget *menuitem = gtk_menu_item_new_with_label ("Split ring");
+ GtkWidget *menuitem = gtk_menu_item_new_with_label (_("Split ring"));
g_signal_connect (menuitem, "activate", (GCallback) view_popup_menu_onChangeGraph, (gpointer) SPLIT_RING);
gtk_menu_shell_append (GTK_MENU_SHELL(menu), menuitem);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-06 16:29:36
|
Revision: 137
http://mytime.svn.sourceforge.net/mytime/?rev=137&view=rev
Author: mrego
Date: 2008-11-06 16:29:16 +0000 (Thu, 06 Nov 2008)
Log Message:
-----------
FEA: ItEr33S01Coordination
* TODO: Updated this file.
Modified Paths:
--------------
trunk/TODO
Modified: trunk/TODO
===================================================================
--- trunk/TODO 2008-11-04 10:47:18 UTC (rev 136)
+++ trunk/TODO 2008-11-06 16:29:16 UTC (rev 137)
@@ -1,4 +1,6 @@
* Online Desktop:
- * Synchronize configuration preferences (GConf)
+ * Synchronize configuration preferences (GConf) [1]
* GTK-Doc
+[1] http://live.gnome.org/OnlineDesktop/PrefsSync/HowToUse/
+
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-11-04 10:47:55
|
Revision: 136
http://mytime.svn.sourceforge.net/mytime/?rev=136&view=rev
Author: mrego
Date: 2008-11-04 10:47:18 +0000 (Tue, 04 Nov 2008)
Log Message:
-----------
FEA: ItEr33S02TaskGNOMEIntegrationItEr32S02
* data_server/mytime_dao_action_summary.c:
* data_server/mytime_dao_window_change_summary.c:
* data_server/mytime_data_server_facade.c:
* data_server/mytime_sqlite_helper.c:
Updated GTK-Doc comments.
Modified Paths:
--------------
trunk/src/data_server/mytime_dao_action_summary.c
trunk/src/data_server/mytime_dao_window_change_summary.c
trunk/src/data_server/mytime_data_server_facade.c
trunk/src/data_server/mytime_sqlite_helper.c
Modified: trunk/src/data_server/mytime_dao_action_summary.c
===================================================================
--- trunk/src/data_server/mytime_dao_action_summary.c 2008-10-04 23:40:43 UTC (rev 135)
+++ trunk/src/data_server/mytime_dao_action_summary.c 2008-11-04 10:47:18 UTC (rev 136)
@@ -950,8 +950,8 @@
* @application_id: the application id of the #MytimeDOActionSummary to select.
* @starttime: the starttime of the #MytimeDOActionSummary to select.
* @endtime: the endtime of the #MytimeDOActionSummary to select.
- * @offset_records: TODO.
- * @max_records: TODO.
+ * @offset_records: Records offset.
+ * @max_records: Maximum number of records.
* @error: if an error occurs, the #GError that happened.
*
* Gets all the action summaries for the given appication, between two dates.
Modified: trunk/src/data_server/mytime_dao_window_change_summary.c
===================================================================
--- trunk/src/data_server/mytime_dao_window_change_summary.c 2008-10-04 23:40:43 UTC (rev 135)
+++ trunk/src/data_server/mytime_dao_window_change_summary.c 2008-11-04 10:47:18 UTC (rev 136)
@@ -1262,8 +1262,8 @@
* @application_id: the application id of the #MytimeDOWindowChangeSummary to select.
* @starttime: the starttime of the #MytimeDOWindowChangeSummary to select.
* @endtime: the endtime of the #MytimeDOWindowChangeSummary to select.
- * @offset_records: TODO.
- * @max_records: TODO.
+ * @offset_records: Records offset.
+ * @max_records: Maximum number of records.
* @error: if an error occurs, the #GError that happened.
*
* Selects total usage for a given application in a given interval.
Modified: trunk/src/data_server/mytime_data_server_facade.c
===================================================================
--- trunk/src/data_server/mytime_data_server_facade.c 2008-10-04 23:40:43 UTC (rev 135)
+++ trunk/src/data_server/mytime_data_server_facade.c 2008-11-04 10:47:18 UTC (rev 136)
@@ -220,9 +220,9 @@
* @self: a #MytimeDataServerFacade.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Return the list of applications.
*
- * Returns: TODO #GList.
+ * Returns: A #GList of applications.
**/
GList *
mytime_data_server_facade_get_applications (MytimeDataServerFacade *self, GError **error)
@@ -244,14 +244,14 @@
/**
* mytime_data_server_facade_get_total_usage:
* @self: a #MytimeDataServerFacade.
- * @application_id: TODO.
- * @starttime: TODO.
- * @endtime: TODO.
+ * @application_id: The application identifier.
+ * @starttime: The init date.
+ * @endtime: The finish date.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Returns the total usage of that application between the dates given.
*
- * Returns: TODO #GList.
+ * Returns: A #GList with the application usage.
**/
GList *
mytime_data_server_facade_get_total_usage (
@@ -281,13 +281,13 @@
/**
* mytime_data_server_facade_store_save_window_change:
* @self: a #MytimeDataServerFacade.
- * @id_user: TODO.
- * @id_session: TODO.
- * @application: TODO.
- * @timestamp: TODO.
+ * @id_user: The user identifier.
+ * @id_session: The session identifier.
+ * @application: The application name.
+ * @timestamp: The date when the window change happens.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Stores information related with a window change.
*
* Returns: %FALSE if an error occurs, %TRUE on success.
**/
@@ -548,10 +548,10 @@
/**
* mytime_data_server_facade_store_current_application:
* @self: a #MytimeDataServerFacade.
- * @timestamp: TODO.
+ * @timestamp: The current timestamp.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Stores information related with current application.
*
* Returns: %FALSE if an error occurs, %TRUE on success.
**/
@@ -741,15 +741,15 @@
/**
* mytime_data_server_facade_store_save_action:
* @self: a #MytimeDataServerFacade.
- * @id_user: TODO.
- * @id_session: TODO.
- * @application: TODO.
- * @timestamp: TODO.
- * @description: TODO.
- * @attributes: TODO.
+ * @id_user: The user identifier.
+ * @id_session: The session identifier.
+ * @application: The application identifier.
+ * @timestamp: The date when the action happens.
+ * @description: The action description.
+ * @attributes: The action attributes.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Stores information related with an action.
*
* Returns: %FALSE if an error occurs, %TRUE on success.
**/
@@ -880,7 +880,7 @@
* mytime_data_server_facade_summarize_events:
* @self: a #MytimeDataServerFacade.
*
- * TODO.
+ * Summarizes information related with events.
*
* Returns: %FALSE if an error occurs, %TRUE on success.
**/
@@ -1392,15 +1392,15 @@
/**
* mytime_data_server_facade_get_usage:
* @self: a #MytimeDataServerFacade.
- * @application_id: TODO.
- * @measuring_value: TODO.
- * @starttime: TODO.
- * @endtime: TODO.
+ * @application_id: the application id of the #MytimeDOWindowChangeSummary to select.
+ * @measuring_value: the time granularity we want the data to be retrieved.
+ * @starttime: the starttime of the #MytimeDOWindowChangeSummary to select.
+ * @endtime: the endtime of the #MytimeDOWindowChangeSummary to select.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Selects the time each application has been used in a given interval, by the specified granularity.
*
- * Returns: TODO #GList.
+ * Returns: A #GList containing the time data.
**/
GList *
mytime_data_server_facade_get_usage (
@@ -1432,16 +1432,16 @@
/**
* mytime_data_server_facade_get_historic:
* @self: a #MytimeDataServerFacade.
- * @application_id: TODO.
- * @starttime: TODO.
- * @endtime: TODO.
- * @offset_records: TODO.
- * @max_records: TODO.
+ * @application_id: the application id of the #MytimeDOWindowChangeSummary to select.
+ * @starttime: the starttime of the #MytimeDOWindowChangeSummary to select.
+ * @endtime: the endtime of the #MytimeDOWindowChangeSummary to select.
+ * @offset_records: Records offset.
+ * @max_records: Maximum number of records.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Selects total usage for a given application in a given interval.
*
- * Returns: TODO #GList.
+ * Returns: A #GList containing the selected data.
**/
GList *
mytime_data_server_facade_get_historic (
@@ -1475,13 +1475,13 @@
/**
* mytime_data_server_facade_get_historic:
* @self: a #MytimeDataServerFacade.
- * @id_session: TODO.
- * @id_application: TODO.
- * @interval_starttime: TODO.
- * @event_type: TODO.
+ * @id_session: the session id of the #MytimeDOWindowChangeSummary to select.
+ * @id_application: the application id of the #MytimeDOWindowChangeSummary to select.
+ * @interval_starttime: the starttime of the #MytimeDOWindowChangeSummary to select.
+ * @event_type: the event type of the #MytimeDOWindowChangeSummary to select.
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Deletes the window change summaries from database matching given parameters.
*
* Returns: %FALSE if an error occurs, %TRUE on success.
**/
Modified: trunk/src/data_server/mytime_sqlite_helper.c
===================================================================
--- trunk/src/data_server/mytime_sqlite_helper.c 2008-10-04 23:40:43 UTC (rev 135)
+++ trunk/src/data_server/mytime_sqlite_helper.c 2008-11-04 10:47:18 UTC (rev 136)
@@ -196,9 +196,10 @@
* open_user_db:
* @error: if an error occurs, the #GError that happened.
*
- * TODO.
+ * Opens a connection with database. If database does not exist this function
+ * creates an empty database.
*
- * Returns: TODO.
+ * Returns: The database reference.
**/
sqlite3 *
open_user_db (MytimeSqliteHelper *self, GError **error)
@@ -314,13 +315,12 @@
/**
* load_user_db:
- * @db: TODO.
- * @application_file: TODO.
- * @event_summary_file: TODO.
+ * @db: The database reference.
+ * @application_file: The CSV file with information about applications.
+ * @event_summary_file: The CSV file with information about events.
+ * @last_updated: The date of the last upload of information to remote storage.
*
- * TODO.
- *
- * Returns: TODO.
+ * Load the data from CSV files on database.
**/
int
load_user_db (sqlite3 *db, const gchar *application_file, const gchar *event_summary_file, const gchar *last_updated)
@@ -345,12 +345,12 @@
/**
* load_application_table:
- * @fd: TODO.
- * @db: TODO.
+ * @fd: A reference to applications file.
+ * @db: The database reference.
*
- * TODO.
+ * Load the information related with applications into the database.
*
- * Returns: TODO.
+ * Returns: An array of applications loaded.
**/
GArray *
load_applications_table (FILE *fd, sqlite3 *db)
@@ -472,13 +472,10 @@
/**
* load_events_table:
- * @fd: TODO.
- * @db: TODO.
- * @last_updated: TODO.
+ * @fd: A reference to events file.
+ * @db: The database reference.
*
- * TODO.
- *
- * Returns: TODO.
+ * Load the information related with events into the database.
**/
int
load_events_table (FILE *fd, sqlite3 *db, gchar *last_updated, GArray *applications)
@@ -677,12 +674,12 @@
/**
* csv_to_insert:
- * @csv_line: TODO.
- * @table_name: TODO.
+ * @csv_line: A line of a CSV file.
+ * @table_name: The database table name.
*
- * TODO.
+ * Extract the fields to be inserted on the database from a CSV line.
*
- * Returns: the SQL INSERT query from the csv line.
+ * Returns: the SQL INSERT query from the CSV line.
**/
CSV_fields
csv_to_insert (const gchar *csv_line, const gchar *table_name)
@@ -715,13 +712,11 @@
/**
* dump_user_db:
- * @db: TODO.
- * @application_file: TODO.
- * @event_summary_file: TODO.
+ * @db: The database reference.
+ * @application_file: The name of applications file.
+ * @event_summary_file: The name of events file.
*
- * TODO.
- *
- * Returns: TODO.
+ * Dump the database creating the CSV files.
**/
int
dump_user_db (sqlite3 *db, const gchar *application_file, const gchar *event_summary_file)
@@ -745,13 +740,11 @@
/**
* dump_table:
- * @fd: TODO.
- * @db: TODO.
- * @table_name: TODO.
+ * @fd: A reference to the file.
+ * @db: The database reference.
+ * @table_name: The databse table name.
*
- * TODO.
- *
- * Returns: TODO.
+ * Dump a database table creating a CSV file.
**/
int
dump_table (FILE *fd, sqlite3 *db, const char *table_name)
@@ -795,12 +788,12 @@
/**
* row_to_string:
- * @pSelect: TODO.
- * @table_name: TODO.
+ * @pSelect: A SQLite statement.
+ * @table_name: A database table name.
*
- * TODO.
+ * Converts a database row on a CSV string.
*
- * Returns: TODO.
+ * Returns: A CSV string.
**/
gchar *
row_to_string (sqlite3_stmt *pSelect, const char *table_name)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ig...@us...> - 2008-10-04 23:43:49
|
Revision: 135
http://mytime.svn.sourceforge.net/mytime/?rev=135&view=rev
Author: igomez
Date: 2008-10-04 23:40:43 +0000 (Sat, 04 Oct 2008)
Log Message:
-----------
FEA : ItEr32S02TaskGNOMEIntegrationItEr31S02
Bug fixed in connect method.
Modified Paths:
--------------
trunk/libmytime-common/mytime-accounts-manager-interface-onlinedesktop.c
Modified: trunk/libmytime-common/mytime-accounts-manager-interface-onlinedesktop.c
===================================================================
--- trunk/libmytime-common/mytime-accounts-manager-interface-onlinedesktop.c 2008-10-03 07:30:34 UTC (rev 134)
+++ trunk/libmytime-common/mytime-accounts-manager-interface-onlinedesktop.c 2008-10-04 23:40:43 UTC (rev 135)
@@ -90,7 +90,7 @@
ONLINE_ACCOUNTS_DBUS_SERVICE, ONLINE_ACCOUNTS_DBUS_INTERFACE);
}
- if (self->priv->proxy){
+ if (!self->priv->proxy){
return FALSE;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-03 07:30:40
|
Revision: 134
http://mytime.svn.sourceforge.net/mytime/?rev=134&view=rev
Author: mrego
Date: 2008-10-03 07:30:34 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* ChangeLog: Updated file with SVN log.
Modified Paths:
--------------
tags/MY_TIME_0_2/ChangeLog
Modified: tags/MY_TIME_0_2/ChangeLog
===================================================================
--- tags/MY_TIME_0_2/ChangeLog 2008-10-03 07:26:03 UTC (rev 133)
+++ tags/MY_TIME_0_2/ChangeLog 2008-10-03 07:30:34 UTC (rev 134)
@@ -1 +1,1246 @@
-Please check the svn log instead
+
+2008-10-03 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * mytime_sqlite_helper.h:
+ * mytime_sqlite_helper.c:
+ (load_events_table) Fixed a bug when "last_uploaded_date" is
+ empty.
+
+2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * debian/changelog:
+ * configure.ac:
+ Updated version MyTime 0.2.
+ * src/gui/mytime.c:
+ * po/gl.po:
+ * po/es.po:
+ Added a translatable string.
+
+2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * po/gl.po:
+ * po/es.po:
+ Updated translations.
+
+2008-10-02 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * debian/control:
+ Updated dependencies.
+ * src/data_server/mytime_data_operations.c:
+ * src/data_server/minigzip.c:
+ * src/data_server/minigzip.h:
+ * src/data_server/Makefile.am:
+ Removed files related with compression.
+ * configure.ac:
+ Added package check for unit tests.
+ * TODO:
+ Updated this file.
+ * autogen.sh:
+ Added a checking to see if gtk-doc is installed.
+
+2008-10-01 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * src/data_server/mytime_do_application.c:
+ * src/data_server/mytime_do_application.h:
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_do_window_change_summary.h:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_do_action_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_dao_application.h:
+ * src/data_server/mytime_dao_window_change_summary.h:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ * src/data_server/mytime_data_operations.c:
+ * src/data_server/mytime_data_operations.h:
+ * src/data_server/mytime_remote_storage.c:
+ * src/data_server/mytime_data_server_facade.h
+ * src/data_server/mytime_data_server_dbus.h
+ * src/tempusfugit/mytime_events_catcher.c:
+ * src/tempusfugit/mytime_events_catcher.h:
+ * doc/reference/Makefile.am:
+ * doc/reference/mytime-docs.sgml:
+ * Makefile.am:
+ Improved Gtk-Doc documentation.
+ * src/gui/mytime.c:
+ Added version information to the About dialog.
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_application.c:
+ Added Gtk-Doc to DAOs.
+ * tests/Makefile.am:
+ * tests/check_data_server.c:
+ Adapted the tests to the new DataServer structure.
+
+2008-09-30 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr32S02TaskGNOMEIntegrationItEr31S02.
+ Adding main.c
+
+2008-09-30 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * mytime_data_access and mytime_data_server was replaced by
+ mytime_data_server_facade and mytime_data_server_dbus
+ * Added main file
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr32S03UCMergeLocalRemoteInformationItEr31S03
+ * libmytime-common/mytime-accounts-manager-interface.c:
+ Bug fixed in a non-null check.
+ * src/data_server/mytime_data_access.c:
+ Not summarizable data, set to last 7 days, last 3 months, and
+ last 2 years.
+ * src/gui/mytime.c:
+ * src/gui/Makefile.am:
+ Changed the way to save/get passwords from accounts. Now, GUI
+ uses libmytime-common library.
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * tests/check_main.c:
+ * tests/check_mytime.h:
+ * tests/check_accounts_manager.c:
+ * tests/Makefile.am:
+ Added unit test for Accounts Manager.
+
+2008-09-30 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/mytime_data_server.c:
+ Summarize events function updated in the DataServer. This is
+ called after merging process between local and remote database.
+ * tests/check_mytime.h:
+ * tests/check_data_server.c:
+ Some few bugs in the tests.
+
+2008-09-29 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
+ * src/data_server/test_ws.c:
+ File deleted.
+ * tests/check_main.c:
+ * tests/check_mytime.h:
+ * tests/Makefile.am:
+ * tests/check_web_service.c:
+ * tests/check_data_server.c:
+ Added Web Service unit tests.
+
+2008-09-26 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S02TaskGNOMEIntegrationItEr30S02
+ * tests/check_data_server.c:
+ Modified last unit test, to clean the database at the end
+
+2008-09-26 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S02TaskGNOMEIntegrationItEr30S02
+ * po/POTFILES.in:
+ Just reviewed two lines.
+ * src/data_server/test.c:
+ * tests:
+ * tests/Makefile.am:
+ * tests/check_data_server.c:
+ * configure.ac:
+ * Makefile.am:
+ Replaced the old tests (by the moment, only the DataServer
+ one), by the Check unit test ones. The /tests directory was
+ added to project's root
+ directory, to place there every unit test.
+
+2008-09-25 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr31S02TaskGNOMEIntegrationItEr30S02
+ Initalization of column window title was removed, it will not
+ be used
+
+2008-09-25 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr31S02TaskGNOMEIntegrationItEr30S02
+ * com.igalia.MyTime.EventsCatcher.service.in : Changed the
+ executable name
+
+2008-09-25 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr31S02TaskGNOMEIntegrationItEr30S02
+ * doc/reference/data_server:
+ * doc/reference/libmytime-common:
+ * doc/reference/gui:
+ * doc/reference/tempusfugit:
+ Deleted folders not needed.
+ * configure.ac:
+ * doc/reference/Makefile.am:
+ * doc/reference/version.xml.in:
+ * doc/reference/mytime-docs.sgml:
+ Made some changes to generate all documentation related with
+ MyTime together.
+
+2008-09-24 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr31S02TaskGNOMEIntegrationItEr30S02
+ * libmytime-common/mytime-account-data.c:
+ * libmytime-common/mytime-accounts-manager-interface.c:
+ * libmytime-common/Makefile.am:
+ * libmytime-common/mytime-account-data.h:
+ * libmytime-common/mytime-accounts-manager-interface.h:
+ Separeted object MytimeAccountData on a different file of
+ MytimeAccountsManagerInterface.
+ * doc/reference/data_server/Makefile.am:
+ * doc/reference/libmytime-common:
+ * doc/reference/libmytime-common/libmytime-common-docs.sgml:
+ * doc/reference/libmytime-common/Makefile.am:
+ * doc/reference/libmytime-common/version.xml.in:
+ * doc/reference/gui/Makefile.am:
+ * doc/reference/Makefile.am:
+ * doc/reference/tempusfugit/Makefile.am:
+ Updated files to generate documentation.
+ * Makefile.am:
+ Updated Makefile to create documentation of some modules.
+ * configure.ac:
+ Updated to create documentation with GTK-Doc.
+
+2008-09-24 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_data_operations.c:
+ * src/data_server/Makefile.am:
+ User's password is taken from the Keyring.
+
+2008-09-24 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_data_operations.c:
+ Old CSV files are deleted from the web service, after uploading
+ the new ones.
+ * po/es.po:
+ Typo.
+
+2008-09-24 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr31S02TaskGNOMEIntegrationItEr30S02
+ * libmytime-common/Makefile.in: Remove file not needed.
+ * libmytime-common/Makefile.am: Updated Makefile.am to create a
+ library "mytime-common.la".
+ * Makefile.am: Update subdirs order.
+
+2008-09-24 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_data_operations.c:
+ At the beginning of the merge process, .lock file is uploaded
+ to the web service. At the end, it's deleted.
+
+2008-09-23 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr31S04TaskOnlineDesktopItEr30S04
+ * libmytime-common : New commons library.
+ * libmytime-common/mytime-accounts-manager-factory.h
+ * libmytime-common/mytime-accounts-manager-factory.c : Accounts
+ managers factory
+ * libmytime-common/mytime-accounts-manager-interface.h
+ * libmytime-common/mytime-accounts-manager-interface.c :
+ Defines accounts manager api
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.h
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.c : Implementation based on online desktop services
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.h
+ *
+ libmytime-common/mytime-accounts-manager-interface-onlinedeskto
+ p.c : Implementatin based on keyring
+
+2008-09-23 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ There will be two new functions: load_applications_table and
+ load_events_table, as the two processes were quite different
+ from each other.
+ Window change events data from tha local DB, from before
+ last_uploaded_date, is removed, to be overwritten by the data
+ from CVS downloaded file.
+ When retrieving information about window change events,
+ application IDs are updated, as an app id, may not refer the
+ same application in the local
+ DB, and in the CVS file.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * Show a warning dialog when changing the info of the remote
+ storage in the GUI.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * Added a method to check if a file exists in the remote
+ storage
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S05UCSendInformationServerItEr30S03
+ * Added functions to backup and restore the data base.
+
+2008-09-23 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_data_operations.c:
+ Bug fixed in merge process.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S05UCSendInformationServerItEr30S03
+ * Solved a bug indicated in the same story.
+
+2008-09-23 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_sqlite_helper.c:
+ Change the behavior of the merging process. Data before last
+ uploaded date, won't be ignored. It will overwrite local data.
+ * src/data_server/mytime_data_operations.c:
+ Check if latest file in web service, is different from the
+ oldest one uploaded from the current computer, before launching
+ the merging process.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * Return the name of the youngest file with a concrete prefix
+ of the remote storage.
+
+2008-09-23 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S05UCSendInformationServerItEr30S03
+ * Select the remote storage from the GUI
+
+2008-09-22 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ * src/data_server/mytime_data_operations.c:
+ Window change summary merging process completed.
+
+2008-09-22 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr31S05UCSendInformationServerItEr30S03
+ * Implemented a function to get the youngest file stored in the
+ remote storage that begin with a specific prefix
+
+2008-09-22 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr31S03UCMergeLocalRemoteInformationItEr30S05
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/data_server/mytime_sqlite_helper.h:
+ Converted SQLite Helper library into a GObject, that has the DB
+ name as a parameter.
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_dao_application.h:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ Changed DAOs, to be adapted to the new SQLite Helper GObject.
+ Every DAO has a pointer to its SQLite Helper.
+ * data/sql/mytime.sql:
+ Added the "NOT NULL UNIQUE" constraints to name attribute in
+ the Application table, so the merging process is easier.
+ * src/data_server/mytime_data_operations.c:
+ Began the merging process between local and remote DB. Merging
+ Application tables, is almost done.
+
+2008-09-19 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr30S02TaskGNOMEIntegrationItEr29S02
+ * src/tempusfugit/mytime_events_catcher.c:
+ * src/tempusfugit/main.c:
+ * src/tempusfugit/Makefile.am:
+ Created a library libmytime-tempusfugit.la and changed name of
+ binary and used file main.c to generate that binary. These
+ changes are needed to generate documentation with GTK-Doc.
+ * data/man/Makefile.am:
+ * data/man/mytime-gui.1:
+ * data/man/tempusfugit.1:
+ * data/man/mytime-tempusfugit.1:
+ * data/man/mytime-data-server.1:
+ Modified name of binary, not it's called mytime-tempusfugit
+ instead of tempusfugit.
+
+2008-09-19 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Added one library to compress and uncompress files in .gz
+ format
+
+2008-09-19 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr30S02TaskGNOMEIntegrationItEr29S02
+ * doc: Added doc folder with folders and files needed to
+ generate GTK-Doc documentation, for now its's pending of some
+ changes on source code.
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Upload to the remote storage the CVS files of the tables of
+ the data base when exit from MyTime.
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Updated the GConf schema
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Created the attributes needed to merge
+
+2008-09-18 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr30S03UCSendInformationServerItEr29S03
+ * mytime_sqlite_helper.c:
+ * mytime_sqlite_helper.h:
+ Completed the functions to make the dumping and loading DB
+ process. They still use a file specified as a string in the
+ code: A variable, or a
+ parameter, should be used instead.
+
+2008-09-18 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Solved bug: now doesn't store applications with null title
+ * Solved bug: mytime doesn't crashes when the user and the
+ password of box.net is incorrect
+
+2008-09-17 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr30S03UCSendInformationServerItEr29S03
+ * mytime_dao_window_change_summary.c:
+ * mytime_dao_action_summary.c:
+ * mytime_dao_application.c:
+ DAOs updated, so they now use sqlite3_prepare_v2 function,
+ instead of the sqlite3_prepare one, to improve statement
+ preparation.
+
+2008-09-17 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr30S02TaskGNOMEIntegrationItEr29S02
+ * TODO:
+ * NEWS:
+ Updated files to first release.
+
+2008-09-17 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr30S03UCSendInformationServerItEr29S03
+ * gui/mytime.c:
+ Removed some previous debug comments.
+ * data_server/mytime_dao_window_change_summary.c:
+ Corrected
+ mytime_dao_window_change_summary_select_interval_usage
+ function, to make the queries with the timestamp >= starttime,
+ and timestamp <
+ endtime (previously it was timestamp <= endtime).
+
+2008-09-17 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr30S02TaskGNOMEIntegrationItEr29S02
+ * debian/changelog: Updated date.
+ * src/data_server/mytime_data_server.c: Commented some lines to
+ avoid to use the class mytime_data_operations for the moment.
+ * src/gui/mytime.c:
+ * data/glade/mytime.glade:
+ * po/gl.po:
+ * po/es.po:
+ * po/ChangeLog:
+ Updated some labels and their translations.
+
+2008-09-17 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr30S03UCSendInformationServerItEr29S03
+ * src/gui/mytime.c:
+ Corrected a bug: the aplications query was being made after
+ retrieving data, so a segfault was produced when new
+ applications came.
+
+2008-09-16 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr30S02TaskGNOMEIntegrationItEr29S02
+ * src/data_server/Makefile.am: Commented some lines to not
+ generate test-wc binary.
+ * src/data_server/test_ws.c: Added header with license.
+ Reviewed code guidelines.
+ * src/scripts/boxnet: Removed files not needed anymore,
+ implemented this functionality in C code at Data Server.
+ * po/gl.po:
+ * po/LINGUAS:
+ * po/es.po:
+ * po/ChangeLog:
+ * po/POTFILES.in:
+ * po/POTFILES.skip:
+ Added Spanish translation and updated Galician translation.
+
+2008-09-16 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr30S03UCSendInformationServerItEr29S03
+ * mytime.c:
+ Solved a bug that caused incorrect behaviours when changing the
+ graph type, after a data query, both with the Usage and the
+ Total_Usage option.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Solved completly the issue of the about dialog.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Store the last timestamp selected and show it in all the
+ panels.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S03UCSendInformationServerItEr29S03
+ * Added the operation to delete files from the remote storage
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Changed the order of the columns of the historic.
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Solved partially the issue of the about dialog
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Some bugs resolved in the GUI
+
+2008-09-16 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr30S05UCMergeLocalRemoteInformation
+ * Added a new GObject with the operation to merge local and
+ remote data
+
+2008-09-12 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr29S02TaskGNOMEIntegrationItEr28S04
+ * debian/control:
+ * README:
+ Updated dependencies, now MyTime needs the library libsoup to
+ interact with the Web Service box.net.
+
+2008-09-11 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr29S02TaskGNOMEIntegrationItEr28S04
+ * Added comments for each function.
+
+2008-09-11 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr29S03UCSendInformationServerItEr28S05
+ * Added methods to storage files in a remote web server
+
+2008-09-09 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr29S04UCSendInformationItEr28S06
+ *tf-application.c
+ *tf-screen.c : Modified in order to completely avoid
+ differentation
+ between types of events
+
+2008-09-04 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr28S05UCSendInformationServerItEr26S05
+ * Save user and password of the Web Service
+
+2008-09-03 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr28S02UCStoreEventsInformationItEr27S02
+ * src/data_server/mytime_data_access.c:
+ (mytime_data_access_store_current_application) New method to
+ store information about the current application till this
+ moment.
+ * src/data_server/mytime_data_server.c:
+ (mytimedataserver_query_stop) (mytimedataserver_query_close)
+ Call to a new method to store information about current
+ application till this moment that MyTime stops to record or it
+ is closed.
+ * src/tempusfugit/tf-screen.c:
+ * src/tempusfugit/tf-event-xml.c:
+ Adding licenste to headers.
+ * src/tempusfugit/mytime_events_catcher.c:
+ * src/tempusfugit/mytime_events_catcher.h:
+ Adapting to code guidelines.
+
+2008-09-03 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr28S03TaskGUIPrototypeItEr27S03
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/gui/mytime.c:
+ Modified GUI and window change DAO, to work with UTC all the
+ time (only at the last moment, the time is shown to the user in
+ its local time).
+ * src/tempusfugit/mytime_events_catcher.c:
+ Began to send a flag signal from Events Catcher when stopped,
+ to make Data Server not store the next time to the current
+ application (make an
+ artificial window change). Still in comments.
+
+2008-09-03 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr28S04TaskGNOMEIntegrationItEr27S06
+ * debian/control: Updated dependencies.
+ * README: Added acknowledgements section.
+ * libmytime-error/Makefile.am:
+ * src/data_server/data/Makefile.am:
+ * src/data_server/Makefile.am:
+ * src/gui/Makefile.am:
+ * src/Makefile.am:
+ * src/tempusfugit/Makefile.am:
+ * Makefile.am:
+ * data/sql/Makefile.am:
+ * data/images/Makefile.am:
+ * data/Makefile.am:
+ * data/man/Makefile.am:
+ * data/glade/Makefile.am:
+ Added headers with license.
+
+2008-09-02 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr28S04TaskGNOMEIntegrationItEr27S06
+ * debian/control: Removed libgnomeui dependecy.
+ * debian/copyright: Added copyright related with libegg
+ project.
+ * libmytime-error/mytime_error.h:
+ * src/data_server/mytime_do_window_change_summary.h:
+ * src/data_server/mytime_do_action_summary.h:
+ * src/data_server/mytime_do_application.h:
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/useful.c:
+ * src/gui/mytime.c:
+ * src/gui/chart.h:
+ * src/gui/Makefile.am:
+ * src/gui/controller.h:
+ * src/gui/useful.h:
+ * src/gui/mytime.h:
+ * src/gui/egg-datetime.c:
+ * src/tempusfugit/tf-register-dbus.c:
+ * src/tempusfugit/tf-register-dbus.h:
+ * src/tempusfugit/tf-observer.c:
+ Updated code guildelines.
+ * data/Makefile.am: Added make clean and distclean.
+
+2008-09-02 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr28S03TaskGUIPrototypeItEr27S03
+ * New component to select date and time
+
+2008-09-01 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr28S04TaskGNOMEIntegrationItEr27S06
+ * tempusfugit/tf-register-dbus.c:
+ * tempusfugit/tf-register-dbus.h:
+ Updated to code guidelines.
+
+2008-08-29 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * gui/chart.c:
+ * gui/controller.c:
+ * gui/useful.c:
+ * gui/mytime.c:
+ * gui/chart.h:
+ * gui/controller.h:
+ * gui/useful.h:
+ Adapting code guidelines.
+
+2008-08-29 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr27S03TaskGUIPrototypeItEr26S03
+ * src/gui/mytime.c:
+ Solved a bug related to timezones when retrieving data from
+ GnomeDateEdit elements.
+
+2008-08-29 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr27S03TaskGUIPrototypeItEr26S03
+ * src/gui/mytime.c:
+ Applications are retrieved (and updated), before any query
+ about usage, so every new application will appear in the graph
+ with its correct name.
+ Corrected a bug when selecting by hours, related to the Summer
+ Time Change.
+ Ignored fields depending to the measuring time, to make the
+ queries better.
+
+2008-08-28 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * data_server/mytime_do_window_change_summary.c:
+ * data_server/mytime_do_action_summary.c:
+ * data_server/mytime_do_window_change_summary.h:
+ * data_server/mytime_do_action_summary.h:
+ * data_server/mytime_do_application.c:
+ * data_server/mytime_do_application.h:
+ * data_server/test.c:
+ * data_server/mytime_data_server.c:
+ * data_server/mytime_sqlite_helper.c:
+ * data_server/mytime_data_server.h:
+ * data_server/mytime_sqlite_helper.h:
+ Adapting to gnome guidelines.
+
+2008-08-28 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr27S04UCReturnStatisticalInformationItEr26S04
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/gui/mytime.c:
+ Some bugs corrected about retrieving data from DAOs, and
+ showing them into GUI.
+
+2008-08-28 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * data_server/mytime_dao_window_change_summary.c:
+ * data_server/mytime_dao_action_summary.c:
+ * data_server/mytime_dao_application.c:
+ * data_server/mytime_data_access.c:
+ * data_server/mytime_data_access.h:
+ Aplying code guidelines.
+
+2008-08-28 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * data_server/mytime_dao_window_change_summary.c:
+ * data_server/mytime_dao_window_change_summary.h:
+ * data_server/mytime_dao_application.c:
+ * data_server/mytime_dao_application.h:
+ Adapting to code guidelines.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * libmytime-error/mytime_error.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ Applying codi guidelines.
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/mytime.c:
+ * src/gui/controller.h:
+ Fixing some errors introduced on previous commit.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * libmytime-error/mytime_error.h:
+ * libmytime-error/mytime_error.c:
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/mytime_sqlite_helper.c:
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/mytime.c:
+ * src/gui/chart.h:
+ * src/tempusfugit/tf-screen.c:
+ * src/tempusfugit/tf-event-xml.c:
+ * src/tempusfugit/tf-register-dbus.c:
+ * src/tempusfugit/tf-observer.c:
+ * src/tempusfugit/mytime_events_catcher.c:
+ Modified C ++ comments not recommended ("// ...") for C
+ comments ("/* ... */").
+ * README:
+ Modified installation depdencies.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S05TaskProjectInfrastructureItEr26S06
+ * src/data_server/mytime_data_server.xml:
+ * src/tempusfugit/mytime_data_server.xml:
+ * src/gui/mytime_data_server.xml:
+ Adding method "mytimedataserver_query_close".
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/mytime_data_server.h:
+ (mytimedataserver_query_close) Added method to close Data
+ Server.
+ * src/gui/controller.c:
+ * src/gui/controller.h:
+ (controller_data_server_close) Added function that close Data
+ Server via D-Bus.
+ * src/gui/mytime.c: (my_time_on_menuitem_quit_activate) Close
+ Data Server when MyTime is closed.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S05TaskProjectInfrastructureItEr26S06
+ * sql/Makefile.in: Removing generated file.
+ * sql/Makefile.am: Added file needed.
+
+2008-08-27 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S05TaskProjectInfrastructureItEr26S06
+ * gui/mytime.c: (my_time_on_menuitem_quit_activate) Stoping
+ Events Catcher when MyTime is closed.
+
+2008-08-26 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S06TaskGNOMEIntegrationItEr19S05
+ * gui/mytime.c: (my_time_on_menuitem_about_activate) Added
+ acknowledgements to about dialog.
+
+2008-08-26 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S05TaskProjectInfrastructureItEr26S06
+ * src/data_server/mytime_sqlite_helper.c: (open_user_db) Fixing
+ a bug and updated SQL file path.
+ * src/data_server/data/mytime.sql:
+ * src/data_server/data/Makefile.am:
+ * data/sql:
+ Moved SQL file to "data/sql".
+ * src/gui/mytime.c:
+ * src/gui/Makefile.am:
+ * src/gui/glade2:
+ * data/glade:
+ Moved glade file to "data/glade".
+ * configure.ac:
+ * data/Makefile.am:
+ Updated folders and subfolders.
+ * data/images/Makefile.in:
+ * data/images/Makefile:
+ * data/man/Makefile.in:
+ * data/man/Makefile:
+ Removing generated files.
+
+2008-08-26 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S05TaskProjectInfrastructureItEr26S06
+ * data/mytime-gui.1:
+ * data/tempusfugit.1:
+ * data/mytime-data-server.1:
+ * data/man:
+ Moved man pages to folder "data/man".
+ * data/mytime.png:
+ * data/mytime.xpm:
+ * data/images:
+ Moved icons to folder "data/images".
+ * data/Makefile.am:
+ Some changes due to movements. Simplified process for
+ ".desktop" file.
+
+2008-08-25 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr27S05TaskProjectInfrastructureItEr26S06
+ * debian/menu: Added this file to window manager that don't
+ handle ".desktop" files.
+ * src/data_server/mytime_data_server.c: Removed lines related
+ with GConf schemas, these are already installed automatically.
+ * src/data_server/mytime_sqlite_helper.c: Commented some lines
+ that kill Data Server.
+ * src/gui/mytime.c: Started Data Server when MyTime start, and
+ started TempusFugit depending on value of a GConf variable.
+ * src/Makefile.am: Removed "mytime.schemas".
+
+2008-08-25 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr27S04UCReturnStatisticalInformationItEr26S04
+ * src/gui/mytime.c:
+ Low used-time applications, are summarized into an "Other
+ applications" field, when querying for total usage.
+ A limit is defined as a constant in the code (2% in this
+ moment), so every application less used than that percentage,
+ will be grouped into "Other
+ applications".
+
+2008-08-22 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr26S05UCSendInformationServerItEr25S05
+ Added functions to export / import database
+
+2008-08-22 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * debian/control: Modified section, now section is "utils".
+ Changed installation dependency "gconf2" instead of
+ "libgconf2-4". Removing last dot from description.
+ * debian/copyright: Added link to license on local file system.
+ Updated FSF address.
+ * debian/docs: Removed COPYRIGHT and INSTALL files.
+ * src/mytime.schemas:
+ * data/mytime.schemas.in:
+ * src/Makefile.am:
+ * data/Makefile.am:
+ Moved schema to data folder, it's more common.
+ * configure.ac: Removed some empty lines.
+ * data/mytime.xpm: New icon in xpm format and 32x32 size.
+ * data/mytime.desktop.in.in:
+ * src/gui/Makefile.am:
+ Modified icon format from png to xpm.
+ * data/mytime-gui.1:
+ * data/tempusfugit.1:
+ * data/mytime-data-server.1:
+ Added manpages for these commands.
+
+2008-08-21 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * debian/control: Removed installation dependy xcreensaver.
+ * debian/changelog: Change to create packages called "alpha".
+ * configure.ac: Removed a line not needed.
+
+2008-08-21 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * src/gui/images: Deleted this folder, now the new folder data
+ is used to store the icon.
+ * src/gui/mytime.c: Some changes related with about dialog.
+ * src/gui/Makefile.am: Removed folder images from SUBDIRS.
+ * src/gui/glade2/mytime.glade: Removed information of about
+ dialog.
+ * configure.ac: Changes related with new and former folders.
+ * Makefile.am: Deleted some lines not needed and added folder
+ data to SUBDIRS.
+ * data: Added new folder
+ * data/mytime.desktop.in.in: Template to do that MyTime appears
+ on desktop menu.
+ * data/mytime.png: MyTime icon.
+ * data/Makefile.am: Makefile to create icon and process desktop
+ menu.
+
+2008-08-20 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * debian/control: Updating build dependencies.
+
+2008-08-20 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * debian/control: Updated dependencies.
+ * configure.ac: Modified way to check dependencies for
+ TempusFugit.
+ * INSTALL: Automatically modified with autotools.
+ * src/data_server/Makefile.am:
+ * src/gui/Makefile.am:
+ * src/tempusfugit/Makefile.am:
+ Removing some dependencies not needed.
+ * src/tempusfugit/applet: Folder deleted because it's not used
+ and it's not going to be used anymore.
+
+2008-08-20 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * debian/control: Added some dependencies and modified package
+ section and priority. Some dependencies should be reviewed.
+ * debian/copyright: Some changes to add authors information.
+ * debian/rules: Removing some commented lines. Now package is
+ created succesfully.
+ * src/data_server/Makefile.am: Removed test from binary
+ created.
+
+2008-08-19 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S06TaskProjectInfrastructureItEr19S06
+ * debian: Folder to create debian package, still pending of
+ some fixes. Currently debian package is not created properly.
+
+2008-08-19 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr26S01Coordination
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_data_server.c:
+ * src/gui/useful.c:
+ * src/gui/mytime.c:
+ * src/gui/useful.h:
+ Added Santiago Álvarez on copyright of these files.
+ * src/gui/glade2/mytime.glade:
+ Added Santiago Álvarez to authors list.
+
+2008-08-19 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr26S02UCStoreEventsInformationItEr25S02
+ * src/gui/mytime.schemas:
+ * src/mytime.schemas:
+ Moved GConf schema file, as now there are more parameters to be
+ stored in GConf.
+
+2008-08-18 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr26S05UCSendInformationServerItEr25S05
+ * mytime_events_catcher.xml : Added file which describe events
+ catcher service
+ * Makefile.am : Modified to generate dbus bindings for events
+ catcher service
+ * controller.h/.c : Added new methods to call events service
+ methods
+ * mytime.c : Added calls to events catcher service for stop or
+ start the events catcher.
+
+2008-08-18 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr26S05UCSendInformationServerItEr25S05
+ * com.igalia.MyTime.EventsCatcher.service.in : New template for
+ service
+ descriptor
+ * Makefile.am : Modified to add generation of service
+ descriptor
+
+2008-08-18 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr26S04UCReturnStatisticalInformationItEr25S04
+ * src/data_server/mytime_dao_window_change_summary.c:
+ Improved select information process, including a SQL function,
+ to get all
+ information in one single Select statement.
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/mytime_data_server.c:
+ GUI start & stop buttons, make DataServer start & stop
+ registering events.
+ * src/data_server/data/mytime.db:
+ Database updated.
+ * src/gui/useful.h:
+ * src/gui/useful.c:
+ Removed unnecessary methods.
+ * src/gui/mytime.c:
+ Adapt the GUI, to use the retrieved information (that now comes
+ compressed).
+
+2008-08-11 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr25S05UCSendInformationServerItEr24S06
+ * trunk/src/data_server/mytime_sqlite_helper.h
+ * trunk/src/data_server/mytime_sqlite_helper.c : Implements new operations which performs connection to DB
+ * trunk/configure.ac
+ * trunk/src/data_server/mytime_dao_window_change_summary.c
+ * trunk/src/data_server/mytime_dao_action_summary.c
+ * trunk/src/data_server/mytime_dao_application.c
+ * trunk/src/data_server/mytime_data_server.c
+ * trunk/src/data_server/data/Makefile.am
+ * trunk/src/data_server/Makefile.am : Modified to use new open
+ database
+ operation
+
+2008-08-07 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr24S06UCSendInformationServerItEr23S02
+ *scripts/boxnet/BoxDotNetTest.py : BoxNet client, offer methods
+ to get
+ info from service and upload files
+ *scripts/boxnet/Web.py
+ *scripts/boxnet/boxdotnet.py : Useful sources from conduit
+ project
+
+2008-08-01 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr23S03UCStoreEventsInformationItEr22S05
+ * AUTHORS
+ * src/data_server/mytime_do_window_change_summary.c
+ * src/data_server/mytime_do_action_summary.c
+ * src/data_server/mytime_dao_window_change_summary.c
+ * src/data_server/mytime_dao_action_summary.c
+ * src/data_server/mytime_dao_application.c
+ * src/data_server/mytime_data_access.c
+ * src/data_server/test.c
+ * src/data_server/data/mytime.db
+ * src/data_server/Makefile.am
+ * src/gui/mytime.c
+ Summarize process ready.
+
+2008-07-29 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr23S03UCStoreEventsInformationItEr22S05
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/data/mytime.sql:
+ * src/data_server/data/mytime.db:
+ Window change events are registered, splitted in intervals, and
+ showed by the GUI, correctly. Local time, is correctly
+ considered.
+ Application actions are splitted in intervals, and considered
+ by their DAO, correctly. They're still not registered and
+ received.
+ Database files, are updated.
+
+2008-07-29 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr23S05UCSendInformationItEr22S04
+ trunk/configure.ac
+ trunk/src/data_server/data/Makefile.am : Improving service
+ files
+ generation and installation
+
+2008-07-29 Iván Gómez Rodríguez <ig...@ig...>
+ FEA : ItEr23S05UCSendInformationItEr22S04
+ trunk/src/tempusfugit/applet/gnome/.deps : Removed, it is
+ unneeded
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr22S02TaskGUIPrototypeItEr21S02
+ * TODO:
+ TODO updated.
+ * src/gui/mytime.c:
+ * src/gui/mytime.schemas:
+ * src/gui/Makefile.am:
+ Corrected some files to make schemas installation possible.
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr22S02TaskGUIPrototypeItEr21S02
+ * src/gui/max_rows.schemas
+ * src/gui/Makefile.am
+ GConf schema corrected.
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr22S02TaskGUIPrototypeItEr21S02
+ * src/gui/max_rows.schemas
+ Added the schema for the GUI property.
+
+2008-07-22 Santiago Álvarez Martínez <sal...@ig...>
+ FEA: ItEr22S02TaskGUIPrototypeItEr21S02
+ * configure.ac
+ * src/gui/mytime.c
+ * src/gui/Makefile.am
+ * src/gui/glade2/mytime.glade
+ Improved GUI+GConf integration. Some GUI bugs corrected
+
+2008-07-14 Santiago Álvarez Martínez <sal...@ig...>
+ FEA:ItEr20S02TaskGUIPrototypeItEr19S04
+ MyTime GUI integration with GConf.
+
+2008-07-07 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr19S05TaskGNOMEIntegrationItEr18S05
+ * src/data_server/data/Makefile.am:
+ * src/gui/images/Makefile.am:
+ * src/gui/glade2/Makefile.am:
+ Uploading some missed files of patch by Ignacio Casal Quinteiro
+ <nac...@gm...>.
+
+2008-07-03 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr19S06TaskProjectInfrastructureItEr18S06
+ * configure.ac:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/Makefile.am:
+ * src/gui/mytime.c:
+ * src/gui/Makefile.am:
+ Changes to fix problems when make install is used, applied
+ patch sent by Iganacio Casal Quinteiro <nac...@gm...>.
+ Removed libgda dependency.
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr19S02TaskDataServerPrototypeItEr18S02
+ * mytime_dao_window_change_summary.c
+ * mytime_dao_action_summary.c
+ * mytime_dao_application.c :
+ Changed some incorrect paths
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr19S02TaskDataServerPrototypeItEr18S02
+ * applet/Makefile.in
+ * applet/gnome/Makefile.in
+ * applet/gnome/Makefile
+ * applet/common/Makefile.in
+ * applet/common/.deps
+ * applet/common/Makefile
+ * applet/Makefile :
+ Delete files which should not be in repository
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ ItEr19S02TaskDataServerPrototypeItEr18S02
+ * configure.ac: Added tempusfugit dir and subdirs in AC_OUTPUT
+ argument
+
+2008-06-30 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr19S02TaskDataServerPrototypeItEr18S02
+ * tempusfugit/tf-event-session-dbus.c
+ * tempusfugit/tf-event-session-dbus.h
+ * tempusfugit/tf-event-wc-dbus.c
+ * tempusfugit/tf-event-wc-dbus.h
+ * tempusfugit/tf-event-dbus.c
+ * tempusfugit/tf-event-dbus.h
+ * tempusfugit/tf-event-it-dbus.c :
+ Deleted unnecesary files
+ * Makefile.am: Added tempusfugit/applet in variable SUBDIR
+
+2008-06-23 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr17S02TaskDataServerPrototypeItEr16S02
+ * Implemeted and tested storing of window changes in data
+ server
+
+2008-06-23 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr17S02TaskDataServerPrototypeItEr16S02
+ * Deleted unnecesary changes in tempusfugit
+ * Implemented new class tf-register and changes in tf-observer
+ to use it
+
+2008-06-20 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr17S05TaskGNOMEIntegrationItEr16S06
+ * libmytime-error/mytime_error.h:
+ * libmytime-error/mytime_error.c:
+ * src/data_server/mytime_do_window_change_summary.c:
+ * src/data_server/mytime_dao_window_change_summary.c:
+ * src/data_server/mytime_do_action_summary.c:
+ * src/data_server/mytime_dao_action_summary.c:
+ * src/data_server/mytime_do_window_change_summary.h:
+ * src/data_server/mytime_dao_window_change_summary.h:
+ * src/data_server/mytime_do_action_summary.h:
+ * src/data_server/mytime_dao_action_summary.h:
+ * src/data_server/mytime_do_application.c:
+ * src/data_server/mytime_dao_application.c:
+ * src/data_server/mytime_do_application.h:
+ * src/data_server/mytime_data_access.c:
+ * src/data_server/test.c:
+ * src/data_server/mytime_dao_application.h:
+ * src/data_server/mytime_data_server.c:
+ * src/data_server/mytime_data_access.h:
+ * src/data_server/mytime_data_server.h:
+ * src/gui/chart.c:
+ * src/gui/controller.c:
+ * src/gui/useful.c:
+ * src/gui/mytime.c:
+ * src/gui/chart.h:
+ * src/gui/controller.h:
+ * src/gui/useful.h:
+ * src/gui/mytime.h:
+ * po/gl.po:
+ * po/POTFILES.in:
+ Removed trailing whitespaces and some programming guidelines
+ applied.
+ Added translation for option "--All--".
+
+2008-06-20 Iván Gómez Rodríguez <ig...@ig...>
+ FEA: ItEr17S02TaskDataServerPrototypeItEr16S02
+ * useful.h
+ * useful.c: Added method useful_formatDataMilisecs
+ * mytime.c: Changed uses of useful_formatDataMinutes in
+ useful_formatDataMilisecs
+
+2008-06-15 Diego Pino García <dp...@ig...>
+ ItEr16S02TaskDataServerPrototypeItEr15S02
+ * Script to generate example data
+
+2008-06-05 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr15S06TaskGNOMEIntegrationItEr14S06
+ * autogen.sh: Now it's more simple and calls to
+ gnome-autogen.sh
+ * configure.in:
+ * configure.ac:
+ Changed the name for file configure.in (now more descriptive,
+ .ac means that this file is processed by autoconf)
+ * ltmain.sh: File not needed (autogenerated by new autogen.sh)
+ * po/LINGUAS:
+ * po/mytime.pot:
+ Using a non deprecated method to i18n. ALL_LINGUAS won't be
+ used, instead of this, po/LINGUAS will keep a list of languages
+ translated. Translators only have to modify files inside po
+ folder and nothing outside this folder
+
+2008-06-03 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr15S06TaskGNOMEIntegrationItEr14S06
+ * src/gui/useful.c: Removing unnecessary use of a function to
+ fix memory problems.
+ * src/gui/glade2/mytime.glade: Modified link to MyTime home
+ page (http://mytime.igalia.com).
+ * configure.in:
+ * src/gui/mytime.c:
+ * po/POTFILES.in:
+ Added internationalization support.
+ * po/mytime.pot: Generated master translation.
+ * po/ChangeLog:
+ * po/gl.po:
+ Added Galician translation by Ignacio Casal Quinteiro
+ <nac...@gm...>.
+
+2008-06-03 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr15S02TaskDataServerPrototypeItEr14S02
+ * controller.c: Fixing some memory problems related with
+ strcat.
+
+2008-06-02 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr15S02TaskDataServerPrototypeItEr14S02
+ * Delete events from the GUI.
+ * Added DAO and DO objects of action summary.
+
+2008-06-02 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr15S07UCApplicationsUse
+ * Supported new charts at query time usage when click with the
+ right button of the mouse over the chart:
+ * UNMARKED_LINES
+ * UNMARKED_STACKED_LINES
+ * LINE
+ * STACKED_LINES
+ * AREAS
+ * STACKED_AREAS
+ * ADJACENT_BARS
+ * STACKED_BARS
+ * ADJACENT_COLUMNS
+ * STACKED_COLUMNS
+ * Changed some values in the about dialog.
+ * Removed from the svn the unused vala directory.
+
+2008-06-01 Diego Pino García <dp...@ig...>
+ ItEr14S02TaskDataServerPrototypeItEr13S03
+ * Script to generate example data
+
+2008-05-30 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr14S02TaskDataServerPrototypeItEr13S03
+ * data/mytime.sql:
+ * data/mytime.db:
+ Added new field interval and removed field user on table
+ event_summary. Removed table users.
+ * mytime_do_window_change_summary.c:
+ * mytime_dao_window_change_summary.c:
+ * mytime_do_window_change_summary.h:
+ Changed property user for new property interval.
+
+2008-05-30 Antonio Álvarez Feijoo <aal...@ig...>
+ FEA: ItEr14S02TaskDataServerPrototypeItEr13S03
+ * Supported new charts at total time usage when click with the
+ right button of the mouse over the chart:
+ * PIE
+ * SPLIT_PIE
+ * HALF_PIE
+ * SPLIT_HALF_PIE
+ * RING
+ * SPLIT_RING
+
+2008-05-30 Manuel Rego Casasnovas <mr...@ig...>
+ FEA: ItEr14S06TaskGNOMEIntegrationItEr13S06
+ * First import to SVN at SourceForge.net
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-03 07:26:22
|
Revision: 133
http://mytime.svn.sourceforge.net/mytime/?rev=133&view=rev
Author: mrego
Date: 2008-10-03 07:26:03 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* tags/MY_TIME_0_2: Created a new tag for MyTime 0.2.
Added Paths:
-----------
tags/MY_TIME_0_2/
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-03 07:16:05
|
Revision: 132
http://mytime.svn.sourceforge.net/mytime/?rev=132&view=rev
Author: mrego
Date: 2008-10-03 07:15:59 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* debian/changelog: Updaed version.
* NEWS: Added news of 0.2 version.
Modified Paths:
--------------
trunk/NEWS
trunk/debian/changelog
Modified: trunk/NEWS
===================================================================
--- trunk/NEWS 2008-10-03 06:01:03 UTC (rev 131)
+++ trunk/NEWS 2008-10-03 07:15:59 UTC (rev 132)
@@ -1,3 +1,17 @@
+Version 0.2 (03 Oct 2008)
+-------------------------
+
+Second release of MyTime, now with remote storage and Online Desktop
+integration.
+
+New features:
+ * Remote storage using the web service Box.net.
+ * Synchronization of local and remote data.
+ * Integration with Online Desktop using its system account to store
+ information about the web service.
+ * Unit tests with Check.
+
+
Version 0.1 (17 Sep 2008)
-------------------------
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-10-03 06:01:03 UTC (rev 131)
+++ trunk/debian/changelog 2008-10-03 07:15:59 UTC (rev 132)
@@ -2,7 +2,7 @@
* Remote storage and Online Desktop integration.
- -- Manuel Rego Casasnovas <mr...@ig...> Thu, 02 Oct 2008 13:32:00 +0200
+ -- Manuel Rego Casasnovas <mr...@ig...> Thu, 03 Oct 2008 09:01:00 +0200
mytime (0.1) unstable; urgency=low
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-03 06:01:07
|
Revision: 131
http://mytime.svn.sourceforge.net/mytime/?rev=131&view=rev
Author: mrego
Date: 2008-10-03 06:01:03 +0000 (Fri, 03 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* mytime_sqlite_helper.h:
* mytime_sqlite_helper.c:
(load_events_table) Fixed a bug when "last_uploaded_date" is empty.
Modified Paths:
--------------
trunk/src/data_server/mytime_sqlite_helper.c
trunk/src/data_server/mytime_sqlite_helper.h
Modified: trunk/src/data_server/mytime_sqlite_helper.c
===================================================================
--- trunk/src/data_server/mytime_sqlite_helper.c 2008-10-02 17:02:54 UTC (rev 130)
+++ trunk/src/data_server/mytime_sqlite_helper.c 2008-10-03 06:01:03 UTC (rev 131)
@@ -481,7 +481,7 @@
* Returns: TODO.
**/
int
-load_events_table (FILE *fd, sqlite3 *db, const gchar *last_updated, GArray *applications)
+load_events_table (FILE *fd, sqlite3 *db, gchar *last_updated, GArray *applications)
{
size_t read_bytes;
@@ -513,6 +513,13 @@
file_content = g_string_new ("");
+ /* If last_updated is empty */
+ if ( strcmp (last_updated, "") == 0 )
+ {
+ /* Set a default value */
+ last_updated = "0";
+ }
+
/* Building queries */
query_select = g_strdup_printf ("SELECT id FROM event_summary \
WHERE ((application = ?) AND (starttime = ?) AND (interval = ?))");
Modified: trunk/src/data_server/mytime_sqlite_helper.h
===================================================================
--- trunk/src/data_server/mytime_sqlite_helper.h 2008-10-02 17:02:54 UTC (rev 130)
+++ trunk/src/data_server/mytime_sqlite_helper.h 2008-10-03 06:01:03 UTC (rev 131)
@@ -124,7 +124,7 @@
load_events_table (
FILE *fd,
sqlite3 *db,
- const gchar *last_updated,
+ gchar *last_updated,
GArray *applications);
CSV_fields
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-02 17:03:27
|
Revision: 130
http://mytime.svn.sourceforge.net/mytime/?rev=130&view=rev
Author: mrego
Date: 2008-10-02 17:02:54 +0000 (Thu, 02 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* debian/changelog:
* configure.ac:
Updated version MyTime 0.2.
* src/gui/mytime.c:
* po/gl.po:
* po/es.po:
Added a translatable string.
Modified Paths:
--------------
trunk/configure.ac
trunk/debian/changelog
trunk/po/es.po
trunk/po/gl.po
trunk/src/gui/mytime.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-02 07:31:45
|
Revision: 129
http://mytime.svn.sourceforge.net/mytime/?rev=129&view=rev
Author: mrego
Date: 2008-10-02 07:31:24 +0000 (Thu, 02 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* po/gl.po:
* po/es.po:
Updated translations.
Modified Paths:
--------------
trunk/po/ChangeLog
trunk/po/es.po
trunk/po/gl.po
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <mr...@us...> - 2008-10-02 06:30:15
|
Revision: 128
http://mytime.svn.sourceforge.net/mytime/?rev=128&view=rev
Author: mrego
Date: 2008-10-02 06:29:54 +0000 (Thu, 02 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* debian/control:
Updated dependencies.
* src/data_server/mytime_data_operations.c:
* src/data_server/minigzip.c:
* src/data_server/minigzip.h:
* src/data_server/Makefile.am:
Removed files related with compression.
* configure.ac:
Added package check for unit tests.
* TODO:
Updated this file.
* autogen.sh:
Added a checking to see if gtk-doc is installed.
Modified Paths:
--------------
trunk/TODO
trunk/autogen.sh
trunk/configure.ac
trunk/debian/control
trunk/src/data_server/Makefile.am
trunk/src/data_server/mytime_data_operations.c
Removed Paths:
-------------
trunk/src/data_server/minigzip.c
trunk/src/data_server/minigzip.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <san...@us...> - 2008-10-01 11:14:31
|
Revision: 127
http://mytime.svn.sourceforge.net/mytime/?rev=127&view=rev
Author: santialvarez
Date: 2008-10-01 11:13:54 +0000 (Wed, 01 Oct 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* src/data_server/mytime_do_application.c:
* src/data_server/mytime_do_application.h:
* src/data_server/mytime_do_window_change_summary.c:
* src/data_server/mytime_do_window_change_summary.h:
* src/data_server/mytime_do_action_summary.c:
* src/data_server/mytime_do_action_summary.h:
* src/data_server/mytime_dao_application.c:
* src/data_server/mytime_dao_application.h:
* src/data_server/mytime_dao_window_change_summary.h:
* src/data_server/mytime_dao_action_summary.c:
* src/data_server/mytime_dao_action_summary.h:
* src/data_server/mytime_sqlite_helper.c:
* src/data_server/mytime_sqlite_helper.h:
* src/data_server/mytime_data_operations.c:
* src/data_server/mytime_data_operations.h:
* src/data_server/mytime_remote_storage.c:
* src/data_server/mytime_data_server_facade.h
* src/data_server/mytime_data_server_dbus.h
* src/tempusfugit/mytime_events_catcher.c:
* src/tempusfugit/mytime_events_catcher.h:
* doc/reference/Makefile.am:
* doc/reference/mytime-docs.sgml:
* Makefile.am:
Improved Gtk-Doc documentation.
* src/gui/mytime.c:
Added version information to the About dialog.
Modified Paths:
--------------
trunk/Makefile.am
trunk/doc/reference/Makefile.am
trunk/doc/reference/mytime-docs.sgml
trunk/src/data_server/mytime_dao_action_summary.c
trunk/src/data_server/mytime_dao_action_summary.h
trunk/src/data_server/mytime_dao_application.c
trunk/src/data_server/mytime_dao_application.h
trunk/src/data_server/mytime_dao_window_change_summary.h
trunk/src/data_server/mytime_data_operations.c
trunk/src/data_server/mytime_data_operations.h
trunk/src/data_server/mytime_data_server_dbus.h
trunk/src/data_server/mytime_data_server_facade.h
trunk/src/data_server/mytime_do_action_summary.c
trunk/src/data_server/mytime_do_action_summary.h
trunk/src/data_server/mytime_do_application.c
trunk/src/data_server/mytime_do_application.h
trunk/src/data_server/mytime_do_window_change_summary.c
trunk/src/data_server/mytime_do_window_change_summary.h
trunk/src/data_server/mytime_remote_storage.c
trunk/src/data_server/mytime_sqlite_helper.c
trunk/src/data_server/mytime_sqlite_helper.h
trunk/src/gui/mytime.c
trunk/src/tempusfugit/mytime_events_catcher.c
trunk/src/tempusfugit/mytime_events_catcher.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <san...@us...> - 2008-09-30 17:41:03
|
Revision: 126
http://mytime.svn.sourceforge.net/mytime/?rev=126&view=rev
Author: santialvarez
Date: 2008-09-30 17:40:50 +0000 (Tue, 30 Sep 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* src/data_server/mytime_dao_window_change_summary.c:
* src/data_server/mytime_dao_action_summary.c:
* src/data_server/mytime_dao_application.c:
Added Gtk-Doc to DAOs.
* tests/Makefile.am:
* tests/check_data_server.c:
Adapted the tests to the new DataServer structure.
Modified Paths:
--------------
trunk/src/data_server/mytime_dao_action_summary.c
trunk/src/data_server/mytime_dao_application.c
trunk/src/data_server/mytime_dao_window_change_summary.c
trunk/tests/Makefile.am
trunk/tests/check_data_server.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ig...@us...> - 2008-09-30 16:05:19
|
Revision: 125
http://mytime.svn.sourceforge.net/mytime/?rev=125&view=rev
Author: igomez
Date: 2008-09-30 16:04:34 +0000 (Tue, 30 Sep 2008)
Log Message:
-----------
FEA : ItEr32S02TaskGNOMEIntegrationItEr31S02.
Adding main.c
Added Paths:
-----------
trunk/src/data_server/main.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <ig...@us...> - 2008-09-30 15:54:18
|
Revision: 124
http://mytime.svn.sourceforge.net/mytime/?rev=124&view=rev
Author: igomez
Date: 2008-09-30 15:54:08 +0000 (Tue, 30 Sep 2008)
Log Message:
-----------
FEA : ItEr32S02TaskGNOMEIntegrationItEr31S02
* mytime_data_access and mytime_data_server was replaced by mytime_data_server_facade and mytime_data_server_dbus
* Added main file
Modified Paths:
--------------
trunk/src/data_server/Makefile.am
trunk/src/data_server/mytime_dao_action_summary.h
trunk/src/data_server/mytime_dao_window_change_summary.c
trunk/src/data_server/mytime_dao_window_change_summary.h
trunk/src/data_server/mytime_data_operations.c
trunk/src/data_server/mytime_data_server.xml
trunk/src/data_server/mytime_remote_storage_boxdotnet.c
Added Paths:
-----------
trunk/src/data_server/mytime_data_server_dbus.c
trunk/src/data_server/mytime_data_server_dbus.h
trunk/src/data_server/mytime_data_server_facade.c
trunk/src/data_server/mytime_data_server_facade.h
Removed Paths:
-------------
trunk/src/data_server/mytime_data_access.c
trunk/src/data_server/mytime_data_access.h
trunk/src/data_server/mytime_data_server.c
trunk/src/data_server/mytime_data_server.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <san...@us...> - 2008-09-30 11:13:53
|
Revision: 123
http://mytime.svn.sourceforge.net/mytime/?rev=123&view=rev
Author: santialvarez
Date: 2008-09-30 11:13:44 +0000 (Tue, 30 Sep 2008)
Log Message:
-----------
FEA: ItEr32S03UCMergeLocalRemoteInformationItEr31S03
* libmytime-common/mytime-accounts-manager-interface.c:
Bug fixed in a non-null check.
* src/data_server/mytime_data_access.c:
Not summarizable data, set to last 7 days, last 3 months, and last 2 years.
* src/gui/mytime.c:
* src/gui/Makefile.am:
Changed the way to save/get passwords from accounts. Now, GUI uses libmytime-common library.
Modified Paths:
--------------
trunk/libmytime-common/mytime-accounts-manager-interface.c
trunk/src/data_server/mytime_data_access.c
trunk/src/gui/Makefile.am
trunk/src/gui/mytime.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <san...@us...> - 2008-09-30 08:52:29
|
Revision: 122
http://mytime.svn.sourceforge.net/mytime/?rev=122&view=rev
Author: santialvarez
Date: 2008-09-30 08:51:50 +0000 (Tue, 30 Sep 2008)
Log Message:
-----------
FEA: ItEr32S02TaskGNOMEIntegrationItEr31S02
* tests/check_main.c:
* tests/check_mytime.h:
* tests/check_accounts_manager.c:
* tests/Makefile.am:
Added unit test for Accounts Manager.
Modified Paths:
--------------
trunk/tests/Makefile.am
trunk/tests/check_main.c
trunk/tests/check_mytime.h
Added Paths:
-----------
trunk/tests/check_accounts_manager.c
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|