- Sep 21, 2010
-
-
Christian Kandeler authored
-
- Sep 20, 2010
-
-
Friedemann Kleint authored
-
Lasse Holmstedt authored
Adapt to latest changes in qt.git (commit a9e5329168c) Reviewed-by: kkoehne
-
- Sep 17, 2010
-
-
Christian Kandeler authored
On-device gdb is an exception, because the local installation does not know about it.
-
- Sep 16, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
Friedemann Kleint authored
Introduce some more private classes for the coreplugin, use header include convention <QtModule/QClass>, de-qobjectify VariableManager.
-
Christian Kandeler authored
-
- Sep 15, 2010
-
-
Friedemann Kleint authored
Rename 'QML standalone application' to 'QML application' and the 'old-style' QML applications to 'QML Viewer based applications'. For the QML renaming: Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- Sep 14, 2010
-
-
dt authored
Also introduce a indirection, modes have now types, edit and debug have the same type, and editors do have a prefered type of modes instead of a prefered mode. That fixes the bug that if the prefered qml editing mode was set to design, then in switching between qml editors would - in Edit Mode: stay in edit mode - in Debug Mode: switch to debug mode
-
Friedemann Kleint authored
-
- Sep 13, 2010
-
-
Friedemann Kleint authored
-
Christian Kandeler authored
Reviewed-by: kh1
-
Friedemann Kleint authored
Reviewed-by: hjk Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
- Sep 10, 2010
-
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Friedemann Kleint authored
Fix README, some spelling errors, remove contractions, exclamation marks, correct some plural forms, join split messages. Add QCoreApplication::translate to non-Q_OBJECT-classes. Fix some lupdate warnings about discarding meta-data (//:).
-
- Sep 09, 2010
-
-
kh1 authored
-
Christian Kandeler authored
-
Friedemann Kleint authored
Add more error messages to processes run for toolchain detection. Move Windows-specific code to dbgwinutils, remove inclusion of <windows.h>. Fix MinGW gcc 4.5 warnings.
-
- Sep 08, 2010
-
-
Christian Kandeler authored
Could not be tested with actual QML project yet. Reviewed-by: kh1
-
Christian Kandeler authored
-
Friedemann Kleint authored
Reviewed-by: kh
-
Christian Kandeler authored
Also document remote gdbserver adapter's signal.
-
- Sep 07, 2010
-
-
Christian Kandeler authored
Was renamed weeks ago, somehow came back.
-
Christian Kandeler authored
Parse script output instead. Done-with: kh1
-
- Sep 02, 2010
-
-
Oswald Buddenhagen authored
QString::isNull() vs. isEmpty() discrimination is a time bomb ...
-
- Aug 30, 2010
-
-
Christian Kandeler authored
-
Christian Kandeler authored
-
Christian Kandeler authored
Apparently, the sender can still be null even though it's deleted via deleteLater().
-
Christian Kandeler authored
This is needed for sourve packages, but interferes with binary ones.
-
- Aug 27, 2010
-
-
Christian Kandeler authored
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2150 Reviewed-by: kh1
-
Christian Kandeler authored
- Set priority to "optional", as recommended for Maemo. - Fix rules file so it can be used for source packages.
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
We will now behave friendlier to projects that already have a debian directory. Also, building a source package will be more straightforward. Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
-
- Aug 26, 2010
-
-
Christian Kandeler authored
We have no way to know when the client is actually opening its ports, so we wait until we are reasonably sure it's done. This is not 100% safe, but should generally suffice. (The UTFS server seems to have this logic already built in, but it does not seem to work on Mac.)
-
Christian Kandeler authored
This will help us diagnose errors.
-