aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed problem with changing tool chain type for generic projectsv1.2.901.2.90Thorbjørn Lindeijer2009-09-103-26/+37
| | | | | | | | Some fixes were needed after the tool chain type was changed from QString to an enum. Task-number: 259939 (cherry picked from commit a5b22b18bdcf57f646f39246367ecfea6acd3ff0)
* Fix potential crash.dt2009-09-091-1/+4
| | | | (cherry picked from commit 778db1bf2df839b9cbe969333d22a65083ab74f6)
* Initialiaze everything.dt2009-09-032-4/+28
|
* Fix not trying hard enough to find the correct file on build errors.dt2009-09-033-6/+22
| | | | | | | | If there are multiple files with the same name, then we try harder to find the correct one. That is for jom and nmake we have a relative path so we try to find a file which matches the relative path completly. Instead of just comparing the last part. (cherry picked from commit 156db185922238a3a214012cf406efba2b6c8b2c)
* debugger: disable not very useful QImage dumper for 1.3hjk2009-09-031-2/+2
| | | | (cherry picked from commit 80847e555194ab8e5d89bec915ec924d1bf2fe61)
* debugger: fix child count in QAbstractItem dumpershjk2009-09-031-3/+3
| | | | (cherry picked from commit b69fad927af4619c813c9cbc7fb9cf898d439333)
* Fix crash, with a non existing toolchain.dt2009-09-031-1/+5
| | | | (cherry picked from commit e1f9a003bbbaefaeca97848c0713165935144b79)
* Fix compilationKai Koehne2009-09-032-5/+1
| | | | 1ac9f55429e7a851d72395e5e32467f24e90ad26 broke compilation on Linux
* Extend "Show in Finder" functionality to Windows and Unix.Daniel Molkentin2009-09-034-18/+44
| | | | | | | On Unix, we cannot select the specific file, so the entry there is called "Open containing folder". (cherry picked from commit 36f2edb5e29208121093883f4808fc3db3564862)
* debugger: fix basic script debugginghjk2009-09-021-2/+6
| | | | | Locals view was broken, also unknown entries should not have children. (cherry picked from commit 7ce044031c972e2776f06c749375410d37108e9d)
* Some small updates to the documentation of generic projectsThorbjørn Lindeijer2009-09-021-5/+9
| | | | (cherry picked from commit 9bdd359827b0d660321414bf212a3a9d46f90a29)
* Adapt a few hardcoded background colors in search resultsThorbjørn Lindeijer2009-09-024-8/+13
| | | | | | | | | Make the background of the files and line numbers adapt to the background color. Making it darker only works nicely for non-dark backgrounds, but it's better than hardcoding a light background. The highlight of the search results still has to be fixed. (cherry picked from commit 83974d89142dfb6235ebb76612fea80c12f6d4db)
* Fixed the background of the icon in the search inputThorbjørn Lindeijer2009-09-021-4/+4
| | | | | | It was opaque, whereas now it adapts better with varying background colors. (cherry picked from commit 6bb5358abc0003db315a3ca59a11f42e80c3b89d)
* Use the theme background color for panel line editsThorbjørn Lindeijer2009-09-024-5/+6
| | | | | | | | | Previously, the image used as background forced it to be white, which made the text impossible to read when the palette foreground color happened to be white as well. Task-number: 258167 (cherry picked from commit 57bebee6402ad7b9b434df6b9fca04ffd2780e78)
* Fixed painting glitch visible on WindowsThorbjørn Lindeijer2009-09-022-5/+6
| | | | | | | | | | Creator would get darker and darker when dragging or clicking the mouse. Don't paint the editor indicator when there is no view or the view has editors. Reviewed-by: mae Reviewed-by: Daniel Molkentin (cherry picked from commit 0f6f1f428c9f7e5ee12ee7648f13980f11dc42c6)
* debugger: fix start up of scriptengine when discovering a scripthjk2009-09-021-3/+3
| | | | (cherry picked from commit 5a4a376949f33a418e3b5495004afadd042d4518)
* debugger: move script engine initialization to startDebugger()hjk2009-09-022-4/+435
|
* Fix crash.dt2009-09-011-1/+1
| | | | (cherry picked from commit acd090200a8c6c7326dfeebdcadf7fd09f9b1fcf)
* Fix parsing of .qmake.cache Fixes DESTDIR for debug_and_release_targetsdt2009-09-012-1/+2
| | | | | | | Closer again to qmake, ossi won't like it, but this is exactly what qmake does, even it it looks a little bit strange. He can come up with a better fix after he is back from vacation. (cherry picked from commit f4c10deeb3cfdaa0af0a4bba951a186c6e2008ad)
* No need to create a QScriptEngine at startup.con2009-09-016-55/+40
| | | | (cherry picked from commit 3eb875cf972ddd1f5945b03175011801848b29d3)
* Fixed crash in combination with splits (some spuriousmae2009-09-013-8/+9
| | | | | focus in events resulted in currentEditorView() being 0) (cherry picked from commit a922accd11bdd1401de4bd9d5f40e5f435236c5e)
* Fix importing adding a empty spec argument to qmakedt2009-09-011-8/+13
| | | | (cherry picked from commit 6492101ea308f410c03a4641726a4d161fd0a389)
* Change to new APIHenrik Hartz2009-09-011-1/+1
| | | | (cherry picked from commit 8d77f80bc290b76347366677b41f8bc25e13b608)
* Make 'step over' without stepping by instruction work with cdb.Christian Kamm2009-09-011-1/+1
| | | | | | | By fixing a bug in CdbDebugEnginePrivate::setCodeLevel. Reviewed-by: hjk (cherry picked from commit 8bc81f4395e85b91fca4a7f2e12d7a36bd8f181b)
* debugger: fix type field in QHash dumperhjk2009-08-311-2/+2
| | | | (cherry picked from commit b901b5013d66212535de5fec88387e9a6f60bad6)
* Don't follow symbolic links in the file system view.con2009-08-317-0/+9
| | | | | | If you double-click on a file, this file should be opened, not its link target. (cherry picked from commit dea7e36a1323af45cad46972c366f9cfc2619f7a)
* Fixed endless looping in include paths in some cases with symlinksThorbjørn Lindeijer2009-08-311-2/+25
| | | | | Done-with: Christian Kamm <christian.d.kamm@nokia.com> (cherry picked from commit 20e3d536021bce6b1e80ba64f19a7045d67b6b1a)
* Fix allocating potential far too much memory in the debugger.dt2009-08-311-3/+9
| | | | | Beware of negative sizes. (cherry picked from commit 8a3e02a9e47f4ee3712263aadda936b612461bc5)
* Do some more checks, maybe one of them is the reason for a crash.dt2009-08-313-4/+15
| | | | (cherry picked from commit f862a034c0badc1ba429f1e7b63cca264b1c1cb6)
* Show the "real" name of the default version in build settings.con2009-08-315-8/+11
| | | | | Reviewed-by: dt (cherry picked from commit 85cdc9b402dde73ea6d963b8295eadf84fda2f69)
* debugger: fix display of slot listshjk2009-08-271-2/+6
| | | | (cherry picked from commit 56b3561828868799993b447a823723f7b931db17)
* Wrong path comparision making resulting in unecessary qmake runsdt2009-08-271-0/+6
| | | | (cherry picked from commit 3aec72c4e161a302934fb549cf3def75e587d593)
* debugger: fix collapse/uncollapse bug in locals viewhjk2009-08-261-9/+18
| | | | (cherry picked from commit 64daf410dca75f35fdb94501212b7688354b3ef4)
* debugger: fix dumpers for QSharedPointer and QWeakPointer for the isNull() casehjk2009-08-261-0/+17
| | | | (cherry picked from commit e195159f167e2058412f320108652a62c5301bd8)
* Unneeded + conflicting signal declaration.con2009-08-261-3/+0
| | | | (cherry picked from commit 68854d81a54bbc68fe574dcbcdcc8b2125c76e14)
* debugger: partial revert of 894febba to fix QStringList displayhjk2009-08-252-14/+19
| | | | | There was a case where "childtype" had to be used instead of "type". (cherry picked from commit 9af1a0a79348c750e72120eb791cde78c0dccd78)
* VCS: remove duplicate signal declarationFriedemann Kleint2009-08-251-1/+0
| | | | (cherry picked from commit 12ca7e898fc49f5b3ca9b17decbeeedbc6cc56ac)
* Re-highlight when find flags change.con2009-08-251-0/+3
| | | | | | Instead of just removing the highlight. Reviewed-by: Robert Loehning (cherry picked from commit 02734ecc46073d6341b2b9776dc446109536cc25)
* Git: Make commit work on WindowsFriedemann Kleint2009-08-251-5/+5
| | | | (cherry picked from commit 40f6f72a5d4403b0f39d64ed0e622f348572a1b3)
* Threads are supported on Mac.con2009-08-241-2/+6
| | | | | Reviewed-by: hjk (cherry picked from commit 11e65c1bbd2d336e6f11fe1bbfd9b96b1459ebbc)
* help: try to fix windows case for qdoc detectionDaniel Molkentin2009-08-241-3/+12
| | | | (cherry picked from commit f888f5df2d8bb510ca97a3d54ce45ff367594c56)
* Find qmake in the right location for Qt 4.6+Daniel Molkentin2009-08-241-2/+10
| | | | (cherry picked from commit a4ff2aa72542b1a681abe8577c29e4bbfcc0d59c)
* Version bump.con2009-08-2434-125/+125
|
* Fix worngly aggregating all DEFINES from all .pro files.dt2009-08-241-1/+1
| | | | (cherry picked from commit b3ad912d7c759197e85d3e1ad7c3bff6f6ce8e41)
* Remove some warnings about clashing signal indices.con2009-08-212-3/+0
| | | | (cherry picked from commit fff4ed470981dec1289d4db56434e91e778bc804)
* Fix wrong connect for splitting sidebar widgets.con2009-08-211-1/+1
| | | | (cherry picked from commit de3d6db2296fa5d2983dd6b3a8c98af71cf03663)
* Fix warning.dt2009-08-211-1/+0
| | | | (cherry picked from commit 6044e340498e62d949dbd0f53708966ff4058c76)
* Fix warnings that a signal conflicts with a slot of base classes.dt2009-08-214-19/+19
| | | | | In NavigationSubWidget and SideBarWidget (cherry picked from commit beb2916ea6d431a9d6922d42ac4ef280bf1bec8d)
* debugger: adjust 'skip known frames' to changes in Qt 4.6hjk2009-08-213-112/+10
| | | | (cherry picked from commit 72164f3615cc2f602283c910a6529f78ebd60126)
* fakevim: add two (currently partially failing) tests for cw and dwhjk2009-08-211-0/+28
| | | | (cherry picked from commit c75aa74362d4e03aabb02194c75fc733fc9b66fc)