aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmleditorwidgets
Commit message (Expand)AuthorAgeFilesLines
* Port from QRegExpValidator to QRegularExpressionValidatorLars Knoll2020-03-201-3/+2
* fix QPainterPath against Qt 5.15.0Tim Jenssen2020-03-181-1/+0
* Fix QPainterPath-related compilation errors in Qt 5.15Friedemann Kleint2020-03-122-0/+2
* QmlEditorWidgets: Reduce code in colorbox.cppAlessandro Portale2020-01-221-13/+3
* CMake Build: rename target qmljs to QmlJSCristian Adam2020-01-161-1/+1
* Remove usages of deprecated APIsSona Kurazyan2019-09-031-2/+2
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-021-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-023-5/+2
* Some clang-tidy -use-modernize-nullptrhjk2019-08-0116-23/+23
* Revert "Use QComboBox::currentTextChanged instead of currentIndexChanged"Eike Ziller2019-07-221-1/+1
* Use QComboBox::currentTextChanged instead of currentIndexChangedAlessandro Portale2019-07-041-1/+1
* Replace uses of QString::sprintf()hjk2019-06-201-4/+2
* Qt Creator CMake portCristian Adam2019-05-171-0/+22
* Replace static_casts by QOverload where possiblehjk2019-02-262-11/+6
* Fix warning: "Missing emit keyword on signal call"Alessandro Portale2019-01-172-7/+7
* QmlDesigner: Use a less expensive QColor constructorAlessandro Portale2018-05-141-3/+3
* QmlEditorWidgets: Use override consistentlyTobias Hunger2018-05-078-25/+25
* QmlEditorWidgets: Use a prefix in easingpane.qrcAlessandro Portale2018-04-102-2/+2
* Don't translate default windowTitle again and againRobert Loehning2018-03-063-3/+3
* Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-253-2/+2
|\
| * normalize png file nameOswald Buddenhagen2018-01-233-2/+2
* | Merge remote-tracking branch 'origin/4.5' into 4.6Eike Ziller2018-01-111-0/+1
|\|
| * Fix includesJarek Kobus2018-01-111-0/+1
* | Replace manual signal blocking/unblocking with QSignalBlockerTobias Hunger2017-10-041-4/+2
|/
* QmlDesigner: Replace redundant images + remove unused filesAlessandro Portale2017-09-127-9/+4
* Use const'ref in theses methodsMontel Laurent2017-04-212-9/+9
* Use QFileInfo::exists(...) which is faster that QFileInfo(..).existsMontel Laurent2017-04-141-2/+2
* Don't use return keyword when not necessaryMontel Laurent2017-04-141-4/+8
* Convert some 0 to nullptrMontel Laurent2017-02-231-1/+1
* Fix exports for shared librariesMarco Bubke2017-01-161-1/+1
* make library defines more consistencyTim Jenssen2016-12-123-3/+3
* QmlEditorWidgets: Initialize members and simplify codeTobias Hunger2016-11-292-10/+7
* QmlDesigner: Themable and HighDPI Text style iconsAlessandro Portale2016-07-279-0/+8
* QmlDesigner: Themable text alignment iconsAlessandro Portale2016-07-267-0/+6
* QmlDesigner: New anchor iconsAlessandro Portale2016-07-2517-0/+16
* QmlDesigner: Theming of property editor checkbox and "tr" buttonAlessandro Portale2016-07-1521-16/+4
* QmlDesigner: Remove triangle iconsThomas Hartmann2016-07-143-2/+0
* Remove unused icons from qmleditorwidgetsThomas Hartmann2016-07-1381-81/+0
* QmlEditorWidgets: Use Qt5-style connectsOrgad Shaneh2016-06-069-16/+9
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-04-152-1/+0
|\
| * Icons: Removing several duplicates and variations of the eye_open iconAlessandro Portale2016-04-122-1/+0
* | Wholesale conversion to #pragma oncehjk2016-03-3014-56/+14
|/
* QmlDesigner: HighDpi fixes for some graphicsAlessandro Portale2016-02-1021-4/+8
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-1927-460/+324
* PNG: Run pngcrush on images with iCCP or sRGB profilesTobias Hunger2015-07-0388-0/+0
* Remove some workarounds for Qt bugs that have been fixed.Christian Kandeler2015-05-063-36/+16
* Qt Quick Designer: Move valgrind icon to valgrind pluginAlessandro Portale2015-02-162-1/+0
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1227-162/+162
|\
| * Update LicenseEike Ziller2015-01-1627-162/+162
* | Port to new connect apiMontel Laurent2015-02-067-85/+156
|/