summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31fixes 2 typos (Kuwait und Kirgisien)cniehaus1-2/+2
2002-08-31fix name for transllornkcor1-1/+1
2002-08-31please review. I did :%s/\(OPIEDIR)/..\/../cniehaus1-53/+53
Index: launcher.pro =================================================================== RCS file: /usr/cvs/opie/core/launcher/launcher.pro,v retrieving revision 1.21 diff -u -3 -p -r1.21 launcher.pro --- launcher.pro 29 Aug 2002 15:24:36 -0000 1.21 +++ launcher.pro 31 Aug 2002 13:30:04 -0000 @@ -1,6 +1,6 @@ TEMPLATE = app CONFIG = qt warn_on release -DESTDIR = $(OPIEDIR)/bin +DESTDIR = ../../bin HEADERS = background.h \ desktop.h \ qprocess.h \ @@ -17,30 +17,30 @@ HEADERS = background.h \ shutdownimpl.h \ launcher.h \ launcherview.h \ - $(OPIEDIR)/core/apps/calibrate/calibrate.h \ + ../../core/apps/calibrate/calibrate.h \ startmenu.h \ transferserver.h \ qcopbridge.h \ packageslave.h \ irserver.h \ - $(OPIEDIR)/rsync/buf.h \ - $(OPIEDIR)/rsync/checksum.h \ - $(OPIEDIR)/rsync/command.h \ - $(OPIEDIR)/rsync/emit.h \ - $(OPIEDIR)/rsync/job.h \ - $(OPIEDIR)/rsync/netint.h \ - $(OPIEDIR)/rsync/protocol.h \ - $(OPIEDIR)/rsync/prototab.h \ - $(OPIEDIR)/rsync/rsync.h \ - $(OPIEDIR)/rsync/search.h \ - $(OPIEDIR)/rsync/stream.h \ - $(OPIEDIR)/rsync/sumset.h \ - $(OPIEDIR)/rsync/trace.h \ - $(OPIEDIR)/rsync/types.h \ - $(OPIEDIR)/rsync/util.h \ - $(OPIEDIR)/rsync/whole.h \ - $(OPIEDIR)/rsync/config_rsync.h \ - $(OPIEDIR)/rsync/qrsync.h + ../../rsync/buf.h \ + ../../rsync/checksum.h \ + ../../rsync/command.h \ + ../../rsync/emit.h \ + ../../rsync/job.h \ + ../../rsync/netint.h \ + ../../rsync/protocol.h \ + ../../rsync/prototab.h \ + ../../rsync/rsync.h \ + ../../rsync/search.h \ + ../../rsync/stream.h \ + ../../rsync/sumset.h \ + ../../rsync/trace.h \ + ../../rsync/types.h \ + ../../rsync/util.h \ + ../../rsync/whole.h \ + ../../rsync/config_rsync.h \ + ../../rsync/qrsync.h # quicklauncher.h \ SOURCES = background.cpp \ desktop.cpp \ @@ -58,46 +58,46 @@ SOURCES = background.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ - $(OPIEDIR)/core/apps/calibrate/calibrate.cpp \ + ../../core/apps/calibrate/calibrate.cpp \ transferserver.cpp \ packageslave.cpp \ irserver.cpp \ qcopbridge.cpp \ startmenu.cpp \ main.cpp \ - $(OPIEDIR)/rsync/base64.c \ - $(OPIEDIR)/rsync/buf.c \ - $(OPIEDIR)/rsync/checksum.c \ - $(OPIEDIR)/rsync/command.c \ - $(OPIEDIR)/rsync/delta.c \ - $(OPIEDIR)/rsync/emit.c \ - $(OPIEDIR)/rsync/hex.c \ - $(OPIEDIR)/rsync/job.c \ - $(OPIEDIR)/rsync/mdfour.c \ - $(OPIEDIR)/rsync/mksum.c \ - $(OPIEDIR)/rsync/msg.c \ - $(OPIEDIR)/rsync/netint.c \ - $(OPIEDIR)/rsync/patch.c \ - $(OPIEDIR)/rsync/prototab.c \ - $(OPIEDIR)/rsync/readsums.c \ - $(OPIEDIR)/rsync/scoop.c \ - $(OPIEDIR)/rsync/search.c \ - $(OPIEDIR)/rsync/stats.c \ - $(OPIEDIR)/rsync/stream.c \ - $(OPIEDIR)/rsync/sumset.c \ - $(OPIEDIR)/rsync/trace.c \ - $(OPIEDIR)/rsync/tube.c \ - $(OPIEDIR)/rsync/util.c \ - $(OPIEDIR)/rsync/version.c \ - $(OPIEDIR)/rsync/whole.c \ - $(OPIEDIR)/rsync/qrsync.cpp + ../../rsync/base64.c \ + ../../rsync/buf.c \ + ../../rsync/checksum.c \ + ../../rsync/command.c \ + ../../rsync/delta.c \ + ../../rsync/emit.c \ + ../../rsync/hex.c \ + ../../rsync/job.c \ + ../../rsync/mdfour.c \ + ../../rsync/mksum.c \ + ../../rsync/msg.c \ + ../../rsync/netint.c \ + ../../rsync/patch.c \ + ../../rsync/prototab.c \ + ../../rsync/readsums.c \ + ../../rsync/scoop.c \ + ../../rsync/search.c \ + ../../rsync/stats.c \ + ../../rsync/stream.c \ + ../../rsync/sumset.c \ + ../../rsync/trace.c \ + ../../rsync/tube.c \ + ../../rsync/util.c \ + ../../rsync/version.c \ + ../../rsync/whole.c \ + ../../rsync/qrsync.cpp INTERFACES = syncdialog.ui -INCLUDEPATH += $(OPIEDIR)/include -DEPENDPATH += $(OPIEDIR)/include . -INCLUDEPATH += $(OPIEDIR)/core/apps/calibrate -DEPENDPATH += $(OPIEDIR)/core/apps/calibrate -INCLUDEPATH += $(OPIEDIR)/rsync -DEPENDPATH += $(OPIEDIR)/rsync +INCLUDEPATH += ../../include +DEPENDPATH += ../../include . +INCLUDEPATH += ../../core/apps/calibrate +DEPENDPATH += ../../core/apps/calibrate +INCLUDEPATH += ../../rsync +DEPENDPATH += ../../rsync TARGET = qpe LIBS += -lqpe -lcrypt -lopie -luuid
2002-08-30View docs in RAMleseb1-7/+17
2002-08-30some more debug stuff outharlekin1-3/+3
2002-08-30new depends on vmemo-settingsllornkcor1-1/+1
2002-08-30fixed canceling saveas dialog returnllornkcor1-91/+67
2002-08-29depends on libopie now due to distri detectionharlekin1-1/+1
2002-08-29does react on mmc on ipaq nowharlekin2-108/+140
2002-08-29fixed little typoharlekin1-2/+2
2002-08-29launch for ipaq 38xx mail on button F11 instead of showing the menuharlekin1-26/+32
2002-08-29I fixed some issues in .procniehaus1-0/+1
2002-08-29this adds 2 Q_OBJECTS-linescniehaus1-0/+1
2002-08-29correct the TRANSLATATION-part + add italiancniehaus1-14/+15
2002-08-29fixed hardware start keys to be more flexibleharlekin1-38/+38
2002-08-28Workaround for a possible race condition in the QWS server (mostly OZ)sandman1-2/+15
(clipboard handling in Qt/E is a mess)
2002-08-28- speedup for suspend: don't switch off backlightsandman2-5/+3
- don't call processEvents on resume since it is not really needed anymore
2002-08-27small fix for autostartharlekin1-18/+17
2002-08-27some fixes for italien + updates of opie-i18n-de + one bugfix for Solitare ↵cniehaus6-14/+20
i18n-wise
2002-08-27now in pim tabharlekin4-4/+4
2002-08-26italian addedharlekin1-1/+2
2002-08-25tr change by carstenharlekin1-4/+4
2002-08-16made the 2 bat applets conflict on each otherharlekin1-1/+2
2002-08-16spaces thing crept back in I thinkllornkcor1-18/+9
2002-08-07small gcc3.x fixharlekin1-1/+1
2002-08-06- Fix for the "iPAQ won't suspend until apm --suspend is called" problemsandman1-4/+8
- Improved the resume delay until the LCD backlight is on again
2002-08-04Fix for bug #102sandman3-2/+22
2002-08-04Another bug fix for suspend/resume on iPAQs (blinking screen).. this bugsandman1-0/+2
is very hard to trigger and has probably never shown up
2002-08-041) Fixes for suspend/resume (improved it for iPAQ, shouldn't have changedsandman2-30/+70
anything for Z) -- It seems that this also fixes the 70% CPU load problem (needs more testing/feedback though) 2) the launcher now creates a /var/run/opie.pid file containing its pid 3) the launcher catches SIGTERM and kills all its child processes
2002-08-01Revert the non-gcc3-fix part of the gcc3-fix from Harlekinsandman2-3/+2
2002-08-01gcc3.X fixesharlekin4-2/+6
2002-07-31its now Light and Power Settings in the captionharlekin1-1/+1
2002-07-31try to make gcc3.x happyharlekin2-12/+12
2002-07-29fixllornkcor1-2/+10
2002-07-29fix bug number 140llornkcor1-0/+1
2002-07-29fix bug number 140llornkcor1-1/+2
2002-07-28added Insert Time adn Date to edit menullornkcor2-2/+23
2002-07-28Workaround for a weird Qt/E bug, resulting in qpe hanging if clipboardsandman3-3/+22
applet is loaded and qpe is terminated via shutdown applet.
2002-07-27Update for OPIE to use opie-loginsandman2-12/+9
2002-07-27Initial checkin of the new opie-loginsandman5-0/+955
Just replace $OPIEDIR/bin/qpe with $OPIEDIR/bin/opie-login in /etc/init.d/opie
2002-07-27Removed the old opie-login (it was only an ugly hack)sandman5-1589/+0
2002-07-26made 2nd button release stop recording, and fixed umlimited time recordingllornkcor2-19/+27
2002-07-25we depend on libuuid nowharlekin1-1/+1
2002-07-24simple developers tool for a taskbar icon to restart opiellornkcor7-0/+255
2002-07-24added adpcm hidden config, and fixed tmp file moving before recording.. hehllornkcor5-113/+350
2002-07-23fix #124 spotted, reported and patched by trekezecke1-0/+4
thanks
2002-07-22fixes bug #133 -- added two tr("")tille1-2/+2
2002-07-21default dim time should be less than light off timellornkcor1-7/+7
2002-07-20Fix for a (obvious) bug that resulted in double pasting and/or hanging appssandman1-1/+1
2002-07-20changed Versionllornkcor1-1/+1