Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2005-02-24 | Speed up application start by more than 30% | zecke | 1 | -1/+1 |
2005-02-18 | fix icon showing. add filename to visual. | llornkcor | 1 | -163/+154 |
2005-02-18 | Added Skyhusker to developer list | drw | 1 | -1/+2 |
2005-02-17 | The response to the static background pixmap was overwhelmingly positive, hence: | mickeyl | 5 | -13/+41 |
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default | ||||
2005-02-16 | Applied Skyhusker's patch for bug #1538 | drw | 1 | -2/+2 |
2005-02-16 | this patch adds the possibility to have a static (as in non-scrolling) ↵ | mickeyl | 2 | -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-16 | include crypt.h | llornkcor | 1 | -0/+1 |
2005-02-10 | autologin: remove processing of command line arguments in favour of deciding | mickeyl | 1 | -21/+8 |
based on an entry in the opie-login.conf file | ||||
2005-02-10 | tired of seeing this stupid warning | llornkcor | 1 | -1/+0 |
2005-02-08 | catch up w/ override changes | mickeyl | 1 | -7/+2 |
2005-02-07 | Fix contact edit dialog captioning | drw | 1 | -5/+8 |
2005-02-07 | Implement contact duplication | drw | 1 | -0/+12 |
2005-02-07 | Eliminate compiler warnings | drw | 2 | -3/+2 |
2005-02-07 | Disable certain UI elements while editing personal details | drw | 1 | -8/+36 |
2005-02-06 | Convert to OPimMainWindow and UI tweaks. There is still a couple items yet ↵ | drw | 6 | -499/+310 |
to do... | ||||
2005-02-06 | fix #1472 - no prompt on esc exit | llornkcor | 1 | -23/+26 |
2005-02-06 | too long | llornkcor | 1 | -3/+3 |
2005-02-06 | adding shell history into command combo off by default | llornkcor | 1 | -29/+14 |
2005-02-02 | prepare for next version | mickeyl | 1 | -1/+1 |
2005-02-02 | Minor update to work with new OPimMainWindow | drw | 1 | -11/+12 |
2005-01-30 | Convert Todo to use new OPimMainWindow functionality, plus some other code ↵ | drw | 10 | -521/+375 |
clean-ups | ||||
2005-01-23 | remove setSoftSuspend() from ODevice. this is a left-over from the old days | mickeyl | 2 | -13/+1 |
2005-01-23 | New QWS_DISPLAY handling for gathering the default launcher rotation on startup: | mickeyl | 1 | -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 snapshot | ar | 3 | -4/+4 |
check QT_VERSION against 0x030000 instead of 300 | ||||
2005-01-12 | Removed MediumDlg appearing prior to FirstUsage wizard (i.e. calibration) | mickeyl | 1 | -1/+3 |
2005-01-11 | finish per-tab column setting. it now works on the fly and is persistent | mickeyl | 5 | -2/+15 |
2005-01-11 | number of icon columns now also customizable through LauncherSettings | mickeyl | 4 | -9/+25 |
2005-01-10 | make number of icon columns in the launcher customizable per-tab | mickeyl | 3 | -13/+31 |
TODO: add GUI for that | ||||
2005-01-09 | CONTROL files : reset version to 'standard' format | wimpie | 5 | -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-08 | Added error message to make difference between plug loading error | wimpie | 1 | -2/+5 |
or plugin initialization error | ||||
2005-01-04 | catch up with proper inclusion of OLedBox into libopieui | mickeyl | 4 | -11/+13 |
2005-01-04 | control files : changed VERSION string | wimpie | 8 | -10/+10 |
2005-01-04 | changed VERSION string | wimpie | 1 | -1/+1 |
2005-01-04 | oledbox is now in libopie2/opieui | wimpie | 4 | -327/+3 |
2004-12-28 | fix compile | llornkcor | 1 | -1/+3 |
2004-12-27 | 1.1.8 | mickeyl | 1 | -1/+1 |
2004-12-24 | Repair damage done by a broken replace program. Note to self: Never use ↵ | mickeyl | 56 | -2131/+56 |
anything other than sed! Merry Christmas! | ||||
2004-12-24 | qmake 1.08a has more rigid syntax checking and chokes on our .pro files | mickeyl | 56 | -56/+2131 |
2004-12-22 | I think it is a good idea to get any information why the Launcher is | eilers | 1 | -1/+4 |
disabled | ||||
2004-12-21 | Some cleaner string handling | drw | 1 | -19/+36 |
2004-12-20 | Fix sizing of battery status popup window to prevent truncation of battery info | drw | 1 | -2/+2 |
2004-12-20 | Patch from Hrw for 1493 | zecke | 1 | -1/+1 |
"Launcher starts in one column mode" Set the QIconView to adjust its layout on resize | ||||
2004-12-20 | Keep only 'local' Config instances to avoid some older | zecke | 1 | -26/+26 |
instance reverting changes! (weakness of Config class) | ||||
2004-12-20 | Kill unneeded parameter | zecke | 1 | -1/+1 |
2004-12-20 | Restore lost change | zecke | 1 | -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-20 | Fix for Bug #1269 and use of new sorted of the pim libary | eilers | 4 | -10/+28 |
2004-12-20 | use less wide messages | mickeyl | 1 | -10/+10 |
2004-11-20 | Stop fooling the user and allow receiving of files only if | zecke | 1 | -2/+6 |
Ir::supported returns true. This is the case if our obex implementation is loaded | ||||
2004-11-18 | -Kill owarn statements from the code | zecke | 4 | -34/+22 |
-Kill magic numbers and use enum values | ||||
2004-11-14 | Opie 1.1.7 | mickeyl | 1 | -1/+1 |