- 25 Jun, 2010 20 commits
-
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
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
-
hjk authored
-
Kai Koehne authored
-
Kai Koehne authored
-
hjk authored
A mostly mechanical change. Reviewed-By: con
-
con authored
Task-number: QTCREATORBUG-1690
-
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 17 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
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
-
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
-
ck authored
-
Christian Kamm authored
What about paths that actually contain spaces? Reviewed-by: Erik Verbruggen
-
Christian Kamm authored
Task-number: QTCREATORBUG-1728 Reviewed-by: Kai Koehne
-
Christian Kamm authored
Task-number: QTCREATORBUG-1715
-
Christian Kamm authored
The relevance member is already used by the CompletionCollector. Instead I introduced the 'order' member to store a value used for the sorting of completion items. Reviewed-by: Erik Verbruggen
-
Friedemann Kleint authored
Check for "breakpoint", "hw breakpoint" types. Acked-by: hjk
-
- 23 Jun, 2010 3 commits