summaryrefslogtreecommitdiffstats
path: root/src/widgets
Commit message (Expand)AuthorAgeFilesLines
...
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-1/+1
* Remove references to "How to Learn Qt", since that is in qtdoc repo.Jan-Arve Saether2012-08-202-6/+1
* Fix multiple enumeration warnings when generating docsJens Bache-Wiig2012-08-202-17/+0
* Remove dialogs doc related warningsGabriel de Dietrich2012-08-205-72/+3
* Enable QComboBox animation on Windows and fixing related bugsThomas Hartmann2012-08-203-2/+5
* Replace \QD with the literal 'Qt Designer' to avoid warnings.Jan-Arve Saether2012-08-204-6/+6
* Moving .qdoc files under examples/widgets/docGabriel de Dietrich2012-08-201-3/+6
* Take account of hidden items in QListView when using scrollTo.Stephen Kelly2012-08-201-3/+9
* Replace deprecated ColorSync Manager use with updated CG APIJiang Jiang2012-08-201-9/+1
* Fix in-process QAxServers inside modal windows.Miikka Heikkinen2012-08-201-0/+8
* Ensure that all the children get the new stylesheet set on a parentAndy Shaw2012-08-201-2/+4
* Fix a QListViewItem width when spacing is setJani Honkonen2012-08-191-1/+1
* Fix QListWidget scrolling with keys when there are hidden itemsJani Honkonen2012-08-191-3/+11
* Register QTextDocument* as a meta type to fix QTextEdit::document typeJ-P Nurmi2012-08-181-1/+1
* Remove QWidgetStar.Stephen Kelly2012-08-181-2/+1
* QAbstractSlider: fix qdoc warningsJ-P Nurmi2012-08-181-1/+1
* QSlider: fix qdoc warningsJ-P Nurmi2012-08-181-24/+2
* QLCDNumber docs: cleanup Qt3 support leftoversJ-P Nurmi2012-08-182-21/+0
* Remove docs for removed functions.Frederik Gladhorn2012-08-181-34/+0
* Reference proper example.Frederik Gladhorn2012-08-182-1/+8
* Remove outdated docs.Frederik Gladhorn2012-08-184-149/+1
* Moved guibooks.qdoc from qtdoc to qtwidgetsJ-P Nurmi2012-08-181-0/+103
* Exclude snippetsJan-Arve Saether2012-08-171-0/+2
* QTabWidget docs: cleanup Qt3 support left oversJ-P Nurmi2012-08-171-2/+0
* QTabBar docs: cleanup Qt3 support left oversJ-P Nurmi2012-08-171-17/+0
* QDate/TimeEdit: fix qdoc warningsJ-P Nurmi2012-08-171-0/+12
* QMenuBar: fix qdoc warningsJ-P Nurmi2012-08-171-85/+3
* QScrollBar: fix qdoc warningsJ-P Nurmi2012-08-171-6/+0
* QFrame docs: cleanup Qt3 support leftoversJ-P Nurmi2012-08-171-10/+0
* Clean up docs for graphicsview.Jan-Arve Saether2012-08-176-10/+128
* QComboBox docs: cleanup Qt3 support leftoversJ-P Nurmi2012-08-171-79/+2
* remove install/removeEventFilter from QRollEffectJoerg Bornemann2012-08-161-3/+0
* Documentation for QWidgetItem::controlTypes.Frederik Gladhorn2012-08-151-0/+6
* Update docs.Frederik Gladhorn2012-08-151-1/+6
* Remove docs for removed enum values.Frederik Gladhorn2012-08-151-5/+0
* Move docs for QSessionManager to the right file.Frederik Gladhorn2012-08-151-293/+9
* Remove outdated docs.Frederik Gladhorn2012-08-151-35/+0
* Remove deprecated docs for QActionGroup.Frederik Gladhorn2012-08-151-32/+0
* Emit the highlighted signal if the model changes.Stephen Kelly2012-08-151-1/+5
* Fix undo and redo in QLineEdit when in password modeJani Honkonen2012-08-152-2/+24
* Make selectAll() do nothing if the mode is NoSelection.Stephen Kelly2012-08-151-1/+1
* Use Qt::WindowFlags, not Qt::WFlags.Stephen Kelly2012-08-132-2/+2
* QtWidgets: use new qEnvironmentVariableIs{Empty,Set}()Marc Mutz2012-08-102-5/+5
* Take scroll position into account when painting drag pixmap.Stephen Kelly2012-08-101-1/+1
* make currentText the USER property for QComboBoxMark Brand2012-08-101-2/+2
* rename qt_module_config.prf => qt_module.prfOswald Buddenhagen2012-08-081-1/+1
* Only emit the clicked() signal from views if the left button is used.Stephen Kelly2012-08-071-2/+3
* Ensure that we return an invalid QTableWidgetItem when none is available.Stephen Kelly2012-08-071-1/+1
* Do not draw garbage branches if 0px indentation is specified.Stephen Kelly2012-08-071-1/+2
* Use == for button flag test instead of &Stephen Kelly2012-08-071-2/+2