- Oct 05, 2010
-
-
Christiaan Janssen authored
Reviewed by: Kai Koehne, Andre Poenitz
-
Leena Miettinen authored
Fix UI text capitalization, edit text, and add screen shots. Reviewed-by: con
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- Oct 04, 2010
-
-
Christian Kandeler authored
-
Friedemann Kleint authored
Reviewed-by:
Thomas Hartmann <thomas.hartmann@nokia.com>
-
Tobias Hunger authored
Change the mapping of repository name to checkout directory name. This should now work better with windows.
-
Tobias Hunger authored
* Polish the base checkout wizard * Make UI easier to grasp * Add tooltips explaining things Task-number: QTCREATORBUG-2540 Reviewed-by: Robert Loehning
-
Kai Koehne authored
Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Also only warn about missing qmlobserver when actually trying to debug a .qmlproject. Reviewed-by: Christiaan Janssen
-
Kai Koehne authored
Allow the user to choose which Qt version to use for running a .qmlproject. Reviewed-by: dt
-
Christian Kandeler authored
Reviewed-by: kh1
-
Christian Kandeler authored
Reviewed-by: kh1
-
Thomas Hartmann authored
As a general rule QCoreApplication::translate() should be used instead of QCoreApplication::translate() Reviewed-by: Friedemann Kleint
-
Thomas Hartmann authored
Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
Remove break window menu action to toggle 'Full path'. Remove gdb setting 'Use full path'. Clean up break dialog: - Set PathChooser::ExpectedKind before value (showed up in red). - Use PathChooser::setPath()/path() instead of lineedit text - Return thread spec - Add validator for ignorecount as for breakcondition.ui Remove unused fields from breakcondition.ui Reviewed-by: hjk Task-number: QTCREATORBUG-2593
-
Tobias Hunger authored
-
Thomas Hartmann authored
Reviewed-by: Friedemann Kleint
-
Tobias Hunger authored
Check author information to be valid before enableing the commit button. Task-number: QTCREATORBUG-2410
-
Thomas Hartmann authored
Fixes caching for Qt Quick items. Also the emptyPane is found again. Reviewed-by: Kai Koehne
-
Thomas Hartmann authored
This file got somehow missing during renaming Reviewed-by: Trust Me
-
Thomas Hartmann authored
This patch adds a MessageBox that asks for confirmation to fix Qt 4.7 imports into QtQuick 1.0 imports. Reviewed-by: Kai Koehne
-
Leena Miettinen authored
Reviewed-by: Tobias Hunger
-
Christian Kandeler authored
Task-number: QTCREATORBUG-2510 Reviewed-by: Alessandro Portale
-
Christian Kamm authored
Task-number: QTCREATORBUG-2594 Done-with: Thomas Hartmann
-
Kai Koehne authored
Task-number: QTCREATORBUG-2590 Reviewed-by: Christiaan Janssen
-
Christian Kandeler authored
Task-number: https://projects.maemo.org/bugzilla/show_bug.cgi?id=195541 Reviewed-by: kh1
-
Friedemann Kleint authored
Reviewed-by:
Tobias Hunger <qt-info@nokia.com> Task-number: QTCREATORBUG-2542
-
Kai Koehne authored
ClientProxy::isEnabled() now only returns true when the server plugins are available too. Wait until then before using it to initialize the livepreview objects. Reviewed-by: Lasse Holmstedt
-
Friedemann Kleint authored
to work at least for debug-in-source builds. Reviewed-by: hjk Task-number: QTCREATORBUG-2546
-
Lasse Holmstedt authored
Otherwise, users might only see parts of the build that succeeded, but not the failed ones (depending on build order). Reviewed-by: ckamm
-
Christian Kamm authored
Task-number: QTCREATORBUG-2575 Reviewed-by: Kai Koehne
-
Friedemann Kleint authored
New STL implementation. Reviewed-by: hjk
-
Pawel Polanski authored
Null pointer exception when calling context menu on an empty area of Target step in new application wizard - fixed Reviewed-by: Tobias Hunger
-
Alessandro Portale authored
The update mechanism kicked in also for Qml Mobile apps, which happen to have a deployment.pri file aswell. But that was wrong. The update must only happen if all qml app stub files were found. This patch fixes it. Task-Number: QTCREATORBUG-2529 Reviewed-by: ck
-
Alessandro Portale authored
The only difference between these wizards was that in the Import Wizard, the user was able to chose a .qml file. So, why not merge them. Also, this commit is a nice code reduction. The module deployment feature was killed by popular demand. Apparently, nobody writes or deploys Qml modules, these days. Let's see when they want to have it back ;) Task-Number: QTCREATORBUG-2505 Reviewed-by: ck
-
Alessandro Portale authored
As an project tree unclutter measure, we now append the deployment.pri to the qmlapplicationviewer.pri while generating the stub for Qt Quick Apps. At the same tame we keep te Qt Mobile App wizard intact, which continues to generate the deployment.pri file. And we also keep the qmlapp/app.pro template functioning as project, therefore we leave the include(../shared/deployment.pri) in qmlapp/app.pro and let the wizard remove that incude. Task-Number: QTCREATORBUG-2568 Reviewed-By: ck
-
Alessandro Portale authored
De-clutter the app profile: - Call the Symbian icon <project>.svg - Define the Symbian icon in the deployment .pri file Task-Number: QTCREATORBUG-2578 Reviewed-by: ck
-