Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-07-18 | no need to warn here. debug seems enough | mickeyl | 1 | -2/+2 |
2004-07-18 | yet another compat guard for functions added in recent qte releases | mickeyl | 1 | -0/+4 |
2004-07-18 | Bug due to missing concentration.. :( | eilers | 1 | -2/+8 |
2004-07-18 | Some Bugfixes | eilers | 1 | -1/+3 |
2004-07-18 | Fixed bugreport #1370 and | eilers | 2 | -1/+36 |
added check, whether source and destdatabase is the same.. | ||||
2004-07-18 | qte-2.3.2 compat compile fix | mickeyl | 1 | -1/+2 |
2004-07-18 | Update.. New hidden configuration for disabling auto uppercaser.. | eilers | 1 | -0/+2 |
Todo: Make it visible via configuration settings | ||||
2004-07-18 | Fixing Bug #1361 | eilers | 2 | -8/+32 |
2004-07-18 | - closed a couple of bugs and added them to changelog | mickeyl | 2 | -2/+12 |
- tagged 1.1.4 in CVS - bumped version to 1.1.5-snapshot | ||||
2004-07-18 | Really remove useless code .. | eilers | 1 | -2/+0 |
2004-07-18 | Removed forward deklaration of template class. This caused double defined | eilers | 1 | -1/+1 |
linker errors on mac Gcc 3.3 | ||||
2004-07-18 | add qcombobox include | llornkcor | 1 | -0/+1 |
2004-07-18 | proper icone dir | llornkcor | 1 | -1/+1 |
2004-07-17 | Use the MultiauthPassword::authenticate method instead of the handcrafting | zecke | 1 | -16/+5 |
2004-07-17 | Be less verbose | zecke | 6 | -16/+7 |
clean ups | ||||
2004-07-17 | Add Clements reworked and OMAF capable Security Settings application | zecke | 16 | -544/+1263 |
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added | ||||
2004-07-17 | Add opiesecurity to the normal build | zecke | 1 | -1/+1 |
2004-07-17 | -Add depedenncy on OMAF | zecke | 3 | -8/+10 |
-Link against OMAF -Finally use OMAF | ||||
2004-07-17 | Fix compiler warning about unused variable | zecke | 1 | -1/+1 |
2004-07-17 | Change the default for needToAuthenticate | zecke | 1 | -2/+2 |
2004-07-17 | Now it is perfect.. | eilers | 1 | -1/+1 |
2004-07-17 | Hmph.. No comment .. Thanks Zecke ! | eilers | 1 | -1/+1 |
2004-07-17 | Allow the deletions of all events | zecke | 1 | -1/+1 |
This is the fix posted to the MailingList | ||||
2004-07-17 | Ok.. MAC handles even weak symbols differently.. | eilers | 1 | -5/+4 |
Now this should handle mac and linux with qte 2.3.7 and above .. | ||||
2004-07-17 | Make it compileable if just qte 2.3.7 is available. | eilers | 1 | -1/+5 |
Weak symbols just protect us against unresolved symbols at runtime. But, if it is unresolved at compile time, linking will fail ! | ||||
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 |