Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2002-09-26 | All settings should work now -- only launcher doesn't (currently) use these | sandman | 10 | -71/+360 |
config values | ||||
2002-09-26 | Remove old logos | drw | 2 | -0/+0 |
2002-09-26 | Use pics in logo dir now | drw | 1 | -2/+2 |
2002-09-26 | Logo pics for the pics/logo directory | drw | 2 | -0/+0 |
2002-09-26 | include logo dir | harlekin | 1 | -1/+1 |
2002-09-26 | adapted to new logo dir | harlekin | 1 | -2/+2 |
2002-09-25 | Fix Tux logo | drw | 2 | -13/+6 |
2002-09-25 | Disable SafeMode for now, since it can't be turned off easily once it gets | sandman | 1 | -1/+5 |
activated. | ||||
2002-09-25 | some fixes to make ofontselector more robust, if you specify invalid font | sandman | 2 | -24/+43 |
families/styles/sizes | ||||
2002-09-25 | load and save of tab settings works now -- bg image still missing | sandman | 4 | -12/+32 |
2002-09-25 | preliminary skeleton | wazlaf | 8 | -0/+198 |
2002-09-25 | remove processEvents as xine acts better than old libs | llornkcor | 1 | -3/+3 |
2002-09-25 | ljps patch was/is correct | zecke | 1 | -1/+5 |
but for some reason TT is not using QFile so I made it use getenv(HOME) instead | ||||
2002-09-25 | fix qpeDir() to return users dir, not qpeDir.. duh | llornkcor | 1 | -271/+272 |
2002-09-25 | Fix bigPixmaps BUG. | zecke | 1 | -1/+1 |
instead of returning the bigPixmap from the d->mPixmaps[1] I returned the deprecated variable which was null | ||||
2002-09-25 | a small comment be me... | eilers | 1 | -1/+13 |
2002-09-25 | Add a sort function and filter function to TodoAccess | zecke | 14 | -16/+366 |
This would allow us todo a paint hack in QTable | ||||
2002-09-25 | make it square | dwmw2 | 1 | -0/+0 |
2002-09-25 | Stop including random scripts | dwmw2 | 1 | -1/+1 |
2002-09-25 | Icon from Kandy | dwmw2 | 1 | -0/+0 |
2002-09-25 | change to reflect familiar's record/memo button sending Key_24 now | llornkcor | 2 | -2/+2 |
2002-09-25 | forgot to remove obsoleted file (now in OFontSelector/libopie) | sandman | 1 | -40/+0 |
2002-09-25 | added groundbreaking on harlekins request :) | imm | 1 | -0/+1 |
2002-09-25 | maintainer up | imm | 8 | -8/+8 |
2002-09-24 | beta version - not fully functional | sandman | 7 | -85/+571 |
2002-09-24 | - updated all copyright headers | sandman | 10 | -170/+318 |
- use new OColorButton - rearranged editScheme a bit | ||||
2002-09-24 | pics dir changed | imm | 1 | -2/+2 |
2002-09-24 | Use the new OColorButton | sandman | 3 | -48/+18 |
2002-09-24 | button with popup-menu for color selections -- this should be used instead | sandman | 3 | -2/+179 |
of the QToolButton + ColorPopupMenu construct | ||||
2002-09-24 | Fixed loading of file extensions from mime.types (only the first ext was | sandman | 1 | -5/+3 |
loaded) | ||||
2002-09-24 | Better workaround for the "ignoring inline" gcc bug, since editing the | sandman | 1 | -0/+6 |
generated inlinepics_p.h makes no sense after all | ||||
2002-09-24 | added usermanager | harlekin | 1 | -1/+2 |
2002-09-24 | Removed "Package" entry. | umopapisdn | 1 | -1/+0 |
2002-09-24 | Changed "VERSION" field. | umopapisdn | 1 | -1/+1 |
2002-09-24 | simple keycode viewer for hardware keyboards | hash | 6 | -0/+390 |
2002-09-24 | Fixed searchpath for icons. | umopapisdn | 1 | -7/+7 |
2002-09-24 | *** empty log message *** | umopapisdn | 1 | -1/+1 |
2002-09-24 | *** empty log message *** | umopapisdn | 1 | -1/+1 |
2002-09-24 | Removed "-L/opt/Embedix/tools/arm-linux/lib/" | umopapisdn | 1 | -1/+2 |
and added "DESTDIR" parameter. | ||||
2002-09-24 | *** empty log message *** | umopapisdn | 1 | -10/+9 |
2002-09-24 | New application OPIE-User Manager. (desktop file) | umopapisdn | 1 | -0/+6 |
2002-09-24 | New application OPIE-User Manager. (icons) | umopapisdn | 8 | -0/+0 |
2002-09-24 | New Application OPIE-UserManager added. | umopapisdn | 11 | -0/+1218 |
2002-09-24 | Make mkipks use ipkg-build [-c]. | kergoth | 1 | -26/+3 |
2002-09-24 | Added -c option to generate old format ipks. | kergoth | 1 | -4/+9 |
2002-09-24 | adapted to the new api | harlekin | 10 | -664/+622 |
2002-09-24 | nchip send this Finnish keymap in | hash | 1 | -0/+265 |
2002-09-24 | Documentation for the video magic (for Holger ;) | sandman | 3 | -218/+207 |
Small interface changes (better method names) | ||||
2002-09-24 | this inline makes loading todos twice as fast | zecke | 2 | -2/+2 |
but there is still room for improvisation | ||||
2002-09-24 | Add some hooks to ORecordList and Iterator | zecke | 2 | -8/+98 |
current() for Iterator setCurrent() for Iterator count() for both |