Age | Commit message (Expand) | Author | Files | Lines |
2003-03-22 | Bugfix: | umopapisdn | 1 | -20/+15 |
2003-03-22 | More informative dayview text: | umopapisdn | 1 | -14/+9 |
2003-03-22 | Bugfix: Groupmembers should be separated by a comma and not by a space. | umopapisdn | 2 | -5/+23 |
2003-03-21 | even better then poping up an error dialog: make a new profile | harlekin | 1 | -1/+8 |
2003-03-21 | added a button for quicklaunch of a default profile | harlekin | 4 | -13/+36 |
2003-03-21 | fixed commandline argument reading, made ubrowser a "document-oriented applic... | spiralman | 4 | -26/+44 |
2003-03-21 | change filesave icon to inlined | llornkcor | 3 | -151/+45 |
2003-03-21 | fix for bug #647: | sandman | 1 | -1/+9 |
2003-03-21 | added mimetype association | spiralman | 1 | -0/+2 |
2003-03-21 | fix for bug #599: | sandman | 1 | -3/+13 |
2003-03-21 | fixed loading of files from commandline using relative filenames | spiralman | 2 | -1/+7 |
2003-03-21 | redo undo now in inline | harlekin | 1 | -4/+4 |
2003-03-21 | undo redo now in inline | harlekin | 2 | -0/+0 |
2003-03-21 | adapted to new icons | harlekin | 6 | -269/+11 |
2003-03-21 | added redo undo | harlekin | 1 | -1492/+1524 |
2003-03-21 | added support for specifying a file or url at the command line (currently mus... | spiralman | 2 | -0/+10 |
2003-03-21 | we should have undo/redo in inline, usable to multiple apps | harlekin | 2 | -0/+0 |
2003-03-21 | commented out debuging output and increased version to 0.1 (thought 0.0 was c... | spiralman | 2 | -5/+5 |
2003-03-21 | move system info to settings | harlekin | 2 | -1/+1 |
2003-03-21 | added doxygen comment docs | llornkcor | 1 | -10/+85 |
2003-03-21 | move connection work to the lib | harlekin | 9 | -390/+480 |
2003-03-21 | g++ compliance fix: default arguments belong into the declaration, but not th... | mickeyl | 2 | -2/+8 |
2003-03-21 | Fixing small bug: If we search a birthday from today to today, it returned | eilers | 2 | -2/+10 |
2003-03-21 | Merged speed optimized xml backend for contacts to main. | eilers | 29 | -1436/+347 |
2003-03-20 | Add Replaces opie-base, to ensure the old one goes away if user is upgrading. | kergoth | 1 | -0/+1 |
2003-03-20 | Add prerm/postinst to add/remove /home/QtPalmtop compatibility symlink. | kergoth | 2 | -0/+10 |
2003-03-20 | added support for 39xx ipaq | harlekin | 1 | -5/+17 |
2003-03-20 | fix for pnum=0; | mickeyl | 1 | -2/+2 |
2003-03-19 | Fix for bug #733 | drw | 1 | -6/+10 |
2003-03-19 | fix patch for pnum=0; | mickeyl | 1 | -2/+2 |
2003-03-19 | Fixed bug #744 where non mapped buttons in buttonsettings were not saved by i... | groucho | 7 | -22/+55 |
2003-03-19 | err, helps to shutdown the qws server after catching the segv, otherwise itll... | kergoth | 1 | -2/+3 |
2003-03-19 | Add patch which installs a SIGSEGV handler into any QWS server to close the k... | kergoth | 1 | -0/+26 |
2003-03-19 | Update the makefile patch to apply against 2.3.4 final. | kergoth | 1 | -90/+11 |
2003-03-19 | Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX! | kergoth | 16 | -23/+23 |
2003-03-19 | Fix for bug #741 | drw | 4 | -8/+33 |
2003-03-17 | Depend on libxine1 | opie-mediaplayer-codecs for OZ compatibility. | kergoth | 1 | -1/+1 |
2003-03-16 | fix open .desktop file | llornkcor | 1 | -71/+78 |
2003-03-16 | fix Ctrl-C | llornkcor | 1 | -9/+9 |
2003-03-16 | explicitly link against libstdc++ (needed for cross-compilation, e.g. when li... | mickeyl | 1 | -1/+1 |
2003-03-16 | Enable translations of startmenu-applets. Problem is, in Qt2, moc generates | mickeyl | 6 | -12/+49 |
2003-03-15 | merging with the branch. | cniehaus | 5 | -5/+308 |
2003-03-15 | fixed some stupid bugs | cniehaus | 1 | -154/+153 |
2003-03-15 | added .control file, fixed toolbar to not be movable, added app icon | spiralman | 2 | -0/+12 |
2003-03-15 | added desktop file for ubrowser | spiralman | 1 | -0/+7 |
2003-03-15 | added app icon | spiralman | 1 | -0/+0 |
2003-03-15 | HttpFactory::data() now returns 0 if there is a 404 error (previously, if the... | spiralman | 1 | -1/+7 |
2003-03-15 | Added several checks to ensure we have a valid server or destination. Fixes ... | drw | 1 | -42/+72 |
2003-03-15 | added code to force QTextBrowser to parse input as html if http header claims... | spiralman | 2 | -2/+7 |
2003-03-15 | moved from using QSockets to normal unix sockets, images and chunked encoding... | spiralman | 5 | -419/+276 |