- 15 Jul, 2010 2 commits
- 14 Jul, 2010 5 commits
-
-
Kai Koehne authored
-
con authored
Reviewed-by: Daniel Molkentin
-
dt authored
Somehow got lost in rebasing
-
dt authored
This time by porting to the ApplicationOutputwindow
-
dt authored
Move link handling code to outputwindow from OutputFormatter Move createOutputFormatter to the RunConfiguration That makes it easier for Qt4RunConfiguration et all. This also fixes that each time a runcontrol was rerun a new OutputFormatter was created without deleting the old one, thus increasing the memory usage.
-
- 13 Jul, 2010 3 commits
-
-
Friedemann Kleint authored
-
Tobias Hunger authored
-
con authored
If a plugin requests asyncronous shutdown, the shutdown sequence does not continue to deleting the plugins before it has sent a asynchronousShutdownFinished signal. During that time an event loop is running.
-
- 12 Jul, 2010 5 commits
-
-
con authored
-
con authored
-
Tobias Hunger authored
* Have the BuildManager report whether it queued the buildsteps or not.
-
Tobias Hunger authored
-
mae authored
-
- 09 Jul, 2010 1 commit
-
-
Friedemann Kleint authored
Allowing for nesting sections depending on Javascript expression using the (expanded) wizard field variables as in: -- test.pro.template: QT = core @if "%NETWORK_CHECKBOX%" == "true" QT += network @endif Rubber-stamped-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 08 Jul, 2010 5 commits
-
-
dt authored
Task-Nr: QTCREATORBUG-1741
-
Tobias Hunger authored
* Create and store a UUID when starting the projectexplorer plugin * Check for this UUID when reading .user files: * Hostnames may change due to moving between dhcp networks, etc. * MAC addresses do not change when booting different OSes * Put UUID into .user file when writting it (instead of hostname). Task-number: QTCREATORBUG-1820
-
Tobias Hunger authored
-
Friedemann Kleint authored
Separate value and display text for the entries, use in ListModel example. Rubber-stamped-by:
aportale <alessandro.portale@trolltech.com>
-
Tobias Hunger authored
-
- 07 Jul, 2010 6 commits
-
-
dt authored
The API addtition to BuildConfiguration of knowing of the default parser is rather strange, but a necessary evil for this. Reviewed-By: Thorbjorn Task-Nr: QTCREATORBUG-514
-
Friedemann Kleint authored
Add a checkbox with configureable 'true'/'false' strings and illustrate how to comment out a profile line using it in helloworld-example.
-
Tobias Hunger authored
* Force use of native separators when reporting process start/stop information in the compile output window
-
Friedemann Kleint authored
As a custom icon is set in most cases anyway. Reviewed-by:
Robert Loehning <robert.loehning@nokia.com>
-
Tobias Hunger authored
* This is already implicitly tested, but since the reporter claims that there was a regression I explicitly added this test. * No change needed to make the unit test pass.
-
dt authored
-
- 06 Jul, 2010 6 commits
-
-
Tobias Hunger authored
* Add "Deploy" to BuildSteps::Type * Update UIs to handle deploy steps * Turn existing package creation steps from build type to deploy type * Move packaging steps into deploy steps when loading projects Reviewed-by: dt
-
Tobias Hunger authored
* Inspect the BuildStep::Type enum for key names in fromMap/toMap Reviewed-by: dt
-
Tobias Hunger authored
* Move and rename the enum * Add Q_ENUMS macro Reviewed-by: dt
-
Tobias Hunger authored
-
con authored
Task-number: QTCREATORBUG-1790 Reviewed-by: dt Reviewed-by: mae
-
con authored
Task-number: QTCREATORBUG-1405 Reviewed-by: dt
-
- 05 Jul, 2010 2 commits
-
-
Robert Loehning authored
Thus icons are displayed in a uniform size and don't waste too much space. Task-number: QTCREATORBUG-1539
-
con authored
Otherwise "rebuilding" the debugging helper doesn't necessarily lead to Qt Creator picking up the new one (some of the locations can be read-only). Reviewed-by: dt
-
- 02 Jul, 2010 5 commits
-
-
Tobias Hunger authored
* Was broken after recent change to compileoutputwindow. * simplify logic a bit while at it.
-
Friedemann Kleint authored
To be able to connect to them in the debugger namespace. Reviewed-by: dt Reviewed-by:
Christian Kandeler <christian.kandeler@nokia.com>
-
dt authored
-
dt authored
Also properly initialize m_projectContext in Qt4Manager, fixing the disabled "Run QMake" action
-
dt authored
Patch mostly by mae. Task-Nr: QTCREATORBUG-1405
-