summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-07-18don't allow a static libqpemickeyl1-0/+2
2004-07-18no need to warn here. debug seems enoughmickeyl1-2/+2
2004-07-18yet another compat guard for functions added in recent qte releasesmickeyl1-0/+4
2004-07-18Bug due to missing concentration.. :(eilers1-2/+8
2004-07-18Some Bugfixeseilers1-1/+3
2004-07-18Fixed bugreport #1370 andeilers2-1/+36
added check, whether source and destdatabase is the same..
2004-07-18qte-2.3.2 compat compile fixmickeyl1-1/+2
2004-07-18Update.. New hidden configuration for disabling auto uppercaser..eilers1-0/+2
Todo: Make it visible via configuration settings
2004-07-18Fixing Bug #1361eilers2-8/+32
2004-07-18- closed a couple of bugs and added them to changelogmickeyl2-2/+12
- tagged 1.1.4 in CVS - bumped version to 1.1.5-snapshot
2004-07-18Really remove useless code ..eilers1-2/+0
2004-07-18Removed forward deklaration of template class. This caused double definedeilers1-1/+1
linker errors on mac Gcc 3.3
2004-07-18add qcombobox includellornkcor1-0/+1
2004-07-18proper icone dirllornkcor1-1/+1
2004-07-17Use the MultiauthPassword::authenticate method instead of the handcraftingzecke1-16/+5
2004-07-17Be less verbosezecke6-16/+7
clean ups
2004-07-17Add Clements reworked and OMAF capable Security Settings applicationzecke16-544/+1263
This adds configuration of OMAF For now it disables quicklaunch which will be changed Also a demo application is added
2004-07-17Add opiesecurity to the normal buildzecke1-1/+1
2004-07-17-Add depedenncy on OMAFzecke3-8/+10
-Link against OMAF -Finally use OMAF
2004-07-17Fix compiler warning about unused variablezecke1-1/+1
2004-07-17Change the default for needToAuthenticatezecke1-2/+2
2004-07-17Now it is perfect..eilers1-1/+1
2004-07-17Hmph.. No comment .. Thanks Zecke !eilers1-1/+1
2004-07-17Allow the deletions of all eventszecke1-1/+1
This is the fix posted to the MailingList
2004-07-17Ok.. MAC handles even weak symbols differently..eilers1-5/+4
Now this should handle mac and linux with qte 2.3.7 and above ..
2004-07-17Make it compileable if just qte 2.3.7 is available.eilers1-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-17Addjust to the namespace changes of OMAFzecke20-51/+75
2004-07-17Add dropin for the Password implementation of libqpezecke2-0/+165
2004-07-17-move OMAF into a namespace on its ownzecke7-15/+69
-add d'ptr were applicable
2004-07-17Add note about deprecation of password.h as it is superseededzecke1-1/+5
by OMAF
2004-07-17Cosmetic changeszecke3-3/+14
using namespace Opie::DB -> namespace Opie { namespace DB {
2004-07-16Fix to work with newest version of libsword (OptionsList -> StringList)drw1-2/+2
2004-07-16fix control fileharlekin1-1/+1
2004-07-15Stop crasing, do not do nasty stuff with parentWidget() which is now NULLzecke1-1/+0
2004-07-15When you've startet this application and the clickedzecke3-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-15The road to precompiled headers. Guard qpemessagebox.h againstzecke2-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.zecke5-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-15Start removing #if 0 which originates from a sync and libqtopia dependencyzecke2-83/+1
2004-07-15Manually updatet to qmake1.06a which includes support for precompiledzecke52-2526/+27146
headers. Opies 'PRO' keyword was already reintroduced
2004-07-15-Change order of includes. Include "qpedialog.h" firstzecke1-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-14Problem: Opie-Drawpad loads its document delayed. This means a setDocumentzecke1-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-14fix opie buildllornkcor1-1/+1
2004-07-14allow new user to create new doc on first startupllornkcor2-84/+54
2004-07-13convert blue-pin to be quicklaunchable. patch courtesy Thomas Themel.mickeyl3-3/+78
2004-07-13Fix compiler warnings coming from static methods which are unused most of thezecke2-20/+35
time in headers. Move isQWS and makeChannel to Opie::Core. Maybe we will move them to internal later
2004-07-13Use snprintf to just be sure that we don't go over the buffer limitzecke1-1/+1
2004-07-13-Small clean up, we do not need to use the file anymore as allzecke2-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-13fix ups, and move qsettings files awayllornkcor3-212/+243
2004-07-12Query for FontFactories which implement the FontFactoryInterface onzecke2-5/+5
QPEApplication creation. Also update the comment in the API docu as now FontFactories are loaded
2004-07-10On OE '*' is not for shadow passwords but is a hint that wezecke1-3/+4
could set the password. So use this hint