- Aug 11, 2009
-
-
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
-
Thiago Macieira authored
This may happen if a process exits after we got the /proc listing. If we fail to open the file, readAll() returns empty, which means split() returns an empty list, which means you can't do at(1).
-
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
-
Daniel Molkentin authored
-
Daniel Molkentin authored
-
dt authored
-
dt authored
-
dt authored
-
dt authored
-
con authored
-
con authored
-
dt authored
-
Daniel Molkentin authored
Reviewed-by: kh
-
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
-
-
con authored
It works, except that the code model doesn't get the rvct include directories and defines yet. And you need to have everything for rvct set up in your environment.
-
con authored
So now we use the values of the system environment as a backup for build environment and system includes.
-
mae authored
-
mae authored
-