summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* long live the kinghjk2009-08-141362-1364/+1364
* qmake's include function now supports three argumentsKeith Isdale2009-08-141-2/+4
* Fix typo in class name, add label to explain the purpose of jom.Daniel Molkentin2009-08-133-13/+37
* Add the directory we are refering too in the cmake wizards can't builddt2009-08-131-2/+2
* Add a default: label to the ToolChainType switches so that gcc doesn'tdt2009-08-132-0/+3
* debugger: make the message box informing of received signals non-blocking.hjk2009-08-131-1/+4
* Use proper standard keysequences for MoveTo/Selectmae2009-08-131-9/+21
* Fix typo in code comment: haaving -> having.dt2009-08-131-1/+1
* Fix "TARGET=" in .pro filesdt2009-08-133-3/+14
* sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()hjk2009-08-137-13/+12
* debugger: shutdown debugger when switching sessionshjk2009-08-131-3/+1
* Identify tool chains via ToolChain::ToolChainType enum instead of by stringDaniel Molkentin2009-08-135-65/+60
* More native separators on windowsDaniel Molkentin2009-08-131-2/+3
* debugger: register view cosmeticshjk2009-08-138-175/+65
* debugger: pop up a window when the application receives a signal like SIGSEGVhjk2009-08-135-6/+37
* Proper directory separators on Windows.Daniel Molkentin2009-08-131-2/+2
* Improve wording of tool chains.Daniel Molkentin2009-08-131-2/+2
* Fix the update slot connect in MakeStepConfigWidgetDaniel Molkentin2009-08-131-1/+1
* debugger: fix resizing of the status message labelhjk2009-08-131-5/+2
* debugger: re-enable all dumpers that are usable in bootstrapped applicationshjk2009-08-131-6/+10
* Merge branch 'master' of git@scm.dev.nokia.troll.no:creator/mainlineKai Koehne2009-08-1314-19/+82
|\
| * Fix endless recursion.dt2009-08-132-5/+5
| * debugger: work around a bug in gdb/MI in gdb 6.8/Ubuntuhjk2009-08-131-2/+21
| * Compile on Windows: Correct dependency specification.Friedemann Kleint2009-08-132-1/+1
| * Fix path in fakevim.prodt2009-08-121-1/+1
| * Add missing help_dependencies.pridt2009-08-122-4/+8
| * Check/Unchecking useJom should update various makestep config widgets.dt2009-08-129-10/+43
| * Fix flickering finally.dt2009-08-121-2/+9
* | Adapt default qml template to latest qml changesKai Koehne2009-08-131-1/+1
|/
* Add explicit support to use jom instead of nmake (which does not support -j)dt2009-08-125-1/+30
* CompileBradley T. Hughes2009-08-121-0/+2
* debugger: fix linking by removing unneeded slot declarationhjk2009-08-121-1/+0
* debugger: use the bineditor to show memory dumpshjk2009-08-1218-57/+311
* Nicer tool chain names, also make them translatable just in case.Daniel Molkentin2009-08-121-5/+5
* Prepend qmake to the Effective qmake call text edit.dt2009-08-122-3/+16
* CDB: Improve expanding watch children.Friedemann Kleint2009-08-122-5/+19
* Debugger: Make use of the "displayedtype" attribute.Friedemann Kleint2009-08-128-40/+101
* API naming.con2009-08-128-10/+10
* inherit functions from the base configOswald Buddenhagen2009-08-112-24/+71
* next attempt at fixing low-level parsingOswald Buddenhagen2009-08-111-129/+239
* make $$_QMAKE_CACHE_ return something useful now that we support itOswald Buddenhagen2009-08-111-1/+1
* Fixes: Correctly disable buttons for moving build steps afterdt2009-08-111-0/+2
* Fix the flickering also for the cmake plugin.dt2009-08-112-0/+8
* fakevim: compile fix (add missing include)hjk2009-08-111-0/+2
* Fix flickering in the project pane.dt2009-08-119-4/+52
* Fix a wrong include in cppeditor_dependencies.pridt2009-08-111-1/+0
* Remove duplicated Details button.dt2009-08-113-93/+52
* Implement floating form editor tool support.con2009-08-116-5/+53
* Fix resetting to default layout in case of floating widgets.con2009-08-111-1/+3
* Add views menu for form editor.con2009-08-117-10/+129