summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
...
* | Flat Light Theme: Improved visibility of progress bar #2Alessandro Portale2016-07-211-9/+10
| | | | | | | | | | | | | | | | | | | | | | The progress indicator does not have enough on the progress bar background. This change increases the visibility by making the background brighter, and conforms the success green with the run green and error red with the stop red. Task-number: QTCREATORBUG-16634 Change-Id: Icb1e5744b0ad59e9a11d35e6e8f8048326404cbd Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Flat Light Theme: Improved visibility of progress barAlessandro Portale2016-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | The progress indicator does not have enough on the progress bar background. This change increases the visibility by making the background brighter. Task-number: QTCREATORBUG-16634 Change-Id: I35562e794e8787b6fa6016ceadafc91ce3906d5a Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | QmlDesigner: add missing checkers.pngTim Jenssen2016-07-211-0/+0
| | | | | | | | | | | | Change-Id: Ifbf3d13f8e586fcc3cbd284f2c23e99b10401c39 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com> Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* | Flat Light Theme: Improved visibility of navigation ionsAlessandro Portale2016-07-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | The yellow navigation icons on gray background do not have enough contrast. Yellow is simply too bright. In fact, Diana specified blue as color for these icons. This change turns thesem blue. Task-number: QTCREATORBUG-16634 Change-Id: I4073da893486c11d4c3ba1da0b7ed3346c2bc4fc Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | QmlDesigner: show GradientStop value as tool tipTim Jenssen2016-07-201-2/+44
| | | | | | | | | | | | Task-number: QTCREATORBUG-5717 Change-Id: Ib4a775d217f80adab5558de8b8137b9ea9f819f6 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | QmlDesigner: fix warning if loader item is nullTim Jenssen2016-07-201-1/+3
| | | | | | | | | | Change-Id: I4eecbbc9afdf9b9065ff2998a93ee22f331d92c7 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Themes: Draw optional toolbar bordersAlessandro Portale2016-07-195-0/+5
| | | | | | | | | | | | | | | | | | We need a new Theme flag for that. And it will initially only be set for the flat light theme. Task-number: QTCREATORBUG-16633 Change-Id: Id723e128364eb6186fe8e28e2087a3698b1bf632 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Dark style: Several improvementsOrgad Shaneh2016-07-191-4/+4
| | | | | | | | | | | | | | | | | | * Make comments lighter * Add background to disabled code * Use the same "Value" for red and green shades in diff. Change-Id: I075974098d8a88b21864483accabeba38b3b6063 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Flat Dark Theme: Use "Qt Creator Dark" text editor scheme by defaultAlessandro Portale2016-07-191-1/+1
| | | | | | | | | | Change-Id: I7a4cbde4488f82b98dc319de660e28666c71964a Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Qt Creator Dark syntax highlighting schemaThomas Hartmann2016-07-191-0/+63
| | | | | | | | | | | | | | | | This is a new dark theme for syntax highlighting, that works well with the new dark theme. Change-Id: I10df9cd2f9925687d30f6f621e252459c30e12f8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Debugger: Add dumper for QMeta{Enum,Method,Property}hjk2016-07-154-585/+251
| | | | | | | | | | | | Task-number: QTCREATORBUG-16593 Change-Id: Iaa710660d8ef69459596f93831cf8467913f0468 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
* | Debugger: Disable QDateTime dumper for Qt >= 5.8hjk2016-07-151-1/+22
| | | | | | | | | | | | | | Chicken out for now after latest internal structure changes. Change-Id: I66e283e52f9b51a51065520ecd3eb07b15e82fc2 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | QmlDesigner: Theming of property editor checkbox and "tr" buttonAlessandro Portale2016-07-152-12/+37
| | | | | | | | | | Change-Id: I599cd52c1b2b2e24952a9738f07eed0826802d4c Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Tweak solarized editor themesLorenz Haas2016-07-152-8/+8
| | | | | | | | | | | | | | | | Use solarized yellow and red for warnings and errors. Change-Id: I5164b1184e397eaaca68e06db74b43f6e59edfdd Reviewed-by: Alessandro Portale <alessandro.portale@qt.io> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Adding Solarized editor themesThomas Hartmann2016-07-142-0/+138
| | | | | | | | | | | | | | | | | | | | These color schemes are based on the Solarized color schemes, originally created by Ethan Schoonover: http://ethanschoonover.com/solarized/ Change-Id: I75848608f59bbb32a78520e7b1a1a2554f2eca44 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Add wizard and mime type for SCXMLUlf Hermann2016-07-142-0/+69
| | | | | | | | | | | | | | This allows us to easily add scxml files to a qmake project. Change-Id: I2b5b21683f3e76062e6858fb8d0bceaa699a5569 Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | QmlDesigner: Adding icons for property editor to icon providerThomas Hartmann2016-07-1314-14/+24
| | | | | | | | | | Change-Id: I0869138783230fe3ff54e59e4d9094d23f5d42cc Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Debugger: Improve QMetaObject dumperhjk2016-07-132-122/+164
| | | | | | | | | | | | Change-Id: I690e95f5f4651331f6b2407636253770a9bb92a0 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io> Reviewed-by: hjk <hjk@qt.io>
* | Flat Light theme tweaksAlessandro Portale2016-07-131-8/+8
| | | | | | | | | | Change-Id: I56a437c4f5ab7668124917731cd63fdd97b3b571 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | QmlDesigner: Adding theming support for Qt Quick DesignerThomas Hartmann2016-07-1224-147/+92
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | With this patch the Qt Quick Designer supports: *Flat *Flat Dark *Flat Light *Classic I did not test the dark style. I added a template engine for the .css files. The syntax for the .css files is identical to the QML syntax. Known issues: * The icons in the property editor do not play well with the Flat Light style. We have to get proper Core:Icon support for the icons and most icons have to be simplified/flattened to fit the new style/ theme. * Some colors in the connection editor are still dark and hardcoded. But this looks ok together with all themes. * The highlight colors are not taken from the theme, yet. Change-Id: I94f2b75f92db8e131c2b15867dbabe9ae4b2f25a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* | QmlDesigner.PropertyEditor: Crash fixThomas Hartmann2016-07-121-0/+9
| | | | | | | | | | | | | | | | Fixing infinite loop in java script. Task-number: QTCREATORBUG-16573 Change-Id: I490d8b85635b7209f7923f9c8341bf77962c57b6 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* | Flat Dark theme tweaksAlessandro Portale2016-07-071-18/+18
| | | | | | | | | | | | Change-Id: I05c7cd5769476ca4cc003cb8f8c2c40e86f929a4 Reviewed-by: David Schulz <david.schulz@qt.io> Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* | Debugger: Show formatted contents of WebKit strings in local viewAlexandru Croitor2016-07-061-0/+25
| | | | | | | | | | Change-Id: I616c19be20bf32789ab052fdec2b228e145e6be2 Reviewed-by: hjk <hjk@theqtcompany.com>
* | QmlDesigner.StatesEditor: Add StatesEditorIconProviderThomas Hartmann2016-07-054-3/+12
| | | | | | | | | | | | | | | | | | | | The StatesEditorIconProvider provides the proper icons from ICore:Icon. This icon provider should be generally available in the future. For High DPI support we need hardcoded image sizes. Change-Id: I323c07501664b8038c8777998901a28554c568f0 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* | QmlDesigner.StatesEditor: Adjust marginsThomas Hartmann2016-07-042-3/+5
| | | | | | | | | | | | | | | | | | | | The "magic" -2 keeps the margins symmetric. The states editor now nearly looks like the blog post proposal. Only the highlight color is different, but already comes from the theming engine. Change-Id: Ibae5a3f19a7b07063ea44933498c24519bd34e94 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | QmlDesigner: Hide target buttons for centered anchoringThomas Hartmann2016-07-042-0/+4
| | | | | | | | | | | | | | | | | | | | I never ever needed that feature and the functionality is missing/incomplete. Setting all anchor combinations for the left/right/top/bottom anchors should be enough. Change-Id: I2c1a165ff7ef0ecc666640aeba7e86166c90aa25 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | QmlDesigner: Use smaller font in item libraryThomas Hartmann2016-07-012-6/+6
| | | | | | | | | | | | | | | | | | This allows to show more items in the library. While we get more and more components it is important that we can show the increasing amount of items properly. Change-Id: Ifc5db011b65b7accf96af5192ce2702b6f112da6 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | QmlDesigner: Remove animations from item libraryThomas Hartmann2016-07-011-7/+0
| | | | | | | | | | | | | | The animation serves no purpose. Change-Id: If17d1ee31ff5a0de9832edff204adbc4f82f6c43 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Wizards: Remove Qt Quick 1 file wizardThomas Hartmann2016-07-012-42/+0
| | | | | | | | | | Change-Id: I4ea4ab66cec327ef7a85a46dedb2c21ad3db8912 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Welcome: Fix the handling of the new Theme::FlatToolBars flagAlessandro Portale2016-07-012-2/+2
| | | | | | | | | | | | | | | | | | | | Small addition which should have been part of 8588cf268f774dbbc242f0805669787c7bc310ac Change-Id: Iddc91e1ec98a944b2d44f615140025693cfc0fd0 Reviewed-by: Orgad Shaneh <orgads@gmail.com> (cherry picked from commit 835ab0c44f4d58584d09e78555e285a5d451d34a) Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* | QmlDesigner: use visible instead of enabledTim Jenssen2016-06-301-6/+6
| | | | | | | | | | Change-Id: Ic581f104a600ac24f89c497435d9a3a1efb3a570 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | QmlDesigner: fix wrong AnchorRow initializationTim Jenssen2016-06-302-3/+3
| | | | | | | | | | Change-Id: I281f57fab8f5900362d2393b0b578957e77c6f4d Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | QmlDesigner: fix preferredWith is unknown warningTim Jenssen2016-06-301-2/+2
| | | | | | | | | | Change-Id: If660ac05e8c88d2fdde834689a2213c495a22eec Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | QmlDesigner: Fix fixResourcePaths()Thomas Hartmann2016-06-291-1/+1
| | | | | | | | | | | | | | | | QML does not accept absolute paths (e.g. C:\working\something\) as urls. We need the file:/// prefix. Change-Id: I9df74cd9c0e730fba056af971751f8eb88cdb536 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* | QmlDesigner: Fix UrlChoserThomas Hartmann2016-06-281-4/+15
| | | | | | | | | | | | | | | | We have to set currentIndex to -1 if the url is not in the model. Task-number: QTCREATORBUG-16494 Change-Id: I031a4f99d83b35ea1c0b805194b6aa42338f6509 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* | AutoTest: Enhance wizard to support GTestChristian Stenger2016-06-2712-26/+186
| | | | | | | | | | | | | | Initially this adds basic gtest testing - to be improved later on. Change-Id: I2121cd24493a8d65c5acd0be5c9dd5858702645d Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | Merge remote-tracking branch 'origin/master' into 4.1Eike Ziller2016-06-271-0/+64
|\ \ | | | | | | | | | Change-Id: I56399e6938a5f5096c0b1a1561a54d34a5c96330
| * | Modnokai Night Shift v2 color scheme for QtC Text EditorGeorger Araújo2016-06-231-0/+64
| | | | | | | | | | | | | | | Change-Id: I7919dab34402ce5da0b77fb8fe0630c7c318479f Reviewed-by: André Hartmann <aha_1980@gmx.de>
* | | AutoTest: Use json based wizardChristian Stenger2016-06-238-110/+200
| | | | | | | | | | | | | | | Change-Id: I75693037542ef64bcc094e092086dea65d77872c Reviewed-by: Tobias Hunger <tobias.hunger@qt.io>
* | | QmlDesigner: Adding tool tips for anchoringThomas Hartmann2016-06-222-0/+10
| | | | | | | | | | | | | | | | | | | | | Task-number: QTCREATORBUG-13503 Change-Id: I2c65e47797ba77d3cc2e5b2c6723b1c010982d8f Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
* | | QmlDesigner: fix urlTim Jenssen2016-06-222-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Problem was that a file added to resource it wasn't shown in the canvas. Change-Id: I57610db8a55791c409bd249d698bf757cde153b9 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | | QmlDesigner: add workaround for broken tooltip callsTim Jenssen2016-06-221-0/+2
| | | | | | | | | | | | | | | Change-Id: I2315ad0ebdaca5399e6080a12852f7118399654e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | | QmlDesigner: use initializer listsTim Jenssen2016-06-225-15/+17
|/ / | | | | | | | | Change-Id: Ie93861c7d8a5b2863ec8b111afceacc2c163715b Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Theming: Set flat flag on flat themesAlessandro Portale2016-06-212-6/+2
| | | | | | | | | | Change-Id: If505551fbf0dea6fa3e6f9897ab3fec6e6a7a1b0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Utils: Replace Theme::widgetStyle with a flagAlessandro Portale2016-06-213-9/+3
| | | | | | | | | | | | | | | | | | | | Theme::widgetStyle with its two possible return values makes less sense than a bool flag. Especially since we already have several separate theme flags for ui elements which might be "flat" or not. Change-Id: Ic521bb58c04386b735b784079de05e521bc1f45f Reviewed-by: Orgad Shaneh <orgads@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Theming: Add the "Flat Light" themeAlessandro Portale2016-06-211-0/+203
| | | | | | | | | | | | | | As specified by Diana Change-Id: Ic0a75927a3912c064f8b6b9f03b1f115071c6c89 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Theming: Add the "Flat Dark" themeAlessandro Portale2016-06-211-0/+204
| | | | | | | | | | | | | | As defined by Diana. Change-Id: Id7291ea80bddcb2388b26b4ba745c2b53feb11d0 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* | Utils: Make the "shadow" under toolbar icons optionalAlessandro Portale2016-06-203-0/+3
| | | | | | | | | | | | | | | | | | In preparation od a "Flat Light" theme, where shadows under the icons would have a negative impact. Change-Id: I2d9d3563c90336640513c1a970a432898dd63cfc Reviewed-by: Tobias Hunger <tobias.hunger@qt.io> Reviewed-by: Thomas Hartmann <Thomas.Hartmann@theqtcompany.com>
* | Utils: fix typo in Utils::Theme enumAlessandro Portale2016-06-173-3/+3
| | | | | | | | | | | | | | IconsModeProjetcsActiveColor -> IconsModeProjectActiveColor Change-Id: Id13039b49102e75ac3d7558ff79e971bce54ed43 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* | QmlDesigner: Support .qrc files in the qml2puppetThomas Hartmann2016-06-104-0/+31
| | | | | | | | | | | | | | | | | | The code model knows about .qrc files and has a mapping that we forward to the qml2puppet. Support for .qrc was broken when introducing the QmlPrivateGate. Change-Id: I22d1c1add65d0c9a914e471dbe51ef505f308494 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>