summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2003-06-06set contrast as wellschurig1-1/+3
2003-06-06added some doc-strings in an attempt to understand this beastschurig1-20/+77
2003-06-04sanitizedschurig1-1/+1
2003-06-03initial ramses hardware adaptionschurig3-4/+4
2003-05-19- remove dangling SINGLE_APP support leftoversmickeyl2-76/+45
- add new QCOP message toggleInputMethod() which is especially interesting for the use with opie-buttonsettings
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-04-20Revert the attempt to split calibrate, as it failed miserably.kergoth6-12/+32
2003-04-20adding dutch to the .pro-filescniehaus1-0/+1
2003-04-19Split calibrate out as a standalone application, and ensure taskbar dependskergoth6-32/+12
on it. This makes ts debugging easier, having a seperate calibration tool around, and as a side affect fixes calibration on the C700, which previously required a reboot to take effect.
2003-04-18removed exerimental stuff I accidently commitedharlekin1-3/+3
2003-04-15Unconditionally override Rot value when using the Transformed driver.kergoth1-8/+3
This 1) Ensures that we dont hose QWS_DISPLAY when using a driver other than transformed, and 2) should ensure that the default rotation isnt screwed up when 'restart'ing Opie, thereby closing bug #796.
2003-04-07show owait and a message in taskbar while scanning for documentsharlekin1-6/+29
2003-03-29forgot to take that header outharlekin1-1/+0
2003-03-28 now as owait in libopieharlekin5-41/+4
2003-03-28Add Replaces: opie-rotation to ensure its removed.kergoth1-0/+1
2003-03-26BUGFIX: as pointed out by robert, dont fsck with QWS_DISPLAY if it was ↵kergoth1-4/+4
already set.
2003-03-26Add a second call to defaultRotation, to ensrue deforient matches reality, ↵kergoth1-0/+1
if we loaded the rotation from Config or ODevice.
2003-03-26Modified launcher to set rotation via:kergoth1-20/+39
1) QWS_DISPLAY env var 2) Rot field as saved by setDefaultRotation 3) physical orientation as controlled by ODevice (this is broken currently, due to ODevice requiring a QApplication to be created)
2003-03-25here comes the rotate startmenu applet .-)harlekin1-1/+1
2003-03-25- keep an eye on resize events on the desktop widget, which are ansimon3-8/+28
indication for things like life rotation. upon a resize re-layout things (taskbar, tabs and maxwindow rect)
2003-03-24preliminary big busy cursor - maybe an animation laterharlekin5-5/+59
2003-03-24Include calibrate.h regardless, as its no longer dependent on device ifdefs, ↵kergoth1-2/+1
and include qwsmouse_qws.h.
2003-03-24Remove ifdefs based on device as the means by which we decide to run ↵kergoth1-7/+7
calibrate, and instead check if the mouse handler inherits from QCalibratedMouseHandler.
2003-03-23after refresh show the same tab again as before ( for example after a medium ↵harlekin2-4/+32
is inserted or linkcChanged(QString) has been called
2003-03-22Bug fix- Key presess are now routed up to the QPEApplication event queue if ↵groucho1-4/+7
ignore is defined for a certain key
2003-03-21fix for bug #647:sandman1-1/+9
Programs are sorted by their internal name and not by the translated name (in the O-Menu)
2003-03-21fix for bug #599:sandman1-3/+13
O-Menu does not detect newly added programs until Opie restart
2003-03-19Fixed bug #744 where non mapped buttons in buttonsettings were not saved by ↵groucho2-9/+18
introducing the " ignore" statement. Also removed unsed debug code
2003-03-19Goodbye QT_QWS_EBX and QT_QWS_SHARP.. hello QT_QWS_SL5XXX!kergoth3-7/+7
2003-03-14Simplification.kergoth1-3/+3
2003-03-14Syntax correctionkergoth1-2/+2
2003-03-14Two bugs fixed:kergoth1-3/+13
1) We werent checking for failure on execlp() of shutdown 2) We assumed that /sbin was in the PATH, as otherwise one cannot execute shutdown. This is a flawed assumption, particularly in the case of running Opie as a nonroot user. In the case of OZ 3.1rc3.1, /etc/profile no longer puts the sbin dirs in the PATH (it never should have in the first place), and opie doesnt source $HOME/.profile in its startup script, which resulted in the shutdown app failing to reboot or shutdown. Fixed by using execle rather than execlp, and specifying /sbin and /usr/sbin as the executed path for shutdown.
2003-03-08use go from inline as startmenu iconharlekin1-24/+24
2003-02-22Finally and hopefully, dependencies are correct. Comments ?groucho1-1/+1
Fixed missing include in euroconv.pro
2003-01-27Taskbar now also depends on libqte2-emb-fontsgroucho1-1/+1
Did not before and no other package did
2003-01-26Undo unintentional commitkergoth1-60/+44
2003-01-26mkipkskergoth1-44/+60
2003-01-24Okay, better solution guys.. opie-base virtual package is gone. opie-common ↵kergoth1-2/+2
now Provides and Replaces opie-base, and the qcop, sounds, pics, etc explicit dependencies are in the launcher itself. If you have a better way to handle it, let me know. This should fix the opie-common being installed before opie-base broken upgrade path noted by Oliver on the list.
2003-01-24libopie11->libopie1kergoth1-1/+1
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23package naming change.. alter library packages to use debian naming ↵kergoth3-4/+19
convention. also moved bits that didnt belong in lib pakcages elsewhere.
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Cleanup and formatting.kergoth1-1/+1
2002-12-30getting rid of some qDebugs to make the startup a bit more quietsandman2-4/+3
2002-12-29Power warning changes:sandman2-19/+17
- interval can now be in the range (0 [Never] ... 300 [5min] ) - some code cleanup in the launcher
2002-12-23 - ported the device button handling to the new ODevice based frameworksandman8-665/+608
- removed the key re-grabbing in runningsappbar (not necessary anymore) - added a few new QCops to make all "special" launcher functions available via qcop - added the devicebuttons to the opie-taskbar ipk
2002-12-17fixed a typosandman1-1/+1
2002-12-17replaced the private QProcess copy for the FTP server with the alreadysandman6-3050/+1097
available libopie/OProcess
2002-12-16Finally the app-killer in the launcher works. TT solution was callingsandman2-244/+275
ps with some special options, that busybox ps didn't provide. I'm now scanning /proc/<pid>/stat for the right process.