- 25 Jun, 2010 20 commits
-
-
hjk authored
-
Christian Kamm authored
By actually storing the documents instead of only the root and id environments.
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
Reviewed-by: dt
-
Robert Loehning authored
-
Friedemann Kleint authored
Added adapter to work with TCF over WLAN. Factor out common code for Symbian from TrkAdapter. Improve message logging in TrkGdbAdapter, some cleanup. Added new TcfTrkGdbAdapter based on TcfTrkDevice in symbianutils based on JSON, using QTcpSocket. To be started via special @tcf@ argument. Rubber-stamped-by: hjk
-
hjk authored
-
hjk authored
-
hjk authored
-
Erik Verbruggen authored
-
hjk authored
-
Kai Koehne authored
-
Kai Koehne authored
-
hjk authored
A mostly mechanical change. Reviewed-By: con
-
con authored
You have to call setProgressValue(AndText) at least once unconditionally, before resultReporting and isProgressUpdateNeeded actually do the right thing. Also use qreal progress values internally while iterating directories.
-
con authored
Task-number: QTCREATORBUG-1690
-
Oswald Buddenhagen authored
there is not much point in complaining about internal queries of unknown properties anyway, so just don't try it. remove the default value from the complain argument to avoid mistakes either way in the future.
-
hjk authored
-
hjk authored
-
Bill King authored
The second line test could be misread by both the compiler or the reader. gcc even warns about this, so add brackets just to make sure.
-
- 24 Jun, 2010 20 commits
-
-
mae authored
The semantic highlighting and all the extra selections create many cursors, this does cost time in setText(). Solution: remove all extra selections on reload. Reviewed-by: Oswald Buddenhagen Task-number: QTCREATORBUG-1720
-
Robert Loehning authored
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
this is less insane than (and thus incompatible to) qmake, but i postulate that nobody will complain. :)
-
Oswald Buddenhagen authored
we don't use anything the features may set up, so loading them just wastes time. this may change if we start processing extracompilers properly.
-
Oswald Buddenhagen authored
make it an argument of the main entry point instead of a property
-
Oswald Buddenhagen authored
-
con authored
-
con authored
Especially for the file system filter, it's better not to block while collecting all the file names by first iterating over the file system. Now, the filters return an iterator, and the search thread takes a file from it, searches it, and takes the next file. This also unifies the file iterator for the custom locator filters and the find in files on file system search filter. Task-number: QTCREATORBUG-1690
-
Tobias Hunger authored
* Add a method to get a task from the taskmodel. * Use it.
-
Tobias Hunger authored
Reviewed-by: dt
-
Tobias Hunger authored
* Add task handler to show VCS blame output. * This taskhandler is not yet used!
-
Tobias Hunger authored
* Add task handler that enables copying task data into the clipboard * This is not yet used!
-
Tobias Hunger authored
* Add a taskhandler used to show the file/line a task is referring to in the editor. * This is not yet used!
-
Tobias Hunger authored
* A taskhandler is a class used to implement actions that can be done on tasks. This allows for decoupling the taskwindow from the functionality it provides, allowing for extensions to provide new actions there. Reviewed-by: dt
-
Oswald Buddenhagen authored
that's consistent with qmake, but without practical relevance.
-
Oswald Buddenhagen authored
when appending a list with one empty element to an empty list, we'd get into a state which would subsequently cause an assert.
-
Oswald Buddenhagen authored
use lowercasing only as a fallback
-
Oswald Buddenhagen authored
-
Oswald Buddenhagen authored
-