- Jul 16, 2010
-
-
Kai Koehne authored
-
Kai Koehne authored
-
Kai Koehne authored
Previously we're setting the properties of the items one by one, each time potentially triggering an update of the view. Actually this uncovered an error in the Filter, which was only reacting to the first change and therefore didn't take the item type into account on first load. Instead, we now use our own QStandardItem class which can be used to assign all values at once.
-
Kai Koehne authored
-
Kai Koehne authored
Save/restore the current settings of a navigation widget per position, every time something changes in the navigation bar setup. Previously, only settings on exit were stored / restored on startup, which means that e.g. when you switch from the Outline to the Project Explorer and back, the settings of the Outline were lost. Reviewed-by: con
-
Olivier Goffart authored
For some reason, my style returns a null QIcon, so the list is empty.
-
Kai Koehne authored
-
Alessandro Portale authored
Short: Create a new self running qml .sis/.deb package. Long: A typical Qml application usually consists of a couple of .qml, .js and image files. Deploying such an application is challenging, especially to mobile devices. This wizard will generate a C++ project with a customized, light weight Declarative Viewer, a helloworld Qml file and a .pro file that takes care of the deployment of the Qml file(s). This is just the first step. There will be an import wizard, and further more there will be the possibility to add additional Qml modules and probably also Qml directories to the package. Task-number: QTCREATORBUG-1813
-
Olivier Goffart authored
Will help to clean up later.
-
Tobias Hunger authored
-
Tobias Hunger authored
-
Olivier Goffart authored
Unfortunatelly, streaming QVariant is not a really good idea, as streaming a custom type would fail
-
Olivier Goffart authored
-
con authored
-
con authored
Conflicts: src/plugins/projectexplorer/buildmanager.cpp src/plugins/projectexplorer/compileoutputwindow.cpp src/plugins/projectexplorer/compileoutputwindow.h src/plugins/projectexplorer/outputwindow.cpp src/plugins/projectexplorer/outputwindow.h
-
Kai Koehne authored
-
Denis Mingulov authored
Utils::NavigationTreeView is created - as a base class for any Navigation Widget (Side Bar) tree view Merge-request: 2167 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Denis Mingulov authored
Merge-request: 2167 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Denis Mingulov authored
Merge-request: 2167 Reviewed-by:
Kai Koehne <kai.koehne@nokia.com>
-
Christian Kamm authored
Task-number: QTCREATORBUG-1736
-
kh1 authored
The search for remote content, like stl::vector in cpp-reference, google, bing, wikipedia etc... Task-number: QTCREATORBUG-1375 Reviewed-by: ck
-
Roberto Raggi authored
Done-with: Erik Verbruggen
-
con authored
This copies the technique used for the app resources in share/qtcreator. Also use the Qt style for the plugin howto.
-
con authored
-
Christian Kamm authored
Task-number: QTCREATORBUG-1757
-
Christian Kamm authored
-
Christian Kamm authored
Without requiring ',' to be an electric character. Task-number: QTCREATORBUG-1866 Reviewed-by: Roberto Raggi
-
Lasse Holmstedt authored
-
ck authored
-
con authored
-
- Jul 15, 2010
-
-
Thorbjørn Lindeijer authored
Don't automatically trigger the completion when editing a word or when in a comment or string.
-
Thorbjørn Lindeijer authored
Reviewed-by: mae
-
ck authored
Use Debugger::DebuggerRunControl directly instead of wrapping it into another RunControl. Reviewed-by: hjk
-
ck authored
Written-by: hjk
-
Thomas Hartmann authored
activating panes for Image and Rectangle
-
Thomas Hartmann authored
-
Thomas Hartmann authored
adding panes for Image and Rectangle
-
Thomas Hartmann authored
-
Thomas Hartmann authored
closing windows with escape is now stacked again
-
Thomas Hartmann authored
-