Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-07-17 | Addjust to the namespace changes of OMAF | zecke | 20 | -51/+75 |
2004-07-17 | Add dropin for the Password implementation of libqpe | zecke | 2 | -0/+165 |
2004-07-17 | -move OMAF into a namespace on its own | zecke | 7 | -15/+69 |
-add d'ptr were applicable | ||||
2004-07-17 | Add note about deprecation of password.h as it is superseeded | zecke | 1 | -1/+5 |
by OMAF | ||||
2004-07-17 | Cosmetic changes | zecke | 3 | -3/+14 |
using namespace Opie::DB -> namespace Opie { namespace DB { | ||||
2004-07-16 | Fix to work with newest version of libsword (OptionsList -> StringList) | drw | 1 | -2/+2 |
2004-07-16 | fix control file | harlekin | 1 | -1/+1 |
2004-07-15 | Stop crasing, do not do nasty stuff with parentWidget() which is now NULL | zecke | 1 | -1/+0 |
2004-07-15 | When you've startet this application and the clicked | zecke | 3 | -9/+11 |
on its symbol you got a blank and unnamed widget. This was the QMainWindow which was manually hidden, but then raised by QPEApplication::raiseAppropriate. Now soleley use QPEApplication::showMainWidget and execDialog for showing the widget TODO: CleanUp more and use quicklaunc technology | ||||
2004-07-15 | The road to precompiled headers. Guard qpemessagebox.h against | zecke | 2 | -1/+47 |
multiple includes and while I touched the file I updatet the QPE license header | ||||
2004-07-15 | -Remove double 'connection' of num/capslock/symbol toggle from launcher. | zecke | 5 | -25/+10 |
taskbar itself takes care about it -Make having the LockKeyState indicator in the taskbar configurable and have it enabled by default for Sharp Zaurus which actually got a keyboard :) Initial KeyLock State is still not defined/used from within Sharp | ||||
2004-07-15 | Start removing #if 0 which originates from a sync and libqtopia dependency | zecke | 2 | -83/+1 |
2004-07-15 | Manually updatet to qmake1.06a which includes support for precompiled | zecke | 52 | -2526/+27146 |
headers. Opies 'PRO' keyword was already reintroduced | ||||
2004-07-15 | -Change order of includes. Include "qpedialog.h" first | zecke | 1 | -9/+19 |
-In regards to precompiled headers drop the 'protected -> public define hack' and use TrollTechs solution inspired from QETWidget to static_cast to a private reimplementation to change the method. This was taken from Qtopia | ||||
2004-07-14 | Problem: Opie-Drawpad loads its document delayed. This means a setDocument | zecke | 1 | -1/+24 |
like from the Screenshot Applet could be executed prior to the final initialisation of drawpad and the just added page vanishes. Solve: Take the fact into account and 1st) don't create an empty page if there is already a page which is the case with the setDocument call 2nd) if we load but already have pages we need to add the new pages | ||||
2004-07-14 | fix opie build | llornkcor | 1 | -1/+1 |
2004-07-14 | allow new user to create new doc on first startup | llornkcor | 2 | -84/+54 |
2004-07-13 | convert blue-pin to be quicklaunchable. patch courtesy Thomas Themel. | mickeyl | 3 | -3/+78 |
2004-07-13 | Fix compiler warnings coming from static methods which are unused most of the | zecke | 2 | -20/+35 |
time in headers. Move isQWS and makeChannel to Opie::Core. Maybe we will move them to internal later | ||||
2004-07-13 | Use snprintf to just be sure that we don't go over the buffer limit | zecke | 1 | -1/+1 |
2004-07-13 | -Small clean up, we do not need to use the file anymore as all | zecke | 2 | -4/+2 |
model checking is done in the ODevice base class -m_led[0] = m_led[1] = LedOff which size does m_led need? yeah two | ||||
2004-07-13 | fix ups, and move qsettings files away | llornkcor | 3 | -212/+243 |
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 |