News
MyTime 0.3
2008-11-12
A new MyTime version. New features:- GTK-Doc reference.
- Idle time is caught.
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 installBy the way, the executable file has changed his name from
mytime-gui to mytime.
MyTime 0.2
2008-10-03
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.
MyTime 0.1
2008-09-17
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.
Some improvements
2008-07-03
- I18n support was added to MyTime, and now it's available in Galician languages.
- TempusFugit was connected with Data Server and window change events are been stored.
- Today
make installwas fixed and can be used to install and test MyTime.
- New instructions to test MyTime:
./autogen.sh make sudo make install
- And then you can execute:
tempusfugit mytime-data-server mytime-gui
MyTime first SVN import
2008-05-30
We've made the first SVN import of MyTime to SVN repository at SourceForge.net- Download source code from SVN:
svn co https://mytime.svn.sourceforge.net/svnroot/mytime/trunk mytime
- Execute
autogen.sh:
./autogen.sh
- Compile code with
make:
make
- Go to
src/data_server/and executemytime-data-server:
cd src/data_server/ ./mytime-data-server
- In another terminal go to
src/gui/and executemytime-gui:
cd src/gui/ ./mytime-guiThen 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
MyTime community web released
2008-05-23
MyTime is launched. The purposes of this publication are allow participation on the project. Currently some sections are pending:- Tag stable version and include some screenshots
- Provide public access to SVN

