summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-06-25- get rid of HIGH_RES_LOW_PHYS to allow shipping one libqpe for all devicesmickeyl3-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 nethakar3-24/+0
2004-06-24- CLEANUP: correct appnamear2-2/+2
2004-06-24- CLEANUP: correct execar1-1/+1
2004-06-24Polish Key-Map from HRWzecke2-0/+918
2004-06-24CLEANUP: synchronize appname and filenamear2-2/+2
2004-06-24CLEANUP: synchronize binary and .desktop namemickeyl1-0/+0
2004-06-24Battery status panel was only updating once when it was created, after thisbrad3-7/+13
it was being hidden and re-shown without updating the data. Now it is updated every time it is shown.
2004-06-22use stderr as default odebug output destination as pointed out by Bradmickeyl1-2/+3
2004-06-22introduce numeric constants for the odebug output destinationsmickeyl2-7/+14
2004-06-20- BUGFIX: 0001291 - opie tinykate does not open .desktop filesar2-175/+202
2004-06-20- fix execar1-1/+1
2004-06-20Use A higher prime number in AppLnkzecke2-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-20another fix for not showing previously deleted entriesharlekin1-1/+3
2004-06-20BUGFIX: 0001325 - no double dialog start in odict, when using QDialog::exec ↵harlekin2-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-20BUGFIX: 0001321 - The batteryapplet shows a real popup frame nowharlekin1-1/+2
2004-06-19- fix targetar1-1/+1
2004-06-19- ignore ENOENT and EAGAIN in renameFile (bug in system?)ar1-8/+10
- replace system-call "mkdir..." with QDir::mkdir
2004-06-19- don't check in uic generated filesar2-351/+0
2004-06-19BUGFIX: 0001089 - remember Browse path when selecting a tab background imageharlekin3-11/+26
2004-06-18- BUGFIX: 0001292 - opie sheet not saving correctlyar1-1/+1
2004-06-18- use QFile::encodeName instead of (const char*) or latin1()ar1-15/+14
- use POSIX rename
2004-06-18BUGFIX: Fixed Datebook dependency on libopiedb2 (Bug #1348)clem1-0/+1
2004-06-17replaced tr( "" ) by "" (in order not to pollute the .ts translation files)clem11-38/+38
2004-06-17-BUGFIX: 0001154 - wrong spanish translationclem1-2/+2
2004-06-17s/libopie1/libopiecore2/mickeyl1-1/+1
2004-06-17A hack workaround to prevent the launcher segfaulting after adding/removingbrad1-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-17Fix inability to delete system characters.brad1-3/+17
It appears this has never previously worked correctly. Reported by : A.Pearce@salford.ac.uk
2004-06-16fix position errorllornkcor1-1/+3
2004-06-16fix warningllornkcor1-7/+7
2004-06-16unneeded stuffllornkcor1-2/+0
2004-06-16dynamic layout and reformat whitespacellornkcor1-241/+185
2004-06-15- remove sendfile. it doesn't work on linux kernel 2.6 and on mac os xar1-242/+130
- cleanup code
2004-06-15added tr supportclem2-2/+5
2004-06-15no need for themclem4-857/+0
2004-06-15builds it by defaultclem1-0/+1
2004-06-15libopiepim2 dependency addedclem1-2/+2
2004-06-15support of libopiesecurity2 and noncore/securitypluginsclem4-1/+7
2004-06-15classic .cvsignoreclem1-0/+3
2004-06-15pics of noncore/securityplugins pluginsclem5-0/+0
2004-06-15First revision of securityplugins, called by libopiesecurity2 authentication ↵clem43-0/+4197
framework (see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-15First revision of securityplugins, called by libopiesecurity2 authentication ↵clem2-0/+2
framework (see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-15First revision of libopiesecurity2: plugin-based authentication framework ↵clem1-0/+1
(see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-15start download, fix dialogsllornkcor3-26/+26
2004-06-15load guten library, and fix some dialogsllornkcor3-48/+47
2004-06-15workaround launcherview problems with qt/e 2.3.8llornkcor1-1/+3
2004-06-14First revision of libopiesecurity2: plugin-based authentication framework ↵clem8-0/+639
(see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-14First revision of libopiesecurity2: plugin-based authentication framework ↵clem1-0/+1
(see http://dudu.dyn.2-h.org/nist/OMAF.php).
2004-06-13Set the ScrollBar position right on start.zecke1-1/+7
This works on Qt2.3.8 and Qt2.3.7
2004-06-13Lefthand Patch rediffed and applies now to QtE 2.3.7zecke2-232/+63
It is the one from Qt2.3.8