summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* French translationsJonathan Courtois2009-11-181-566/+636
| | | | | Merge-request: 2131 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* French translationsFlorent Renault2009-11-181-151/+155
| | | | | Merge-request: 2131 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Wizard: Polish, layout and module names.Friedemann Kleint2009-11-182-20/+23
| | | | Reviewed-by: con
* Designer: Restrict files used for "Go to slot" to project of ui-file.Friedemann Kleint2009-11-181-2/+17
| | | | | Reviewed-by: con Task-number: QTCREATORBUG-245
* Shortcut Ctrk-L (Locator Goto Line) broken in most translations.Friedemann Kleint2009-11-179-11/+13
| | | | | | | Change the translateable string not to contain a blank. Task-number: QTCREATORBUG-299 Reviewed-by: Thorbjorn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Updated Russian translation.Sergey Belyashov2009-11-171-125/+129
| | | | | Merge-request: 2115 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Insert semicolon when matching enum declarations.Roberto Raggi2009-11-161-1/+1
| | | | Task-number: QTCREATORBUG-282
* Use a map for the memoization.Roberto Raggi2009-11-162-8/+11
|
* Fixed printing of the current Qt version numberThorbjørn Lindeijer2009-11-161-1/+1
| | | | | The final dot was confusing qmake, apparently considered part of the variable name.
* Revert "Fixed the direction in which include paths are traversed"Roberto Raggi2009-11-131-2/+2
| | | | This reverts commit 6a9e7ab0f4963eed3edec4985e24e4c005c43a23.
* debugger: access preloaded dumpers also when stopped by a signalhjk2009-11-131-1/+3
|
* S60: More precise about Qt version to use.Robert Loehning2009-11-131-2/+1
|
* S60: Added documentation paragraph about running in emulator.Robert Loehning2009-11-133-8/+31
|
* debugger: fix breakpoihnt deletion by using the context menu actionhjk2009-11-131-1/+1
|
* debugger: work on QObject dumper auto testhjk2009-11-131-384/+240
|
* Fix a bug when processing the commentJarek Kobus2009-11-131-2/+2
| | | | When we meet /* we look for closing */ and continue processing from the next char, not from '/' which was a part of the closing comment
* Screenshots for project settings.con2009-11-127-1/+1
| | | | Reviewed-by: dt
* CSL is the right name.con2009-11-124-7/+7
| | | | Reviewed-by: Oswald Buddenhagen
* Update the documentation for Qt for Symbian support.con2009-11-1210-19/+25
| | | | Reviewed-by: Robert Loehning
* Pretend that the gdbmacros.cpp is actually 5 minutes older then it is.dt2009-11-121-0/+4
| | | | | | | Fixes a bug that after package installation the debugging helpers are sometimes marked as invalid. Reviewed-By: hjk
* Debugger: Do not use LD_PRELOAD on Mac.Friedemann Kleint2009-11-122-2/+4
| | | | | | Fails for system Qt on 10.6. Reviewed-By: hjk <qtc-committer@nokia.com>
* don't track shared library events on gdb < 7, after all.Oswald Buddenhagen2009-11-121-0/+12
| | | | | | | 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
* Update Polish translationsJarek Kobus2009-11-121-597/+713
|
* update Russian translations for 1.3.0Ritt Konstantin2009-11-121-305/+295
| | | | | Merge-request: 2065 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* debugger: make QVariant dumper compile with QT_NO_SHORTCUThjk2009-11-121-6/+10
|
* debugger: add autotest for QSet dumperhjk2009-11-121-47/+66
|
* debugger: let dumpers override reported inameshjk2009-11-121-1/+5
|
* debugger: add autotest involving a typedefhjk2009-11-121-0/+61
|
* fix prl names, also include debug versions.Daniel Molkentin2009-11-111-21/+40
| | | | Reviewed-By: con
* Code model: Update on changes from the versioning system.Friedemann Kleint2009-11-1127-41/+204
| | | | | | | | | 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 7aa24116935249a840e1350a6f8de73bc794fb09. Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* always clear pending command queue before posting shutdown commandsOswald Buddenhagen2009-11-111-2/+2
| | | | | | | | | | | | | 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
* be more lenient when matching the stops at _startOswald Buddenhagen2009-11-111-16/+13
| | | | | | | | | 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
* Revert "Code model: Update on changes from the versioning system."con2009-11-1030-265/+61
| | | | | | | | This reverts commit 7aa24116935249a840e1350a6f8de73bc794fb09. It breaks the code model updates completely. So reverting this change until we have the right thing. Reviewed-by: Roberto Raggi
* Fixed search results handling of font heightThorbjørn Lindeijer2009-11-102-3/+12
| | | | | | | | | | | | This patch makes sure that the rows that show the file and the rows that show the results are the same height, to satisfy the uniform row heights setting. Also, a layout changed signal is now emitted when the font is changed. This makes active search results update correctly when the text editor font is changed. Reviewed-by: con
* Fixed the direction in which include paths are traversedThorbjørn Lindeijer2009-11-101-2/+2
| | | | Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com>
* Adjust qtlibspatcher to new pathnames, change purpose of qpatchDaniel Molkentin2009-11-102-61/+49
| | | | | | | | qpatch should not try to rename debug symbols, but modify the prl files instead. This purely replaces forward-slashed pathes. The pathes in the debugging symbols use backslashes and are not touched. Reviewed-By: con
* Fix combobox tooltip and lock-button visibility for empty editor viewsmae2009-11-101-0/+8
| | | | Reviewed-by: con
* Provide disambiguations for "unknown" stringJarek Kobus2009-11-101-3/+3
|
* Quote CDB_PATH.Tobias Hunger2009-11-101-1/+1
| | | | | | | When setting CDB_PATH via the environment. Reviewed-By: ossi (cherry picked from commit e288c4c4e7ec3420f2afdd51f8ae3c37a85d57db)
* track shared library events even on gdb < 7Oswald Buddenhagen2009-11-101-26/+31
| | | | | | | | this is to update breakpoint, source and module lists automatically. also remove the now pointless -break-list on every stop. Reviewed-by: hjk
* clear pending stream outputs after handling stop responseOswald Buddenhagen2009-11-101-0/+2
| | | | | | | any output will most definitely belong to later issued commands, so not clearing it will only cost cpu or even confuse the evaluation. Reviewed-by: hjk
* actively try to obtain PID of non-pthread inferiors with gdb < 7 on linuxOswald Buddenhagen2009-11-104-7/+61
| | | | Reviewed-by: hjk
* further cleanups in less expected shutdown pathsOswald Buddenhagen2009-11-101-0/+4
| | | | Reviewed-by: hjk
* L10n: Correct spelling in German translationFriedemann Kleint2009-11-101-116/+128
| | | | | | Run through spell checker. Task-number: QTCREATORBUG-256
* Cdb: Fix step out.Friedemann Kleint2009-11-102-43/+23
| | | | | | | | | Use debugger's 'gu' command instead of temporary breakpoint as a workaround until it is properly supported by the SetExecutionStatus() API. Reviewed-by: hjk Task-number: QTCREATORBUG-240
* fakevim: fix pasting in visual block modehjk2009-11-101-5/+9
|
* fakevim: fix writing of full file in stand-alone modehjk2009-11-101-3/+13
|
* Fix pasting of text that starts with a visually empty linemae2009-11-091-0/+10
| | | | | | | | | | Creator only indents the first line, and reindents subsequent lines relative to the indentation change of said first line. This fails when the first line contains no non-space characters. Solution in this change: skip (visually) empty lines. Reviewed-by: thorbjorn Task-number: QTCREATORBUG-227
* Some missing defines for Symbian tool chains.con2009-11-095-7/+18
| | | | Reviewed-by: dt
* implement the standard context menu also for the script editorsmae2009-11-0910-169/+35
| | | | | | | In addition, clean up the text editor action handling in the qtscript plugin. Rev-by: con