summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-07approaching 100%groucho8-121/+142
2004-07-06generated against today's qte-2.3.8 snapshotmickeyl1-0/+322
2004-07-06Added Bugfixes and changes..eilers1-0/+2
2004-07-06move module.hmickeyl1-0/+0
2004-07-06resurrectmickeyl1-0/+3
2004-07-06CLEANUP: make networksettings directory structure packaging-friendlymickeyl11-3/+32
2004-07-06- add BugFix and closed it in mantisar1-0/+1
2004-07-05add background images for devices with larger screen sizesmickeyl2-0/+0
2004-07-05add new feature from Zeckemickeyl1-1/+2
2004-07-04#1321 + spelling fixesmickeyl1-4/+5
2004-07-04- add some BugFixes and closed it in mantisar1-0/+3
2004-07-04- change ipkg string to nedded >= 0.99.120 versionar1-1/+1
2004-07-04fixchicken1-1/+1
2004-07-03Don't display hidden sets in trainer.brad1-1/+2
2004-07-02- add some BugFixes and closed it in mantisar1-1/+3
2004-07-02- split log entrys in New Features and BugFixes for a better overviewar1-3/+8
2004-07-02fixllornkcor1-16/+26
2004-07-01add a few missing includesmickeyl3-5/+6
2004-06-30workaround large screen widget bug using movellornkcor1-0/+2
2004-06-29As pointed out by bradc OpiePlayer2 is not able to open desktop files.zecke1-1/+7
Now we check if it is a valid desktop file and then ask for the DocLnk::file() and then use that for open.
2004-06-28CLEANUP: .desktop file name should match the binary namemickeyl1-0/+0
2004-06-28remove dots in namellornkcor1-1/+1
2004-06-28whoopsllornkcor1-2/+2
2004-06-28fix up interfacellornkcor2-1504/+1509
2004-06-28remove newline charsllornkcor1-18/+16
2004-06-27replace dots in filenamellornkcor1-1/+1
2004-06-27Safe eilers some time for weak symbols on MacOS Xzecke1-1/+7
2004-06-27Argh.. Sorry for making problems !eilers2-439/+228
CVS committed stuff which had merging conflicts... :(
2004-06-27Fixing Bug #1328:eilers2-21/+235
VCards: Real encoding in UTF-8. Now even chars > 0xff are supported. SQL: Switching form latin1 encoding to UTF-8 encoding. We are now fully Unicode compliant ! Sorry for all users already using the SQL interface for loosing their special characters. There was no other way ! All other should export its SQL database to xml before updating and reimporting afterwards !
2004-06-27Fixing typo.. Not interesting!eilers1-1/+1
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