summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2005-02-17The response to the static background pixmap was overwhelmingly positive, hence:mickeyl5-13/+41
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default
2005-02-16Applied Skyhusker's patch for bug #1538drw1-2/+2
2005-02-16this patch adds the possibility to have a static (as in non-scrolling) ↵mickeyl2-10/+26
background in the launcher. major drawback: most of our machines (at least the SA1100 based ones) are too slow to make it flicker free w/ tracking (repainting while dragging the scrollbar). so i needed to disable tracking for the static background. it's a hidden setting and disabled per default. please play around with it and give me your comments. How to enable: Launcher.conf: [GUI] StaticBackground = 1
2005-02-16include crypt.hllornkcor1-0/+1
2005-02-10autologin: remove processing of command line arguments in favour of decidingmickeyl1-21/+8
based on an entry in the opie-login.conf file
2005-02-10tired of seeing this stupid warningllornkcor1-1/+0
2005-02-08catch up w/ override changesmickeyl1-7/+2
2005-02-07Fix contact edit dialog captioningdrw1-5/+8
2005-02-07Implement contact duplicationdrw1-0/+12
2005-02-07Eliminate compiler warningsdrw2-3/+2
2005-02-07Disable certain UI elements while editing personal detailsdrw1-8/+36
2005-02-06Convert to OPimMainWindow and UI tweaks. There is still a couple items yet ↵drw6-499/+310
to do...
2005-02-06fix #1472 - no prompt on esc exitllornkcor1-23/+26
2005-02-06too longllornkcor1-3/+3
2005-02-06adding shell history into command combo off by defaultllornkcor1-29/+14
2005-02-02prepare for next versionmickeyl1-1/+1
2005-02-02Minor update to work with new OPimMainWindowdrw1-11/+12
2005-01-30Convert Todo to use new OPimMainWindow functionality, plus some other code ↵drw10-521/+375
clean-ups
2005-01-23remove setSoftSuspend() from ODevice. this is a left-over from the old daysmickeyl2-13/+1
2005-01-23New QWS_DISPLAY handling for gathering the default launcher rotation on startup:mickeyl1-77/+65
1.) If QWS_DISPLAY is not set, then use ODevice::rotation() 2.) If QWS_DISPLAY is set, then just use whatever it is set to
2005-01-21- make opie compilable against qte 2.3.10 snapshotar3-4/+4
check QT_VERSION against 0x030000 instead of 300
2005-01-12Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration)mickeyl1-1/+3
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