aboutsummaryrefslogtreecommitdiffstats
path: root/src/libs/qmleditorwidgets
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-1/+0
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1427-189/+216
|\
| * License updateEike Ziller2014-10-0927-189/+216
* | use DISTFILES instead of OTHER_FILES in creator's own build systemOswald Buddenhagen2014-09-151-1/+1
* | QmlDesigner: clean up QWeakPointer useTim Jenssen2014-09-052-3/+0
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
|/
* QmlEditorWidgets: Avoid repetitive callsOrgad Shaneh2014-05-191-5/+7
* QmlEditorWidgets: Pass QVariant as const referenceOrgad Shaneh2014-05-191-1/+1
* QmlEditorWidgets: Add missing bracesOrgad Shaneh2014-05-191-1/+2
* QmlEditorWidgets: Fix wrong conditionOrgad Shaneh2014-05-191-1/+1
* Cleanup whitespaceOrgad Shaneh2014-05-161-1/+1
* Fix tooltips, add lacking dotsJarek Kobus2014-03-133-15/+15
* use new base import style in qbs filesJoerg Bornemann2014-03-111-1/+1
* Provide parent to getOpenFileName()Robert Loehning2014-02-281-1/+2
* Optimize usage of QPaletteLorenz Haas2014-02-211-2/+2