hjk
1b3e9db046
debugger: implement "old" QSize and QSizeF dumpers, re-enable QImage/QPixmap
2010-05-28 15:48:20 +02:00
Oswald Buddenhagen
123937fb2a
Merge remote branch 'origin/2.0'
2010-05-28 12:45:41 +02:00
hjk
6ac8bd0c1b
debugger: std::basic_string's refcount can be -1.
...
Reviewed-By: Oswald Buddenhagen
2010-05-27 17:28:13 +02:00
Jarek Kobus
aa93d6f422
Update Polish translations
2010-05-27 15:29:34 +02:00
Thomas Hartmann
238dfa5185
QmlDesigner.propertyEditor: anchor fill button is now checkable
2010-05-27 11:48:06 +02:00
hjk
5805788290
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/projectexplorer/miniprojecttargetselector.cpp
src/plugins/qmldesigner/designercore/model/modeltotextmerger.cpp
src/plugins/qmldesigner/designercore/model/rewriteactioncompressor.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.h
tests/manual/gdbdebugger/simple/app.cpp
2010-05-27 11:11:53 +02:00
Oswald Buddenhagen
27cb7ac26a
remove outdated qt version check
...
all of creator requires qt 4.7 now
2010-05-26 19:35:21 +02:00
hjk
a45bfdc4e6
debugger: improve QVariant(QString) dumper
...
(partially cherry picked from commit dd714e9ccb )
2010-05-26 17:41:09 +02:00
hjk
69c84c9cc3
debugger: fix QList dumper for large movable objects
...
Doh!
(cherry picked from commit df0e1e5625 )
2010-05-26 17:22:59 +02:00
hjk
b61e32371f
debugger: fix display of children of objects passed by reference.
...
The value was adjusted to the referenced value but it was not used
when dumping the members, basically leading to an empty child list
in such cases.
2010-05-26 13:34:54 +02:00
Oswald Buddenhagen
4ff06e3cd8
don't put the temporary header files into the qm dir
...
this makes a difference only on macx, where it happens to fix the ts
target (because of missing quoting). but it is More Correct anyway.
2010-05-26 10:27:20 +02:00
Robert Loehning
43c892d399
Translation fix
...
Reviewed-by: Oswald Buddenhagen
2010-05-25 17:57:02 +02:00
Friedemann Kleint
68151eff33
i18n: Fix warning when showing 'About' dialog.
...
Caused by adding an argument in
acea722d75 .
Reviewed-by: Robert Loehning <robert.loehning@nokia.com >
2010-05-25 12:42:30 +02:00
Jarek Kobus
6ab2dddc0e
Update Polish translations
2010-05-24 10:07:32 +02:00
con
e327467a03
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/qt4projectmanager/qt-maemo/maemorunconfiguration.h
2010-05-21 16:04:27 +02:00
Thomas Hartmann
0c982a3025
QmlDesigner.propertyEditor: I "fixed" the resize behaivour
...
With this change the leading label will be resized first if the user
increases the size of the property editor.
So if property names are too long (elided), due to translation or
because the pane was generated automatically, the user is able to resize
the label.
2010-05-21 11:28:31 +02:00
Thomas Hartmann
b1dac076b3
QmlDesigner.propertyEditor: cleanup of qml
...
There were invalid qml files.
ListViewSpecifics.qml
FlipableSpecifics.qml
FlickableSpecifics.qml
Since we do not support this components properly I just cleaned up
the files.
Task-number: BAUHAUS-676
2010-05-21 11:28:31 +02:00
Thomas Hartmann
f4b8f1f812
QmlDesigner.propertyEditor: FontComboBox is not editable anymore
...
Task-number: BAUHAUS-678
2010-05-21 11:28:30 +02:00
Thomas Hartmann
49aa35f13f
QmlDesigner.propertyEditor: cleanup of unused files
2010-05-21 11:28:30 +02:00
con
48db93a92f
Merge remote branch 'origin/2.0'
2010-05-20 15:39:04 +02:00
Friedemann Kleint
4ed4535a52
I18n: Final German translation for 2.0
2010-05-20 14:38:53 +02:00
hjk
d770488185
debugger: add dumper for QHostAddress
2010-05-20 13:41:39 +02:00
hjk
dd714e9ccb
debugger: improve QVariant(QString) dumper
2010-05-20 13:14:44 +02:00
hjk
df0e1e5625
debugger: fix QList dumper for large movable objects
...
Doh!
2010-05-20 13:14:44 +02:00
con
7f4cbe2383
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/debugger/moduleshandler.cpp
src/plugins/qmldesigner/components/propertyeditor/propertyeditorcontextobject.cpp
src/plugins/qt4projectmanager/qt-maemo/maemopackagecontents.cpp
src/plugins/qt4projectmanager/qt-maemo/maemosshthread.cpp
2010-05-20 09:28:00 +02:00
Robert Loehning
b9793f4e59
Translation fix
2010-05-19 18:03:21 +02:00
hjk
58cbf845fa
debugger: add address of pointees of generic pointers
2010-05-19 14:19:33 +02:00
Christian Kamm
fadfe9c64e
QmlJS: Generalize EasingCurve name check to all enums.
...
Reviewed-by: Erik Verbruggen
2010-05-19 12:24:32 +02:00
hjk
c50dd85088
debugger: show return value of last function call in Locals and Watchers view
...
Works only with gdb/Python so far.
2010-05-19 12:00:56 +02:00
Thomas Hartmann
e5264b1c39
QmlDesigner.propertyEditor: fix font size for labels:
...
Task-number: BAUHAUS-667
2010-05-18 14:48:20 +02:00
Thomas Hartmann
fb2fabd5f0
QmlDesigner.propertyEditor: fix alignment of isVisible
...
Task-number: BAUHAUS-669
2010-05-18 14:48:19 +02:00
Thomas Hartmann
87f72a6146
QmlDesigner.propertyEditor: allow scaling bigger than 1.0
...
Task-number: BAUHAUS-668
2010-05-18 14:48:19 +02:00
con
2d17da65a9
Icon update.
2010-05-18 14:26:33 +02:00
Thorbjørn Lindeijer
3fea2a6b65
Removed unwanted space from QML property snippet
...
Task-number: QTCREATORBUG-1402
2010-05-18 13:01:22 +02:00
con
38f6379f39
Merge remote branch 'origin/2.0'
...
Conflicts:
doc/qtcreator.qdoc
src/plugins/find/currentdocumentfind.cpp
src/plugins/qt4projectmanager/qt-s60/s60createpackagestep.cpp
2010-05-17 17:40:40 +02:00
Friedemann Kleint
8e294efd62
I18n: Update German translation.
2010-05-17 13:03:03 +02:00
Leandro Melo
e5401e941c
Parsing of definitions metadata for mime type registering is now in a separate thread (QtConcurrent). Also some clean up.
2010-05-14 10:12:27 +02:00
Leandro Melo
929c7bb671
Making xml.xml easily available for testing as well.
2010-05-14 10:12:26 +02:00
Leandro Melo
6290aa8359
Started mechanism to scan directory, find definition files, and register mime types.
2010-05-14 10:12:22 +02:00
con
1fd12ab63b
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/cpptools/cppcodecompletion.cpp
2010-05-12 17:25:40 +02:00
Jarek Kobus
a877e6cf5c
Update Polish translations
2010-05-12 14:51:26 +02:00
hjk
acf1e49d0d
debugger: make QString "displayable" in a QTextEdit
2010-05-12 14:43:41 +02:00
Daniel Molkentin
bf95a99c51
New texts for the wizard types in the new dialog
...
Reviewed-by: Leena Miettinen
2010-05-12 14:16:49 +02:00
Friedemann Kleint
e71f299954
I18n: Update German translation for 2.0
2010-05-11 13:42:41 +02:00
con
3922be1b2e
Merge remote branch 'origin/2.0'
...
Conflicts:
src/plugins/texteditor/texteditoractionhandler.cpp
2010-05-11 13:39:21 +02:00
Robert Loehning
626221b685
Translation fix.
2010-05-11 13:04:52 +02:00
Jarek Kobus
d343d2d1ac
Update Polish translations
2010-05-11 10:38:25 +02:00
Jarek Kobus
2e0b19c078
Update Polish translations
2010-05-07 09:00:13 +02:00
hjk
aae6810722
debugger: fix display of QStringList after a takeFirst();
...
(cherry picked from commit f9e6a96395 )
2010-05-06 16:59:41 +02:00
hjk
f9e6a96395
debugger: fix display of QStringList after a takeFirst();
2010-05-06 16:24:12 +02:00