summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2005-01-11finish per-tab column setting. it now works on the fly and is persistentmickeyl5-2/+15
2005-01-11number of icon columns now also customizable through LauncherSettingsmickeyl4-9/+25
2005-01-10make number of icon columns in the launcher customizable per-tabmickeyl3-13/+31
TODO: add GUI for that
2005-01-09CONTROL files : reset version to 'standard' formatwimpie5-6/+5
(partly rolls back my drastic all-applicatoins-same-version change) now format is x.y(.z)$EXTRAVERSION where x.y (and aptionally .z) are x : major version y : minor version z : application patch and extra version is seconds-since-epoch this value can be used to automatically upgrade versions with minor changes (without manual update of the control file)
2005-01-08Added error message to make difference between plug loading errorwimpie1-2/+5
or plugin initialization error
2005-01-04catch up with proper inclusion of OLedBox into libopieuimickeyl4-11/+13
2005-01-04control files : changed VERSION stringwimpie8-10/+10
2005-01-04changed VERSION stringwimpie1-1/+1
2005-01-04oledbox is now in libopie2/opieuiwimpie4-327/+3
2004-12-28fix compilellornkcor1-1/+3
2004-12-271.1.8mickeyl1-1/+1
2004-12-24Repair damage done by a broken replace program. Note to self: Never use ↵mickeyl56-2131/+56
anything other than sed! Merry Christmas!
2004-12-24qmake 1.08a has more rigid syntax checking and chokes on our .pro filesmickeyl56-56/+2131
2004-12-22I think it is a good idea to get any information why the Launcher iseilers1-1/+4
disabled
2004-12-21Some cleaner string handlingdrw1-19/+36
2004-12-20Fix sizing of battery status popup window to prevent truncation of battery infodrw1-2/+2
2004-12-20Patch from Hrw for 1493zecke1-1/+1
"Launcher starts in one column mode" Set the QIconView to adjust its layout on resize
2004-12-20Keep only 'local' Config instances to avoid some olderzecke1-26/+26
instance reverting changes! (weakness of Config class)
2004-12-20Kill unneeded parameterzecke1-1/+1
2004-12-20Restore lost changezecke1-3/+7
-Kill Config instance in different scope for the same file -Work when a ftp client sends -la in a listdir request
2004-12-20Fix for Bug #1269 and use of new sorted of the pim libaryeilers4-10/+28
2004-12-20use less wide messagesmickeyl1-10/+10
2004-11-20Stop fooling the user and allow receiving of files only ifzecke1-2/+6
Ir::supported returns true. This is the case if our obex implementation is loaded
2004-11-18-Kill owarn statements from the codezecke4-34/+22
-Kill magic numbers and use enum values
2004-11-14Opie 1.1.7mickeyl1-1/+1
2004-11-12handle more signals and don't kill the process @ endmickeyl1-55/+37
2004-11-11- flush icon cache if reloading all documentsalwin6-452/+483
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread
2004-11-11send qcop signal when enable/disable doctabalwin2-42/+53
2004-11-10implemented icon cache so it will not scan every time when changing thealwin4-50/+113
doctab categorie ToDo: implement a cache flush
2004-11-09- removed code which let qpe crash when generating image iconsalwin3-76/+70
- when edit properties of an document item it will reread the table of categories
2004-11-09again some improvements to image iconsalwin2-8/+17
2004-11-08timer for releasing a reference to opie-eye_slave if exists when unused for tenalwin2-17/+33
minutes.
2004-11-08image preview for documenttab again, I think, for first shot it isalwin2-32/+64
working fine now.
2004-11-08- reworked the icon generation for images in doctabalwin3-325/+387
- some reorg of code was strongly required - code more readable
2004-11-08first try getting small imagethumbs in document-tab.alwin2-389/+517
2004-11-03Construct a OApplication instead of a QPEApplicationzecke1-2/+2
2004-11-03Switch to OApplicationzecke2-3/+3
2004-10-30remove hardcoded icon size here as wellmickeyl1-12/+13
2004-10-29- no longer hardcode the font sizemickeyl1-3/+3
- add fixme for initial keyboard setting
2004-10-29no longer neededmickeyl2-98/+0
2004-10-29smooth scale to proper icon sizemickeyl1-2/+3
2004-10-22upon further investigation, QD does indeed do different stuff for different ↵llornkcor1-6/+11
version strings.
2004-10-20-Remove odebugzecke1-2/+0
2004-10-18change doclnk handlingllornkcor1-3/+4
2004-10-17G++ 4.0 compiler fixeszecke1-4/+5
-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-17-Use local8Bit instead of latin1zecke1-1/+1
2004-10-17fixed some more .pro / config.in dependencies discrepancies, that could ↵clem1-1/+1
break builds; for a few games, there was an unnecessary dep on LIBOPIE2CORE in some games too
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 debug output on appMessagezecke2-3/+9
-Check for Application Pages in help/lang/execname/execname.html as well. This is needed for qashmoney and could be used for the other help pages as well
2004-10-16Replace QPEApplication::qpeDir() + "/ withzecke14-26/+26
QPEApplication::qpeDir() + " as it is guranteed that qpeDir() will have '/' as the last charachter