Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2003-02-25 | add proper number of samples reporting | llornkcor | 1 | -9/+43 |
2003-02-25 | Has nobody tried to build a debug version of qt/e with gcc 3.2 since this | sandman | 1 | -0/+29 |
patch was committed ? | ||||
2003-02-25 | Honor the clicking of the (X)-Button | zecke | 2 | -0/+7 |
2003-02-25 | Hmm I really forgot to commit these pics... | zecke | 3 | -0/+0 |
2003-02-25 | - increment version number from 0.3 to 0.4 due to more currecy support | eric | 1 | -1/+1 |
2003-02-25 | - add more currency support | eric | 2 | -7/+43 |
2003-02-25 | italian updates | daniele | 7 | -83/+95 |
2003-02-25 | Fix for bug #707 - remove package from status file only if package removal ↵ | drw | 2 | -6/+8 |
was successful. | ||||
2003-02-24 | A bunch of Danish language updates. | mellen | 26 | -289/+306 |
2003-02-24 | - work around yet another g++ 2.x bug | mickeyl | 9 | -27/+118 |
- started work on saving session to xml [ any classes from libopie I can reuse without too much effort? ] | ||||
2003-02-24 | Hmm, Oliver was that intentional? | harlekin | 1 | -1/+1 |
changed the opiemail config.in files to the correct dependencies. How did this slip in again ? - qApp->desktop()->qwsDisplay()->setTransformation( e ); + //qApp->desktop()->qwsDisplay()->setTransformation( e ); | ||||
2003-02-24 | visual enhancements for the listview... | mickeyl | 15 | -94/+527 |
2003-02-24 | Oops: Personal details menu disabled.. Fixed! | eilers | 1 | -1/+1 |
2003-02-24 | - translation fr | eric | 5 | -125/+144 |
2003-02-24 | Add Implementation for Templates, Locations, Descriptions | zecke | 11 | -58/+447 |
add some more stuff | ||||
2003-02-24 | help file filename must match the name of the binary | mickeyl | 2 | -1/+1 |
2003-02-24 | add minimal help files | mickeyl | 2 | -0/+36 |
2003-02-24 | Change default settings of combos for contacteditor | eilers | 3 | -5/+6 |
2003-02-24 | fix hidden again | llornkcor | 3 | -9/+18 |
2003-02-24 | whoops | llornkcor | 1 | -1/+1 |
2003-02-24 | fix for hidden dirs | llornkcor | 2 | -26/+26 |
2003-02-24 | cleanup | llornkcor | 3 | -221/+87 |
2003-02-24 | first part refactoring simplify | llornkcor | 4 | -1678/+1335 |
2003-02-23 | Implement some of the new framework | zecke | 13 | -29/+546 |
2003-02-23 | - write simple log | mickeyl | 7 | -13/+53 |
- record first seen / last seen per item | ||||
2003-02-23 | insert demo menu - useful, if you don't have wireless stuff yet but want | mickeyl | 3 | -6/+21 |
to show this program to someone... | ||||
2003-02-23 | simplification and fixes for the standalone X11 build | mickeyl | 11 | -35/+68 |
2003-02-23 | New icons for addressbook | eilers | 13 | -0/+0 |
2003-02-23 | Added icons. Especially the main-contact table has an icon | eilers | 7 | -65/+122 |
to show whether it is a work-, home- number or if it is a mobile... The pictures may need improvements due to my incompetence in creating pictures.. Do we have anyone who may paint such stuff ? | ||||
2003-02-23 | Minor changes .. | eilers | 2 | -3/+4 |
2003-02-23 | - revamped part of the gui | mickeyl | 13 | -229/+135 |
- configuration is now a seperate dialog - orinoco_hopper is no longer needed | ||||
2003-02-23 | got rid of not needed includes | harlekin | 4 | -18/+5 |
2003-02-23 | got rid of not needed includes | harlekin | 6 | -12/+34 |
2003-02-23 | got rid of not needed includes | harlekin | 4 | -20/+3 |
2003-02-23 | remove bogus include | llornkcor | 3 | -3/+0 |
2003-02-23 | make mickeyl happy | zecke | 2 | -6/+4 |
thanks for spotting it | ||||
2003-02-23 | fix rename | llornkcor | 1 | -1/+1 |
2003-02-23 | added menubutton directory bookmarks | llornkcor | 3 | -43/+264 |
2003-02-23 | added a couple public methods- remove(int) count() text(int) and ↵ | llornkcor | 2 | -17/+60 |
setUseLabel. see header for notes | ||||
2003-02-22 | import the new layout/design of datebook | zecke | 15 | -0/+571 |
sorry this was not put into a branch and once its done it'll replace datebook and be put into that subdir. but currently I want both versions available so I can test... So by design it'll feature Showing BirthDays Showing Due and OVerDue Todos Better AllDay handling Pinning Events to TimeZones Exceptions to Recurrence | ||||
2003-02-22 | shutup todolist while running | zecke | 3 | -3/+3 |
remove the transport thingie.. | ||||
2003-02-22 | Fix saving | zecke | 5 | -5/+17 |
remove the transport medium from the opimmainwindow | ||||
2003-02-22 | fixx off by one in reading | zecke | 5 | -25/+114 |
2003-02-22 | Remove some testing code | zecke | 2 | -6/+2 |
2003-02-22 | Implement saving of events | zecke | 11 | -35/+631 |
Implement the ExceptionList Add Children and parent to OEvent Make ORecur honor exceptions Extend the test app to add and save | ||||
2003-02-22 | Finally and hopefully, dependencies are correct. Comments ? | groucho | 12 | -11/+14 |
Fixed missing include in euroconv.pro | ||||
2003-02-21 | Add XML datebookresource | zecke | 18 | -38/+995 |
-clean up todoaccessxml header -implement some more stuff in the oeven tester -extend DefaultFactory to not crash and to use datebook -reading of OEvents is working nicely.. saving will be added tomorrow -fix spelling in ODateBookAcces | ||||
2003-02-21 | fix rename cancel.. hehehe | llornkcor | 2 | -15/+45 |
2003-02-21 | inline rename - no popup now, after selecting rename from menu, enter to ↵ | llornkcor | 2 | -41/+124 |
commit the rename, cancel to cancel | ||||
2003-02-21 | -Fix hasRecurrence() | zecke | 13 | -64/+580 |
-Add the Access(Backend) of DateBook |