summaryrefslogtreecommitdiff
path: root/core/launcher
AgeCommit message (Collapse)AuthorFilesLines
2003-08-28Make conpile with Opiezecke1-30/+39
If QuickApps exec fails don't try to start it anytime soon If application fails to start and /tmp/qcop-msg- is present don't try to restart
2003-08-28Remove source files that re no longer generatedzecke1-5/+0
2003-08-25Initial revisionzecke25-0/+7623
2003-08-13make it at least compile. ljp, please look @ the doctabmickeyl1-13/+14
2003-08-09Merge from BRANCH_1_0kergoth1-576/+612
2003-08-09Merge from BRANCH_1_0kergoth1-612/+576
2003-08-09Merge from BRANCH_1_0.kergoth1-1/+1
2003-07-14another fixllornkcor1-20/+20
2003-07-14try to fix crash when insert drive. please test.llornkcor1-8/+8
2003-07-09forward port from branchschurig1-0/+1
2003-07-08make inputmethods half the desktop width on the SIMpadmickeyl1-0/+4
2003-07-05initial new doc tab using ofileselectorllornkcor2-582/+637
2003-06-17removed a warningschurig1-6/+6
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