- Aug 13, 2009
-
-
Daniel Molkentin authored
-
- Aug 12, 2009
-
-
dt authored
-
dt authored
-
dt authored
jom can be found at http://qt.gitorious.org/qt-labs/jom Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Daniel Molkentin authored
-
- Aug 11, 2009
-
-
dt authored
add/remove.
-
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
-
- Aug 10, 2009
-
-
Sergey Belyashov authored
Covers <UNSET>, <VARIABLE>, <VALUE>. Merge-request: 1156 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 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
-
Sergey Belyashov authored
Merge-request: 1142 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
Sergey Belyashov authored
Added possibility to translate "Add" and "Remove" buttons and "Clear system environment" checkbox in build settings of project. Merge-request: 1141 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com>
-
- Aug 06, 2009
-
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
This has still a few missing things, but this enough to start getting some feedback. Missing are non qt projects, a solution for the runconfiguration, a missing black line between the treeview on top and the project settings at the bottom. Some flickering with removing/adding widgets to the QScrollArea and not showing the expanded widget if the Details button is right at the bottom.
-
- Aug 05, 2009
- Aug 04, 2009
-
-
con authored
-
Robert Loehning authored
Reviewed-by: dt
-
con authored
Fix the use of appendPlainText for automatic scrolling.
-
- Jul 31, 2009
-
-
Denis Dzyubenko authored
There is not much sense to have Ok and Cancel button that just close the dialog, so instead there should be a Close button and a button to switch to the currently selected session. Reviewed-by: dt
-
- Jul 28, 2009
-
-
Daniel Molkentin authored
This removes the all hard dependencies to and from welcome screen, except the one to the core plugin. More in detail: - Add IWelcomePage to add a tab to the welcome screen - Move tabs in the modules where they belong - Enables QHelpManager to open help fullscreen and contextually - "Getting Started" moves to Qt4ProjectManager - Projects & Sessions (aka "Develop") moves to ProjectExplorer - "Community" remains in the welcome plugin for simplicity
-
- Jul 27, 2009
- Jul 23, 2009
-
-
con authored
-
con authored
-
Thorbjørn Lindeijer authored
Reviewed-by: dt
-
- Jul 22, 2009
- Jul 21, 2009
-
-
Daniel Molkentin authored
-
con authored
-