2011-05-30 |
Björn Ricks |
Use footer of EntryList to display the editable description of an entry
|
2011-05-30 |
Björn Ricks |
Add new method in ListWidget to get the current node element
|
2011-05-25 |
Björn Ricks |
Changelog for r76
|
2011-05-25 |
Björn Ricks |
Changelog for r73:74
|
2011-05-25 |
Björn Ricks |
Changelog for r72
|
2011-05-25 |
Björn Ricks |
Changelog for r70
|
2011-05-25 |
Björn Ricks |
Changelog for r68:69
|
2011-05-25 |
Björn Ricks |
Changelog entry for r66:67
|
2011-05-25 |
Björn Ricks |
Correct indentation in ChangeLog
|
2011-05-25 |
Björn Ricks |
Update changelog for r63:65
|
2011-05-25 |
Björn Ricks |
Add changelog entry for r62
|
2011-05-25 |
Björn Ricks |
Don't crash if subtracted time is greater then the current time
|
2011-05-25 |
Björn Ricks |
Ignore ctags file
|
2011-05-25 |
Björn Ricks |
switch to EditEntryState when 'e' is pressed in the EntryList to be able
|
2011-05-25 |
Björn Ricks |
Add new state for editing entries
|
2011-05-25 |
Björn Ricks |
Don't switch to EntryView if it doesn't contain any row/entry
|
2011-05-25 |
Björn Ricks |
Add get_item method also for EntryNode to be able to receive an entry
|
2011-05-25 |
Björn Ricks |
Only update the focus of a List if it has some rows.
|
2011-05-25 |
Björn Ricks |
Add a update_entry method in getan controller that stores a changed entry in the backened
|
2011-05-25 |
Björn Ricks |
Add new method to update a description of an entry in the database backend
|
2011-05-25 |
Björn Ricks |
Use an OptionParser in getan to add options for debug level and logfile
|
2011-05-25 |
Björn Ricks |
Make the logging configurable for filename and level
|
2011-05-25 |
Björn Ricks |
Clip project entry in project list if it's to long
|
2011-05-25 |
Björn Ricks |
Use set_footer_text method to set the footer text instead of
|
2011-05-25 |
Björn Ricks |
Improve code path
|
2011-05-25 |
Björn Ricks |
Add scrolling in entry list to be able to select all entries
|
2011-05-19 |
Björn Ricks |
Show project name before time entries
|
2011-05-03 |
Björn Ricks |
add switch to show also empty projects
|
2011-05-03 |
Björn Ricks |
add displaying of total time in all projects
|
2011-05-03 |
Björn Ricks |
rename total variable to total_proj because it refects to total time
|
2011-04-20 |
Björn Ricks |
user ? per default for zeiterfassung entry type
|
2011-04-18 |
Björn Ricks |
use insert key instead of a to create a new project
|
2011-04-18 |
Ingo Weinzierl |
Introcuded a command line argument to skip printing empty projects.
project-tree
|
2011-04-04 |
Björn Ricks |
add create project related states
|
2011-04-04 |
Björn Ricks |
add add_project method
|
2011-04-04 |
Björn Ricks |
fix insert new project sql statemenent and api
|
2011-03-23 |
Björn Ricks |
add year option to usage output
|
2011-03-18 |
Björn Ricks |
don't forget to save before commit :-/
|
2011-03-18 |
Björn Ricks |
add backend method to create new projects
|
2011-02-28 |
Ingo Weinzierl |
Bugfix: Projects with children are no longer selectable - projects with keys that are longer than a single character are selectable via text input again.
project-tree
|
2011-02-15 |
Ingo Weinzierl |
#1921 Bugfix: Moving entries into projects with keys that consist of more than a single char works again.
project-tree
|
2011-02-07 |
Bjoern Ricks |
add year option for contrib/zeiterfassung
|
2010-12-21 |
Ingo Weinzierl |
Initialized a branch to work on a tree-like project view.
project-tree
|
2010-12-15 |
Sascha L. Teichmann |
Fixed super call
|
2010-12-15 |
Sascha L. Teichmann |
Fix for #1638
|
2010-12-15 |
Sascha L. Teichmann |
More checks againts empty projects.
|
2010-12-15 |
Sascha L. Teichmann |
Make getan runnable if there is no project in database.
|
2010-12-15 |
Sascha L. Teichmann |
Create database file if it does not exist.
|
2010-12-15 |
Sascha L. Teichmann |
Minor fixes (logging, states)
|
2010-12-15 |
Sascha L. Teichmann |
Wrong issue -> #1624
|
2010-12-15 |
Sascha L. Teichmann |
Fix for #1569
|
2010-10-02 |
Ingo Weinzierl |
Introduced i18n support; german and english translation available.
|
2010-09-05 |
Thomas Arendsen Hein |
Added TODO item (mainly to try the new commit list)
|
2010-09-02 |
Ingo Weinzierl |
'NoneType' time values don't break getan while switching time mode anymore (issue1575).
|
2010-08-31 |
Ingo Weinzierl |
Made getan python-2.4 compatible.
|
2010-08-31 |
Ingo Weinzierl |
Added a parameter 'year' to the 'wochenbericht' script that filters out the week of a specific year only.
|
2010-08-31 |
Ingo Weinzierl |
Bugfix: removed 'with' statement - replaced by try/finally (ISSUE1566).
|
2010-08-30 |
Ingo Weinzierl |
Stop still running projects before getan quits - even if getan crashes.
|
2010-08-30 |
Thomas Arendsen Hein |
Add .hgignore:
|
2010-08-30 |
Ingo Weinzierl |
Unified parameter names of ProjectList and EntryList.
|