Commit Graph

654 Commits

Author SHA1 Message Date
Christian Kandeler
d17abda918 Maemo: Correctly initialize device configuration for new deploy step. 2011-01-14 14:57:52 +01:00
Christian Kandeler
f71d0c0ae9 Maemo: Fix device name update in deployment widget. 2011-01-14 14:57:52 +01:00
Christian Kandeler
d5b2954da8 Maemo: Force focus change on button click in device dialog.
Not very nice, because it overrides platform behaviour.
The alternatives seem uglier, though.

Task-number: QTCREATORBUG-2860
2011-01-14 12:37:52 +01:00
Christian Kandeler
f30c7f37f0 Maemo: Fix timer bug. 2011-01-13 16:27:55 +01:00
Christian Kandeler
f41bcb4501 Maemo: Improve resize behavior of device configurations combo box. 2011-01-13 16:27:55 +01:00
Christian Kandeler
01532516e7 Maemo: Move some device configurations code around. 2011-01-13 16:27:55 +01:00
Christian Kandeler
ca3b9e009e Maemo: Style fix. 2011-01-13 16:27:54 +01:00
Christian Kandeler
ad5bd745ef Maemo: Revert 2.1 patch.
We have a proper fix for 2.2.
2011-01-13 15:03:58 +01:00
Christian Kandeler
85df1a325f Maemo: Style stuff. 2011-01-13 15:03:58 +01:00
Christian Kandeler
a8bea59d88 Maemo: Allow user to set default device configuration.
Task-number: QTCREATORBUG-3486
2011-01-13 15:03:58 +01:00
Christian Kandeler
61cbad9612 Maemo: Introduce logic for default device configuration. 2011-01-13 15:03:58 +01:00
Christian Kandeler
164cc4ff2c Maemo: Refactor device configurations list. 2011-01-13 15:03:58 +01:00
Tobias Hunger
6b92bc3d13 Clean up environmentmodel/widget
* Move the environment model code to utils and export it
 * rename the environmenteditmodel files to environmentwidget
   (which is the class they actually contain)

Reviewed-by: dt
2011-01-13 12:21:45 +01:00
con
8bf142fbc3 Let ModeManager::addAction take a QAction instead of Command
There was no reason, and using QAction is more flexible.
2011-01-12 15:54:16 +01:00
dt
6f600450c4 Qt4 Maemo: Fix crash
Toolchains can't hold a pointer to the qtversion for which they were
created. Copying QtVersions does not clone toolchains instead they are
held via a shared pointer. Thus the original qtversion for which the
toolchain was created might not exist anymore.

Reviewed-By: ck
2011-01-12 15:08:05 +01:00
con
f46a87a6f5 Merge remote branch 'origin/2.1'
Conflicts:
	src/plugins/qt4projectmanager/qt-maemo/maemotemplatesmanager.cpp
2011-01-12 10:20:46 +01:00
con
d1023c7614 It's 2011 now.
Reviewed-by: hjk
2011-01-12 09:46:24 +01:00
Christian Kandeler
fc31b812c9 Maemo: Optionally remove packaging data on target removal.
Task-number: QTCREATORBUG-2996
2011-01-11 16:56:05 +01:00
Christian Kandeler
e79f6031da Maemo: Prepare for possibility of our deploy step disappearing.
Could happen e.g. when RDA is used.
2011-01-11 16:56:05 +01:00
Christian Kandeler
85d6f4bd61 Maemo: Switch to command-line based QML debugging parameters.
Used to be an environment variable.
2011-01-10 17:23:24 +01:00
Christian Kandeler
549022b55f Maemo: Tell file manager not to bother the user with expected updates. 2011-01-10 12:14:30 +01:00
hjk
129c958a93 debugger: refactor debugger configuration check 2011-01-10 10:18:46 +01:00
hjk
1b1663a289 introduce a appendMessage overload not requiring the 'this' parameter 2011-01-10 10:18:45 +01:00
Friedemann Kleint
a7eccce733 Debugger: Header cleanup 2011-01-10 10:14:23 +01:00
hjk
ef806894e8 runcontrols: use ProjectExplorrer::OutputFormat for format selection 2011-01-07 16:26:56 +01:00
hjk
8fd480bd21 merge addToOutputWindow and addToOutputWindowInline 2011-01-07 16:26:55 +01:00
hjk
b9fb6f4b60 maemo: refactor debugger interaction 2011-01-06 19:41:09 +01:00
hjk
b0a9d61d43 maemo: access the debugger engine instead of the runcontrol 2011-01-06 19:33:59 +01:00
hjk
747451dcc5 maemo: use less direct accesses to debugger plugin code 2011-01-06 19:26:57 +01:00
Christian Kandeler
6926561572 Maemo: Enable dependency checking for release builds and publishing.
Task-number: QTCREATORBUG-3228
2011-01-06 15:47:24 +01:00
Christian Kandeler
ffd1de7c8b Maemo: Add hint to Debian rules file.
Task-number: QTCREATORBUG-3228
2011-01-06 14:22:39 +01:00
Christian Kandeler
32c45cfc31 Toolchain: Add "sysroot" feature.
Reviewed-by: Tobias Hunger
2011-01-05 16:23:38 +01:00
con
11fc831598 Merge remote branch 'origin/2.1' 2011-01-05 10:42:01 +01:00
Christian Kandeler
8d7d17dc78 Maemo: Fix possible crash on stopping a run control.
The crash happens when the run control is stopped before a connection
has been established.

Task-number: QTCREATORBUG-3374
Reviewed-by: Tobias Hunger
2011-01-04 17:51:52 +01:00
Christian Kandeler
3e085fedd6 Maemo: Fix Windows compilation. 2011-01-04 15:58:56 +01:00
Christian Kandeler
f91abf127e Maemo: Add some helpful tooltips to the device configurations dialog. 2011-01-04 15:01:30 +01:00
Christian Kandeler
aba9ee3f44 Maemo: Add tooltip to deployment widget. 2011-01-04 14:55:47 +01:00
Christian Kandeler
68e6b233ab Maemo: Improve packaging widget.
- Enable/disable all interactive elements when packaging is enabled/disabled.
- Don't limit the width of line edits.
- Don't make the labels bold.
2011-01-04 14:52:40 +01:00
Christian Kandeler
3cb34cf8ec Maemo: Move MADDE environment information out of MaemoToolChain class.
The toolchain is not available in all places where we need the
respective information, which resulted in duplicated code.
2011-01-04 14:15:57 +01:00
Christian Kandeler
250b190522 Maemo: Configuration dialog fixes.
- Disable "Remote Processes" button when no entry is selected.
- Fix some keyboard shortcuts.
2011-01-03 14:57:24 +01:00
con
23c22b7c66 License headers, part 2 2010-12-17 17:14:20 +01:00
con
b1bcf081d8 Merge branch '2.1'
Conflicts:
	src/plugins/coreplugin/basemode.cpp
	src/plugins/coreplugin/basemode.h
	src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.cpp
	src/plugins/coreplugin/scriptmanager/qworkbench_wrapper.h
	src/plugins/debugger/cdb/cdbsymbolpathlisteditor.cpp
	src/plugins/debugger/debuggeragents.cpp
	src/plugins/debugger/debuggeruiswitcher.cpp
	src/plugins/debugger/debuggeruiswitcher.h
	src/plugins/projectexplorer/buildconfigdialog.cpp
	src/plugins/qmldesigner/components/propertyeditor/colorwidget.cpp
	src/plugins/qmldesigner/components/propertyeditor/colorwidget.h
	src/plugins/qmldesigner/designercore/include/enumeratormetainfo.h
	src/plugins/qmldesigner/designercore/include/modelutilities.h
	src/plugins/qmldesigner/designercore/include/nodeinstance.h
	src/plugins/qmldesigner/designercore/include/propertymetainfo.h
	src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/graphicsscenenodeinstance.h
	src/plugins/qmldesigner/designercore/instances/graphicsviewnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/graphicswidgetnodeinstance.h
	src/plugins/qmldesigner/designercore/instances/nodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/qmlviewnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.cpp
	src/plugins/qmldesigner/designercore/instances/widgetnodeinstance.h
	src/plugins/qmldesigner/designercore/metainfo/enumeratormetainfo.cpp
	src/plugins/qmldesigner/designercore/metainfo/propertymetainfo.cpp
	src/plugins/qmldesigner/designercore/model/modelutilities.cpp
	src/plugins/snippets/inputwidget.cpp
	src/plugins/snippets/snippetscompletion.cpp
	src/plugins/snippets/snippetscompletion.h
	src/plugins/snippets/snippetspec.cpp
	src/plugins/snippets/snippetsplugin.cpp
	src/plugins/snippets/snippetswindow.cpp
	src/plugins/snippets/snippetswindow.h
	src/plugins/texteditor/snippetsparser.cpp
	src/tools/qml/qmldom/main.cpp
	tests/manual/trk/runner.cpp
	tests/manual/trk/trkolddevice.cpp
	tests/manual/trk/trkolddevice.h
	tests/manual/trk/trkserver.cpp
2010-12-17 17:00:53 +01:00
con
04e32b0049 License headers. 2010-12-17 16:03:42 +01:00
Christian Kandeler
0246a11aa7 Maemo: Improve file selection dialog for publishing.
- Make sure file names are completely visible.
- Show hidden files.
- Pre-unselect files of types unlikely to be included in the package.
2010-12-17 15:56:22 +01:00
Christian Kandeler
93fc835d08 Maemo: Fix "make distclean" step for publishing.
Task-number: QTCREATORBUG-3343
2010-12-16 18:33:30 +01:00
Christian Kandeler
b002eee6cc Maemo: Fix newlines in debian files when publishing.
The build server does not like CRLF.
2010-12-16 18:05:22 +01:00
Christian Kandeler
23a94c52a9 Maemo: Add a hint to the publishing wizard's upload page.
This should help people realize they need to explicitly request
upload rights.
2010-12-16 18:05:22 +01:00
Christian Kandeler
1764fda40b Maemo: Fix detection of valid icon in publishing code.
Task-number: QTCREATORBUG-3342
2010-12-16 18:05:22 +01:00
Christian Kandeler
6445ffc489 Maemo: Fix file removal problem on Windows.
Apparently, we can't delete read-only files.

Task-number: QTCREATORBUG-3343
2010-12-16 18:05:22 +01:00
Roberto Raggi
b4e421062f Removed stray tokens and fixed warnings/errors when compiling with pedantic C++ compilers. 2010-12-16 12:05:48 +01:00