summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2003-05-11opie-i18n-hu is backcniehaus22-0/+2850
2003-05-11Just internal renaming.. Will not affect anything..eilers3-3/+3
2003-05-11opie-i18n-no is back to lifecniehaus81-0/+11082
2003-05-11Some improvements in handling of organizations:eilers10-19/+79
- If you enter a organization name and no Fullname is entered, the organization name will be used. Thus, the organization is shown correctly in the listview.. - The letterpicker now searches for the SaveAs Entry (configurable) instead for lastname. Ths guarantees that the organization is found as expected.. This addresses bugreport #590 and #895..
2003-05-11Fixing typo in addressbookeilers14-14/+14
2003-05-11work on the command line frame capturermickeyl2-5/+142
2003-05-10updatecniehaus46-2795/+1671
2003-05-10fix a stupid bugcniehaus3-10/+8
2003-05-10bugfixes, bugfixes...cniehaus2-52/+15
2003-05-10and doclnk searchtille7-2/+183
2003-05-10fix battery status display which has been broken for weeks...mickeyl1-1/+1
2003-05-10do a full repaint if style != 0mickeyl1-2/+2
2003-05-10- use OManufacturerDB instead of ManufacturerDBmickeyl10-820/+199
- misc fixes
2003-05-10no longer neededmickeyl1-4739/+0
2003-05-10workaround half-visible volume pixmapmickeyl1-1/+1
Note: For after Opie 1.0 we need TaskBar::height()
2003-05-10- fix and rewrite draw algorithm to work with larger sizesmickeyl2-67/+82
- add alternative appearance (hint: click'n'hold on the battery meter :-)
2003-05-10applnk searchtille7-3/+183
2003-05-10QString::contains( QRegExp ) does not use the settings of QRegExptille2-10/+10
(QT feature or bug?) lets use QRegExp::match( QString ) instead