summaryrefslogtreecommitdiffstats
path: root/src/widgets/widgets
Commit message (Expand)AuthorAgeFilesLines
* Remove documentation for non-existent QLineEdit functions.Mitch Curtis2012-09-121-156/+0
* [Qt5 Docs] Fix typos and style of qtimer.cpp and qdatetimeedit.cppDavid Gil2012-09-101-17/+16
* Removing duplicate includesSergio Ahumada2012-09-095-11/+0
* Fixed behaviour of mouse clicks for menu bars on WindowsOliver Wolff2012-09-071-4/+0
* Fix g++ compiler warnings.Friedemann Kleint2012-09-071-1/+3
* Fix QDateEdit displaying day as a number for short and long day formatsMitch Curtis2012-09-051-5/+6
* Don't use string comparison to figure out how to use the clipboardJorgen Lind2012-09-051-3/+4
* Move assignment of mousePressed variable in QWidgetTextControlJorgen Lind2012-09-051-1/+2
* Introduce hook for text cursor changes in QTextEdit and QPlainTextEdithjk2012-09-024-1/+24
* Fix infinite recursion while dragging toolbar of QMainWindow.Markku Heikkila2012-08-251-2/+3
* QFontComboBox: fix qdoc warningJ-P Nurmi2012-08-201-1/+1
* QTextEdit docs: fix qdoc warningsJ-P Nurmi2012-08-201-11/+4
* Misc documentation fixes triggered by qdoc errors/warningsShawn Rutledge2012-08-201-1/+1
* Enable QComboBox animation on Windows and fixing related bugsThomas Hartmann2012-08-202-2/+2
* Register QTextDocument* as a meta type to fix QTextEdit::document typeJ-P Nurmi2012-08-181-1/+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
* 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
* QComboBox docs: cleanup Qt3 support leftoversJ-P Nurmi2012-08-171-79/+2
* remove install/removeEventFilter from QRollEffectJoerg Bornemann2012-08-161-3/+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 currentText the USER property for QComboBoxMark Brand2012-08-101-2/+2
* replace \key and \gui qdoc commands with \uicontrolJeremy Katz2012-08-014-8/+8
* Fix some typos.Frederik Schwarzer2012-07-261-1/+1
* Fix typo in QMdiArea docsAli Akhtarzada2012-07-251-1/+1
* Correct QLineEdit::inputMask documentation.Mitch Curtis2012-07-231-2/+1
* QTBUG-26296, dock widget movingJames Turner2012-07-231-9/+2
* Widgets: Fix duplicated line in QMdiAreaSergio Ahumada2012-07-181-1/+1
* Fix widget animations.Friedemann Kleint2012-07-171-7/+7
* Doc: Fix typoSergio Ahumada2012-07-161-1/+1
* Remove QToolButton's protected constructorIvan Komissarov2012-07-162-10/+0
* Fix QSplashScreen on X11.Friedemann Kleint2012-07-161-6/+33
* Replace some Q_WS_X11 by check for platform's name.Friedemann Kleint2012-07-163-15/+10
* QtWidgets: normalize signals/slotsMarc Mutz2012-07-131-1/+1
* Fix some spelling errorsSergio Ahumada2012-07-111-1/+1
* Add stylehint to use querying RTL keyboard support.Friedemann Kleint2012-07-112-20/+4
* Support for overlay-scrollbars on MacChristoph Schleifenbaum2012-07-051-8/+30
* Fix QDockWidgets on XCB.Friedemann Kleint2012-07-031-16/+21
* remove unused variable from QPlainTextEdit::paintEventJoerg Bornemann2012-07-031-1/+0
* Move QStandardItem/QStandardItemModel to QtGuiGiuseppe D'Angelo2012-06-291-1/+1
* Add framestrut mouse events.Friedemann Kleint2012-06-291-0/+7
* Make QCalendarWidget use its locale's firstDayOfWeek.Mitch Curtis2012-06-281-3/+5
* Convert QPA menus to use QIcon, and enable icons.James Turner2012-06-271-1/+2