Warning, /utilities/kteatime/ChangeLog is written in an unsupported language. File is not indexed.
0001 2021-01-14: Marco Parillo <maparillo@gmail.com> 0002 - Changed Anonomous to Custom for custom-timed steeping (like 0003 requested in #431663 0004 0005 2007-09-29 Stefan Böhmann <kde@hilefoks.org> 0006 - added/improved command-line arguments to start a tea (like requested in #144708). 0007 0008 2007-08-20 Stefan Böhmann <kde@hilefoks.org> 0009 - ported to KDE4 0010 - now using .ui files 0011 - implemented reminder function 0012 - implemented command-line argument 0013 - bumped version number to 1.2.0 0014 0015 2003-11-02 Martin Willers <willers@xm-arts.de> 0016 - bugfix: opening the configuration dialog was leaking memory 0017 - workaround for Qt bug(?): deleting teas didn't update QListView properly (fixes #63840) 0018 (the above two fixes based on patches by Daniel Teske) 0019 - bugfix: when no tea was defined, one couldn't start an anonymous tea either 0020 - bugfix: on some occasions, the tooltip wasn't updated properly 0021 0022 2003-08-23 Martin Willers <willers@xm-arts.de> 0023 - added option to visualize steeping progress in tray icon 0024 - some work towards unified source headers 0025 - bumped version number 0026 0027 2003-08-22 Martin Willers <willers@xm-arts.de> 0028 - fix ToolTip disappearing prematurely 0029 (patch by "Ivan") 0030 0031 2003-04-17 Martin Willers <willers@xm-arts.de> 0032 - fixed bug with propagation of valueChanged() signals from TimeEdit 0033 - fixed bug: removing all teas from list was leading to crash! 0034 - changed default tea time of "anonymous" dialog to 3 minutes 0035 0036 2003-04-10 Martin Willers <willers@xm-arts.de> 0037 - have now proper wrapping time-edit widget 0038 - added facility to start steeping an 'anonymous' tea 0039 - using new KDE 3.1.1 method for positioning KNotifyClient 0040 (based on patches provided by Daniel Teske) 0041 0042 2003-03-14 Martin Willers <willers@xm-arts.de> 0043 - added "Configure Events..." button for quick access to kcontrol 0044 - some internal tidying and cleanups 0045 - using convenience class TeaListItem instead of QListViewItem 0046 - small optimization: don't use lastitem() of listbox (which traverses whole list), 0047 work with itemBelow() instead 0048 - using custom TimeEdit-widget for entering times with minutes and seconds 0049 (patches provided by Daniel Teske) 0050 0051 2003-03-07 (external) 0052 - Implement place holder for tea sort like requested in #54551 0053 0054 2003-02-23 Martin Willers <willers@xm-arts.de> 0055 - "beep" option now uses KNotify::event() 0056 (need own "steeping" sound now) 0057 (patch provided by Daniel Teske <teske@bigfoot.com>) 0058 0059 2003-02-22 Martin Willers <willers@xm-arts.de> 0060 - don't display ticks in left-click menu 0061 0062 2003-02-15 Martin Willers <willers@xm-arts.de> 0063 - using KActions for start, stop, and configure entries 0064 - display list of configured teas on left-click, 0065 making one-click starting of a new tea possible 0066 - some cleanups 0067 0068 2003-02-07 Martin Willers <willers@xm-arts.de> 0069 - fixed inserting of new items into listview 0070 - simplified layout in config-window 0071 - fixed sizing of labels in config-window 0072 - using QValueVector instead of a QStringList for teas 0073 (patches provided by Daniel Teske <teske@bigfoot.com>) 0074 0075 2003-01-07 Martin Willers <willers@xm-arts.de> 0076 - fixed destructor of class toplevel 0077 - finally avoiding stretching of buttons in config-dialog 0078 (patches provided by Daniel Teske <teske@bigfoot.com>) 0079 0080 2003-01-02 Martin Willers <willers@xm-arts.de> 0081 - configuration dialog now selects first tea available 0082 - small optimization in TopLevel::teaSelected() 0083 - when a tea is brewing, more menu entries are now disabled 0084 (patches provided by Daniel Teske <teske@bigfoot.com>) 0085 0086 2002-07-14 Martin Willers <willers@xm-arts.de> 0087 - KPassivePopup now stays on-screen until acknowlegded by mouse-click 0088 - now saving state of actionEnable to config 0089 0090 2002-06-23 Matthias Hoelzer-Kluepfel <mhk@kde.org> 0091 - added left-click menu while steeping 0092 - gave focus to name edit when a new tea is added 0093 - now unable to start steeping if no teas exist 0094 - added a QCheckBox to enable/disable the action field 0095 - made text in the name edit field right-justified 0096 (patch provided by Jackson Dunstan <jdunstan@digipen.edu>) 0097 0098 2002-06-20 Matthias Hoelzer-Kluepfel <mhk@kde.org> 0099 - improved the display of times in the menu 0100 (patch provided by -Jackson Dunstan <jdunstan@digipen.edu>) 0101 0102 2002-04-20 Martin Willers <willers@xm-arts.de> 0103 - also displaying name of current tea when finished 0104 0105 2002-04-20 Martin Willers <willers@xm-arts.de> 0106 - now displaying name of current tea in tooltip 0107 - better removing of unused tea-entries from config 0108 - some cleanups 0109 0110 2002-04-18 Martin Willers <willers@xm-arts.de> 0111 - when saving config, non-used old tea-entries are now deleted from config 0112 0113 2002-04-10 Martin Willers <willers@xm-arts.de> 0114 - Bugfix: when tea was finished, click on icon -> icon ok, but 0115 tooltip was still "tea finished" 0116 - added "Cancel"-button to menu, and can also cancel timer by clicking 0117 on icon while running 0118 - showing remaining time not as "x.y", but as "xx:yy" 0119 - can configure arbitrary amount of teas, with custom name and time