- 19 Nov, 2009 4 commits
-
-
Tobias Hunger authored
* Ignore steData calls that do not actually change any data in the EnvironmentEditorModel. This prevents all variables touched from getting marked up as changed. Reviewed-By: con
-
hjk authored
-
hjk authored
unavailable
-
hjk authored
-
- 18 Nov, 2009 8 commits
-
-
Robert Loehning authored
Reviewed-by: Maurice Kalinowski
-
axasia authored
Merge-request: 2140 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Jonathan Courtois authored
Merge-request: 2131 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Oswald Buddenhagen authored
by Ben & Pierre
-
Jonathan Courtois authored
Merge-request: 2131 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Florent Renault authored
Merge-request: 2131 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Friedemann Kleint authored
Reviewed-by: con
-
Friedemann Kleint authored
Reviewed-by: con Task-number: QTCREATORBUG-245
-
- 17 Nov, 2009 2 commits
-
-
Friedemann Kleint authored
Change the translateable string not to contain a blank. Task-number: QTCREATORBUG-299 Reviewed-by:
Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
-
Sergey Belyashov authored
Merge-request: 2115 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 16 Nov, 2009 3 commits
-
-
Roberto Raggi authored
Task-number: QTCREATORBUG-282
-
Roberto Raggi authored
-
Thorbjørn Lindeijer authored
The final dot was confusing qmake, apparently considered part of the variable name.
-
- 13 Nov, 2009 7 commits
-
-
Roberto Raggi authored
This reverts commit 6a9e7ab0.
-
hjk authored
-
Robert Loehning authored
-
Robert Loehning authored
-
hjk authored
-
hjk authored
-
Jarek Kobus authored
When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment
-
- 12 Nov, 2009 12 commits
-
-
con authored
Reviewed-by: dt
-
con authored
Reviewed-by: Oswald Buddenhagen
-
con authored
Reviewed-by: Robert Loehning
-
dt authored
Fixes a bug that after package installation the debugging helpers are sometimes marked as invalid. Reviewed-By: hjk
-
Friedemann Kleint authored
Fails for system Qt on 10.6. Reviewed-By:
hjk <qtc-committer@nokia.com>
-
Oswald Buddenhagen authored
The problem is that the shlib events disturb bounded execution requests and there is no way to recover from this - the debugger will effectively turn "step over" into "continue". this is nicely explained in http://vladimir_prus.blogspot.com/2007/12/debugger-stories-pending-breakpoints.html
-
Jarek Kobus authored
-
Ritt Konstantin authored
Merge-request: 2065 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
hjk authored
-
hjk authored
-
hjk authored
-
hjk authored
-
- 11 Nov, 2009 4 commits
-
-
Daniel Molkentin authored
Reviewed-By: con
-
Friedemann Kleint authored
Add changed signals to IVersionControl and VCSManager and wire them to the update methods. Add a menu action for manually updating. Improved version of reverted 7aa24116 . Reviewed-by:
Roberto Raggi <roberto.raggi@nokia.com>
-
Oswald Buddenhagen authored
this ensures that, among other things, we won't get into this scenario: - process is running - interrupt is requested by user - termination is requested by user - before interrupt takes effect, the process terminates => shutdown is called => exit is also queued, as there is already a queued kill => nothing happens, as there will never be a stop response Reviewed-by: hjk
-
Oswald Buddenhagen authored
archer reports stops at tbreaks properly, so checking for an empty stop reason is no particularly good idea. instead, we simply skip *all* stops at the entry point, assuming the user will not really set a breakpoint there anyway. Reviewed-by: hjk
-