- 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
-
- Oct 04, 2010
-
-
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 patch adds a MessageBox that asks for confirmation to fix Qt 4.7 imports into QtQuick 1.0 imports. Reviewed-by: Kai Koehne
-
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
-
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
-
Kai Koehne authored
Task-number: QTCREATORBUG-2501
-
Christian Kamm authored
Task-number: QTCREATORBUG-2563 Reviewed-by: Kai Koehne
-
- Oct 03, 2010
-
-
Christian Kandeler authored
-
Alessandro Portale authored
The scanning phase was in some cases insanely long. Reason was that Creator feeds wrong paths to the CppModelManager, for example "/". The scanning phase did what it was told to: scan that whole Harddrive. This patch makes sure that the scanning is not done for "/" Done-With: Roberto
-
Alessandro Portale authored
(The other Samba is meant. The slow one, not the nice one.) Creator manages to feed the CppModelManager with all kinds of wrong include paths. That is usually not a big issue as long as that path is not a simple "/". CppManager appended a separator to all incoming include paths. And when the above "/" was passed in, we had (on my machine) 7 seconds of Samba Network lookup, multiple times during a parse. And the sad thing was that my dear colleagues in the Intranet did not even have the searched-for header files on their shared folders. This patch makes sure that a separator is only appended if the path does not already end with one. The real core of the issue (wrong include paths from Creator) still needs to be fixed. Done-with: Roberto Raggi
-
- Oct 01, 2010
-
-
hjk authored
Reviewed-by: Alessandro Portale Task-number: QTCREATORBUG-2552
-