summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* debugger: Using macro, removed unused QStringv1.3.1Robert Loehning2010-01-151-2/+1
| | | | (cherry picked from commit 500ab0f0b416736f3419f23fb596863c39b7a23b)
* Build fixcon2010-01-151-1/+1
| | | | (cherry picked from commit 048275b051c90051ee19495aac91cb244ae2255c)
* debugger: remove obsolete add-symbol-file callcon2010-01-151-3/+6
| | | | | | | | | (cherry picked from commit 4051d8228bb3565626144d012d486e09b297b62f) Conflicts: src/plugins/debugger/gdb/trkgdbadapter.cpp (cherry picked from commit 8b5ab50f0e5c48ea83e41bea3aa4d1597d95b5ba)
* debugger: combine memory blocks more aggressivelyhjk2010-01-151-2/+12
| | | | | (cherry picked from commit 85b39966bc612b62a658edcb3e5b27acc5ad8687) (cherry picked from commit 81977e2d3dcbbcb21823342aa413745bec3dc1fb)
* debugger: backport some symbian fixeshjk2010-01-151-33/+65
| | | | | Reviewed-by: Robert Loehning (cherry picked from commit 6fc1bfb2c97f0a2d06dee578b555cf8715e40fc9)
* Showing display names of usable build configs if run config doesn'tRobert Loehning2010-01-151-1/+1
| | | | | | | match. Reviewed-by: con (cherry picked from commit 86567e68194c0892978cde194b5d21d473f7e7e6)
* Update Polish translationsJarek Kobus2010-01-151-81/+71
| | | | (cherry picked from commit 714a027a559364c85e2d5df71ffdd8cda66726b3)
* Opening binary files leaves empty entries in open editors windowcon2010-01-142-8/+10
| | | | | | | | | | | | Leading to a crash when selecting the empty entry. The patch fixes a big memory leak with bin editors (neither the widget nor the IFile instance was deleted, the latter leading to the empty entry in the open editors window), and also puts a saveguard in the open editors window, so that empty entries are not shown any more. Task-number: QTCREATORBUG-571 Reviewed-by: Thorbjørn (cherry picked from commit cd8bc8a207fce7c019facbd26bbbbb818116b821)
* Fix for wrong version in gdb substitute for qt pathdt2010-01-141-1/+1
| | | | | Reviewed-By: thorbjorn (cherry picked from commit 1da2e9e8d8d1a4ce6ed894b0154112692a0d8de1)
* Fixed translation.Robert Loehning2010-01-141-2/+2
| | | | | Reviewed-by: ossi (cherry picked from commit 2520d0c5d57e194a69918e70d8f24866966e1419)
* Missing entry in changelogcon2010-01-141-0/+1
| | | | (cherry picked from commit 1e8f335f012b676b7ae94900cfe6958b603c439e)
* qtcdebugger: Overwriting other versions when registering.Robert Loehning2010-01-141-7/+9
| | | | | Reviewed-by: Friedemann Kleint (cherry picked from commit 466571919497ad8f4b86097bd7fa270d3106730c)
* Fixed an issue with keeping a shipped color scheme selectedThorbjørn Lindeijer2010-01-133-9/+21
| | | | | | | | | When the path to the shipped color schemes changes, Qt Creator was unable to load the chosen color scheme. Now, when it can't find the color scheme, it will look for it in the default color scheme path. Reviewed-by: con (cherry picked from commit 87a7ed94a3e5d57c02cfc68a8be87a76109bdb0b)
* Fixes: Not able to set breakpoints in running application.con2010-01-131-1/+1
| | | | | | | Regression introduced by the gdb startup speedup. Reviewed-by: hjk (cherry picked from commit 232db42069cc6da3c8e89d0a37c155ee43888a27)
* Debugger/CDB: Increase limits on string size in watch data.Friedemann Kleint2010-01-132-8/+20
| | | | | | | | | Introduce truncation in item view instead (full value visible in ToolTip). Reviewed-by: hjk Task-number: QTCREATORBUG-305 (cherry picked from commit 55b4e6d383d7d88ce32cf19ec87d85864ddb15fd)
* Also remove tokens that we consider "lost" from the list.con2010-01-121-0/+4
| | | | | Reviewed-by: hjk (cherry picked from commit e28968bf39df26e8300c7af752e1d4516a96ba27)
* Remove debug output.con2010-01-121-1/+0
| | | | | Reviewed-by: hjk (cherry picked from commit cdf06a4b3e93614120c3934b174416fcd91e323a)
* Fixes: Missing locals & watchers when debugging on Snow Leopardcon2010-01-121-0/+7
| | | | | | Task-number: QTCREATORBUG-436 Reviewed-by: hjk (cherry picked from commit ff066d5e76a9f64a9e7b3f5755fccb8695f3a9ad)
* debugger: fix timeout message.con2010-01-121-2/+2
| | | | | | | | | (cherry picked from commit 9ee71d7da98db71be8136631d46b2ccc8ab142f0) Conflicts: src/plugins/debugger/gdb/gdbengine.cpp (cherry picked from commit 77b3bf4d7bc5544485589c168014fc4cc9c23c5d)
* Fixed logic for whether to skip or insert a closing braceThorbjørn Lindeijer2010-01-111-4/+4
| | | | | | | | | Due to wrongly checking whether findPreviousBlockOpenParenthesis and findNextBlockOpenParenthesis actually found anything, the wrong range was counted when a code block start or end was not found. Reviewed-by: mae (cherry picked from commit 79bf4183056d9ae950d44dc538d7276500268293)
* Fixed crash when leaving session with invalid bookmarks or breakpointsThorbjørn Lindeijer2010-01-112-6/+10
| | | | | | | | | | | | | | When the bookmark could not be added to the editor due to being on a non-existing line, it would not be cleaned up properly when the editor was closed, resulting in a crash when it later tried to remove itself from the no longer existing editor. In addition to fixing the crash, bookmarks that are not on valid lines are now automatically removed when you try to navigate to them. Task-number: QTCREATORBUG-545 Reviewed-by: mae (cherry picked from commit 2b46f828b4ae2f41c4efc9fde7e8b7c5e271b4de)
* Fixed license headers.Robert Loehning2010-01-1115-30/+30
| | | | | Reviewed-by: dt (cherry picked from commit 8a6ca955891518282541eb1f255ee2525845ed39)
* More changes.con2010-01-111-0/+2
| | | | | Reviewed-by: hjk (cherry picked from commit 49341fe6e41f66352b5bb2177c3b4ab9144476a8)
* Translations: Complete German for 1.3.1Friedemann Kleint2010-01-081-162/+249
| | | | (cherry picked from commit 93362f1ab5b8e53c5021671998c2b86f7ca504c0)
* Translations: Fix debugger messagesFriedemann Kleint2010-01-082-11/+11
| | | | | Reviewed-by: hjk (cherry picked from commit 945315173faf07e2bafa7dfcd31f08328f56df85)
* Translations: Fixed tr()-message in debuggeragents.Friedemann Kleint2010-01-081-2/+2
| | | | | Reviewed-by: hjk (cherry picked from commit a7684cac173d63c69140064b5c961876a2eecf14)
* Version bumpcon2010-01-0734-127/+127
|
* Use the completion case sensitivity settings also for relevanceThorbjørn Lindeijer2010-01-071-2/+9
| | | | | | | | | | | Avoids some annoyance for people using case-sensitive completion, when unrelated completions items would get higher relevance because they start with the typed string when matched case-insensitively. In case-insensitive mode, a case-sensitive prefix match now does get a higher relevance than a case-insensitive match. Reviewed-by: con
* Add copyright headers.Tobias Hunger2010-01-0745-0/+1303
| | | | | | | * Make sure all non-empty source files found below ./src have a copyright header. Reviewed-by: con
* Fixed warnings about absolutePath on empty filename in git pluginThorbjørn Lindeijer2010-01-071-14/+15
| | | | Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
* Fix warnings about QFileInfo being instantiated on empty string.Friedemann Kleint2010-01-072-37/+46
| | | | | | | Do not insert currentDocument variable for empty files. Polish VariableManager, QLatin1String(), const-correctness. Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* compile fix with namespaceshjk2010-01-061-0/+2
|
* debugger: move watchdog timeout initialization to a place where it actually ↵con2010-01-061-3/+2
| | | | | | | | | | can access the stored settings. (cherry picked from commit de23834fc9ded8ad0f1360151b9160fd6b5293b5) Conflicts: src/plugins/debugger/gdb/gdbengine.cpp
* debugger: fix thinko in time out computationhjk2010-01-062-5/+2
| | | | (cherry picked from commit 33bdf429535dbd72d3a78aafecbad0c987c0b74c)
* debugger: gracefully handle commands that might not produce outputcon2010-01-064-21/+59
| | | | | | | | | (cherry picked from commit 1324a1c6004e1f0702d46a9adb4dc69631247e1a) Conflicts: src/plugins/debugger/gdb/gdbengine.cpp src/plugins/debugger/gdb/gdbengine.h
* debugger: make watchdog timeout configurablecon2010-01-067-10/+57
| | | | | | | | | (cherry picked from commit bf077800b85fcb598e316f16b1e5dce98eae7ad5) Conflicts: src/plugins/debugger/debuggerplugin.cpp src/plugins/debugger/gdb/gdboptionspage.ui
* debugger: make use of full source file list optionalhjk2010-01-067-22/+78
| | | | (cherry picked from commit 8c52f5720cc2636d17c9ec752fcbccfc827ff9d8)
* debugger: handle large quint64 values 'properly'con2010-01-061-1/+2
| | | | | | | | (cherry picked from commit 02e90fd71d8b6f9b6340a0ed622c9fae4ed3496c) Conflicts: src/plugins/debugger/watchhandler.cpp
* debugger: make the option to write timestamps to the log persistentcon2010-01-061-0/+1
| | | | | | | | (cherry picked from commit a5c5cfc42edfc5eef42615036ca25804926795d8) Conflicts: src/plugins/debugger/debuggerplugin.cpp
* PLain Text Editor: Remove list indentationFriedemann Kleint2010-01-061-3/+2
| | | | | | | | | | | As it causes dashed lists to be formatted as - i1 - i2 Just do paragraph formatting. Task-number: QTCREATORBUG-538 Initial-patch-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> (cherry picked from commit 2986ccafd22f07bbd631d015e141ec05fda1a3d5)
* Fixed problem with nested templates in function declaration completionRoberto Raggi2010-01-061-0/+2
| | | | | | | Wasn't using a space to separate the closing angular brackets. Task-number: QTCREATORBUG-547 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Fixed crash when completing symbols without a valid context.Roberto Raggi2010-01-061-2/+4
| | | | | Task-number: QTCREATORBUG-534 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Load designer translations before instantiating any designer objectJarek Kobus2010-01-061-11/+12
| | | | | | | In this way all tr calls are done after translations are loaded. Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@trolltech.com> Task-number: QTCREATORBUG-470
* Brown paper bag fix for 8929bb27eeaab6b876fefde63aa1bdcf5e8f5ee2.Daniel Molkentin2010-01-061-1/+1
| | | | (cherry picked from commit a866725405c65cd333247b6aaa5b82cda8f7e283)
* Point some tips of the day to the right documentation path.Daniel Molkentin2010-01-061-2/+2
| | | | | Fixes: QTCREATORBUG-483 (cherry picked from commit 8929bb27eeaab6b876fefde63aa1bdcf5e8f5ee2)
* More changes.con2010-01-061-0/+2
|
* Start on a changes file for 1.3.1con2010-01-051-0/+46
|
* Remove some old stuff from gitignore.con2010-01-051-13/+0
|
* Updated Russian translationSergey Belyashov2010-01-041-345/+286
| | | | | Merge-request: 90 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* properly decode messages from gdbOswald Buddenhagen2010-01-047-14/+17
| | | | | | | | ... using fromLocal8Bit instead of fromLatin1. of course the localized messages pose a "challenge" for the various workarounds which parse them ... Task-number: QTCREATORBUG-504