summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-08-31move to pimllornkcor1-0/+0
2002-08-31zbounce -> bounceimm10-351/+49
2002-08-31zbounce -> bounceimm1-0/+302
2002-08-31zbounce -> bounceimm30-3/+3
2002-08-31zbounce -> bounceimm29-0/+0
2002-08-31zbounce -> bounceimm1-0/+0
2002-08-31- <memarray.h>imm1-2/+0
2002-08-31fixes 2 typos (Kuwait und Kirgisien)cniehaus1-2/+2
2002-08-31updates to texteditcniehaus14-14/+70
2002-08-31fix name for transllornkcor1-1/+1
2002-08-31added zbounce to i18n and improved .cvsignore of multikeycniehaus16-2/+1502
2002-08-31fixescniehaus1-0/+3
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-31some more strings translatedcniehaus5-56/+57
2002-08-31translationsimm1-0/+16
2002-08-31opiedir fiximm2-4/+4
2002-08-31importimm37-0/+1255
2002-08-31daily updates + I added the translationfiles for buzzwordcniehaus73-45/+1146
2002-08-31If you have tr( "blah" ) you should also use TRANSLATIONS ;)cniehaus1-0/+16
2002-08-31- debug output is now #ifdef'dmickeyl8-26/+432
- wireless applet icon shows on demand (like cardmon - applet has an advanced configuration dialog - applet features experimental dhcp renew on change of essid/freq/ap/mode
2002-08-30since oz does not use the tasks anyway, no batteryapplet-ipaq is defaultharlekin1-1/+1
2002-08-30fix by sandmanimm1-15/+6
STL -> qt
2002-08-30Clock now works with liquid without drawing "interesting" patternssandman1-373/+393
(also reformated the file with astyle)
2002-08-30made icon a bit nice and saved 1kb in filesize .-)harlekin2-69/+0
2002-08-30View docs in RAMleseb1-7/+17
2002-08-30Some additional cross compiled librarieszecke1-0/+0
+ headers
2002-08-30Try to handle RAM storage for documentsleseb4-11/+16
2002-08-30license updateimm3-4/+3
removed quit from menubar
2002-08-30added buzzwordharlekin1-1/+1
2002-08-30importimm3-0/+419
2002-08-30importimm5-0/+342
2002-08-30some more debug stuff outharlekin1-3/+3
2002-08-30revert Daniele's last changes as half opie has been italiancniehaus66-95/+25
2002-08-30nice script from KDEcniehaus1-0/+18
2002-08-30little typoharlekin1-2/+2
2002-08-30do not kill all applets when setting the time .-)harlekin1-3/+3
2002-08-30new depends on vmemo-settingsllornkcor1-1/+1
2002-08-30conflicts with old opie-soundsllornkcor1-0/+1
2002-08-30all hail the new default keyboard, .. but to make sure theres a fallback I ↵harlekin1-1/+1
also added handwriting to default task .-)
2002-08-30think first, then commit .-)harlekin1-1/+1
2002-08-30make it earlier in boot processharlekin2-3/+4
2002-08-30fixed canceling saveas dialog returnllornkcor1-91/+67
2002-08-30first bootsplash attemptharlekin4-1/+19
2002-08-30blind fix by robert to make it work with new ipkg format tooharlekin1-8/+15
2002-08-30New/ported patches for Qt/E 2.3.3sandman4-0/+194
2002-08-29fix for opie restart. not a checkbox to activate restart on close of vmemo ↵llornkcor5-34/+48
sound settings. does not remember, and default is to not restart
2002-08-29We use new ipk format now.kergoth3-17/+241
2002-08-29Correcting various syntax problems in control files.kergoth25-29/+14
2002-08-29depends on libopie now due to distri detectionharlekin1-1/+1
2002-08-29does react on mmc on ipaq nowharlekin2-108/+140