summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Collapse)AuthorFilesLines
2002-09-18use bool where bool is mentharlekin4-18/+22
2002-09-18reload plugins now on config changeharlekin6-57/+40
2002-09-17icons back to the toharlekin1-9/+13
2002-09-17activation and deactivation of plugins works nowharlekin1-5/+5
2002-09-17only start config dialog onceharlekin1-4/+3
2002-09-17some changesharlekin10-112/+105
2002-09-16Remove the valgrind file no output was wantedzecke1-3523/+0
2002-09-15revert my changeszecke1-1/+1
2002-09-15revert my changezecke1-1/+1
2002-09-15revert my changes they we're unwishedzecke4-15/+11
2002-09-15add valgrind output have funzecke1-0/+3523
2002-09-15Fix some runtime warningszecke5-12/+14
make configwidget.h include Q_OBJECT add configwidget.h to the plugins use QGuardedPtr inside TodayBase for better debugging
2002-09-15double items prob + qWarning outputzecke1-1/+3
2002-09-15remove moczecke2-0/+0
2002-09-15usualharlekin3-0/+6
2002-09-15small fixharlekin2-2/+3
2002-09-15plugins for the new todayharlekin32-0/+1565
2002-09-15 new today version, now plugin basesharlekin12-915/+614
2002-09-15fix filepermissions sizellornkcor1-0/+1
2002-09-12Ok I thought I removed thatzecke2-12/+13
ok now finally remove setRow code from todotable.h This was committed accidently
2002-09-12CVS sucks ;)sandman1-0/+0
2002-09-12New launcher/taskbar settings (merge from QPE 1.6 - reworked)sandman8-0/+547
2002-09-12.-)harlekin1-0/+0
2002-09-12- really remove mrulistsandman5-41/+83
- new version of systray, which supports the Exclude list to hide applets
2002-09-11bye byeharlekin2-280/+0
2002-09-11looks now nice on liquid - againharlekin1-2/+4
2002-09-11fix for 2.3.4llornkcor1-34/+5
2002-09-10COmpile fixeszecke3-11/+14
2002-09-09next time i will also compile it for ipaq too before commiting so i also see ↵harlekin1-1/+1
compile problems in ipaq ifdefs .-)
2002-09-09mrulist is dead, long live runningappbar, hopefullyharlekin8-19/+405
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