From 114a878c64ce6f8223cfd22d76a20eb16d177e5e Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdevelop@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- parts/appwizard/imports/.kdev_ignore | 0 parts/appwizard/imports/Makefile.am | 7 ++ parts/appwizard/imports/ada | 5 ++ parts/appwizard/imports/ada.kdevelop | 73 +++++++++++++++++++ parts/appwizard/imports/c | 4 ++ parts/appwizard/imports/c-auto | 8 +++ parts/appwizard/imports/c-auto.kdevelop | 96 +++++++++++++++++++++++++ parts/appwizard/imports/c.kdevelop | 76 ++++++++++++++++++++ parts/appwizard/imports/cpp | 4 ++ parts/appwizard/imports/cpp-auto | 8 +++ parts/appwizard/imports/cpp-auto.kdevelop | 93 ++++++++++++++++++++++++ parts/appwizard/imports/cpp.kdevelop | 75 +++++++++++++++++++ parts/appwizard/imports/fortran | 4 ++ parts/appwizard/imports/fortran-auto | 8 +++ parts/appwizard/imports/fortran-auto.kdevelop | 71 ++++++++++++++++++ parts/appwizard/imports/fortran.kdevelop | 75 +++++++++++++++++++ parts/appwizard/imports/gnome | 4 ++ parts/appwizard/imports/gnome.kdevelop | 100 ++++++++++++++++++++++++++ parts/appwizard/imports/java | 4 ++ parts/appwizard/imports/java-ant | 4 ++ parts/appwizard/imports/java-ant.kdevelop | 68 ++++++++++++++++++ parts/appwizard/imports/java-auto | 8 +++ parts/appwizard/imports/java-auto.kdevelop | 63 ++++++++++++++++ parts/appwizard/imports/java.kdevelop | 63 ++++++++++++++++ parts/appwizard/imports/kde | 5 ++ parts/appwizard/imports/kde.kdevelop | 73 +++++++++++++++++++ parts/appwizard/imports/pascal | 4 ++ parts/appwizard/imports/pascal.kdevelop | 75 +++++++++++++++++++ parts/appwizard/imports/perl | 4 ++ parts/appwizard/imports/perl.kdevelop | 69 ++++++++++++++++++ parts/appwizard/imports/php | 4 ++ parts/appwizard/imports/php.kdevelop | 84 ++++++++++++++++++++++ parts/appwizard/imports/python | 4 ++ parts/appwizard/imports/python.kdevelop | 69 ++++++++++++++++++ parts/appwizard/imports/qt | 4 ++ parts/appwizard/imports/qt-auto | 4 ++ parts/appwizard/imports/qt-auto.kdevelop | 43 +++++++++++ parts/appwizard/imports/qt.kdevelop | 38 ++++++++++ parts/appwizard/imports/qt4qmake | 4 ++ parts/appwizard/imports/qt4qmake.kdevelop | 80 +++++++++++++++++++++ parts/appwizard/imports/qtqmake | 9 +++ parts/appwizard/imports/qtqmake.kdevelop | 79 ++++++++++++++++++++ parts/appwizard/imports/qttmake | 4 ++ parts/appwizard/imports/qttmake.kdevelop | 74 +++++++++++++++++++ parts/appwizard/imports/ruby | 4 ++ parts/appwizard/imports/ruby.kdevelop | 82 +++++++++++++++++++++ 46 files changed, 1737 insertions(+) create mode 100644 parts/appwizard/imports/.kdev_ignore create mode 100644 parts/appwizard/imports/Makefile.am create mode 100644 parts/appwizard/imports/ada create mode 100644 parts/appwizard/imports/ada.kdevelop create mode 100644 parts/appwizard/imports/c create mode 100644 parts/appwizard/imports/c-auto create mode 100644 parts/appwizard/imports/c-auto.kdevelop create mode 100644 parts/appwizard/imports/c.kdevelop create mode 100644 parts/appwizard/imports/cpp create mode 100644 parts/appwizard/imports/cpp-auto create mode 100644 parts/appwizard/imports/cpp-auto.kdevelop create mode 100644 parts/appwizard/imports/cpp.kdevelop create mode 100644 parts/appwizard/imports/fortran create mode 100644 parts/appwizard/imports/fortran-auto create mode 100644 parts/appwizard/imports/fortran-auto.kdevelop create mode 100644 parts/appwizard/imports/fortran.kdevelop create mode 100644 parts/appwizard/imports/gnome create mode 100644 parts/appwizard/imports/gnome.kdevelop create mode 100644 parts/appwizard/imports/java create mode 100644 parts/appwizard/imports/java-ant create mode 100644 parts/appwizard/imports/java-ant.kdevelop create mode 100644 parts/appwizard/imports/java-auto create mode 100644 parts/appwizard/imports/java-auto.kdevelop create mode 100644 parts/appwizard/imports/java.kdevelop create mode 100644 parts/appwizard/imports/kde create mode 100644 parts/appwizard/imports/kde.kdevelop create mode 100644 parts/appwizard/imports/pascal create mode 100644 parts/appwizard/imports/pascal.kdevelop create mode 100644 parts/appwizard/imports/perl create mode 100644 parts/appwizard/imports/perl.kdevelop create mode 100644 parts/appwizard/imports/php create mode 100644 parts/appwizard/imports/php.kdevelop create mode 100644 parts/appwizard/imports/python create mode 100644 parts/appwizard/imports/python.kdevelop create mode 100644 parts/appwizard/imports/qt create mode 100644 parts/appwizard/imports/qt-auto create mode 100644 parts/appwizard/imports/qt-auto.kdevelop create mode 100644 parts/appwizard/imports/qt.kdevelop create mode 100644 parts/appwizard/imports/qt4qmake create mode 100644 parts/appwizard/imports/qt4qmake.kdevelop create mode 100644 parts/appwizard/imports/qtqmake create mode 100644 parts/appwizard/imports/qtqmake.kdevelop create mode 100644 parts/appwizard/imports/qttmake create mode 100644 parts/appwizard/imports/qttmake.kdevelop create mode 100644 parts/appwizard/imports/ruby create mode 100644 parts/appwizard/imports/ruby.kdevelop (limited to 'parts/appwizard/imports') diff --git a/parts/appwizard/imports/.kdev_ignore b/parts/appwizard/imports/.kdev_ignore new file mode 100644 index 00000000..e69de29b diff --git a/parts/appwizard/imports/Makefile.am b/parts/appwizard/imports/Makefile.am new file mode 100644 index 00000000..5047de18 --- /dev/null +++ b/parts/appwizard/imports/Makefile.am @@ -0,0 +1,7 @@ +appwizarddatadir = ${kde_datadir}/kdevappwizard +importsdir = ${appwizarddatadir}/imports +importfilesdir = ${appwizarddatadir}/importfiles + +imports_DATA = c-auto cpp-auto fortran-auto java-auto kde gnome c cpp fortran python php perl java java-ant qttmake qtqmake qt4qmake ruby pascal ada +importfiles_DATA = c-auto.kdevelop cpp-auto.kdevelop fortran-auto.kdevelop java-auto.kdevelop kde.kdevelop gnome.kdevelop c.kdevelop cpp.kdevelop fortran.kdevelop python.kdevelop php.kdevelop perl.kdevelop java.kdevelop java-ant.kdevelop qttmake.kdevelop qtqmake.kdevelop qt4qmake.kdevelop ruby.kdevelop pascal.kdevelop ada.kdevelop + diff --git a/parts/appwizard/imports/ada b/parts/appwizard/imports/ada new file mode 100644 index 00000000..246fd3fe --- /dev/null +++ b/parts/appwizard/imports/ada @@ -0,0 +1,5 @@ +# KDE Config File +[General] +Comment=Ada Application +Comment[fr]=Une application ADA + diff --git a/parts/appwizard/imports/ada.kdevelop b/parts/appwizard/imports/ada.kdevelop new file mode 100644 index 00000000..779c8bbd --- /dev/null +++ b/parts/appwizard/imports/ada.kdevelop @@ -0,0 +1,73 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAdaProject + Ada + + Ada + Code + + + + + true + + + + + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + diff --git a/parts/appwizard/imports/c b/parts/appwizard/imports/c new file mode 100644 index 00000000..c87f05ef --- /dev/null +++ b/parts/appwizard/imports/c @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Generic C Application (Custom Buildsystem) +Comment[fr]=Une application C générique (Makefiles personnalisés) diff --git a/parts/appwizard/imports/c-auto b/parts/appwizard/imports/c-auto new file mode 100644 index 00000000..223a5010 --- /dev/null +++ b/parts/appwizard/imports/c-auto @@ -0,0 +1,8 @@ +# KDE Config File +[General] +Comment=Generic C Application (Automake-based) +Comment[fr]=Une application C g��ique (Makefiles bas� sur Automake) + +#[Infrastructure] +#Comment=Attempt to generate Autotools project infrastructure +#Command=autoscan && cp configure.scan configure.in diff --git a/parts/appwizard/imports/c-auto.kdevelop b/parts/appwizard/imports/c-auto.kdevelop new file mode 100644 index 00000000..fd5a3f2e --- /dev/null +++ b/parts/appwizard/imports/c-auto.kdevelop @@ -0,0 +1,96 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAutoProject + C + + + + + + debug + + + + + + optimized + GccOptions + GppOptions + G77Options + -O2 -g0 + + + --enable-debug=full + debug + GccOptions + GppOptions + G77Options + -O0 -g3 + + + + + + libtool + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + diff --git a/parts/appwizard/imports/c.kdevelop b/parts/appwizard/imports/c.kdevelop new file mode 100644 index 00000000..24e1423d --- /dev/null +++ b/parts/appwizard/imports/c.kdevelop @@ -0,0 +1,76 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevCustomProject + C + + + + + + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + diff --git a/parts/appwizard/imports/cpp b/parts/appwizard/imports/cpp new file mode 100644 index 00000000..425ac81c --- /dev/null +++ b/parts/appwizard/imports/cpp @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Generic C++ Application (Custom Buildsystem) +Comment[fr]=Une application C++ générique (Makefiles personnalisés) diff --git a/parts/appwizard/imports/cpp-auto b/parts/appwizard/imports/cpp-auto new file mode 100644 index 00000000..f1555d2f --- /dev/null +++ b/parts/appwizard/imports/cpp-auto @@ -0,0 +1,8 @@ +# KDE Config File +[General] +Comment=Generic C++ Application (Automake based) +Comment[fr]=Une application C++ g��ique (Makefiles bas� sur Automake) + +#[Infrastructure] +#Comment=Attempt to generate Autotools project infrastructure +#Command=autoscan && cp configure.scan configure.in diff --git a/parts/appwizard/imports/cpp-auto.kdevelop b/parts/appwizard/imports/cpp-auto.kdevelop new file mode 100644 index 00000000..8ebabddf --- /dev/null +++ b/parts/appwizard/imports/cpp-auto.kdevelop @@ -0,0 +1,93 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAutoProject + C++ + + + + + + debug + + + + optimized + GccOptions + GppOptions + G77Options + -O2 -g0 + + + --enable-debug=full + debug + GccOptions + GppOptions + G77Options + -O0 -g3 + + + + + + libtool + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + + diff --git a/parts/appwizard/imports/cpp.kdevelop b/parts/appwizard/imports/cpp.kdevelop new file mode 100644 index 00000000..4642acce --- /dev/null +++ b/parts/appwizard/imports/cpp.kdevelop @@ -0,0 +1,75 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevCustomProject + C++ + + + + + + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + + diff --git a/parts/appwizard/imports/fortran b/parts/appwizard/imports/fortran new file mode 100644 index 00000000..5294ff24 --- /dev/null +++ b/parts/appwizard/imports/fortran @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Fortran Application (Custom Buildsystem) +Comment[fr]=Une application FORTRAN (Makefiles personnalisés) diff --git a/parts/appwizard/imports/fortran-auto b/parts/appwizard/imports/fortran-auto new file mode 100644 index 00000000..b6193ae0 --- /dev/null +++ b/parts/appwizard/imports/fortran-auto @@ -0,0 +1,8 @@ +# KDE Config File +[General] +Comment=Fortran Application (Automake based) +Comment[fr]=Une application FORTRAN (Makefiles bas� sur Automake) + +#[Infrastructure] +#Comment=Attempt to generate Autotools project infrastructure +#Command=autoscan && cp configure.scan configure.in diff --git a/parts/appwizard/imports/fortran-auto.kdevelop b/parts/appwizard/imports/fortran-auto.kdevelop new file mode 100644 index 00000000..8f7e0637 --- /dev/null +++ b/parts/appwizard/imports/fortran-auto.kdevelop @@ -0,0 +1,71 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAutoProject + Fortran77 + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + libtool + + + + + + + + diff --git a/parts/appwizard/imports/fortran.kdevelop b/parts/appwizard/imports/fortran.kdevelop new file mode 100644 index 00000000..cc1b11b9 --- /dev/null +++ b/parts/appwizard/imports/fortran.kdevelop @@ -0,0 +1,75 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevCustomProject + Fortran77 + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + + + + diff --git a/parts/appwizard/imports/gnome b/parts/appwizard/imports/gnome new file mode 100644 index 00000000..03fdf349 --- /dev/null +++ b/parts/appwizard/imports/gnome @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=GNOME C Application (Automake based) +Comment[fr]=Une application C pour GNOME (Makefiles basés sur Automake) diff --git a/parts/appwizard/imports/gnome.kdevelop b/parts/appwizard/imports/gnome.kdevelop new file mode 100644 index 00000000..a02ad52f --- /dev/null +++ b/parts/appwizard/imports/gnome.kdevelop @@ -0,0 +1,100 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAutoProject + C + + KDevJavaDebugger + + + + + debug + + + + optimized + GccOptions + GppOptions + G77Options + -O2 -g0 + + + --enable-debug=full + debug + GccOptions + GppOptions + G77Options + -O0 -g3 + + + + + + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnustep + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + libtool + + + + + + + + + diff --git a/parts/appwizard/imports/java b/parts/appwizard/imports/java new file mode 100644 index 00000000..2fb51257 --- /dev/null +++ b/parts/appwizard/imports/java @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Java Application (Automake based) +Comment[fr]=Une application JAVA (Makefiles basés sur Automake) diff --git a/parts/appwizard/imports/java-ant b/parts/appwizard/imports/java-ant new file mode 100644 index 00000000..114d9bf7 --- /dev/null +++ b/parts/appwizard/imports/java-ant @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Java Application (Ant based) +Comment[fr]=Une application JAVA (Makefiles basés sur Ant) diff --git a/parts/appwizard/imports/java-ant.kdevelop b/parts/appwizard/imports/java-ant.kdevelop new file mode 100644 index 00000000..73595a85 --- /dev/null +++ b/parts/appwizard/imports/java-ant.kdevelop @@ -0,0 +1,68 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAntProject + Java + + KDevDebugger + + + + + ant + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + diff --git a/parts/appwizard/imports/java-auto b/parts/appwizard/imports/java-auto new file mode 100644 index 00000000..d821abc1 --- /dev/null +++ b/parts/appwizard/imports/java-auto @@ -0,0 +1,8 @@ +# KDE Config File +[General] +Comment=Java Application (Automake based) +Comment[fr]=Une application JAVA (Makefiles bas� sur Automake) + +#[Infrastructure] +#Comment=Attempt to generate Autotools project infrastructure +#Command=autoscan && cp configure.scan configure.in diff --git a/parts/appwizard/imports/java-auto.kdevelop b/parts/appwizard/imports/java-auto.kdevelop new file mode 100644 index 00000000..a4ccfa24 --- /dev/null +++ b/parts/appwizard/imports/java-auto.kdevelop @@ -0,0 +1,63 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAutoProject + Java + + KDevDebugger + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + diff --git a/parts/appwizard/imports/java.kdevelop b/parts/appwizard/imports/java.kdevelop new file mode 100644 index 00000000..a4ccfa24 --- /dev/null +++ b/parts/appwizard/imports/java.kdevelop @@ -0,0 +1,63 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevAutoProject + Java + + KDevDebugger + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + diff --git a/parts/appwizard/imports/kde b/parts/appwizard/imports/kde new file mode 100644 index 00000000..13614802 --- /dev/null +++ b/parts/appwizard/imports/kde @@ -0,0 +1,5 @@ +# KDE Config File +[General] +Comment=KDE C++ Application (Automake based) +Comment[fr]=Une application KDE (Makefiles basés sur Automake) + diff --git a/parts/appwizard/imports/kde.kdevelop b/parts/appwizard/imports/kde.kdevelop new file mode 100644 index 00000000..dbd5d288 --- /dev/null +++ b/parts/appwizard/imports/kde.kdevelop @@ -0,0 +1,73 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevKDEAutoProject + C++ + + Qt + KDE + + + + + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + ruby + ruby_bugs + sdl + stl + sw + w3c-dom-level2-html + w3c-svg + w3c-uaag10 + wxwidgets_bugs + + + qmake User Guide + + + + + libtool + + + + + + + + + + diff --git a/parts/appwizard/imports/pascal b/parts/appwizard/imports/pascal new file mode 100644 index 00000000..f9310298 --- /dev/null +++ b/parts/appwizard/imports/pascal @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Pascal Application +Comment[fr]=Une application PASCAL \ No newline at end of file diff --git a/parts/appwizard/imports/pascal.kdevelop b/parts/appwizard/imports/pascal.kdevelop new file mode 100644 index 00000000..cc3c8bbd --- /dev/null +++ b/parts/appwizard/imports/pascal.kdevelop @@ -0,0 +1,75 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevPascalProject + Pascal + + Pascal + Code + + + + + true + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + + + diff --git a/parts/appwizard/imports/perl b/parts/appwizard/imports/perl new file mode 100644 index 00000000..d23d86ed --- /dev/null +++ b/parts/appwizard/imports/perl @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Perl Application +Comment[fr]=Une application PERL diff --git a/parts/appwizard/imports/perl.kdevelop b/parts/appwizard/imports/perl.kdevelop new file mode 100644 index 00000000..6a22ce95 --- /dev/null +++ b/parts/appwizard/imports/perl.kdevelop @@ -0,0 +1,69 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevScriptProject + Perl + + + + + + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + diff --git a/parts/appwizard/imports/php b/parts/appwizard/imports/php new file mode 100644 index 00000000..a8aa5992 --- /dev/null +++ b/parts/appwizard/imports/php @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=PHP Application +Comment[fr]=Une application PHP \ No newline at end of file diff --git a/parts/appwizard/imports/php.kdevelop b/parts/appwizard/imports/php.kdevelop new file mode 100644 index 00000000..53704660 --- /dev/null +++ b/parts/appwizard/imports/php.kdevelop @@ -0,0 +1,84 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevScriptProject + PHP + + KDevDoxygen + KDevdistpart + + + + + + + + + gtk + kde + gnustep + python + perl + + + + + true + true + false + + + + + ada + ada_bugs_gcc + bash + bash_bugs + c++_bugs_gcc + clanlib + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + sw + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + diff --git a/parts/appwizard/imports/python b/parts/appwizard/imports/python new file mode 100644 index 00000000..d824ebf5 --- /dev/null +++ b/parts/appwizard/imports/python @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Python Application +Comment[fr]=Une application PYTHON diff --git a/parts/appwizard/imports/python.kdevelop b/parts/appwizard/imports/python.kdevelop new file mode 100644 index 00000000..fd589a32 --- /dev/null +++ b/parts/appwizard/imports/python.kdevelop @@ -0,0 +1,69 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevScriptProject + Python + + KDevDebugger + KDevJavaDebugger + + + + + + + + + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + diff --git a/parts/appwizard/imports/qt b/parts/appwizard/imports/qt new file mode 100644 index 00000000..038a31a4 --- /dev/null +++ b/parts/appwizard/imports/qt @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Generic C++ Application with Custom Buildsystem +Comment[fr]=Une application C++ générique (Makefiles personnalisés) diff --git a/parts/appwizard/imports/qt-auto b/parts/appwizard/imports/qt-auto new file mode 100644 index 00000000..ed937063 --- /dev/null +++ b/parts/appwizard/imports/qt-auto @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Qt C++ Application (Automake based) +Comment[fr]=Une application C++ pour Qt (Makefiles basés sur Automake) diff --git a/parts/appwizard/imports/qt-auto.kdevelop b/parts/appwizard/imports/qt-auto.kdevelop new file mode 100644 index 00000000..47ffdd4d --- /dev/null +++ b/parts/appwizard/imports/qt-auto.kdevelop @@ -0,0 +1,43 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevKDEAutoProject + C++ + + Qt + + + + + + + + + + + + + + gtk + gnustep + python + php + perl + + + + + libtool + + + + + + + + + + diff --git a/parts/appwizard/imports/qt.kdevelop b/parts/appwizard/imports/qt.kdevelop new file mode 100644 index 00000000..9ad4b9bc --- /dev/null +++ b/parts/appwizard/imports/qt.kdevelop @@ -0,0 +1,38 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevCustomProject + C++ + + Qt + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/parts/appwizard/imports/qt4qmake b/parts/appwizard/imports/qt4qmake new file mode 100644 index 00000000..3dc9fe5b --- /dev/null +++ b/parts/appwizard/imports/qt4qmake @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Qt4 C++ Application (QMake4 based) +Comment[fr]=Une application C++ pour Qt4 (Makefiles bas� sur QMake4) diff --git a/parts/appwizard/imports/qt4qmake.kdevelop b/parts/appwizard/imports/qt4qmake.kdevelop new file mode 100644 index 00000000..dedc866b --- /dev/null +++ b/parts/appwizard/imports/qt4qmake.kdevelop @@ -0,0 +1,80 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevTrollProject + C++ + + Qt + + + + + + + + + + + + + bash + bash_bugs + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + KDE Libraries (Doxygen) + + + + + + + + + + 4 + true + 4 + ExternalDesigner + + + + + + + + + + + diff --git a/parts/appwizard/imports/qtqmake b/parts/appwizard/imports/qtqmake new file mode 100644 index 00000000..24e9160e --- /dev/null +++ b/parts/appwizard/imports/qtqmake @@ -0,0 +1,9 @@ +# KDE Config File +[General] +Comment=Qt C++ Application (QMake based) +Comment[fr]=Une application C++ pour Qt (Makefiles bas� sur QMake) + +[Infrastructure] +Comment=Attempt to generate QMake build system infrastructure +Command=qmake -project +ExistingProjectPattern=*.pro diff --git a/parts/appwizard/imports/qtqmake.kdevelop b/parts/appwizard/imports/qtqmake.kdevelop new file mode 100644 index 00000000..e3ef09b3 --- /dev/null +++ b/parts/appwizard/imports/qtqmake.kdevelop @@ -0,0 +1,79 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevTrollProject + C++ + + Qt + + + + + + + + + + + + + bash + bash_bugs + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + KDE Libraries (Doxygen) + + + + + + + + + + 3 + true + 3 + KDevEmbeddedDesigner + + + + + + + + + + diff --git a/parts/appwizard/imports/qttmake b/parts/appwizard/imports/qttmake new file mode 100644 index 00000000..83743191 --- /dev/null +++ b/parts/appwizard/imports/qttmake @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Qt C++ Application (TMake based) +Comment[fr]=Une application C++ pour Qt (Makefiles basés sur TMake) diff --git a/parts/appwizard/imports/qttmake.kdevelop b/parts/appwizard/imports/qttmake.kdevelop new file mode 100644 index 00000000..b2607be6 --- /dev/null +++ b/parts/appwizard/imports/qttmake.kdevelop @@ -0,0 +1,74 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevTMakeProject + C++ + + Qt + + + + + + + + + + + + + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + ruby + ruby_bugs + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + KDE Libraries (Doxygen) + + + + + + + + + + + + + + + diff --git a/parts/appwizard/imports/ruby b/parts/appwizard/imports/ruby new file mode 100644 index 00000000..de9a469e --- /dev/null +++ b/parts/appwizard/imports/ruby @@ -0,0 +1,4 @@ +# KDE Config File +[General] +Comment=Ruby Application +Comment[fr]=Une application RUBY diff --git a/parts/appwizard/imports/ruby.kdevelop b/parts/appwizard/imports/ruby.kdevelop new file mode 100644 index 00000000..c831d76a --- /dev/null +++ b/parts/appwizard/imports/ruby.kdevelop @@ -0,0 +1,82 @@ + + + + %{AUTHOR} + %{EMAIL} + %{VERSION} + KDevScriptProject + Ruby + + Ruby + + + KDevDoxygen + KDevdistpart + KDevVisualBoyAdvance + KDevDebugger + + + + + src + *.rb + *~ + + + + + + + + + + bash + bash_bugs + c++_bugs_gcc + clanlib + w3c-dom-level2-html + fortran_bugs_gcc + gnome1 + gnustep + gtk + gtk_bugs + haskell + haskell_bugs_ghc + java_bugs_gcc + java_bugs_sun + kde2book + libc + libstdc++ + opengl + pascal_bugs_fp + php + php_bugs + perl + perl_bugs + python + python_bugs + qt-kdev3 + sdl + stl + w3c-svg + sw + w3c-uaag10 + wxwidgets_bugs + + + Guide to the Qt Translation Tools + Qt Assistant Manual + Qt Designer Manual + Qt Reference Documentation + qmake User Guide + + + KDE Libraries (Doxygen) + + + + + + + + -- cgit v1.2.1