summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2003-05-14patch by Scott Bronsonzecke9-483/+19
kill the duplicated config.cpp and config.h file add proper default values so that kpacman actually works out of the box Config wanted to read kpacman.conf but this file did only exist globally
2003-05-14Initial revisionallenforsythe6-0/+0
2003-05-14Initial revisionallenforsythe6-0/+0
2003-05-14Initial revisionallenforsythe18-0/+1381
2003-05-14patch by Scott Bronson.zecke1-1/+10
Add a little game description in the about messagebox
2003-05-13Just a removal of a debug message.umopapisdn1-1/+0
2003-05-13Bugfix: (Bug #0000862) The red time marker should only be visible if we are ↵umopapisdn1-3/+5
showing today's date.
2003-05-13Bugfix: (Bug #0000902) Adding events in weekview shouldn't create them as ↵umopapisdn6-104/+66
events on the first day of the week but rather the last visited day.
2003-05-13Adjust dependskergoth1-1/+1
2003-05-13Initial revisionallenforsythe14-0/+2061
2003-05-13Load langskergoth1-2/+14
2003-05-13taboappkergoth1-0/+1
2003-05-13Depend on experimentalkergoth1-1/+1
2003-05-13*extremely* minimal tabbed interface. Doesnt install the translations, etc.kergoth3-0/+63
For testing and development purposes.
2003-05-13Example of the use of new plugin interface, disabled by default.kergoth2-4/+33
2003-05-13Add beginnings of a new plugin interface.kergoth6-0/+123
2003-05-13unuglygruemelmonster1-0/+0
2003-05-13Allow AllDay Events to span multiple days... again Revert to 1.9zecke1-3/+3
2003-05-13fix linking on armmickeyl3-4/+4
2003-05-13Add oapp lib, only needed during testing phase.kergoth1-3/+4
2003-05-13Make minimal qws server make use of the new experimental option.kergoth1-1/+1
2003-05-13Add 'experimental' config token, so we can enable/disable all experimental ↵kergoth1-0/+6
items in one fell swoop.
2003-05-13Finished what zecke began- resp. filled the remaining translations fieldsgroucho1-69/+70
2003-05-13icons ;)tille11-23/+86
2003-05-13more icons, again thanks to the kde folkstille2-0/+0
2003-05-13Fixed the typos for the desktop file and the icon.groucho1-1/+1
Does osearch really belong into the PIM section ?
2003-05-12Italian updatesdaniele24-441/+497
2003-05-12added support for advfmtille2-10/+5
2003-05-12show file selected if setDoc/openDir qcop is filellornkcor4-7/+54
2003-05-12add open in filemanagertille2-0/+22
2003-05-12I hope I did not fuck up anythingzecke2-107/+621
but I was bored
2003-05-12added setDocument(QString) and openDirectory(QString) qcop messages to show ↵llornkcor2-11/+51
open directory. use setDocument if you are unsure if advancedfm is executed already.
2003-05-12- fr translationeric2-66/+66
2003-05-12Hospital Hacking Sessionzecke11-51/+373
make more translatable fix up GUI for Opie1.0 in regards what is implemnted implement setting and removing of Alarms!!!! Show Alarms once they got fired...
2003-05-12Hospital Hacking Sessionzecke2-12/+130
kill warnings implement storing of reminders and alarms... Nach viel Eiter und Gestank...
2003-05-12Add a commentzecke2-0/+4
2003-05-12Add handling of alarm() messagezecke4-10/+98
play and killAlarm... added as well
2003-05-12and an icontille1-0/+0
thanks to the kde folks... ;)
2003-05-12desktop file for osearchtille1-0/+7
2003-05-12fix up OTodo::hasNotifierszecke6-6/+34
add a const notifiers() function and fix OPimNotifyManager::isEmpty
2003-05-12dateTimeFromStringzecke4-8/+96
and toString added
2003-05-12Funny how opie-lupdate after fixing up the SOURCES tagzecke1-4/+1
finds so many new nice strings...
2003-05-12Hospital Hacking Sessionzecke2-15/+18
Install libopie.qm make apps fully translatable... refactor installing trans into a method instead of having the same code copy and pasted three times
2003-05-12ok button gonetille2-7/+7
2003-05-12added menustille5-36/+42
2003-05-12oops, reverted change, only wanted to fix a typogroucho1-4/+1
2003-05-12Added missing opie build includesgroucho1-0/+2
2003-05-11command line capturer now seems to workmickeyl4-63/+156
you can now write yourself a nice webcam application :)
2003-05-11colabse applnkitem in case of new search, since it's far to slow...tille3-2/+9
... I wonder how slow osearch will be on the pda!
2003-05-11improved applnk and doclnk searchingtille26-210/+279
clean up: - mainwindow: handling of searchgroups - searchgroups: introduced load, search and insertItem functions - flexible actions handling - doclnksearch inherits applnksearch