Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-06-27 | Fixing typo.. Not interesting! | eilers | 1 | -1/+1 |
2004-06-25 | - get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devices | mickeyl | 3 | -1260/+1247 |
- honor FontFamily and FontSize as set in qpe/Appearance - NOTE to packagers: Remember to ship appropriate qpe.conf files for the different devices! | ||||
2004-06-24 | - CLEANUP: clear nethak | ar | 3 | -24/+0 |
2004-06-24 | - CLEANUP: correct appname | ar | 2 | -2/+2 |
2004-06-24 | - CLEANUP: correct exec | ar | 1 | -1/+1 |
2004-06-24 | Polish Key-Map from HRW | zecke | 2 | -0/+918 |
2004-06-24 | CLEANUP: synchronize appname and filename | ar | 2 | -2/+2 |
2004-06-24 | CLEANUP: synchronize binary and .desktop name | mickeyl | 1 | -0/+0 |
2004-06-24 | Battery status panel was only updating once when it was created, after this | brad | 3 | -7/+13 |
it was being hidden and re-shown without updating the data. Now it is updated every time it is shown. | ||||
2004-06-22 | use stderr as default odebug output destination as pointed out by Brad | mickeyl | 1 | -2/+3 |
2004-06-22 | introduce numeric constants for the odebug output destinations | mickeyl | 2 | -7/+14 |
2004-06-20 | - BUGFIX: 0001291 - opie tinykate does not open .desktop files | ar | 2 | -175/+202 |
2004-06-20 | - fix exec | ar | 1 | -1/+1 |
2004-06-20 | Use A higher prime number in AppLnk | zecke | 2 | -4/+8 |
Somehow the Launcher triggers issues with libqpe and MimeType. Due the mix of calling MimeType::clear, MimeType type(doclnk.linkFile()), MimeType::clear the registration of Application was cleared and not reentered due the inner static variable in MimeType::init which was set. Now make sure that if we clear that we will reenter the Application in all cases! | ||||
2004-06-20 | another fix for not showing previously deleted entries | harlekin | 1 | -1/+3 |
2004-06-20 | BUGFIX: 0001325 - no double dialog start in odict, when using QDialog::exec ↵ | harlekin | 2 | -8/+11 |
don't use it together with QPEApplication::execDialog() but with QPEApplication::showDialog(), also fixed another bug where shadow entries where created after deletion of entries | ||||
2004-06-20 | BUGFIX: 0001321 - The batteryapplet shows a real popup frame now | harlekin | 1 | -1/+2 |
2004-06-19 | - fix target | ar | 1 | -1/+1 |
2004-06-19 | - ignore ENOENT and EAGAIN in renameFile (bug in system?) | ar | 1 | -8/+10 |
- replace system-call "mkdir..." with QDir::mkdir | ||||
2004-06-19 | - don't check in uic generated files | ar | 2 | -351/+0 |
2004-06-19 | BUGFIX: 0001089 - remember Browse path when selecting a tab background image | harlekin | 3 | -11/+26 |
2004-06-18 | - BUGFIX: 0001292 - opie sheet not saving correctly | ar | 1 | -1/+1 |
2004-06-18 | - use QFile::encodeName instead of (const char*) or latin1() | ar | 1 | -15/+14 |
- use POSIX rename | ||||
2004-06-18 | BUGFIX: Fixed Datebook dependency on libopiedb2 (Bug #1348) | clem | 1 | -0/+1 |
2004-06-17 | replaced tr( "" ) by "" (in order not to pollute the .ts translation files) | clem | 11 | -38/+38 |
2004-06-17 | -BUGFIX: 0001154 - wrong spanish translation | clem | 1 | -2/+2 |
2004-06-17 | s/libopie1/libopiecore2/ | mickeyl | 1 | -1/+1 |
2004-06-17 | A hack workaround to prevent the launcher segfaulting after adding/removing | brad | 1 | -2/+17 |
a launcher tab. This only appears to happen if you insert/remove removable media that contains apps that would insert a tab (like games perhaps). It has a deeper root cause but for the moment this works around it. | ||||
2004-06-17 | Fix inability to delete system characters. | brad | 1 | -3/+17 |
It appears this has never previously worked correctly. Reported by : A.Pearce@salford.ac.uk | ||||
2004-06-16 | fix position error | llornkcor | 1 | -1/+3 |
2004-06-16 | fix warning | llornkcor | 1 | -7/+7 |
2004-06-16 | unneeded stuff | llornkcor | 1 | -2/+0 |
2004-06-16 | dynamic layout and reformat whitespace | llornkcor | 1 | -241/+185 |
2004-06-15 | - remove sendfile. it doesn't work on linux kernel 2.6 and on mac os x | ar | 1 | -242/+130 |
- cleanup code | ||||
2004-06-15 | added tr support | clem | 2 | -2/+5 |
2004-06-15 | no need for them | clem | 4 | -857/+0 |
2004-06-15 | builds it by default | clem | 1 | -0/+1 |
2004-06-15 | libopiepim2 dependency added | clem | 1 | -2/+2 |
2004-06-15 | support of libopiesecurity2 and noncore/securityplugins | clem | 4 | -1/+7 |
2004-06-15 | classic .cvsignore | clem | 1 | -0/+3 |
2004-06-15 | pics of noncore/securityplugins plugins | clem | 5 | -0/+0 |
2004-06-15 | First revision of securityplugins, called by libopiesecurity2 authentication ↵ | clem | 43 | -0/+4197 |
framework (see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-15 | First revision of securityplugins, called by libopiesecurity2 authentication ↵ | clem | 2 | -0/+2 |
framework (see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-15 | First revision of libopiesecurity2: plugin-based authentication framework ↵ | clem | 1 | -0/+1 |
(see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-15 | start download, fix dialogs | llornkcor | 3 | -26/+26 |
2004-06-15 | load guten library, and fix some dialogs | llornkcor | 3 | -48/+47 |
2004-06-15 | workaround launcherview problems with qt/e 2.3.8 | llornkcor | 1 | -1/+3 |
2004-06-14 | First revision of libopiesecurity2: plugin-based authentication framework ↵ | clem | 8 | -0/+639 |
(see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-14 | First revision of libopiesecurity2: plugin-based authentication framework ↵ | clem | 1 | -0/+1 |
(see http://dudu.dyn.2-h.org/nist/OMAF.php). | ||||
2004-06-13 | Set the ScrollBar position right on start. | zecke | 1 | -1/+7 |
This works on Qt2.3.8 and Qt2.3.7 |