29 files changed, 216 insertions, 3 deletions
diff --git a/core/applets/batteryapplet/batteryapplet.pro b/core/applets/batteryapplet/batteryapplet.pro index 4186dc8..eea429c 100644 --- a/core/applets/batteryapplet/batteryapplet.pro +++ b/core/applets/batteryapplet/batteryapplet.pro @@ -1,13 +1,20 @@ TEMPLATE = lib CONFIG += qt warn_on release HEADERS = battery.h batterystatus.h batteryappletimpl.h SOURCES = battery.cpp batterystatus.cpp batteryappletimpl.cpp TARGET = batteryapplet DESTDIR = ../../plugins/applets INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += ../$(OPIEDIR)/include .. LIBS += -lqpe VERSION = 1.0.0 TRANSLATIONS = ../../i18n/de/libbatteryapplet.ts TRANSLATIONS += ../../i18n/pt_BR/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/en/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/hu/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/ja/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/ko/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/no/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/zh_CN/libbatteryapplet.ts +TRANSLATIONS += ../../i18n/zh_TW/libbatteryapplet.ts diff --git a/core/apps/embeddedkonsole/embeddedkonsole.pro b/core/apps/embeddedkonsole/embeddedkonsole.pro index b5e72ba..4af4568 100755 --- a/core/apps/embeddedkonsole/embeddedkonsole.pro +++ b/core/apps/embeddedkonsole/embeddedkonsole.pro @@ -1,37 +1,45 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = TEWidget.h \ TEScreen.h \ TECommon.h \ TEHistory.h \ TEmulation.h \ TEmuVt102.h \ session.h \ keytrans.h \ konsole.h \ commandeditdialog.h \ commandeditwidget.h \ playlistselection.h \ MyPty.h SOURCES = TEScreen.cpp \ TEWidget.cpp \ TEHistory.cpp \ TEmulation.cpp \ TEmuVt102.cpp \ session.cpp \ keytrans.cpp \ konsole.cpp \ commandeditdialog.cpp \ commandeditwidget.cpp \ playlistselection.cpp \ MyPty.cpp \ main.cpp INTERFACES = commandeditdialogbase.ui smallcommandeditdialogbase.ui TARGET = embeddedkonsole INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe REQUIRES = embeddedkonsole TRANSLATIONS = ../i18n/pt_BR/embeddedkonsole.ts +TRANSLATIONS += ../i18n/de/embeddedkonsole.ts +TRANSLATIONS += ../i18n/en/embeddedkonsole.ts +TRANSLATIONS += ../i18n/hu/embeddedkonsole.ts +TRANSLATIONS += ../i18n/ja/embeddedkonsole.ts +TRANSLATIONS += ../i18n/ko/embeddedkonsole.ts +TRANSLATIONS += ../i18n/no/embeddedkonsole.ts +TRANSLATIONS += ../i18n/zh_CN/embeddedkonsole.ts +TRANSLATIONS += ../i18n/zh_TW/embeddedkonsole.ts diff --git a/core/apps/helpbrowser/helpbrowser.pro b/core/apps/helpbrowser/helpbrowser.pro index 3efae65..b828ee6 100644 --- a/core/apps/helpbrowser/helpbrowser.pro +++ b/core/apps/helpbrowser/helpbrowser.pro @@ -1,13 +1,20 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = helpbrowser.h SOURCES = helpbrowser.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/de/helpbrowser.ts TRANSLATIONS += ../i18n/pt_BR/helpbrowser.ts +TRANSLATIONS += ../i18n/en/helpbrowser.ts +TRANSLATIONS += ../i18n/hu/helpbrowser.ts +TRANSLATIONS += ../i18n/ja/helpbrowser.ts +TRANSLATIONS += ../i18n/ko/helpbrowser.ts +TRANSLATIONS += ../i18n/no/helpbrowser.ts +TRANSLATIONS += ../i18n/zh_CN/helpbrowser.ts +TRANSLATIONS += ../i18n/zh_TW/helpbrowser.ts diff --git a/core/apps/textedit/textedit.pro b/core/apps/textedit/textedit.pro index 9b743d3..0143a8b 100644 --- a/core/apps/textedit/textedit.pro +++ b/core/apps/textedit/textedit.pro @@ -1,15 +1,22 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = textedit.h fileBrowser.h fontDialog.h fileSaver.h filePermissions.h SOURCES = main.cpp textedit.cpp fileBrowser.cpp fontDialog.cpp fileSaver.cpp filePermissions.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = textedit TRANSLATIONS += ../i18n/de/textedit.ts TRANSLATIONS += ../i18n/pt_BR/textedit.ts +TRANSLATIONS += ../i18n/en/textedit.ts +TRANSLATIONS += ../i18n/hu/textedit.ts +TRANSLATIONS += ../i18n/ja/textedit.ts +TRANSLATIONS += ../i18n/ko/textedit.ts +TRANSLATIONS += ../i18n/no/textedit.ts +TRANSLATIONS += ../i18n/zh_CN/textedit.ts +TRANSLATIONS += ../i18n/zh_TW/textedit.ts diff --git a/core/launcher/launcher.pro b/core/launcher/launcher.pro index 146fffd..7086e63 100644 --- a/core/launcher/launcher.pro +++ b/core/launcher/launcher.pro @@ -1,115 +1,122 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = background.h \ desktop.h \ qprocess.h \ mediummountgui.h \ info.h \ appicons.h \ taskbar.h \ sidething.h \ mrulist.h \ stabmon.h \ inputmethods.h \ systray.h \ wait.h \ shutdownimpl.h \ launcher.h \ launcherview.h \ ../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 # quicklauncher.h \ SOURCES = background.cpp \ desktop.cpp \ mediummountgui.cpp \ qprocess.cpp qprocess_unix.cpp \ info.cpp \ appicons.cpp \ taskbar.cpp \ sidething.cpp \ mrulist.cpp \ stabmon.cpp \ inputmethods.cpp \ systray.cpp \ wait.cpp \ shutdownimpl.cpp \ launcher.cpp \ launcherview.cpp \ $(OPIEDIR)/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 INTERFACES = shutdown.ui syncdialog.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include . INCLUDEPATH += $(OPIEDIR)/calibrate DEPENDPATH += $(OPIEDIR)/calibrate INCLUDEPATH += $(OPIEDIR)/rsync DEPENDPATH += $(OPIEDIR)/rsync TARGET = qpe LIBS += -lqpe -lcrypt -lopie TRANSLATIONS = ../i18n/de/qpe.ts TRANSLATIONS += ../i18n/pt_BR/qpe.ts +TRANSLATIONS += ../i18n/en/qpe.ts +TRANSLATIONS += ../i18n/hu/qpe.ts +TRANSLATIONS += ../i18n/ja/qpe.ts +TRANSLATIONS += ../i18n/ko/qpe.ts +TRANSLATIONS += ../i18n/no/qpe.ts +TRANSLATIONS += ../i18n/zh_CN/qpe.ts +TRANSLATIONS += ../i18n/zh_TW/qpe.ts diff --git a/core/multimedia/opieplayer/mpegplayer.pro b/core/multimedia/opieplayer/mpegplayer.pro index 241e29e..2294849 100644 --- a/core/multimedia/opieplayer/mpegplayer.pro +++ b/core/multimedia/opieplayer/mpegplayer.pro @@ -1,26 +1,33 @@ TEMPLATE = app CONFIG = qt warn_on release #release DESTDIR = $(OPIEDIR)/bin HEADERS = loopcontrol.h mediaplayerplugininterface.h playlistselection.h mediaplayerstate.h \ videowidget.h audiowidget.h playlistwidget.h mediaplayer.h audiodevice.h inputDialog.h SOURCES = main.cpp \ loopcontrol.cpp playlistselection.cpp mediaplayerstate.cpp \ videowidget.cpp audiowidget.cpp playlistwidget.cpp mediaplayer.cpp audiodevice.cpp inputDialog.cpp TARGET = mpegplayer INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lpthread # INTERFACES = # INCLUDEPATH += $(OPIEDIR)/include # CONFIG+=static # TMAKE_CXXFLAGS += -DQPIM_STANDALONE # LIBS += libmpeg3/libmpeg3.a -lpthread # LIBS += $(OPIEDIR)/plugins/codecs/liblibmadplugin.so INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include TRANSLATIONS += ../i18n/de/mpegplayer.ts TRANSLATIONS += ../i18n/pt_BR/mpegplayer.ts +TRANSLATIONS += ../i18n/en/mpegplayer.ts +TRANSLATIONS += ../i18n/hu/mpegplayer.ts +TRANSLATIONS += ../i18n/ja/mpegplayer.ts +TRANSLATIONS += ../i18n/ko/mpegplayer.ts +TRANSLATIONS += ../i18n/no/mpegplayer.ts +TRANSLATIONS += ../i18n/zh_CN/mpegplayer.ts +TRANSLATIONS += ../i18n/zh_TW/mpegplayer.ts diff --git a/core/pim/today/today.pro b/core/pim/today/today.pro index 05ca6cd..123c77c 100644 --- a/core/pim/today/today.pro +++ b/core/pim/today/today.pro @@ -1,14 +1,21 @@ TEMPLATE = app #CONFIG = qt warn_on debug CONFIG = qt warn_on release HEADERS = today.h todaybase.h todayconfig.h clickablelabel.h SOURCES = main.cpp today.cpp todaybase.cpp todayconfig.cpp clickablelabel.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie INTERFACES = TARGET = today DESTDIR = $(OPIEDIR)/bin TRANSLATIONS = ../i18n/pt_BR/today.ts -TRANSLATIONS = ../i18n/de/today.ts +TRANSLATIONS += ../i18n/de/today.ts +TRANSLATIONS += ../i18n/en/today.ts +TRANSLATIONS += ../i18n/hu/today.ts +TRANSLATIONS += ../i18n/ja/today.ts +TRANSLATIONS += ../i18n/ko/today.ts +TRANSLATIONS += ../i18n/no/today.ts +TRANSLATIONS += ../i18n/zh_CN/today.ts +TRANSLATIONS += ../i18n/zh_TW/today.ts diff --git a/core/pim/todo/todo.pro b/core/pim/todo/todo.pro index 7f9ddd5..e874db6 100644 --- a/core/pim/todo/todo.pro +++ b/core/pim/todo/todo.pro @@ -1,20 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mainwindow.h \ todotable.h \ todoentryimpl.h SOURCES = main.cpp \ mainwindow.cpp \ todotable.cpp \ todoentryimpl.cpp INTERFACES = todoentry.ui TARGET = todolist INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -lopie TRANSLATIONS = ../i18n/de/todolist.ts TRANSLATIONS += ../i18n/pt_BR/todolist.ts +TRANSLATIONS += ../i18n/en/todolist.ts +TRANSLATIONS += ../i18n/hu/todolist.ts +TRANSLATIONS += ../i18n/ja/todolist.ts +TRANSLATIONS += ../i18n/ko/todolist.ts +TRANSLATIONS += ../i18n/no/todolist.ts +TRANSLATIONS += ../i18n/zh_CN/todolist.ts +TRANSLATIONS += ../i18n/zh_TW/todolist.ts diff --git a/core/settings/citytime/citytime.pro b/core/settings/citytime/citytime.pro index 5bee085..f6b3b33 100644 --- a/core/settings/citytime/citytime.pro +++ b/core/settings/citytime/citytime.pro @@ -1,14 +1,21 @@ # $Id$ CONFIG += qt warn_on release TEMPLATE = app DESTDIR = $(OPIEDIR)/bin INTERFACES = citytimebase.ui HEADERS = citytime.h zonemap.h sun.h stylusnormalizer.h SOURCES = citytime.cpp zonemap.cpp main.cpp sun.c stylusnormalizer.cpp TARGET = citytime INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/citytime.ts TRANSLATIONS += ../i18n/pt_BR/citytime.ts +TRANSLATIONS += ../i18n/en/citytime.ts +TRANSLATIONS += ../i18n/hu/citytime.ts +TRANSLATIONS += ../i18n/ja/citytime.ts +TRANSLATIONS += ../i18n/ko/citytime.ts +TRANSLATIONS += ../i18n/no/citytime.ts +TRANSLATIONS += ../i18n/zh_CN/citytime.ts +TRANSLATIONS += ../i18n/zh_TW/citytime.ts diff --git a/library/library.pro b/library/library.pro index a467c8b..dbb549e 100644 --- a/library/library.pro +++ b/library/library.pro @@ -4,128 +4,135 @@ HEADERS = calendar.h \ global.h \ resource.h \ xmlreader.h \ mimetype.h \ menubutton.h \ network.h \ networkinterface.h \ filemanager.h \ fontmanager.h \ qdawg.h \ datebookmonth.h \ fileselector.h \ fileselector_p.h \ imageedit.h \ qcopenvelope_qws.h \ qpedecoration_qws.h \ qpeapplication.h \ qpestyle.h \ qpedialog.h \ lightstyle.h \ config.h \ applnk.h \ sound.h \ tzselect.h \ qmath.h \ datebookdb.h \ alarmserver.h \ process.h \ password.h \ timestring.h \ fontfactoryinterface.h \ fontdatabase.h \ power.h \ storage.h \ qpemessagebox.h \ backend/timeconversion.h \ qpedebug.h \ qpemenubar.h \ qpetoolbar.h \ backend/categories.h \ backend/stringutil.h \ backend/palmtopuid.h \ backend/palmtoprecord.h \ backend/task.h \ backend/event.h \ backend/contact.h\ categorymenu.h \ categoryedit_p.h \ categoryselect.h \ categorywidget.h \ ir.h \ backend/vobject_p.h \ findwidget_p.h \ finddialog.h \ lnkproperties.h SOURCES = calendar.cpp \ global.cpp \ xmlreader.cpp \ mimetype.cpp \ menubutton.cpp \ network.cpp \ networkinterface.cpp \ filemanager.cpp \ fontmanager.cpp \ qdawg.cpp \ datebookmonth.cpp \ fileselector.cpp \ imageedit.cpp \ resource.cpp \ qpedecoration_qws.cpp \ qcopenvelope_qws.cpp \ qpeapplication.cpp \ qpestyle.cpp \ qpedialog.cpp \ lightstyle.cpp \ config.cpp \ applnk.cpp \ sound.cpp \ tzselect.cpp \ qmath.c \ datebookdb.cpp \ alarmserver.cpp \ password.cpp \ process.cpp \ process_unix.cpp \ timestring.cpp \ fontdatabase.cpp \ power.cpp \ storage.cpp \ qpemessagebox.cpp \ backend/timeconversion.cpp \ qpedebug.cpp \ qpemenubar.cpp \ qpetoolbar.cpp \ backend/categories.cpp \ backend/stringutil.cpp \ backend/palmtoprecord.cpp \ backend/task.cpp \ backend/event.cpp \ backend/contact.cpp \ categorymenu.cpp \ categoryedit_p.cpp \ categoryselect.cpp \ categorywidget.cpp \ ir.cpp \ backend/vcc_yacc.cpp \ backend/vobject.cpp \ findwidget_p.cpp \ finddialog.cpp \ lnkproperties.cpp # Qt 3 compatibility qt2:HEADERS += quuid.h qcom.h qlibrary.h qlibrary_p.h qt2:SOURCES += quuid.cpp qlibrary.cpp qlibrary_unix.cpp INCLUDEPATH += $(OPIEDIR)/include backend LIBS += -ldl -lcrypt -lm INTERFACES = passwordbase_p.ui categoryeditbase_p.ui findwidgetbase_p.ui lnkpropertiesbase_p.ui TARGET = qpe DESTDIR = $(QTDIR)/lib$(PROJMAK) # This is set by configure$(OPIEDIR). VERSION = 1.5.0 TRANSLATIONS = ../i18n/de/libqpe.ts TRANSLATIONS += ../i18n/pt_BR/libqpe.ts +TRANSLATIONS += ../i18n/en/libqpe.ts +TRANSLATIONS += ../i18n/hu/libqpe.ts +TRANSLATIONS += ../i18n/ja/libqpe.ts +TRANSLATIONS += ../i18n/ko/libqpe.ts +TRANSLATIONS += ../i18n/no/libqpe.ts +TRANSLATIONS += ../i18n/zh_CN/libqpe.ts +TRANSLATIONS += ../i18n/zh_TW/libqpe.ts diff --git a/noncore/apps/dictionary/dictionary.pro b/noncore/apps/dictionary/dictionary.pro index fc89411..6b337c6 100644 --- a/noncore/apps/dictionary/dictionary.pro +++ b/noncore/apps/dictionary/dictionary.pro @@ -1,14 +1,24 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../bin HEADERS = dicttool.h SOURCES = dicttool.cpp main.cpp INTERFACES = dicttoolbase.ui INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = dictionary + +TRANSLATIONS = ../i18n/pt_BR/dictionary.ts +TRANSLATIONS += ../i18n/de/dictionary.ts +TRANSLATIONS += ../i18n/en/dictionary.ts +TRANSLATIONS += ../i18n/hu/dictionary.ts +TRANSLATIONS += ../i18n/ja/dictionary.ts +TRANSLATIONS += ../i18n/ko/dictionary.ts +TRANSLATIONS += ../i18n/no/dictionary.ts +TRANSLATIONS += ../i18n/zh_CN/dictionary.ts +TRANSLATIONS += ../i18n/zh_TW/dictionary.ts diff --git a/noncore/apps/tableviewer/tableviewer.pro b/noncore/apps/tableviewer/tableviewer.pro index 943e3d4..b5437fe 100644 --- a/noncore/apps/tableviewer/tableviewer.pro +++ b/noncore/apps/tableviewer/tableviewer.pro @@ -1,38 +1,46 @@ TEMPLATE = app CONFIG = qt warn_on debug DESTDIR = ../bin SUBDIRS = db ui HEADERS = tableviewer.h \ ui/commonwidgets.h \ ui/tvbrowseview.h \ ui/tvlistview.h \ ui/tvfilterview.h \ ui/tveditview.h \ ui/browsekeyentry.h \ ui/filterkeyentry.h \ ui/tvkeyedit.h \ db/datacache.h \ db/common.h \ db/xmlsource.h \ db/csvsource.h SOURCES = main.cpp \ tableviewer.cpp \ ui/commonwidgets.cpp \ ui/tvbrowseview.cpp \ ui/tvfilterview.cpp \ ui/browsekeyentry.cpp \ ui/filterkeyentry.cpp \ ui/tvlistview.cpp \ ui/tveditview.cpp \ ui/tvkeyedit.cpp \ db/datacache.cpp \ db/xmlsource.cpp \ db/csvsource.cpp \ db/common.cpp INTERFACES = ui/tvkeyedit_gen.ui TARGET = tableviewer INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/pt_BR/tableviewer.ts +TRANSLATIONS += ../i18n/en/tableviewer.ts +TRANSLATIONS += ../i18n/de/tableviewer.ts +TRANSLATIONS += ../i18n/hu/tableviewer.ts +TRANSLATIONS += ../i18n/ja/tableviewer.ts +TRANSLATIONS += ../i18n/ko/tableviewer.ts +TRANSLATIONS += ../i18n/no/tableviewer.ts +TRANSLATIONS += ../i18n/zh_CN/tableviewer.ts +TRANSLATIONS += ../i18n/zh_TW/tableviewer.ts diff --git a/noncore/comm/keypebble/keypebble.pro b/noncore/comm/keypebble/keypebble.pro index cc6c6e9..01436fd 100644 --- a/noncore/comm/keypebble/keypebble.pro +++ b/noncore/comm/keypebble/keypebble.pro @@ -1,39 +1,47 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = ../bin HEADERS = d3des.h \ krfbbuffer.h \ krfbcanvas.h \ krfbconnection.h \ krfbdecoder.h \ krfblogin.h \ krfboptions.h \ krfbserverinfo.h \ kvnc.h \ kvncconnectdlg.h \ kvncoptionsdlg.h \ version.h \ vncauth.h SOURCES = d3des.c \ vncauth.c \ krfbbuffer.cpp \ krfbcanvas.cpp \ krfbconnection.cpp \ krfbdecoder.cpp \ krfblogin.cpp \ krfboptions.cpp \ kvnc.cpp \ kvncconnectdlg.cpp \ kvncoptionsdlg.cpp \ main.cpp INTERFACES = vncoptionsbase.ui TARGET = keypebble INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/pt_BR/keypebble.ts +TRANSLATIONS += ../i18n/de/keypebble.ts +TRANSLATIONS += ../i18n/en/keypebble.ts +TRANSLATIONS += ../i18n/hu/keypebble.ts +TRANSLATIONS += ../i18n/ja/keypebble.ts +TRANSLATIONS += ../i18n/ko/keypebble.ts +TRANSLATIONS += ../i18n/no/keypebble.ts +TRANSLATIONS += ../i18n/zh_CN/keypebble.ts +TRANSLATIONS += ../i18n/zh_TW/keypebble.ts diff --git a/noncore/games/chess/chess.pro b/noncore/games/chess/chess.pro index b246767..d9690c0 100644 --- a/noncore/games/chess/chess.pro +++ b/noncore/games/chess/chess.pro @@ -1,16 +1,24 @@ SOURCES += chess.cpp main.cpp HEADERS += chess.h DESTDIR = ../bin TARGET = chess DEPENDPATH += $(OPIEDIR)/include INTERFACES = mainwindow.ui IMAGES = images/new.png images/repeat.png images/txt.png images/back.png TEMPLATE =app CONFIG += qt warn_on release INCLUDEPATH += $(OPIEDIR)/include LIBS += -lqpe DBFILE = chess.db LANGUAGE = C++ CPP_ALWAYS_CREATE_SOURCE = TRUE TRANSLATIONS = ../i18n/pt_BR/chess.ts +TRANSLATIONS += ../i18n/de/chess.ts +TRANSLATIONS += ../i18n/en/chess.ts +TRANSLATIONS += ../i18n/hu/chess.ts +TRANSLATIONS += ../i18n/ja/chess.ts +TRANSLATIONS += ../i18n/ko/chess.ts +TRANSLATIONS += ../i18n/no/chess.ts +TRANSLATIONS += ../i18n/zh_CN/chess.ts +TRANSLATIONS += ../i18n/zh_TW/chess.ts diff --git a/noncore/games/fifteen/fifteen.pro b/noncore/games/fifteen/fifteen.pro index 5dfe519..6c07e57 100644 --- a/noncore/games/fifteen/fifteen.pro +++ b/noncore/games/fifteen/fifteen.pro @@ -1,12 +1,20 @@ DESTDIR = ../bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = fifteen.h SOURCES = fifteen.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = fifteen TRANSLATIONS = ../i18n/pt_BR/fifteen.ts +TRANSLATIONS += ../i18n/de/fifteen.ts +TRANSLATIONS += ../i18n/en/fifteen.ts +TRANSLATIONS += ../i18n/hu/fifteen.ts +TRANSLATIONS += ../i18n/ja/fifteen.ts +TRANSLATIONS += ../i18n/ko/fifteen.ts +TRANSLATIONS += ../i18n/no/fifteen.ts +TRANSLATIONS += ../i18n/zh_CN/fifteen.ts +TRANSLATIONS += ../i18n/zh_TW/fifteen.ts diff --git a/noncore/games/go/go.pro b/noncore/games/go/go.pro index 9fc50e7..2d96f82 100644 --- a/noncore/games/go/go.pro +++ b/noncore/games/go/go.pro @@ -1,20 +1,27 @@ DESTDIR = ../bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = amigo.h \ go.h \ goplayutils.h \ gowidget.h SOURCES = amigo.c \ goplayer.c \ goplayutils.c \ killable.c \ gowidget.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = go TRANSLATIONS = ../i18n/de/go.ts TRANSLATIONS += ../i18n/pt_BR/go.ts +TRANSLATIONS += ../i18n/en/go.ts +TRANSLATIONS += ../i18n/hu/go.ts +TRANSLATIONS += ../i18n/ja/go.ts +TRANSLATIONS += ../i18n/ko/go.ts +TRANSLATIONS += ../i18n/no/go.ts +TRANSLATIONS += ../i18n/zh_CN/go.ts +TRANSLATIONS += ../i18n/zh_TW/go.ts diff --git a/noncore/games/mindbreaker/mindbreaker.pro b/noncore/games/mindbreaker/mindbreaker.pro index 330452a..06f2f4f 100644 --- a/noncore/games/mindbreaker/mindbreaker.pro +++ b/noncore/games/mindbreaker/mindbreaker.pro @@ -1,13 +1,20 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = mindbreaker.h SOURCES = main.cpp \ mindbreaker.cpp TARGET = mindbreaker INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/mindbreaker.ts TRANSLATIONS += ../i18n/pt_BR/mindbreaker.ts +TRANSLATIONS += ../i18n/en/mindbreaker.ts +TRANSLATIONS += ../i18n/hu/mindbreaker.ts +TRANSLATIONS += ../i18n/ja/mindbreaker.ts +TRANSLATIONS += ../i18n/ko/mindbreaker.ts +TRANSLATIONS += ../i18n/no/mindbreaker.ts +TRANSLATIONS += ../i18n/zh_CN/mindbreaker.ts +TRANSLATIONS += ../i18n/zh_TW/mindbreaker.ts diff --git a/noncore/games/minesweep/minesweep.pro b/noncore/games/minesweep/minesweep.pro index 00c8c92..1d4c5aa 100644 --- a/noncore/games/minesweep/minesweep.pro +++ b/noncore/games/minesweep/minesweep.pro @@ -1,15 +1,22 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = minefield.h \ minesweep.h SOURCES = main.cpp \ minefield.cpp \ minesweep.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/de/minesweep.ts TRANSLATIONS += ../i18n/pt_BR/minesweep.ts +TRANSLATIONS += ../i18n/en/minesweep.ts +TRANSLATIONS += ../i18n/hu/minesweep.ts +TRANSLATIONS += ../i18n/ja/minesweep.ts +TRANSLATIONS += ../i18n/ko/minesweep.ts +TRANSLATIONS += ../i18n/no/minesweep.ts +TRANSLATIONS += ../i18n/zh_CN/minesweep.ts +TRANSLATIONS += ../i18n/zh_TW/minesweep.ts diff --git a/noncore/games/parashoot/parashoot.pro b/noncore/games/parashoot/parashoot.pro index bd2b54a..741adc6 100644 --- a/noncore/games/parashoot/parashoot.pro +++ b/noncore/games/parashoot/parashoot.pro @@ -1,12 +1,19 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = interface.h man.h cannon.h base.h bullet.h helicopter.h SOURCES = main.cpp interface.cpp man.cpp cannon.cpp base.cpp bullet.cpp helicopter.cpp TARGET = parashoot INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/parashoot.ts TRANSLATIONS += ../i18n/pt_BR/parashoot.ts +TRANSLATIONS += ../i18n/en/parashoot.ts +TRANSLATIONS += ../i18n/hu/parashoot.ts +TRANSLATIONS += ../i18n/ja/parashoot.ts +TRANSLATIONS += ../i18n/ko/parashoot.ts +TRANSLATIONS += ../i18n/no/parashoot.ts +TRANSLATIONS += ../i18n/zh_CN/parashoot.ts +TRANSLATIONS += ../i18n/zh_TW/parashoot.ts diff --git a/noncore/games/qasteroids/qasteroids.pro b/noncore/games/qasteroids/qasteroids.pro index 7fd8bdb..4e639e5 100644 --- a/noncore/games/qasteroids/qasteroids.pro +++ b/noncore/games/qasteroids/qasteroids.pro @@ -1,12 +1,19 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = ledmeter.h sprites.h toplevel.h view.h SOURCES = ledmeter.cpp toplevel.cpp view.cpp main.cpp TARGET = qasteroids INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/qasteroids.ts TRANSLATIONS += ../i18n/pt_BR/qasteroids.ts +TRANSLATIONS += ../i18n/en/qasteroids.ts +TRANSLATIONS += ../i18n/hu/qasteroids.ts +TRANSLATIONS += ../i18n/ja/qasteroids.ts +TRANSLATIONS += ../i18n/ko/qasteroids.ts +TRANSLATIONS += ../i18n/no/qasteroids.ts +TRANSLATIONS += ../i18n/zh_CN/qasteroids.ts +TRANSLATIONS += ../i18n/zh_TW/qasteroids.ts diff --git a/noncore/games/snake/snake.pro b/noncore/games/snake/snake.pro index 8971454..c7cfce0 100644 --- a/noncore/games/snake/snake.pro +++ b/noncore/games/snake/snake.pro @@ -1,12 +1,19 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = snake.h target.h obstacle.h interface.h codes.h SOURCES = snake.cpp target.cpp obstacle.cpp interface.cpp main.cpp TARGET = snake INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/snake.ts TRANSLATIONS += ../i18n/pt_BR/snake.ts +TRANSLATIONS += ../i18n/en/snake.ts +TRANSLATIONS += ../i18n/hu/snake.ts +TRANSLATIONS += ../i18n/ja/snake.ts +TRANSLATIONS += ../i18n/ko/snake.ts +TRANSLATIONS += ../i18n/no/snake.ts +TRANSLATIONS += ../i18n/zh_CN/snake.ts +TRANSLATIONS += ../i18n/zh_TW/snake.ts diff --git a/noncore/games/solitaire/solitaire.pro b/noncore/games/solitaire/solitaire.pro index 96cee06..5426201 100755 --- a/noncore/games/solitaire/solitaire.pro +++ b/noncore/games/solitaire/solitaire.pro @@ -1,19 +1,26 @@ TEMPLATE = app CONFIG += qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = canvascard.h canvasshapes.h cardgame.h cardgamelayout.h cardpile.h card.h carddeck.h canvascardgame.h freecellcardgame.h patiencecardgame.h canvascardwindow.h SOURCES = canvascard.cpp canvasshapes.cpp cardgame.cpp cardgamelayout.cpp cardpile.cpp card.cpp carddeck.cpp canvascardgame.cpp freecellcardgame.cpp patiencecardgame.cpp canvascardwindow.cpp main.cpp TARGET = patience INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe REQUIRES = patience TRANSLATIONS = ../i18n/de/patience.ts TRANSLATIONS += ../i18n/pt_BR/patience.ts +TRANSLATIONS += ../i18n/en/patience.ts +TRANSLATIONS += ../i18n/hu/patience.ts +TRANSLATIONS += ../i18n/ja/patience.ts +TRANSLATIONS += ../i18n/ko/patience.ts +TRANSLATIONS += ../i18n/no/patience.ts +TRANSLATIONS += ../i18n/zh_CN/patience.ts +TRANSLATIONS += ../i18n/zh_TW/patience.ts diff --git a/noncore/games/tetrix/tetrix.pro b/noncore/games/tetrix/tetrix.pro index 9079bc4..24ad066 100644 --- a/noncore/games/tetrix/tetrix.pro +++ b/noncore/games/tetrix/tetrix.pro @@ -1,19 +1,27 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = ../bin HEADERS = minefield.h \ gtetrix.h \ qtetrix.h \ qtetrixb.h \ tpiece.h SOURCES = main.cpp \ gtetrix.cpp \ qtetrix.cpp \ qtetrixb.cpp \ tpiece.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/pt_BR/tetrix.ts +TRANSLATIONS += ../i18n/de/tetrix.ts +TRANSLATIONS += ../i18n/en/tetrix.ts +TRANSLATIONS += ../i18n/hu/tetrix.ts +TRANSLATIONS += ../i18n/ja/tetrix.ts +TRANSLATIONS += ../i18n/ko/tetrix.ts +TRANSLATIONS += ../i18n/no/tetrix.ts +TRANSLATIONS += ../i18n/zh_CN/tetrix.ts +TRANSLATIONS += ../i18n/zh_TW/tetrix.ts diff --git a/noncore/games/wordgame/wordgame.pro b/noncore/games/wordgame/wordgame.pro index 15ebe31..bd6cad0 100644 --- a/noncore/games/wordgame/wordgame.pro +++ b/noncore/games/wordgame/wordgame.pro @@ -1,14 +1,21 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = wordgame.h SOURCES = main.cpp \ wordgame.cpp INTERFACES = newgamebase.ui rulesbase.ui TARGET = wordgame INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TRANSLATIONS = ../i18n/de/wordgame.ts TRANSLATIONS += ../i18n/pt_BR/wordgame.ts +TRANSLATIONS += ../i18n/en/wordgame.ts +TRANSLATIONS += ../i18n/hu/wordgame.ts +TRANSLATIONS += ../i18n/ja/wordgame.ts +TRANSLATIONS += ../i18n/ko/wordgame.ts +TRANSLATIONS += ../i18n/no/wordgame.ts +TRANSLATIONS += ../i18n/zh_CN/wordgame.ts +TRANSLATIONS += ../i18n/zh_TW/wordgame.ts diff --git a/noncore/settings/sysinfo/sysinfo.pro b/noncore/settings/sysinfo/sysinfo.pro index 0372931..441ef74 100644 --- a/noncore/settings/sysinfo/sysinfo.pro +++ b/noncore/settings/sysinfo/sysinfo.pro @@ -1,30 +1,37 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = memory.h \ graph.h \ load.h \ storage.h \ processinfo.h \ processdetail.h \ versioninfo.h \ sysinfo.h SOURCES = main.cpp \ memory.cpp \ graph.cpp \ load.cpp \ storage.cpp \ processinfo.cpp \ processdetail.cpp \ versioninfo.cpp \ sysinfo.cpp INTERFACES = INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe TARGET = sysinfo TRANSLATIONS = ../i18n/de/sysinfo.ts TRANSLATIONS += ../i18n/pt_BR/sysinfo.ts +TRANSLATIONS += ../i18n/en/sysinfo.ts +TRANSLATIONS += ../i18n/hu/sysinfo.ts +TRANSLATIONS += ../i18n/ja/sysinfo.ts +TRANSLATIONS += ../i18n/ko/sysinfo.ts +TRANSLATIONS += ../i18n/no/sysinfo.ts +TRANSLATIONS += ../i18n/zh_CN/sysinfo.ts +TRANSLATIONS += ../i18n/zh_TW/sysinfo.ts diff --git a/noncore/tools/calc2/calc.pro b/noncore/tools/calc2/calc.pro index 260c75d..7421b23 100644 --- a/noncore/tools/calc2/calc.pro +++ b/noncore/tools/calc2/calc.pro @@ -1,12 +1,20 @@ TEMPLATE = app CONFIG += qt release # Input HEADERS += calc.h plugininterface.h instruction.h engine.h stdinstructions.h SOURCES += calc.cpp main.cpp engine.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe -Wl,-export-dynamic TRANSLATIONS = ../i18n/pt_BR/calc.ts +TRANSLATIONS += ../i18n/de/calc.ts +TRANSLATIONS += ../i18n/en/calc.ts +TRANSLATIONS += ../i18n/hu/calc.ts +TRANSLATIONS += ../i18n/ja/calc.ts +TRANSLATIONS += ../i18n/ko/calc.ts +TRANSLATIONS += ../i18n/no/calc.ts +TRANSLATIONS += ../i18n/zh_CN/calc.ts +TRANSLATIONS += ../i18n/zh_TW/calc.ts diff --git a/noncore/tools/calculator/calculator.pro b/noncore/tools/calculator/calculator.pro index 28cc53a..12f0f4b 100644 --- a/noncore/tools/calculator/calculator.pro +++ b/noncore/tools/calculator/calculator.pro @@ -1,14 +1,21 @@ DESTDIR = $(OPIEDIR)/bin TEMPLATE = app CONFIG = qt warn_on release HEADERS = calculatorimpl.h SOURCES = calculatorimpl.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = calculator.ui TARGET = calculator -TRANSLATIONS = ../i18n/de/calculator.ts -TRANSLATIONS += ../i18n/pt_BR/calculator.ts +TRANSLATIONS = ../i18n/pt_BR/calculator.ts +TRANSLATIONS += ../i18n/de/calculator.ts +TRANSLATIONS += ../i18n/en/calculator.ts +TRANSLATIONS += ../i18n/hu/calculator.ts +TRANSLATIONS += ../i18n/ja/calculator.ts +TRANSLATIONS += ../i18n/ko/calculator.ts +TRANSLATIONS += ../i18n/no/calculator.ts +TRANSLATIONS += ../i18n/zh_CN/calculator.ts +TRANSLATIONS += ../i18n/zh_TW/calculator.ts diff --git a/noncore/tools/clock/clock.pro b/noncore/tools/clock/clock.pro index 9e2b135..fe8c73e 100644 --- a/noncore/tools/clock/clock.pro +++ b/noncore/tools/clock/clock.pro @@ -1,14 +1,21 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = clock.h setAlarm.h SOURCES = clock.cpp setAlarm.cpp \ main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TARGET = clock TRANSLATIONS = ../i18n/de/clock.ts TRANSLATIONS += ../i18n/pt_BR/clock.ts +TRANSLATIONS += ../i18n/en/clock.ts +TRANSLATIONS += ../i18n/hu/clock.ts +TRANSLATIONS += ../i18n/ja/clock.ts +TRANSLATIONS += ../i18n/ko/clock.ts +TRANSLATIONS += ../i18n/no/clock.ts +TRANSLATIONS += ../i18n/zh_CN/clock.ts +TRANSLATIONS += ../i18n/zh_TW/clock.ts diff --git a/noncore/unsupported/filebrowser/filebrowser.pro b/noncore/unsupported/filebrowser/filebrowser.pro index 174b51b..0dd4613 100644 --- a/noncore/unsupported/filebrowser/filebrowser.pro +++ b/noncore/unsupported/filebrowser/filebrowser.pro @@ -1,11 +1,18 @@ TEMPLATE = app CONFIG = qt warn_on release DESTDIR = $(OPIEDIR)/bin HEADERS = inlineedit.h filebrowser.h filePermissions.h SOURCES = filebrowser.cpp inlineedit.cpp filePermissions.cpp main.cpp INCLUDEPATH += $(OPIEDIR)/include DEPENDPATH += $(OPIEDIR)/include LIBS += -lqpe INTERFACES = TRANSLATIONS = ../i18n/de/filebrowser.ts TRANSLATIONS += ../i18n/pt_BR/filebrowser.ts +TRANSLATIONS += ../i18n/en/filebrowser.ts +TRANSLATIONS += ../i18n/hu/filebrowser.ts +TRANSLATIONS += ../i18n/ja/filebrowser.ts +TRANSLATIONS += ../i18n/ko/filebrowser.ts +TRANSLATIONS += ../i18n/no/filebrowser.ts +TRANSLATIONS += ../i18n/zh_CN/filebrowser.ts +TRANSLATIONS += ../i18n/zh_TW/filebrowser.ts |