Commit Graph

4946 Commits

Author SHA1 Message Date
Robert Loehning
b1bfb147fe Translations still needed in 2.0.1
These are needed because e2347b3d92 is (and should be) in 2.0 but not in 2.0.1 branch.

Reviewed-by: Oswald Buddenhagen
2010-08-18 18:21:19 +02:00
Oswald Buddenhagen
965a5f53e5 purge german translations from xml file
translations should be embedded only into external xml files
2010-08-18 16:31:07 +02:00
hjk
9e59bdf9ae debugger: fix merge 2010-08-18 10:21:05 +02:00
hjk
7d3ace50ef debugger: fix merge 2010-08-18 10:20:12 +02:00
hjk
1fba185882 debugger: fix merge 2010-08-18 10:12:03 +02:00
hjk
52e1894df4 debugger: fix merge 2010-08-18 10:09:45 +02:00
hjk
b59fa0cd8b Merge remote branch 'origin/2.0'
Conflicts:
	share/qtcreator/gdbmacros/dumper.py
	src/plugins/cppeditor/cpphoverhandler.cpp
	src/plugins/cppeditor/cpphoverhandler.h
2010-08-18 10:05:53 +02:00
hjk
dc804c69e5 debugger: python needs no semicolons 2010-08-18 09:52:55 +02:00
Jonathan Courtois
ffdd4110ae French translation, done by the developpez.com team.
This is the squashed result of a team effort. Authors are:

Jonathan Courtois <jonathan.courtois@gmail.com>
Belz Guillaume <guillaume.belz@free.fr>
Cédric Bonnier <myzu69@gmail.com>
Francis Genet <francis.genet@supinfo.com>
Pierre Rossi <pierre.rossi@nokia.com>

For full history, checkout the team's repo:
http://qt.gitorious.org/+developpez-dot-com/qt-creator/qt-creator-fr

See also: http://qt.developpez.com/

Merge-request: 168
Reviewed-by: Pierre Rossi <pierre.rossi@nokia.com>
2010-08-17 21:43:50 +02:00
hjk
aa16f34ec0 debugger: next attempt at robustly recognizing QObjects
(cherry picked from commit e8eea80c3f)
2010-08-17 16:45:58 +02:00
hjk
7aa677c4e5 debugger: fix QObject property dumper by using workaround
As suggested by Tom T. in http://sourceware.org/bugzilla/show_bug.cgi?id=11912
(cherry picked from commit f52a88a074)

Conflicts:

	share/qtcreator/gdbmacros/dumper.py
2010-08-17 16:32:59 +02:00
hjk
7788e95ee9 debugger: fix display of arrays of types that gdb forgot about
(cherry picked from commit a1f2638c5f)

Conflicts:

	share/qtcreator/gdbmacros/dumper.py
2010-08-17 15:52:01 +02:00
hjk
a1f2638c5f debugger: fix display of arrays of types that gdb forgot about 2010-08-17 15:33:28 +02:00
hjk
e8eea80c3f debugger: next attempt at robustly recognizing QObjects 2010-08-17 14:14:47 +02:00
Alessandro Portale
be9a3c94fa Remove 0.5 MB of obsolete welcome screen 2010-08-17 13:40:18 +02:00
hjk
0e3ac0beb7 debugger: improved workaround for http://sourceware.org/bugzilla/show_bug.cgi?id=11912 2010-08-17 11:59:59 +02:00
hjk
f52a88a074 debugger: fix QObject property dumper by using workaround
As suggested by Tom T. in http://sourceware.org/bugzilla/show_bug.cgi?id=11912
2010-08-17 11:24:59 +02:00
Alessandro Portale
b8d4356c6f Compile (on Mac) 2010-08-16 22:02:20 +02:00
Alessandro Portale
23f771d444 Renaming functions and parameters to something better. 2010-08-16 20:40:02 +02:00
Alessandro Portale
88af981ab4 Fixing order of call to QDeclarativeView
setSource() needs to be called *after* addImportPath.
2010-08-16 20:28:05 +02:00
Jure Repinc
eb707d1a03 Updated Slovenian translation for Qt Creator 2.1
Merge-request: 167
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-16 12:01:35 +02:00
Alessandro Portale
e81c518619 Deployment of Qml modules.
Application logic implemented. The Wizard Ui does not expose
this feature, yet.
2010-08-15 23:57:38 +02:00
Olivier Goffart
c2da3f682e Add missing license header 2010-08-13 15:36:13 +02:00
Friedemann Kleint
faa38be87c Debugger[Python]: Deactivate QObject-Properties temporarily
due to it causing Windows gdb to crash.
Reviewed-by: hjk
2010-08-13 14:50:39 +02:00
hjk
497c5191e7 debugger: make dumper work with references to QObject derived classes. 2010-08-13 13:46:38 +02:00
Oswald Buddenhagen
bbee4a6367 remove duplicated message :} 2010-08-13 13:35:14 +02:00
hjk
b1e1692e23 debugger: remove dead code 2010-08-13 13:18:02 +02:00
hjk
b5579bbaf4 debugger: make QObject dumper more robust when QtCore has no debug info 2010-08-13 13:18:02 +02:00
hjk
0a3805a175 debugger: show parents and children only for QObject itself 2010-08-13 13:18:02 +02:00
hjk
64e4a8f7ae Merge remote branch 'origin/2.0'
Conflicts:
	share/qtcreator/gdbmacros/dumper.py
	share/qtcreator/gdbmacros/gdbmacros.py
	src/plugins/projectexplorer/customwizard/customwizardparameters.cpp
2010-08-13 11:19:44 +02:00
hjk
ada42e7ee8 debugger: merge 'enum' handling with that of simple types if appropriate 2010-08-13 11:00:24 +02:00
hjk
e38dc51691 debugger: speedup dumper by using integer comparisons for simple types 2010-08-13 11:00:21 +02:00
hjk
ae55b43c37 debugger: fix display of QObject properties
This is a backport of 5d645bfdfe
2010-08-13 09:57:35 +02:00
hjk
5d645bfdfe debugger: fix display of QObject properties 2010-08-13 09:31:07 +02:00
shiroki
c5b027cd1f Add simplified chinese translation.
This is a team work by shiroki@cuteqt.com, chloerei@gmail.com and
xtfllbl@hotmail.com .

Merge-request: 2173
2010-08-12 17:07:39 +02:00
Oswald Buddenhagen
214f1978ba fix string and the source in all translations 2010-08-12 17:07:39 +02:00
hjk
aeb6479d73 debugger: try long(p) == 0 as null-check for pointers as suggested by Tom T. 2010-08-12 15:27:31 +02:00
hjk
1c303fc80e debugger: fix dumper output of QLocale::timeFormat() 2010-08-12 12:38:22 +02:00
hjk
afcc0f7bf1 Merge remote branch 'origin/2.0'
Conflicts:
	src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.cpp
	src/plugins/qt4projectmanager/qt-maemo/maemosettingswidget.h
2010-08-12 11:07:08 +02:00
Jure Repinc
e253896b58 Updated Slovenian translation for Qt Creator 2.1
Merge-request: 2170
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-11 18:29:16 +02:00
axasia
316b7e8097 Update japanese translation for 2.0
Merge-request: 2171
Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
2010-08-11 15:50:40 +02:00
dt
16b5f78ced Move symbian icon to the user editable part 2010-08-11 12:10:43 +02:00
dt
ac6dadf9b0 Move deployment out of symbian scope 2010-08-11 12:10:43 +02:00
dt
55d9b9887b Remove qml from OTHER_FILES 2010-08-11 12:10:43 +02:00
hjk
b751543bc2 debugger: fix QTCREATORBUG-814
(cherry picked from commit 99adbf1582)
2010-08-11 11:40:36 +02:00
hjk
99adbf1582 debugger: fix QTCREATORBUG-814 2010-08-11 11:26:04 +02:00
Alessandro Portale
408a8273fe No hardcoded QMLINSPECTOR_PATH in the qml app .pro file.
Instead of hardcoding a Qt Creator path into the standalone Qml
app .pro file by assigning a value to QMLINSPECTOR_PATH, we let
Qt Creator set that value as command line argument when calling
qmake.

QMakeStep::allArguments() is the place where it is added right
dt will will certainly suggest a better place place for it.
2010-08-09 22:21:07 +02:00
Alessandro Portale
3ae8ddf18f Outsourcing the dirty bulk into the new "qmlapplication.pri" 2010-08-09 14:20:13 +02:00
Alessandro Portale
d3677abd69 Making sure that QMLINSPECTOR can only be active for debug builds 2010-08-09 13:53:52 +02:00
Alessandro Portale
6af2497236 Q_QML_JS_INSPECTOR -> QMLINSPECTOR 2010-08-09 13:17:32 +02:00