summaryrefslogtreecommitdiff
path: root/noncore
AgeCommit message (Collapse)AuthorFilesLines
2004-11-04- prepare for backing up root file systems (aka clone)mickeyl4-66/+214
- add file headers - add version to .pro
2004-11-04tiny layout tweakmickeyl1-2/+0
2004-11-04opie-qashmoney is now unsupportedmickeyl72-340/+0
2004-11-02setup dlg into extra files - its a little bit cleaneralwin4-40/+77
2004-11-02switching to sqlite3chicken2-3/+3
2004-11-02switching to sqlite3chicken6-11/+11
2004-11-02if wanted the user may search directories recursivalwin8-30/+96
2004-11-02uiuiui - fixed a bug which let running applications crash if switched stylealwin2-9/+21
from phase to any other. Reason was that in phase-style a special menubaritem- drawroutine was set but not RESET to qte default if this style was removed I'd implemented the unPolish routine and just set this callback to 0 (qt-default) and now it works nice.
2004-11-02new mirror site web page requiring new parsingllornkcor1-41/+39
2004-11-02ok. now we have real working, simple solution how to act with switching ↵alwin2-15/+12
fullscreen when imagewindow is hidden. It is realy impressive what a brain can generate brainf* ideas finding such a solution - I should stop programming on holidays.
2004-11-01some layout workalwin6-62/+115
work on saving default values some fixes
2004-11-01when jpeg image is smaller than requested thumbsize it will not usealwin1-22/+30
scaled loading
2004-11-01some menu workingalwin5-23/+45
some debug messages removed tried to remove some interesting effects when switching view mode
2004-10-31minimum slideshow time should be 1 not 0alwin1-2/+2
2004-10-31some more settings the user can doalwin3-5/+23
2004-10-31a widget for some base settingsalwin2-0/+91
2004-10-31all toolbuttons etc. switched to QAction objectsalwin4-205/+326
menu mostly finished
2004-10-30most part of menu implementedalwin5-40/+159
all buttons etc. should become a QAction inserted into menu and toolbar toolbar may be hidden
2004-10-30slide show implementedalwin5-4/+131
on next/previous images: if end/begin of list is reached it starts again on begin/end (it was required for slideshow so what ;) zecke: so we have a feature for OPIE 1.1.7 ;)
2004-10-29improve englishmickeyl1-1/+1
2004-10-28small bugfix in converting routinealwin1-0/+3
2004-10-28oops - forgot removing a deklarationalwin1-1/+0
2004-10-28fixed some problems when displaying mailsalwin4-67/+65
but it should reworked cause sometimes there are problems with html mails.
2004-10-27fix writing out the new system brightnessmickeyl3-7/+13
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-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-20- use busy indicator when backing up and restorear1-2/+18
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-18Bug #0001427 add microkbd Opie.Sh script to control activationzecke1-0/+87
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-17G++ 4.0 compiler fixeszecke3-13/+22
-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-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem10-10/+10
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
2004-10-17the bug in libetpan seems to be fixed so we can reuse string encoding againalwin1-9/+8