- Dec 08, 2009
-
-
hjk authored
-
Oswald Buddenhagen authored
no point in re-parsing them over and over during the scan of a bigger project ... shaves off another 20% of the loading time of Qt 4.6.
-
Oswald Buddenhagen authored
there is no point in throwing away and re-recreating invariant data over and over ... shaves off ~15% of the load time of Qt 4.6.
-
Oswald Buddenhagen authored
makes forward delcs in headers possible
-
Oswald Buddenhagen authored
findProFileFor(), buildDir() and createProFileReader() make sense only in relation with an actual pro file anyway, so move them there.
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this is probably just as fast (still two allocs per insert), but it is definitely more elegant.
-
Oswald Buddenhagen authored
-
Friedemann Kleint authored
Remove logic handling several repositories.
-
dt authored
-
dt authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
Make use of VCS base class.
-
Friedemann Kleint authored
Fixes: - Cannot diff a file that does not belong to a project - Cannot commit when a temporary diff/log view is open due to the current file pointing to a temporary directory - git's project-related actions not passing the correct relative path. Implementation: - Centralize code to listen for Qt Creator's relevant state changes in VCSBasePlugin, dispatching the changes to the instances affected. (avoiding multiple invocations of searches/QFileInfo on current). - Do the same for the corelistener catching closing SubmitEditors. - Introduce VCSBasePluginState representing the relevant state (current file/project). - Call git with working directory set and relative arguments - Remove setEnabled/isEnabled() logic of IVersionControl - Pass toplevel from VCSManager to avoid duplicate searches.
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
dt authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
dt authored
-
Tobias Hunger authored
* Remove unnecessary headers. * Remove hardly used variables. * QTC_ASSERT before using a pointer which might be 0. Reviewed-by: dt
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Roberto Raggi authored
-
Erik Verbruggen authored
-
Erik Verbruggen authored
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
-
Roberto Raggi authored
For example std::string, which is a typedef of std::basic_string. Reviewed-by:
Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Thorbjørn Lindeijer authored
Several special cases that are handled by the CPPEditor did not take into account code that was using tab characters. Task-number: QTCREATORBUG-292 Reviewed-by: Roberto Raggi
-
- Dec 07, 2009
-
-
dt authored
-
Roberto Raggi authored
-
Tobias Hunger authored
* This makes sure this widget gets the same margins as all the others. Reviewed-by: dt
-
Tobias Hunger authored
We are targetting nothing below netbooks. These devices have screens that usually are 1024px wide (or wider), so this increase should be OK there. The 100px bonus do help a bit when editing environment variables, etc. Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Init is really setting up the UI, so rename it to setupUi. Reviewed-by: dt
-
Tobias Hunger authored
* Fix graphical glitches when rendering the detailsbutton. * Add copyright headers while touching this file. Reviewed-by: dt
-