Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-07-06 | Added Bugfixes and changes.. | eilers | 1 | -0/+2 |
2004-07-06 | move module.h | mickeyl | 1 | -0/+0 |
2004-07-06 | resurrect | mickeyl | 1 | -0/+3 |
2004-07-06 | CLEANUP: make networksettings directory structure packaging-friendly | mickeyl | 11 | -3/+32 |
2004-07-06 | - add BugFix and closed it in mantis | ar | 1 | -0/+1 |
2004-07-05 | add background images for devices with larger screen sizes | mickeyl | 2 | -0/+0 |
2004-07-05 | add new feature from Zecke | mickeyl | 1 | -1/+2 |
2004-07-04 | #1321 + spelling fixes | mickeyl | 1 | -4/+5 |
2004-07-04 | - add some BugFixes and closed it in mantis | ar | 1 | -0/+3 |
2004-07-04 | - change ipkg string to nedded >= 0.99.120 version | ar | 1 | -1/+1 |
2004-07-04 | fix | chicken | 1 | -1/+1 |
2004-07-03 | Don't display hidden sets in trainer. | brad | 1 | -1/+2 |
2004-07-02 | - add some BugFixes and closed it in mantis | ar | 1 | -1/+3 |
2004-07-02 | - split log entrys in New Features and BugFixes for a better overview | ar | 1 | -3/+8 |
2004-07-02 | fix | llornkcor | 1 | -16/+26 |
2004-07-01 | add a few missing includes | mickeyl | 3 | -5/+6 |
2004-06-30 | workaround large screen widget bug using move | llornkcor | 1 | -0/+2 |
2004-06-29 | As pointed out by bradc OpiePlayer2 is not able to open desktop files. | zecke | 1 | -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-28 | CLEANUP: .desktop file name should match the binary name | mickeyl | 1 | -0/+0 |
2004-06-28 | remove dots in name | llornkcor | 1 | -1/+1 |
2004-06-28 | whoops | llornkcor | 1 | -2/+2 |
2004-06-28 | fix up interface | llornkcor | 2 | -1504/+1509 |
2004-06-28 | remove newline chars | llornkcor | 1 | -18/+16 |
2004-06-27 | replace dots in filename | llornkcor | 1 | -1/+1 |
2004-06-27 | Safe eilers some time for weak symbols on MacOS X | zecke | 1 | -1/+7 |
2004-06-27 | Argh.. Sorry for making problems ! | eilers | 2 | -439/+228 |
CVS committed stuff which had merging conflicts... :( | ||||
2004-06-27 | Fixing Bug #1328: | eilers | 2 | -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-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 |