summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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
2003-05-10add persistent configuration settingsmickeyl1-44/+76
2003-05-10- make oApp not return a const app objectmickeyl3-87/+64
- homogenize oconfig documentation - remove debug output
2003-05-10quite some changescniehaus8-62/+86
2003-05-10clean uptille5-38/+5
2003-05-10building againtille1-2/+2
2003-05-09No it jumps into the front if show(int) is used.. Thanks tille !eilers1-0/+1
2003-05-09Had misunderstanding about name of the qcop call and show closed the appeilers1-2/+8
immediately..
2003-05-09edit was executed even if I pressed show.. Rename the call to be compatibleeilers1-2/+2
to omainwindow..
2003-05-09counting results nowtille4-2/+5
2003-05-09toShortString now contains start time and datetille2-2/+26
2003-05-09datebook displays defaultview (or editor) for found day now (with patch)tille4-1/+30
addressbook (and todo) calls implemented, but not yet working