summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* long live the kinghjk2009-08-141362-1364/+1364
|
* qmake's include function now supports three argumentsKeith Isdale2009-08-141-2/+4
| | | | | | | | The second and third arguments to qmake's include function are optional Task-number: 259398 Reviewed-by: Stian Sandvik Thomassen
* 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
| | | | out of source page.
* Add a default: label to the ToolChainType switches so that gcc doesn'tdt2009-08-132-0/+3
| | | | | | complain. Added a Q_ASSERT to the case that shouldn't happen.
* 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
| | | | | | StartOfLine/StartOfBlock. Eventually we want to switch all that to actions, so we can have unix-style input also on the mac and vice versa by setting different keybinding schemes.
* Fix typo in code comment: haaving -> having.dt2009-08-131-1/+1
|
* Fix "TARGET=" in .pro filesdt2009-08-133-3/+14
| | | | Default to the baseName() of the .pro file.
* sessionmanager: replace signal sessionUnloaded() by aboutToUnloadSession()hjk2009-08-137-13/+12
| | | | | | | | | sessionUnloaded was sometimes emitted when the session manager was in an unsafe state (between delete m_file and m_file = new ...) leading to crashes when slots connected to the signal accessed the sessionmanager again. This patch moves the signal emission before delete m_file. Reviewed-by: dt
* debugger: shutdown debugger when switching sessionshjk2009-08-131-3/+1
| | | | | The code was already there, but disabled as it led to a crash during Creator startup due to a spurious "sessionUnload" emission.
* Identify tool chains via ToolChain::ToolChainType enum instead of by stringDaniel Molkentin2009-08-135-65/+60
| | | | Reviewed-by: dt
* More native separators on windowsDaniel Molkentin2009-08-131-2/+3
|
* debugger: register view cosmeticshjk2009-08-138-175/+65
| | | | Show the current number base in the view.
* debugger: pop up a window when the application receives a signal like SIGSEGVhjk2009-08-135-6/+37
| | | | Just mentioning it in the status bar is often not enough to take notice.
* 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
| | | | | | | | | | | | | | | | When trying to debug qmake or another bootstrapped application loading the dumpers failed as they are binarily incompatible. So failing is expected and fine. However, gdb 6.8-debian produces in this case _two_ responses for '-exec-continue produces' ('^running' and '^error,msg="Cannot find new threads: generic error"') which is impossible according to the MI docs. In theory...
| * 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
|/ | | | anchors.centeredIn has become anchors.centerIn
* Add explicit support to use jom instead of nmake (which does not support -j)dt2009-08-125-1/+30
| | | | | | jom can be found at http://qt.gitorious.org/qt-labs/jom Reviewed-by: Daniel Molkentin <daniel.molkentin@nokia.com>
* CompileBradley T. Hughes2009-08-121-0/+2
| | | | INT_MAX needs limits.h
* 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
| | | | | | Consistent with the way the summary is written. Task-Nr: 259513
* CDB: Improve expanding watch children.Friedemann Kleint2009-08-122-5/+19
| | | | | | ... by storing the children information in an additional watchdata source bit, thus being able to prove the model wrong in case it claims children are needed.
* Debugger: Make use of the "displayedtype" attribute.Friedemann Kleint2009-08-128-40/+101
| | | | | | Fix "displayedtype" in CDB, display it elsewhere. Log debugger settings in DebuggerManager startup. Acked-by: hjk <qtc-committer@nokia.com>
* API naming.con2009-08-128-10/+10
| | | | Reviewed-by: hjk
* inherit functions from the base configOswald Buddenhagen2009-08-112-24/+71
| | | | | the base config is read with a separate reader. we saved its variables, but not its custom function definitions.
* next attempt at fixing low-level parsingOswald Buddenhagen2009-08-111-129/+239
| | | | | | | | in particular, fix line continuation processing. also, reintroduce some error handling. it checks only one condition so far (malformed assignment statement) and is entirely silent, but that's all that was necessary for internal robustness.
* 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
| | | | add/remove.
* 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
| | | | | | | | | | | | | | This isn't a nice fix but the least evil version of a hack i could come up. The source of the flickering is: We have a deeply nested structure of widgets on the project pane. If we call hide() on such a deeply nested widget, it will activate() it's parent layout synchronously. That will then post an event (via updateGeometries() ) to its parent layout that it needs relayouting. Which then will post to its parent layout the same. And for each LayoutRequested, there's a painting in between. The fix instead calls activate() up the chain until we are at the viewport. This immediately relayouts everything. This adds a non obvoius potentially for breakeage if the widgets are embedded in a different widget hierarchy. But well, that's life.
* 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
|