Warning, /pim/ktimetracker/ChangeLog.md is written in an unsupported language. File is not indexed.

0001 KTimeTracker 5.0 (release date: ?)
0002 --------
0003 - Ported to KDE Frameworks 5
0004 - Nearly all the code touched by refactoring
0005 - Removed KParts support
0006 - Removed web interface in PHP
0007 - Removed CLI commands for tasks manupulation
0008 - Simplified configuration dialog internals, previously implemented as KCM shared libraries
0009 - Added unit tests (using Qt Test)
0010 - Rewrote D-Bus functional tests and benchmark in Python3 (py.test), previously written as Bash scripts
0011 - Ported to KF5::IdleTime for idle detection, thus removing dependency on X11
0012 - Do not create empty .ics file if it does not exist
0013 - Fixed "Bug 325683 - Both "mark as complete" and "mark as incomplete" are mapped to ctrl+m"
0014 - Reworked the export dialog, added preview of exportable text
0015 - Added appstream XML metadata
0016 - Added dedicated dialog "Edit Task Time" to increment/decrement time spent on a task
0017 
0018 KTimeTracker 4.1 (Jul 2008 -- KDE 4.1 Release)
0019 --------
0020 - Renamed KArm (KDE 3) to ktimetracker (KDE 4)
0021 - Added "Manage History" functionality (including comments on events)
0022 - Moved DCOP interface to DBUS
0023 - Added Drag&Drop
0024 - Added context-sensitive whatsthis help ("you have already created a task and can start timing")
0025 - If you quit karm, tasks can continue to get timing
0026 
0027 KArm 1.6 
0028 --------
0029 - Added checkbox to show completed tasks
0030 
0031 KArm 1.5 (Feb, 2005 -- KDE 3.4 Release)
0032 --------
0033 - Added import of Imedio Planner files
0034 - Added DCOP interface
0035 - api docs now build
0036 - Enable CSV export to a remote server
0037 - If another program changes current ical file, KArm now refreshes
0038 - Added testing subdirectory
0039 - Add ability to use remote resources for ical file
0040 
0041 Karm 1.4 (Aug 19, 2004 -- KDE 3.3 Release)
0042 --------
0043 - Add confirm messagebox on "reset all times" action
0044 - Improve messagebox text for "copy totals to clipboard" action
0045 - Add preference setting to allow user to turn off logging
0046 - Add CSV export
0047 - Don't crash if timer running when you change storage file
0048 - If storage read-only, disable actions that change data
0049 - Honor user's timezone
0050 - Save tree state (open/closed) between sessions
0051 - Edit task dialog: show full desktop name, not just desktop number
0052 - Sort data in time columns numerically, not alphabetically
0053 - Allow negative task times
0054 - Modify desktop tracking so timers delay before switching when desktop
0055   switches. So if user switches rapidly, time log won't fill up with lots of
0056 useless entries.
0057 - Advanced locking (bug #71292)
0058 
0059 KArm 1.3 (Feb 3, 2004 -- KDE 3.2 Release)
0060 --------
0061 - Desktop tracking added
0062 - Active task indication in the system tray
0063 - Uses iCalendar format for data storage
0064 - Stores start/stop history
0065 - Settings dialog converted to icon format
0066 - "Reset Session Times" re-reversed and renamed to "Start New Session" for
0067   clarity.
0068 - New timecard report
0069 - Ability to mark tasks as complete
0070 - Basic locking
0071 
0072 KArm 1.2
0073 --------
0074 - "Reset Session Times" wouldn't get reset correctly.
0075   Thanks to dwayne for reporting and to Scott Monachello for
0076   the fix.                                              closes: #34343
0077 
0078 KArm 1.1
0079 --------
0080 - clocks are stopped and times saved upon exit
0081 
0082 KArm 0.6
0083 --------
0084 - It is now possible to type in the time like 3:20, or 3:20 + 1:10
0085 - The two QListBoxes with time and description has been replaced with one
0086   QListView. This makes the interface nicer, and simplifies a lot internally.
0087 
0088 KArm 0.3
0089 --------
0090 - Fixes edit task bugs
0091 - Complies to new FSSTND
0092 
0093 KArm 0.2
0094 --------
0095 - Now supports floating toolbar
0096 - Documentation converted to linuxdoc