summaryrefslogtreecommitdiff
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Update Polish translationsjkobus2014-12-051-1550/+8086
| | | | | Change-Id: Ibd2f7f1ccdb2054db20a34c279441d92166ea5ae Reviewed-by: Jarek Kobus <jaroslaw.kobus@theqtcompany.com>
* Ukrainian translation update for 3.3Viktor Ostashevskyi2014-12-041-945/+4096
| | | | | Change-Id: I9c31c2cccb4908156f61a0dcd070a09849116582 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Debugger: Fix map dumper with LLDB-320.xhjk2014-12-032-23/+35
| | | | | | | | | The underlying problem here is still that we can deduce the item type from the map type except by string manipulation and type lookup. Which fails at times. Change-Id: Ibe6a8ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Update Russian translationSergey Belyashov2014-12-021-0/+4
| | | | | | | Change-Id: Iec1754c6c01a36ecd2ff04d0c2f15ff0a88c9d36 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Debugger: Fix QRegion dumper on 32 bit for Qt < 5.4hjk2014-12-021-1/+3
| | | | | Change-Id: I2554ae77154d88185120bf661f9e732485d92a28 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Debugger: Fix LLDB reference display for LLDB 320.xhjk2014-11-281-10/+22
| | | | | | | | There is seemingly still no proper API for that, and the old hack broke. Use a new one. Change-Id: I9e638ca1fbd84c43c7d31b65e017792d1b6a1e0b Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Editor: Fix highlighting of xml values.David Schulz2014-11-281-1/+1
| | | | | | | | Do not use the hardcoded value in the xml highlighter file. Task-number: QTCREATORBUG-13538 Change-Id: Ie79f46e2ab31caf01c0ab58097756141691761f0 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Debugger: Fix reference dumping with LLDB-300.xhjk2014-11-261-1/+1
| | | | | | | | The old code worked around some issue that is not present anymore and breaks now by itself. So remove the workaround. Change-Id: I41a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Update Russian translationSergey Belyashov2014-11-261-16/+57
| | | | | | Change-Id: I03664ff7d166638f7c59fa1e54a0df9545339bdf Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* FormWizard: Fix newlines being escaped in generated outputTobias Hunger2014-11-202-2/+2
| | | | | | | | | | | | | | | Export the form contents as a list of lines and join them when needed instead of hoping to unescape '\\n' in all places where it is necessary. This approach should be a bit saver since it will cause parse errors in the wizard, which are more visible than broken output in the generated files. Task-number: QTCREATORBUG-13456 Change-Id: I434a9227082f92be3c2ce75006f61ac79a2b6fd6 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* JsonWizard: Support fixup expandos for lineedits on FieldPagesTobias Hunger2014-11-191-1/+5
| | | | | | | | | The fixup expando will be applied before validating a string in a lineedit. It uses the special "%{INPUT}" variable for its input and any change will be applied to the LineEdit. Change-Id: Ia496eacdbe541d418acb4a977c274527387896ca Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.instances: Always use distance field text renderingThomas Hartmann2014-11-191-0/+17
| | | | | | | | | | This avoids sub pixel antialias artefacts. We call disableNativeTextRendering() in updateDirtyNodesRecursive(), because items might be created or change the property after component complete. Change-Id: Icd9c87b69434a910c9555540ba7bafdc874afc5a Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* QmlDesigner: Fixing highlighting for UrlChooserThomas Hartmann2014-11-192-2/+7
| | | | | Change-Id: I47a7fc2e92247b1f4a8d81432a4ad020efd87ce9 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Debugger: Centralize handling of optimized out values with GDBhjk2014-11-181-28/+16
| | | | | | | | | There were a couple of situation where the is_optimized_out flag was not used and later produced (caught) exceptions on access, or where the still availably type was not shown. Change-Id: I7ad5aa09a19357e50739d9fdf32f7423e30fe011 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Update Russian translationSergey Belyashov2014-11-171-2636/+2753
| | | | | | Change-Id: I68cecfabe8dcfebb7733030a404f75603464d157 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com>
* Wizards: Fix form ui wizardThomas Hartmann2014-11-171-3/+3
| | | | | | | | Fix the description and labels. Task-number: QTCREATORBUG-13227 Change-Id: I81a017ced91198bdc4e822cfcc1c45580945a773 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Debugger: Report stack after frame switching with LLDBhjk2014-11-171-0/+1
| | | | | Change-Id: Ibbaa52dc8c0703f3245cac2ca15b942e3006993a Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Qt Quick App wizards: Use Label instead of TextAlessandro Portale2014-11-173-3/+3
| | | | | | | | Label respects the system palette, while Text does not. Task-number: QTCREATORBUG-13189 Change-Id: Ife1796cd04216eef909820f85dfdfd9c403ae80f Reviewed-by: Maurice Kalinowski <maurice.kalinowski@theqtcompany.com>
* Debugger: Explicitly convert division result to int in dumperhjk2014-11-151-1/+1
| | | | | | | | This can cause "TypeError: 'float' object cannot be interpreted as an integer" otherwise. Change-Id: Icae026f8f47edb686e22ce417f3bbdf41bbf0bc1 Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Improve tooltip for out-of-scope items with gdbhjk2014-11-141-18/+18
| | | | | | | | | | | | | Previously, hovering over 'i' when stopped in main() int foo() { int i; } int main() {} produced a tooltip without contents, now there is an item saying "<not accessible>" Change-Id: Id4de72541f74af93ba65c2a9508cf21e1dcd6569 Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Place each statement of default snippets on their own line.Mitch Curtis2014-11-141-6/+31
| | | | | | Change-Id: Ia10d41887e6adbb0603a18fbf69bb1ce67eeac73 Task-number: QTCREATORBUG-12253 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Welcome Screen: Fix scrollbarDaniel Teske2014-11-122-3/+2
| | | | | | | | | | The size of the project list should only depend on the size of the items, not on the size of the parent. Task-number: QTCREATORBUG-13387 Change-Id: Iad8a32999a277532c2b64a7a889ddaafa40f693b Reviewed-by: Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* WelcomeScreen theming: Fix button border colorAlessandro Portale2014-11-123-4/+6
| | | | | | | | | | This change adds an additional color role for the border color of a pressed button. Task-number: QTCREATORBUG-13356 Change-Id: Ibdbd330f60063961dbf27dbe2fb90f32089d7b34 Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* JsonWizard: Add .gitignore file to empty qmake projectsTobias Hunger2014-11-102-0/+77
| | | | | | Task-number: QTCREATORBUG-3125 Change-Id: I8c6777734224d4f7fff27ce441f75f380460723a Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
* Theming: Enable theming info barOrgad Shaneh2014-11-102-4/+4
| | | | | | | | Use same role for info bar and search result widget Change-Id: Ibe1f226d4ea8edaafb3daa1cc629e23a48322cf2 Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Theming: fix regression in search result bg colorThorben Kroeger2014-11-091-1/+1
| | | | | | Task-number: QTCREATORBUG-13309 Change-Id: I320f031a49f8ad2ef4eabd80597d8183f172aa78 Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Debugger: Fix QRegion dumper for Qt 5.4hjk2014-11-071-4/+10
| | | | | | | The layout has changed in ee324e4ed527. Change-Id: I4b5f47f6526bf1218fdb79dc625f7482af21012b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* QmlDesigner.PropertyEditor: Use correct scope for enumsThomas Hartmann2014-11-072-2/+2
| | | | | | Change-Id: I07b1d83071407c19874af936617a395a37a79dd5 Task-number: QTCREATORBUG-13080 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* QmlDesigner.PropertyEditor: Fixing templatesThomas Hartmann2014-11-075-5/+5
| | | | | | | toolTip was renamed to tooltip. Change-Id: I18fc3cfb3f9ce21a6402ce3adccbb078a297b682 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: Fix ComboBox drop down menuThomas Hartmann2014-11-061-1/+8
| | | | | | | | We need to style the drop down menu. Change-Id: Ide5845b06336cc6dff08acc7b5814a06ebde6a1b Task-number: QTCREATORBUG-13336 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* Theming: allow to override base styleThorben Kroeger2014-11-062-0/+2
| | | | | | Change-Id: I48e2d03b83fccf3d6eb4b508bd77912dbdaea1d0 Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* Theming: Allow to apply theme palette globallyThorben Kroeger2014-11-062-0/+2
| | | | | | Change-Id: I709bd6b6c566e016731af1fb94ddaef6326ef485 Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>
* QmlDesigner: Remove unused qmldir fileThomas Hartmann2014-11-051-48/+0
| | | | | | | This is a leftover from QtQuick 1. Change-Id: I1540924f11fd3c316b68b7a04eb1786afc6bfec1 Reviewed-by: Tim Jenssen <tim.jenssen@theqtcompany.com>
* JsonWizard: Rename Kits page to make it consistent with other wizardsTobias Hunger2014-11-041-1/+1
| | | | | Change-Id: Ie3bcd79cf402c0dbed8a6f616c730a7c59a907d2 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* JsonWizard: Remove empty linesTobias Hunger2014-11-035-17/+8
| | | | | | Task-number: QTCREATORBUG-13289 Change-Id: I2c8d1fc4e2cfcb940e76a6988d35e80703548668 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* JsonWizard: Replace EmptyProjectWizard with a JsonWizardTobias Hunger2014-11-033-0/+52
| | | | | Change-Id: Ia199a04b535535722a3b47a9651b16635b019cbf Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* JsonWizard: Match up files generated by the Cpp Class wizardTobias Hunger2014-11-031-2/+2
| | | | | Change-Id: I407958b02446e81a449a34519a9eb592723a08a5 Reviewed-by: Daniel Teske <daniel.teske@digia.com>
* Dumper: Adapt Token dumper 3.2Orgad Shaneh2014-10-311-3/+3
| | | | | Change-Id: If7d6ba7265620edb14d258884b26578c36da2651 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
* QmlDesigner: toolTip -> tooltip and some qsTr fixesTim Jenssen2014-10-3010-44/+44
| | | | | | | - "tooltip" is how it is in the component so use this everywhere Change-Id: Ib8caa26365e50e1f68e04768b051941bbebe146e Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Fixing the latest .qrc Qt Quick Application wizardsThomas Hartmann2014-10-304-6/+12
| | | | | | | | | * The .ui.qml files were not properly generated. * The .qrc file was wrong * We have to use Window and set visible to true Change-Id: I4617aba04048bebf744cf164013bd5af0aaadcd1 Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* QmlPuppet: Enabling style supportThomas Hartmann2014-10-301-23/+36
| | | | | | | | | If a style is activated by setting QT_QUICK_CONTROLS_STYLE we have to use QGuiApplication instead of QApplication. Change-Id: I138a4fb75508f989f97b207a7024a426fa379f9e Reviewed-by: J-P Nurmi <jpnurmi@theqtcompany.com> Reviewed-by: Tim Jenssen <tim.jenssen@digia.com>
* Updating the .qrc based wizards to use .ui.qml filesThomas Hartmann2014-10-308-27/+79
| | | | | Change-Id: I178b9cdbb895ef221d74b9aa282163307550fd13 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* JsonWizard: Replace Python class wizard with a JsonWizardTobias Hunger2014-10-242-0/+182
| | | | | | | | * Remove Qt4 support. * Remove some UI options that did not do anything in the original wizard Change-Id: I9647cbc6cd0958a02df5b2fe480b9c8069249521 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Theming: Fix light colored find widgets styleOrgad Shaneh2014-10-232-2/+4
| | | | | | | | It is used when e.g. searching the environment widget. Change-Id: I203b9f5e280a8f18f7a38f8e4d7b4540c79f932c Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Fix project file in the script wizard example.David Schulz2014-10-231-1/+1
| | | | | | | Do not add the header file to the sources group of the project. Change-Id: I2850854e0ded1fa226c7ef5f4428d0de7ec20c75 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* GenericHighlighter: Update from latest KTextEditor sourceOrgad Shaneh2014-10-2215-76/+130
| | | | | | Change-Id: If31df61e1e4aa7133d6384e91a362405149c2883 Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: David Schulz <david.schulz@digia.com>
* QmlDesigner: create DesignerSupport on stackTim Jenssen2014-10-222-12/+6
| | | | | | | | | - it has the same life cycle like the Qt5NodeInstanceServer - we don't need to create and delete it (with maybe memory leaks) - this fixes a crash while the puppet is closed after an item deletion Change-Id: Iecd6515eb41324b95e99e151d77ee74895230182 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Debugger: Be more verbose in dumper debug outputhjk2014-10-211-0/+8
| | | | | | | | | One of the should-not-happen situations seem to happen. Add extra output to help to track it down. Change-Id: I40bad85ce2fbaf1f02043b3d97f657461f5a1995 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Rename qml file templatesTobias Hunger2014-10-203-2/+2
| | | | | | | ... to not trigger warnings about invalid syntax. Change-Id: I21d94b521650a32e86d1181c412ff1e99a6e24b2 Reviewed-by: Tobias Hunger <tobias.hunger@theqtcompany.com>
* Theming: Remove IconOverlay section from default.creatorthemeAlessandro Portale2014-10-201-8/+0
| | | | | | | | | | | | IconOverlays are now defined in the Images section. Also, default.creatortheme does not need to define these since they are already defined in the cpp code as fallback. See a18b067326bd58197dd70d4db9d9b79b01c2c8a9 Change-Id: Id2cf616068b11c5aa8e43ee695369063e6a4ee0e Reviewed-by: Thorben Kroeger <thorbenkroeger@gmail.com> Reviewed-by: Orgad Shaneh <orgads@gmail.com>