summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix security hole: don't add an empty element to LD_LIBRARY_PATH1.3Oswald Buddenhagen2010-09-221-1/+1
| | | | | | | | | | | | | | | if LD_LIBRARY_PATH was empty, the wrapper script would add the empty element to the path. > The trailing colon is treated by ld.so as another item on the list, > and empty items are treated as '.' (CWD). Therefore, if a user > executes qtcreator from a directory where there's a library that would > have normally been loaded from the standard library paths the local > library would be loaded instead. > This has the potential effect of arbitrary code execution. Reviewed-by: thiago Task-number: CVE-2010-3374
* fix build with qt 4.7Oswald Buddenhagen2010-03-111-2/+1
| | | | it is source-incompatible to this broken code :)
* Fix bug QTCREATORBUG-834Sergey Belyashov2010-03-101-1/+1
|
* remove objectionable message :-DOswald Buddenhagen2010-03-041-5/+0
|
* Czech translationPavel Fric2010-02-232-1/+16060
| | | | | Merge-request: 116 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Updated the Qt src/build path to be Qt version independentThorbjørn Lindeijer2010-02-041-1/+1
|
* Fixed the background color of "disabled code" in the grayscale schemeThorbjørn Lindeijer2010-02-041-1/+1
| | | | | | This background color is also used for right margin background and folded code popup. Not setting any resulted in weird affects in those places.
* Avoid drawing a black rectangle due to invalid background for disabled codeThorbjørn Lindeijer2010-02-021-3/+3
| | | | | | Regression in commit ab3d3cf413955afabe845bd80676cd468ebbaa80 Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* Fixed translation typos QTCREATORBUG-646 and QTCREATORBUG-647.Robert Loehning2010-02-011-2/+2
|
* Fixed errors in description of locator's key combinationsAlexander Antsev2010-02-011-4/+4
| | | | | Merge-request: 108 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* Added semicolon after } when creating unnamed enumerationRoquette2010-02-011-1/+1
| | | | | | Task-number: QTCREATORBUG-643 Merge-request: 109 Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com>
* remove trailing whitespaceOswald Buddenhagen2010-01-29217-604/+604
| | | | doing it in 1.3 as well to avoid possible later conflicts
* Russian translation updateSergey Belyashov2010-01-291-66/+123
| | | | | Merge-request: 105 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* Don't draw the right margin border on top of the textThorbjørn Lindeijer2010-01-251-11/+12
| | | | | Better to draw it explicitly under the text, together with the associated background color.
* Fixed performance issue with scrolling when using X11 graphics systemThorbjørn Lindeijer2010-01-251-8/+11
| | | | | | | | | | | Depending on the XRender driver (probably), drawing a short straight line can take quite a while when this line is transparent. On my laptop's onboard ATI card, this meant that scrolling was unusably slow when this transparent line was being drawn. Fixed by avoiding the issue, since there is no actual need to use transparency here. We can calculate the resulting color in advance instead.
* CDB: Fix location marker not shown at first breakpoint in file.Friedemann Kleint2010-01-251-1/+1
| | | | Return value glitch in file name normalization.
* Debugger: Code cosmetics.Friedemann Kleint2010-01-211-2/+2
|
* S60: Handle TrkNotifyStopped (crash) when running.Friedemann Kleint2010-01-214-8/+22
| | | | | | | | | | | Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>Reviewed-by: John Doe Conflicts: src/plugins/qt4projectmanager/qt-s60/s60devicerunconfiguration.cpp
* trk: Handle TrkNotifyStopped in launcher.Friedemann Kleint2010-01-212-7/+51
| | | | | | Add signal and static utility functions to parse message. Reviewed-by: Robert Loehning <robert.loehning@nokia.com> Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
* Revert "trk: Handle TrkNotifyStopped in launcher."Friedemann Kleint2010-01-212-51/+7
| | | | This reverts commit 9ac451eabacf57f5972420a4df43ad120d2cb496.
* Revert "S60: Handle TrkNotifyStopped (crash) when running."Friedemann Kleint2010-01-214-22/+8
| | | | This reverts commit 607e545218f7b2faa65ee301593a10774fcb126f.
* S60: Handle TrkNotifyStopped (crash) when running.Friedemann Kleint2010-01-214-8/+22
| | | | | | | Extract error message string from Trk, print proper message when application crashes in run mode and terminate launcher. Use same message in Debugger for consistency. Reviewed-by: Robert Loehning <robert.loehning@nokia.com>
* trk: Handle TrkNotifyStopped in launcher.Friedemann Kleint2010-01-212-7/+51
| | | | | | Add signal and static utility functions to parse message. Reviewed-by: Robert Loehning <robert.loehning@nokia.com> Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
* trk: Add support for command line arguments in trk::Launcher.Friedemann Kleint2010-01-212-9/+36
| | | | Initial-patch-by: Shane Kearns <shane.kearns@sosco.com>
* Updated IDE_YEAR to 2010.Robert Loehning2010-01-201-1/+1
|
* Fixed translations, reported in QTCREATORBUG-590.Robert Loehning2010-01-191-3/+3
|
* debugger: Using macro, removed unused QStringRobert Loehning2010-01-151-2/+1
|
* Build fixcon2010-01-151-1/+1
|
* debugger: remove obsolete add-symbol-file callcon2010-01-151-3/+6
| | | | | | | | (cherry picked from commit 4051d8228bb3565626144d012d486e09b297b62f) Conflicts: src/plugins/debugger/gdb/trkgdbadapter.cpp
* debugger: combine memory blocks more aggressivelyhjk2010-01-151-2/+12
| | | | (cherry picked from commit 85b39966bc612b62a658edcb3e5b27acc5ad8687)
* debugger: backport some symbian fixeshjk2010-01-151-33/+65
| | | | Reviewed-by: Robert Loehning
* Showing display names of usable build configs if run config doesn'tRobert Loehning2010-01-151-1/+1
| | | | | | match. Reviewed-by: con
* Update Polish translationsJarek Kobus2010-01-151-81/+71
|
* 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
* Fix for wrong version in gdb substitute for qt pathdt2010-01-141-1/+1
| | | | Reviewed-By: thorbjorn
* Fixed translation.Robert Loehning2010-01-141-2/+2
| | | | Reviewed-by: ossi
* Missing entry in changelogcon2010-01-141-0/+1
|
* qtcdebugger: Overwriting other versions when registering.Robert Loehning2010-01-141-7/+9
| | | | Reviewed-by: Friedemann Kleint
* Made "All Files" filter always availableThorbjørn Lindeijer2010-01-132-28/+23
| | | | | | | | Needed to be able to open text files with arbitrary or no extension. Previously, the "All Files" filter would disappear when there was no plugin with an empty filter string, like the BinEditor plugin. Reviewed-by: con
* 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
* Fixes: Not able to set breakpoints in running application.con2010-01-131-1/+1
| | | | | | Regression introduced by the gdb startup speedup. Reviewed-by: hjk
* 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
* Also remove tokens that we consider "lost" from the list.con2010-01-121-0/+4
| | | | Reviewed-by: hjk
* Remove debug output.con2010-01-121-1/+0
| | | | Reviewed-by: hjk
* Fixes: Missing locals & watchers when debugging on Snow Leopardcon2010-01-121-0/+7
| | | | | Task-number: QTCREATORBUG-436 Reviewed-by: hjk
* debugger: fix timeout message.con2010-01-121-2/+2
| | | | | | | | (cherry picked from commit 9ee71d7da98db71be8136631d46b2ccc8ab142f0) Conflicts: src/plugins/debugger/gdb/gdbengine.cpp
* 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
* 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
* Fixed license headers.Robert Loehning2010-01-0815-30/+30
| | | | Reviewed-by: dt
* More changes.con2010-01-081-0/+2
| | | | Reviewed-by: hjk