summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-10-27Switching to sqlite3eilers11-71/+62
Please read the following page for upgrade your old sqlite V2 database: http://opie.handhelds.org/cgi-bin/moin.cgi/SqlBackends
2004-10-27fixed a bug within tls supportalwin1-4/+6
2004-10-26-Remove usage of latin1() as a possible fix to #1471zecke2-7/+17
2004-10-26commented out useless example code (forgot it)alwin1-1/+1
2004-10-26Protect against error in database format. Recover to old if database waseilers1-4/+18
unreadable ..
2004-10-26Resolved a feature request:alwin10-46/+81
unique display of date-time of a mail maillist now sorted for mail-date as default, user can switch sort order to all other items (subject, author, size)
2004-10-25fixed the problem with displaying date/time of a mailalwin2-16/+5
usage of helper class
2004-10-25moved out pure helper funsalwin2-14/+4
2004-10-25helper class addedalwin3-2/+52
2004-10-25Language fixes and new mail address..eilers1-10/+4
2004-10-25Fixing some problems..eilers2-46/+54
2004-10-24removed obsolet stuffalwin5-70/+18
changed build description for libetpan
2004-10-24new options for pop3 accountsalwin10-125/+238
KATE eated a lot of last spaces in files some tryouts
2004-10-24new Todo listalwin1-8/+7
2004-10-24a small helperclass ValueExplode insertedalwin1-1/+86
it splits a string like a=4&b=2&c=1 into it key - value - pairs the runtime-example in constructor of OpieMail should be removed ;)
2004-10-23-Move code for converting sqlite2 to sqlite3 to a method on its ownzecke2-63/+87
-Use Global::applicationFileName to get the filenames for the data -Use tr around messages -Do not use custom labels for "Ok" but use Qts QMessageBox ones to get its translation for free TODO: Test on ARM
2004-10-23Declare the setDocument slot as well to unbreak compilationzecke1-0/+2
2004-10-23holla - fixed a wonderfull bug letting opie-mail crash whenalwin1-8/+7
accessing some pop3-server
2004-10-23Integrate opiemail with Konqueror. When now clicking on a mailto linkzecke1-1/+13
in Konqueror OpieMail can get asked to send a mail to the persopn
2004-10-23Pimconverter got a button to convert databases from sqlite 2->3.eilers3-10/+141
If correct implementation is confirmed, I will commit the rest..
2004-10-22Write the hardware clock after setting the datetime. This way we canzecke1-4/+10
gurantee it is set while opiealarm has not run.
2004-10-22Open the Context-Menu on rightButtonPress instead of clicked.zecke1-1/+1
This makes wellenreiter behave like other RoH capable applications
2004-10-22upon further investigation, QD does indeed do different stuff for different ↵llornkcor1-6/+11
version strings.
2004-10-21turn off qDebug and qWarning in release mode. This should also quiet any 3rd ↵llornkcor1-0/+23
party applications outside opie control
2004-10-20- new Backup Feature (Busy Indicator)ar1-1/+2
2004-10-20- use busy indicator when backing up and restorear1-2/+18
2004-10-20-Merge OpiePlayer2 changes into the ChangeLogzecke1-1/+4
2004-10-20-Fix white spacezecke2-10/+10
-Mention GPL not LGPL in opieprog.h...
2004-10-20-Remove odebugzecke1-2/+0
2004-10-20- touch ~/Applications/addressbook/addressbook.xml lead to a Crash on XMLzecke1-1/+1
loading. Don't assume that the Child of the first element is present
2004-10-19Timezone added on request of Gints Polis to fix TimeZone Offsetzecke1-0/+0
for Riga
2004-10-19somewhere on some cvs merge the update of mindbreaker to the new quicklaunch ↵harlekin2-13/+4
system was lost, now it works again
2004-10-19Added a clean: target so make clean will succeedclem1-0/+1
2004-10-18Bug #0001427 add microkbd Opie.Sh script to control activationzecke4-0/+107
and deactivation of the microkbd See http://www.handhelds.org/handhelds-faq/keyboards.html to understand telinit and opening of the file Files courtsey "Iss"
2004-10-18change doclnk handlingllornkcor1-3/+4
2004-10-17G++ 4.0 compiler fixeszecke6-19/+29
-Remove anonymous structures and name them -Include 'card.h' to cardpile to make 'Card' known to QList so deleteItem will work -cast 'enum' to char in event.cpp and opimevent.cpp
2004-10-17Remove unused variablezecke1-1/+1
2004-10-17-Use local8Bit instead of latin1zecke1-1/+1
2004-10-17build system and opie-security updatesclem1-0/+4
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem13-13/+13
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-10-17enable ccache and/or distcc or nothing, in a way working with both ccache ↵clem6-12/+12
plus distcc combinations: CCACHE_PREFIX or CCACHE DISTCC (see http://opie.handhelds.org/cgi-bin/moin.cgi/UseCcacheAndDistcc for more info)
2004-10-17Opie-Console can log input/output of the consolezecke1-0/+1
2004-10-17the bug in libetpan seems to be fixed so we can reuse string encoding againalwin1-9/+8
2004-10-17Add OFontSelector usage of Opie-Consolezecke1-0/+1
2004-10-17Update the very important ChangeLogzecke1-0/+11
Mickeyl thanks for remindung us
2004-10-17- revert DISTCC changesar1-6/+6
(see mailinglist and wiki for use ccache and/or distcc)
2004-10-17removed the ccache stuff. It should not made here but in your personalalwin1-5/+0
environment. (See WiKi and mailing list) or use the automatic system from ccache itself (prepend /usr/lib/ccache/bin to your PATH variable)
2004-10-17- only set CCACHE_PREFIX when distcc is installed.ar1-2/+3
remove buildrpoblems on machines without distcc (file not found on make)
2004-10-16- BugFix: clear currentFileName in SaveAs when the user abort.ar1-0/+1
otherwise it crashs when user try to save after aborted saveas action
2004-10-16-Remove hardcoding of "/opt/QtPalmtop/" and use QPEApplication::qpeDir insteadzecke3-8/+10
In future we need a OpieStandardDir with locateFile, locateUserSetting and such