summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-09-06Remove the libuuid dependency for Linux targets...zecke3-14/+49
2002-09-06Backward and forward compability...zecke1-3/+9
2002-09-06Last part of the LCD control changes:sandman2-574/+803
- Added the screen-saver part of libqpe to the DesktopApplication object - Cleaned up the remaining mess - reformated with astyle
2002-09-06Changes to use the new ODevice interface for LCD brightness controlsandman2-3/+4
2002-09-06TT gave us the wrong sync password! ^#$^@&^llornkcor1-1/+3
2002-09-05- remove obsolete cassiopeia and single-floppy codesandman2-127/+7
- use the new ODevice setPowerButtonHandler() to set and reset power button handling
2002-09-03fix built and change maintainter to mellornkcor1-2/+2
2002-09-02Add Makefile*cniehaus1-1/+1
2002-09-02fix typollornkcor1-24/+24
2002-09-01i18n-fixescniehaus1-19/+19
2002-09-01fix for bug 0000014llornkcor2-4/+8
2002-09-01ignore uic generated cpp and h files tooharlekin1-0/+2
2002-09-01added advanced features commentllornkcor1-1/+6
2002-09-01added a few remaining tr, fixed a few bugsllornkcor1-11/+15
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