Commit Graph

59 Commits

Author SHA1 Message Date
Roberto Raggi
80f66485c9 Store the copyright header in a global variable. 2009-11-10 16:20:09 +01:00
Roberto Raggi
6cfef46978 Added generator for the accept0 methods
Done with Erik Verbruggen
2009-11-09 16:28:01 +01:00
Roberto Raggi
33ee1c8884 Added AST forward declaration generation.
Done with Erik Verbruggen
2009-11-09 15:42:55 +01:00
Roberto Raggi
56a677e0b6 Cleanup
Done with: Erik Verbruggen
2009-11-09 15:10:57 +01:00
Roberto Raggi
01473fec8b Addeed generator for the cast methods.
Done with: erikv
2009-11-09 14:52:06 +01:00
Friedemann Kleint
5e0e975873 Debugger/Windows: Register debugger properly if there is no default.
Some systems do not have a default debugger registered. Do not fail
on reading the missing key and disable "Default Debugger" in that case.

Initial-patch-by: Robert Loehning <robert.loehning@nokia.com>
Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
2009-11-09 09:00:59 +01:00
Daniel Molkentin
4cb5953e65 Patch multimedia lib, remove version qualifier from qtcore on linux 2009-11-05 15:15:25 +01:00
Friedemann Kleint
c17dff4268 Debugger: Make Message prompt a gui-app.
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2009-10-30 17:44:51 +01:00
Friedemann Kleint
5948e284bb Rename namespace Core::Utils into Utils
Also move Designer::Internal::FormWindowEditor ->
Designer::FormWindowEditor.
2009-10-05 11:06:05 +02:00
Friedemann Kleint
9dd0a108e3 Fix the Creator widgets Designer plugin, add DetailsWidgets.
Polish the DetailsWidget for that purpose, add properties,
make it survive without widgets, add a container extension.
2009-10-02 10:12:32 +02:00
hjk
93cbef8724 long live the king 2009-08-14 09:30:56 +02:00
Alessandro Portale
d3f9757916 Removing some unused semicolons after Q_UNUSED
There were both variants, with and without extra semicolon.
2009-07-13 17:35:17 +02:00
dt
8f2d0094fd Fix qtcreatorwidgets.pro to use the same logic as qtcreator.pri 2009-06-29 13:50:44 +02:00
con
2919c21007 Cherry-pick: Update license headers and sales contact details.
Reviewed-by: Trust Me

Conflicts:

	src/libs/cplusplus/CppBindings.cpp
	src/libs/cplusplus/CppBindings.h
	src/libs/cplusplus/FastPreprocessor.cpp
	src/libs/cplusplus/FastPreprocessor.h
	src/plugins/cpptools/cppcurrentdocumentfilter.cpp
	src/plugins/cpptools/cppcurrentdocumentfilter.h
	src/plugins/cpptools/cppsemanticsearch.cpp
	src/plugins/cpptools/cppsemanticsearch.h
	src/plugins/duieditor/parser/qmljs.g
	src/plugins/duieditor/parser/qmljsast.cpp
	src/plugins/duieditor/parser/qmljsast_p.h
	src/plugins/duieditor/parser/qmljsastfwd_p.h
	src/plugins/duieditor/parser/qmljsastvisitor.cpp
	src/plugins/duieditor/parser/qmljsastvisitor_p.h
	src/plugins/duieditor/parser/qmljsengine_p.cpp
	src/plugins/duieditor/parser/qmljsengine_p.h
	src/plugins/duieditor/parser/qmljsgrammar.cpp
	src/plugins/duieditor/parser/qmljsgrammar_p.h
	src/plugins/duieditor/parser/qmljslexer.cpp
	src/plugins/duieditor/parser/qmljslexer_p.h
	src/plugins/duieditor/parser/qmljsmemorypool_p.h
	src/plugins/duieditor/parser/qmljsnodepool_p.h
	src/plugins/duieditor/parser/qmljsparser.cpp
	src/plugins/duieditor/parser/qmljsparser_p.h
	src/plugins/duieditor/parser/qmljsprettypretty.cpp
	src/plugins/duieditor/parser/qmljsprettypretty_p.h
	src/plugins/duieditor/rewriter/rewriter.cpp
	src/plugins/duieditor/rewriter/rewriter_p.h
	src/plugins/duieditor/rewriter/textwriter.cpp
	src/plugins/duieditor/rewriter/textwriter_p.h
	src/shared/cplusplus/ASTClone.cpp
	tests/manual/cplusplus/main.cpp
2009-06-16 17:26:44 +02:00
Daniel Molkentin
bcefb62a72 (un)install -> (un)register, add nogui mode for use in installer
The nogui mode is required for the installer, to keep the noise low.
Also, get rid of QApplication passing, as all methods we call
are static anyway, which made the compiler complain about
unreferenced formal parameters.

Revieved-by: Friedemann Kleint
2009-06-16 15:56:01 +02:00
Friedemann Kleint
cd8af32ed4 Add install/uninstall to qtcdebugger dispatcher.
Acked-by: Daniel Molkentin <daniel.molkentin@nokia.com>
2009-06-16 11:59:32 +02:00
Daniel Molkentin
7248f9a020 Bring file up to date with our build repo. 2009-06-12 15:19:09 +02:00
Thorbjørn Lindeijer
7348779297 Trimmed down the amount of files to patch on Linux
Of the binary files, only qmake and libQtCore need to be patched. The
rest of the files either didn't exist or didn't contain the path we are
patching.
2009-06-12 13:00:13 +02:00
Oswald Buddenhagen
71ff4913ea move the qtcdebugger tool to an appropriate place 2009-06-08 15:55:41 +02:00
Thorbjørn Lindeijer
0656abe048 Updated version of Qt libs to patch on Linux 2009-06-03 17:31:19 +02:00
Friedemann Kleint
8b7ee8298f Added a Path list editor widget.
On this occasion, fixed qtcreatorwidgets plugin for lib64.
2009-05-08 12:21:18 +02:00
Oswald Buddenhagen
13f04d8430 revamp build system
now bin and share are not pegged to linking the executable any more,
but are proper subdirs targets of their own.
unforturnately, qmake is a bit tenacious, so we hack around a bit. :)

more or less in passing by, i removed some superfluous trailing slashes
and added path normalization as well.
2009-04-20 16:51:10 +02:00
con
412a4b027d Merge commit 'origin/1.1'
Conflicts:
	src/plugins/debugger/debuggeractions.cpp
	src/plugins/debugger/gdboptionpage.ui
2009-04-17 15:17:31 +02:00
Thorbjørn Lindeijer
98c87839bd Updated files to be patched to new Qt version 2009-04-16 13:59:53 +02:00
Friedemann Kleint
472e25025f Start on the German (prototypical) translation. 2009-04-08 16:35:56 +02:00
Friedemann Kleint
81c0bb15b2 Add a submit field widget modeled after mail client address controls 2009-03-23 12:03:20 +01:00
Friedemann Kleint
bccf4a1fc3 Fixes: Introduce a cpp settingspage containing file naming conventions (lower case and suffixes). Reorder VCS settings pages.
Task: 241959, 248085

RevBy: Optics/Naming checked by con
Details: Give IOptionPage an id() to differentiate from trName(). Make showOptionsDialog return a bool (applied) and give it an optional parent. Change Cpp and form class wizards, give them a Configure... button to change those settings.
2009-03-18 16:43:01 +01:00
Thorbjørn Lindeijer
ad29fba378 Added some addition output to qpatch
Done with Roberto
2009-02-26 10:44:45 +01:00
Roberto Raggi
a497e6693e bootstrapped
(cherry picked from commit 442c946a6f)
2009-02-25 18:12:25 +01:00
Roberto Raggi
b93562ae75 bugfix
(cherry picked from commit bb7c90ada4)
2009-02-25 18:12:25 +01:00
Roberto Raggi
9e972b068d A simple, dummy, and probably buggy binary patched for Qt.
(cherry picked from commit 40123cdd7d)
2009-02-25 18:12:25 +01:00
Thorbjørn Lindeijer
dad96d9615 Updated location of Qt to ship 2009-02-25 13:34:13 +01:00
hjk
84c82a669b Fixes: change license headers to LGPL 2009-02-25 09:02:17 +01:00
Thorbjørn Lindeijer
0296bd6670 Failed to do a compile check
Learn from this. ;)
2009-02-24 19:29:08 +01:00
Thorbjørn Lindeijer
86441ba72d Use the insert/replace functionality of the binary patcher
Hasn't received a lot of testing, so will have to see whether this
works in practice.
2009-02-24 19:20:35 +01:00
Thorbjørn Lindeijer
651849706b Don't forget about libQtScriptTools
Wasn't being patched up.
2009-02-24 17:24:59 +01:00
Thorbjørn Lindeijer
4e1101ef3c Corrected paths to the long versions and removed ".debug" postfix 2009-02-24 16:18:48 +01:00
Berlin
c0f2f81c68 Fixed qtlibspatcher wrapper script to pass on parameters
Done with hjk
2009-02-24 10:02:01 +01:00
Thorbjørn Lindeijer
f7ed313f7a Upgrade qtlibspatcher to patch Qt 4.5.0
Was failing because it still tried to patch Qt 4.4.3
2009-02-23 18:45:57 +01:00
Thorbjørn Lindeijer
5cf1ee8d1b Wrap qtlibspatcher for finding QtCore 2009-02-23 16:09:54 +01:00
Daniel Molkentin
235c49eb5f qtlibspatcher: Change path for bundled Qt to 4.5.0 on Windows 2009-02-19 16:54:30 +01:00
Daniel Molkentin
bbef5052dc Fixes: Also Patch QtCore dll in /lib on windows, specify correct path to patch for debug infos 2009-02-05 15:06:07 +01:00
Thorbjørn Lindeijer
2f24b3965f Patch also the Qt libraries in lib
Apparently these libraries are duplicated on Windows.

Reviewed-by: Danimo
2009-02-05 11:24:32 +01:00
Thorbjørn Lindeijer
71f8cb835f Fixed the libs patcher paths
It was taking the wrong length when constructing the new paths.

Reviewed-by: Danimo
2009-02-05 11:07:43 +01:00
Daniel Molkentin
ba8513a0fa Fixes: Build on windows 2009-02-03 14:14:20 +01:00
goro
dbbb17fe70 Fix mem-leak introduced with previous commit 2009-01-29 19:31:25 +01:00
goro
c981202454 Fix file location, always return 0 2009-01-29 19:26:51 +01:00
goro
bdc0d42e99 Make patcher not abort on errors 2009-01-29 17:25:32 +01:00
con
0f5de365b9 Fixes: - Some layouting issues 2009-01-28 17:39:31 +01:00
goro
4bca9d3d34 Add "/qt" prefix to make stuff easier with Bitrock 2009-01-23 18:13:37 +01:00