diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-11-19 13:28:37 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-11-19 13:28:37 +0000 |
commit | a7473c530eb5d58db968ae57cd5142cada80e607 (patch) | |
tree | 0f9144f8b2535dbbc8fcf475e4ab5447f0647697 | |
parent | 2e1c2fbcb77ce8768642552dec42078e8457d035 (diff) |
upgrade qscintilla to 1.3b and visiscript to 0.3.2
BKrev: 419df505pSMGblgJCLPvdDf2iU-63A
-rw-r--r-- | qscintilla/qscintilla_1.60-gpl-1.3b.oe | 0 | ||||
-rw-r--r-- | visiscript/compilefix.patch | 16 | ||||
-rw-r--r-- | visiscript/files/compilefix.patch | 0 | ||||
-rw-r--r-- | visiscript/files/qcleanuphandler.h | 0 | ||||
-rw-r--r-- | visiscript/files/qptrlist.h | 0 | ||||
-rw-r--r-- | visiscript/visiscript_0.3.2.oe | 0 |
6 files changed, 0 insertions, 16 deletions
diff --git a/qscintilla/qscintilla_1.60-gpl-1.3b.oe b/qscintilla/qscintilla_1.60-gpl-1.3b.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/qscintilla/qscintilla_1.60-gpl-1.3b.oe diff --git a/visiscript/compilefix.patch b/visiscript/compilefix.patch deleted file mode 100644 index 3e3fb3458c..0000000000 --- a/visiscript/compilefix.patch +++ /dev/null @@ -1,16 +0,0 @@ - -# -# Patch managed by http://www.holgerschurig.de/patcher.html -# - ---- visiscript/main.cpp~compilefix -+++ visiscript/main.cpp -@@ -66,7 +66,7 @@ - QApplication aAppl( argc, argv ); - - // ** prepare application for different languages...** -- QTranslator * pTranslator = new QTranslator(); -+ QTranslator * pTranslator = new QTranslator( 0, "translator" ); - QString sLanguage; - QString sLanguageTemp = ProcessLanguage( pTranslator, sLanguage, &aAppl ); - diff --git a/visiscript/files/compilefix.patch b/visiscript/files/compilefix.patch new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/visiscript/files/compilefix.patch diff --git a/visiscript/files/qcleanuphandler.h b/visiscript/files/qcleanuphandler.h new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/visiscript/files/qcleanuphandler.h diff --git a/visiscript/files/qptrlist.h b/visiscript/files/qptrlist.h new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/visiscript/files/qptrlist.h diff --git a/visiscript/visiscript_0.3.2.oe b/visiscript/visiscript_0.3.2.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/visiscript/visiscript_0.3.2.oe |