summaryrefslogtreecommitdiff
path: root/core/launcher/launcherview.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-07-03Resource -> OResourcemickeyl1-23/+30
This is a large diff and I'd appreciate some additional pairs of eyes checking it
2005-03-12And I'm wondering why opie sometimes is that slow. Hopefully reducedalwin1-7/+27
the calls to opie-eye for images in documenttab when changing layout and so on.
2005-02-17The response to the static background pixmap was overwhelmingly positive, hence:mickeyl1-9/+19
* fix static background pixmap also for tiled pixmaps * make it customizable via LauncherSettings * enable it per default
2005-02-16this patch adds the possibility to have a static (as in non-scrolling) ↵mickeyl1-6/+23
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-01-11finish per-tab column setting. it now works on the fly and is persistentmickeyl1-1/+1
2005-01-10make number of icon columns in the launcher customizable per-tabmickeyl1-13/+25
TODO: add GUI for that
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-11-11- flush icon cache if reloading all documentsalwin1-3/+1
- send QCop message when the doctab is enabled/disabled so the disabled widget appears or the doc-list will reread
2004-11-10implemented icon cache so it will not scan every time when changing thealwin1-30/+79
doctab categorie ToDo: implement a cache flush
2004-11-09- removed code which let qpe crash when generating image iconsalwin1-67/+60
- when edit properties of an document item it will reread the table of categories
2004-11-09again some improvements to image iconsalwin1-8/+15
2004-11-08timer for releasing a reference to opie-eye_slave if exists when unused for tenalwin1-1/+27
minutes.
2004-11-08image preview for documenttab again, I think, for first shot it isalwin1-30/+61
working fine now.
2004-11-08- reworked the icon generation for images in doctabalwin1-316/+280
- some reorg of code was strongly required - code more readable
2004-11-08first try getting small imagethumbs in document-tab.alwin1-387/+479
2004-09-10Remove unused code and mark parameter as Q_UNUSEDzecke1-0/+2
2004-08-25fix #1401 and upgrade ChangeLogmickeyl1-2/+0
2004-06-15workaround launcherview problems with qt/e 2.3.8llornkcor1-1/+3
2004-04-07use Opie debugging frameworkmickeyl1-3/+6
2004-03-02run the optimize_connect scriptalwin1-6/+6
the whole cvs is tagged with "before_optimize_connect" if there are problems you can check the diff (but it had compiled and run here)
2004-03-01fix includeschicken1-14/+0
2003-11-30make the busy indicator launcher settings also work in headharlekin1-11/+21
2003-08-28-Make it compilezecke1-333/+412
-apply Opie patches -prepare BusyIndicator changes -add QCOP method for showing the desktop and going to the next tab
2002-12-30getting rid of some qDebugs to make the startup a bit more quietsandman1-1/+0
2002-11-03Nice to see more kde dudes here!zecke1-2/+3
A patch from jowenn to make Opie compile with gcc3 again No default arguments! Some namespace issues
2002-10-31launcher side enhancements to support the "use global font" option fromsandman1-0/+5
launcher-settings
2002-10-23- fix for the busy indicator timer, in case someone switches to non-blinksandman1-7/+50
style, while the indicator is blinking - the launcher QIconView is now drawn flickerfree into a background QPixmap
2002-10-06- support "Rotation" setting in .desktop applnk filesandman1-7/+6
- changed properties dialog to make Rotation editable - fixed a long-standing QPE bug: launcher expects AppLnk::file() to return QString::null for *all real* applnks (as opposed to doclnks) -- but AppLnk itself initializes this field to the name of the dir, where the applnk is stored. This is why qcop "QPE/System" "linkChanged(QString)" xyz.desktop cleared a whole launcher tab I hope I didn't break anything with this change ;)
2002-10-01busyindicator type can now be changed at run-timesandman1-6/+25
2002-10-01Another performance tweak for busyindicator and alpha-blended bg pixmapssandman1-4/+18
2002-09-30- again some speedups for the new busy indicatorsandman1-23/+30
- (inefficient) fix for background pixmaps with alpha channel (untested)
2002-09-30Optimizations for the new busy indicator:sandman1-35/+36
- QPixmaps are buffered now - real fix for the startTimer 100% cpu-load bug (was a typo)
2002-09-29temporary workarround to prevent high cpuloads after first app is launchedharlekin1-1/+3
2002-09-29compromise for the new busy indicator:sandman1-12/+38
old explosion + new highlight = exploding highlight ;)
2002-09-27- fixed bg image locationsandman1-1/+1
2002-09-26Qtopia 1.6 merge:sandman1-269/+501
Launcher tabs can now each have their own background, icon-size and font.
2002-09-01fix for bug 0000014llornkcor1-1/+1
2002-07-07Make the Grid Variabelzecke1-4/+4
2002-05-18Added ability to turn off background image.drw1-1/+1
2002-05-18Added Launcher icon text and background color optionsdrw1-1/+14
2002-03-20added better configurable background image supportllornkcor1-3/+2
2002-03-19fixed moved location of opie-backgroundllornkcor1-1/+1
2002-03-18Fixing package conflicts.kergoth1-1/+1
2002-03-09ljp: hopefully took care of doclnk creating zero size files, while ↵bipolar1-226/+223
maintaining what was going on.
2002-02-23make the two bottom menus the same height (the buttons)harlekin1-2/+4
2002-02-23Makes it possible to choose your background image with a config item inmark1-3/+13
qpe.conf Accepts both absolute paths '/opt/QtPalmtop/pics/mypic.png' and loadPixmap type paths 'mypic'
2002-02-23change to Documents tab, it now shows only existing filesharlekin1-1/+10
2002-01-31*** empty log message ***kergoth1-10/+17
2002-01-25Committing in .kergoth1-6/+6
Modified Files: taskbar/launcherview.cpp Log Message: Checked in whardier's launcherview changes.
2002-01-25Initial revisionkergoth1-0/+596