summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Dialog: remove obsolete "modal" propertyold/qt4Alberto Mardegan2012-12-311-2/+0
* Fixed Splitter making first item expanding after being invisibleNikita Krupenko2012-11-091-1/+3
* Fixed SplitterColumn moving beyond the boundaries of objectsNikita Krupenko2012-11-091-0/+14
* Fix vertical scrolling in TableView on the MacNils Jeisecke2012-11-091-2/+2
* MinWG: compile fix on linux hostAleksey Sidorov2012-10-311-0/+1
* Restructure: components/ -> imports/QtDesktop/J-P Nurmi2012-10-1553-2/+2
* Fix QMenu coordinates when showing popupIgor Cota2012-10-111-10/+5
* Fix crash when destroying file dialog.Chris Meyer2012-10-082-0/+13
* Fixed crash when destroying an linear layout itemAleksey Sidorov2012-09-282-1/+7
* Added diagonal resizing cursors to the CursorArea componentNikita Krupenko2012-09-282-0/+8
* Fixed warnings about binding loop when moving SplitterColumnNikita Krupenko2012-09-271-2/+7
* Fix compilation with Visual C++Nils Jeisecke2012-07-201-1/+1
* Fix Slider regressionJens Bache-Wiig2012-07-051-0/+1
* Fix the browser exampleAlberto Mardegan2012-06-271-1/+1
* Fix crash when using ContextMenuGabriel de Dietrich2012-06-201-2/+0
* Add and update QML license headers to BSDJens Bache-Wiig2012-06-0443-30/+1698
* Make the TopLevel.qml File menu show a file dialogMorten Johan Sorvig2012-05-311-1/+11
* Use modality enum property in Window and FileDialogAlberto Mardegan2012-05-315-12/+20
* Implement the FileDialog componentAlberto Mardegan2012-05-315-0/+456
* Relicense lgpl and non-commercial to BSDJens Bache-Wiig2012-05-2130-261/+715
* Use caret cursor in TextAreaAlberto Mardegan2012-05-091-0/+5
* Use caret cursor in TextFieldsAlberto Mardegan2012-05-091-0/+5
* Use caret cursor in SpinBoxAlberto Mardegan2012-05-091-0/+5
* Add IBeamCursor (caret cursor) to QCursorAreaAlberto Mardegan2012-05-092-1/+5
* Fix Mac build on Qt 4.Morten Johan Sorvig2012-05-091-9/+2
* Compile on Mac.Morten Johan Sorvig2012-05-071-0/+10
* Fix radio button exclusivity.Morten Johan Sorvig2012-05-070-0/+0
* Add the development mailing list for further information to the READMELaszlo Papp2012-04-201-0/+4
* Configurable destination pathKulakov Kirill2012-04-162-2/+2
* Added enabled property to MenuItemPhilip Schuchardt2012-04-162-0/+15
* Fixed wrong calculation of the viewport height.Benoit Walter2012-04-161-1/+1
* Change the QCursorArea to set the ArrowCursor explicitly.Nils Jeisecke2012-04-152-1/+5
* Update combobox documentation to use "triggered" signalJens Bache-Wiig2012-02-041-2/+2
* Make it possible to use menu models with more than one roleJens Bache-Wiig2012-02-041-8/+9
* Fix potential crash on MenuBar.Takumi ASAKI2012-01-231-1/+1
* Fixed broken renamingJens Bache-Wiig2012-01-241-1/+2
* Ensure we disconnect old menu model to prevent redundant updatesJens Bache-Wiig2012-01-242-16/+20
* Fixed a problem with incorrect size hint on tabsJens Bache-Wiig2012-01-231-6/+4
* Add QStringList model support for ContextMenu and ComboBoxJens Bache-Wiig2012-01-233-5/+13
* Add support for native model in ComboBox and ContextMenuJens Bache-Wiig2012-01-234-47/+130
* Improved ownership-handling of TopLevelWindowsMartin Pley2011-12-085-25/+36
* Added some constsMartin Pley2011-12-081-12/+12
* Added a simplify version of my Qt devdays exampleJens Bache-Wiig2011-12-077-0/+139
* Center items in linear layouts by defaultJens Bache-Wiig2011-12-071-1/+3
* Cosmetic fixes for TableView on macJens Bache-Wiig2011-11-303-10/+10
* Fixed exclusive behavior in Gallery exampleJens Bache-Wiig2011-11-301-0/+1
* Fix for expanding size policyJens Bache-Wiig2011-11-211-0/+2
* - Don't allways fill background of tableview rowsJens Bache-Wiig2011-11-212-5/+5
* Minor layout optimizationAdriano Rezende2011-11-211-2/+4
* Merge layout requests to avoid unnecessary recalculationsAdriano Rezende2011-11-214-15/+67