Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-07-12 | Query for FontFactories which implement the FontFactoryInterface on | zecke | 2 | -5/+5 |
QPEApplication creation. Also update the comment in the API docu as now FontFactories are loaded | ||||
2004-07-10 | On OE '*' is not for shadow passwords but is a hint that we | zecke | 1 | -3/+4 |
could set the password. So use this hint | ||||
2004-07-10 | Bulgerian keymap from Stoyan Stoyanov <stoyan@burdenis.com> | zecke | 1 | -0/+294 |
for multikey | ||||
2004-07-10 | Unlink is not needed in this case | zecke | 1 | -1/+0 |
2004-07-10 | fix compile | llornkcor | 1 | -56/+56 |
2004-07-10 | NO_OPIE define added | llornkcor | 1 | -0/+2 |
2004-07-10 | spelling | llornkcor | 1 | -1/+1 |
2004-07-10 | qwarning for non opie | llornkcor | 1 | -10/+94 |
2004-07-10 | add windows desktop stuff | llornkcor | 4 | -0/+35 |
2004-07-10 | add right click menu, and drag and drop for desktop version. show icons | llornkcor | 2 | -18/+122 |
2004-07-09 | Add setting a root password if none is set to opie-login | zecke | 7 | -6/+545 |
If you directly start Opie-Taskbar or use AutoLogin you will not be presented by a set root password gui | ||||
2004-07-08 | opie-lupdate | groucho | 216 | -2919/+9936 |
2004-07-08 | dont add empty entry into bookmark list | llornkcor | 1 | -3/+3 |
2004-07-08 | rework view, fix bookmarking | llornkcor | 3 | -1581/+1596 |
2004-07-08 | remove non needed debug output | llornkcor | 1 | -14/+13 |
2004-07-07 | hide path combo if on config tab | llornkcor | 1 | -0/+3 |
2004-07-07 | fix combo filling with real QString instead of QDir object | llornkcor | 1 | -2/+1 |
2004-07-07 | bug fix 1267 | llornkcor | 1 | -13/+14 |
2004-07-07 | Make the fileselector.pro file valid. This was found by opie-lupdate. | zecke | 1 | -2/+2 |
Don't add '\' if you don't continue next line... | ||||
2004-07-07 | INCLUDEPATH = FOO $$INCLUDEPATH triggered an infinte loop | zecke | 3 | -2/+6 |
backport the fix from Qt3.3 for that issue Add alternative mode to only generate one language... | ||||
2004-07-07 | move name | mickeyl | 1 | -0/+0 |
remember that .control files are obsolete anyway standalone building of packages is no longer recommended, since we already maintain the metadata in OpenEmbedded | ||||
2004-07-07 | approaching 100% | groucho | 8 | -121/+142 |
2004-07-06 | generated against today's qte-2.3.8 snapshot | mickeyl | 1 | -0/+322 |
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 ! |