- Mar 22, 2010
-
-
con authored
Reviewed-by: dt
-
Friedemann Kleint authored
Pass around shared context containing basic replacement map. CustomProjectWizard adds %ProjectName% to it obtained from signal BaseProjectWizardDialog::introPageLeft(). Move replacement code into context. Add new modifier 'c' for capitalizing words.
-
hjk authored
-
hjk authored
Needs work...
-
hjk authored
-
hjk authored
-
Thorbjørn Lindeijer authored
They're internal classes of the core plugin.
-
Thorbjørn Lindeijer authored
Some concurrent jobs, like getting 'git blame' output, do not report progress. Their the minimum and maximum of their progress range is always 0, but they do report when they are finished. When such a job finishes, we should make sure the progress bar indicates this. Reviewed-by: con
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
Static leaks, but causes noise in valgrind output. :) Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
hjk authored
-
Jens Bache-Wiig authored
This was a regression in the custom styling. We no longer set the panel property on the mainwindow but rely on qobject_cast to style custom mainwindows. Reviewed-by: thorbjorn
-
Thorbjørn Lindeijer authored
Fixes creating these pages unnecessarily when the Welcome plugin is not loaded, as well as "leaking" them in that case. Reviewed-by: con
-
hjk authored
-
hjk authored
warnings
-
hjk authored
-
Kai Koehne authored
Don't (try to) initialize the static metainfo db on exit, just so that you can delete it.
-
con authored
In case of the default being used, the selected item in the settings was always the first of the schemes, in "inode order". The fix always puts the default scheme at the top of the list which makes sense anyhow. Reviewed-by: Thorbjørn
-
con authored
-
con authored
-
Kai Koehne authored
This re-adds file transform.png, removed in commit 9e1125d4. The icon is still referenced in source code.
-
Lasse Holmstedt authored
-
kh1 authored
Reviewed-by: Thorbjorn
-
Kai Koehne authored
E.g. "QmlFiles {}" now also monitors subdirectories by default, while "QmlFiles { paths : ["bla.qml"] } does not. Task-number: BAUHAUS-503
-
Tobias Hunger authored
-
Kai Koehne authored
-
Kai Koehne authored
Done together with hjk
-
Kai Koehne authored
-
- Mar 21, 2010
-
-
Christian Kamm authored
See c722282c.
-
- Mar 19, 2010
-
-
Tobias Hunger authored
Do some focus handling hacks on windows (only) Reviewed-by: jbache
-
Jens Bache-Wiig authored
I modified the text margins, removed the inconsistent "No project" label and made sure we fall back to the default computer icon when no project is open.
-
Friedemann Kleint authored
-
dt authored
-
Friedemann Kleint authored
-
Jens Bache-Wiig authored
There was a flicker problem with the tool bars because of missing information in the cache key. We added this info and removed the redundant caching of toolbar gradients. Done-with: thorbjorn
-
Friedemann Kleint authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Thorbjørn Lindeijer authored
There's an issue with receiving the release event when the mouse is moved slightly, and also on Linux it is apparently normal to handle these events on press instead of release. Tested with Firefox and Chromium. Task-number: QTCREATORBUG-899 Reviewed-by: kh1
-