- Dec 09, 2009
-
-
hjk authored
-
hjk authored
This is an attempt to make it work with released gdb 7.0. It uses some ugly workarounds to compensate for the missing gdb.Block and gdb.Symbol structures.
-
Tobias Hunger authored
* Remove one layer of layout. Reviewed-by: dt
-
Friedemann Kleint authored
Make the diff-base directory a property of VCSBaseEditor and use everywhere.
-
Roberto Raggi authored
Task-number: QTCREATORBUG-74
-
- Dec 08, 2009
-
-
Oswald Buddenhagen authored
-
con authored
-
Thorbjørn Lindeijer authored
The search results window assumed the files were searched in sorted order, which is not always the case especially since "find usages" can now operate in several threads. This change makes sure that the list of files in the search results is always sorted, using a binary search to find the right index to insert new files. Reviewed-by: con
-
Thorbjørn Lindeijer authored
-
Thorbjørn Lindeijer authored
It used to be hidden on the Display settings page. Task-number: QTCREATORBUG-135
-
dt authored
-
dt authored
-
con authored
-
hjk authored
-
hjk authored
arrays
-
hjk authored
-
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
-