- Aug 13, 2009
-
-
Kai Koehne authored
anchors.centeredIn has become anchors.centerIn
-
- Aug 12, 2009
-
-
dt authored
jom can be found at http://qt.gitorious.org/qt-labs/jom Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Bradley T. Hughes authored
INT_MAX needs limits.h
-
hjk authored
-
hjk authored
-
Daniel Molkentin authored
-
dt authored
Consistent with the way the summary is written. Task-Nr: 259513
-
Friedemann Kleint authored
... 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.
-
Friedemann Kleint authored
Fix "displayedtype" in CDB, display it elsewhere. Log debugger settings in DebuggerManager startup. Acked-by:
hjk <qtc-committer@nokia.com>
-
con authored
Reviewed-by: hjk
-
- Aug 11, 2009
-
-
dt authored
add/remove.
-
dt authored
-
hjk authored
-
dt authored
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.
-
dt authored
-
dt authored
-
con authored
-
con authored
-
con authored
-
con authored
Make sure that we give the QMainWindow always a valid layout before restoring settings, so if something goes wrong with that, we don't end up with a broken layout.
-
hjk authored
-
Friedemann Kleint authored
... to accommodate for the setup at Nokia.
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
Friedemann Kleint authored
-
- Aug 10, 2009
-
-
con authored
-
con authored
-
con authored
-
hjk authored
QListWidget forward declaration was not namespaced.
-
Friedemann Kleint authored
...and give it some color and formatting.
-
dt authored
-
kh1 authored
-
Alessandro Portale authored
-
Kornelia Poenitz authored
This covers 'Y' in novisual, char and line mode and 'y' in char mode. Visual block mode is still missing. It also fixes an off-by-one error when displaying selection in visual char mode. Reviewed-by: hjk Merge-request: 1149 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Sergey Belyashov authored
Covers <UNSET>, <VARIABLE>, <VALUE>. Merge-request: 1156 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
Daniel Molkentin authored
-
- Aug 07, 2009
-
-
Friedemann Kleint authored
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons. Use a QSharedPointer for the QtVersions in the settings page since they are passed to the BuildTask, which may outlive the dialog.
-
Friedemann Kleint authored
This reverts commit debb3961. Success cannot be properly detected.
-
Friedemann Kleint authored
- Give the controls a tooltip listing file details (date) - Make building a QtConcurrent task - Make log window scroll to bottom and pop up on error - Make the build code pass on error messages about copying the source files to the log file - Clean up the building code string-wise, use QLatin1String and translate messages, cache the icons
-