You can subscribe to this list here.
| 2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
|
|---|
|
From: Manuel R. C. <mr...@ig...> - 2008-11-12 11:05:00
|
Hello, a new MyTime version. New features: * GTK-Doc reference. * Idle time is caught. To generate GTK-Doc reference you only need to execute "autogen.sh" with "--enable-gtk-doc" argument and once installed you can look up documentation with Devhelp. autogen.sh --enable-gtk-doc make sudo make install By the way, the executable file has changed his name from "mytime-gui" to "mytime". Best regards, Rego -- Manuel Rego Casasnovas Computer Science Engineer mailto:mr...@ig... Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com |
|
From: Manuel R. C. <mr...@ig...> - 2008-10-03 09:05:27
|
Hello,
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.
To use remote storage you need to have an account at Box.net [1], so you
should sign up that service set your user and password on MyTime
settings.
To test Online Desktop integration you need to be using an Online
Desktop environment and you have to be logged at
http://online.gnome.org/, in that case your Box.net account will be
managed by Online Desktop.
Feel free to test this new release, we'll be glad if you give us your
feedback.
Best regards,
Rego
[1] http://www.box.net
--
Manuel Rego Casasnovas
Computer Science Engineer
mailto:mr...@ig...
Tel: +34 986 10 76 10
Fax: +34 981 91 39 49
Igalia - http://www.igalia.com
|
|
From: Ignacio C. Q. <nac...@gm...> - 2008-09-17 09:18:22
|
Congrats!!! On Wed, Sep 17, 2008 at 11:55 AM, Manuel Rego Casasnovas <mr...@ig...>wrote: > > Hello, > > the first version of MyTime project have just been released, you can > download Debian packages for i386 and AMD64 architectures [1]. > > Feel free to test it and give us your feedback, please. > > I've pasted the release notes: > > Version 0.1 (17 Sep 2008) > ------------------------- > > This is the first public release of MyTime. It is stable and usable enough > to > be used, with MyTime you can know what are you doing while you are using a > computer. > > Basic features in this release: > * Catch how many time applications are used. > * Draw charts to show statistical information. > * Show historic data. > * Allow to delete data recorded. > * Local storage. > > > We hope you enjoy with this first version. > > > Best regards, > Rego > > [1] https://sourceforge.net/project/showfiles.php?group_id=229352 > > -- > Manuel Rego Casasnovas > Computer Science Engineer > mailto:mr...@ig... > Tel: +34 986 10 76 10 > Fax: +34 981 91 39 49 > Igalia - http://www.igalia.com > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's > challenge > Build the coolest Linux based applications with Moblin SDK & win great > prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > MyTime-devel mailing list > MyT...@li... > https://lists.sourceforge.net/lists/listinfo/mytime-devel > > |
|
From: Manuel R. C. <mr...@ig...> - 2008-09-17 02:55:43
|
Hello, the first version of MyTime project have just been released, you can download Debian packages for i386 and AMD64 architectures [1]. Feel free to test it and give us your feedback, please. I've pasted the release notes: Version 0.1 (17 Sep 2008) ------------------------- This is the first public release of MyTime. It is stable and usable enough to be used, with MyTime you can know what are you doing while you are using a computer. Basic features in this release: * Catch how many time applications are used. * Draw charts to show statistical information. * Show historic data. * Allow to delete data recorded. * Local storage. We hope you enjoy with this first version. Best regards, Rego [1] https://sourceforge.net/project/showfiles.php?group_id=229352 -- Manuel Rego Casasnovas Computer Science Engineer mailto:mr...@ig... Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com |
|
From: Manuel R. C. <mr...@ig...> - 2008-05-30 09:52:55
|
Hello, we've made the first SVN import of MyTime to SVN repository at SourceForge.net. [1] If you like to test the current status of the project you should follow the next steps: 1) Download source code from SVN: svn co https://mytime.svn.sourceforge.net/svnroot/mytime/trunk mytime 2) Execute autogen.sh: ./autogen.sh 3) Compile code with make: make 4) Go to src/data_server/ and execute mytime-data-server: cd src/data_server/ ./mytime-data-server 5) In another terminal go to src/gui/ and execute mytime-gui: cd src/gui/ ./mytime-gui Then you can use the GUI to generate some charts from information stored in database file at src/dataserver/data/mytime.db. We hope you'll enjoy this project. Ideas, comments, patches, problems, bugs, ... are welcomed ;-) Best regards, Rego [1] http://sourceforge.net/svn/?group_id=229352 -- Manuel Rego Casasnovas Computer Science Engineer mailto:mr...@ig... Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com |