aboutsummaryrefslogtreecommitdiffstats
path: root/share
Commit message (Collapse)AuthorAgeFilesLines
* Welcomescreen: Fix opening of help urlsv3.1.1Alessandro Portale2014-05-151-1/+1
| | | | | Change-Id: I29a3634ee01317da478d78ec9758b6fc386abbdb Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Welcome: fix link to mobile app tutorialLeena Miettinen2014-05-151-1/+1
| | | | | | | | | | The tutorial filename was changed. Task-number: QTCREATORBUG-12247 Change-Id: Ibb2733e41807757c2ce435a0b918eada4da99665 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Fixed Russian translation of Welcome screenSergey Belyashov2014-05-131-2/+2
| | | | | | | Task-number: QTCREATORBUG-12108 Change-Id: I3db4b5ad44666808cf49ea6e0ce226b9972b1beb Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* QmlDesigner.PropertyEditor: Using regExp instead of inputMaskThomas Hartmann2014-05-091-1/+5
| | | | | | | | | This does work as expected. Task-number: QTCREATORBUG-12018 Change-Id: I1ae4c2f9c222ffcc68a81ab545fe19ac253b0dbb Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Alessandro Portale <alessandro.portale@digia.com>
* Debugger: Fix Eigen dumpers, againhjk2014-05-091-14/+19
| | | | | | | | This time with autotests. Task-number: QTCREATORBUG-12193 Change-Id: Id91eecd38eb4ac76c68be8e9969651407a68ebf4 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Qnx: Properly setup the environment vars in the bar descriptorEl Mehdi Fekari2014-05-021-4/+0
| | | | | | | | | | | | | | | | | | The environment variables in the bar descriptor are modified depending on the Qt deployment option the user selects. This causes inconsistent behavior if the user modifies those values on the template file. The env var values will be generated in the final bar descriptor without being visible on the template to avoid any user modifications that won't apply correclty. Note: For next releases, the bar descriptor needs to be handled properly to avoid any black magic so all modifications should be visible to the user. Task-number: QTCREATORBUG-11916 Change-Id: I00a2c855be3def31cd008071c6269e5a69f81536 Reviewed-by: Fabian Bumberger <fbumberger@rim.com>
* QmlDesigner.PropertyEditor: Fixing color chooserThomas Hartmann2014-04-251-1/+1
| | | | | | Task-number: QTCREATORBUG-11904 Change-Id: I94d073cae9a162ff2dc6567cb7805ba4df66365f Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* QmlDesigner.PropertyEditor: Keep left/right anchors for vertical anchoringThomas Hartmann2014-04-251-2/+0
| | | | | | Task-number: QTCREATORBUG-12006 Change-Id: I4926fe462698fb4ae6b8e00bf7f53948a96db79c Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* Fix Japanese translationTakumi ASAKI2014-04-221-1/+1
| | | | | | Change-Id: Ic9554c1c172360eb413a80c817a62d414e84c265 Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* QmlDesigner.PropertyEditor: Hide TextInput specifics properties for TextEditThomas Hartmann2014-04-223-6/+8
| | | | | | Task-number: QTCREATORBUG-12035 Change-Id: I39fef53ce9203a58ba3ce2a0e09e8b4d69a14fa7 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: Adding tooltip to ButtonRowButtonThomas Hartmann2014-04-221-0/+15
| | | | | Change-Id: Ia5117b9831d8ccf8c01774a247bc3c68642bc8e4 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: Adjust size of TabViewThomas Hartmann2014-04-221-0/+21
| | | | | | | | | | The size of a TabView does not adjust to its contents. We have to do this manually. The minimum size is defined by the LayoutSection. Task-number: QTCREATORBUG-12040 Change-Id: Icdf42cbc3788b3ce38b9cffdb0dc9afd15d32815 Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: No transactions based on focusThomas Hartmann2014-04-141-8/+0
| | | | | | | | This is to fragile and allows many opportunities for serious bugs. Change-Id: I2e49c37db4c1dd2c55000013d8ec7e0978d1ef89 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: Fixing layoutThomas Hartmann2014-04-142-0/+4
| | | | | | | Template based SpinBoxes were to small in some cases. Change-Id: I8bb3ca98cfe53172fc25171c81b3178657737d65 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* QmlDesigner.PropertyEditor: Fixing colouring for FontComboBoxThomas Hartmann2014-04-141-5/+18
| | | | | | | Task-number: QTCREATORBUG-12027 Change-Id: Ic5ad0e16a7d60dacc89fa4c226e30a40a45be9db Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Marco Bubke <marco.bubke@digia.com>
* QmlDesigner.PropertyEditor: Fixing minimum and maximum values for realsThomas Hartmann2014-04-141-1/+4
| | | | | | | | | I also show 2 decimals for the template based real SpinBox. Task-number: QTCREATORBUG-12041 Change-Id: Iac79dec47c9ec55913231e327ba2727e0af5c652 Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: Robert Loehning <robert.loehning@digia.com>
* QmlDesigner.PropertyEditor: Do not allow negative width or heightThomas Hartmann2014-04-141-2/+2
| | | | | | Task-number: QTCREATORBUG-12025 Change-Id: I5348869e8627ca7de0cd5f3c67bbeb3353770f15 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Templates: Set correct settings for qnx targetEl Mehdi Fekari2014-04-141-1/+5
| | | | | | | | | Task-number: QTCREATORBUG-12013 Change-Id: I6b8fa2409b2a6530267717879d82713313ae6672 Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Vladimir Minenko <vminenko@blackberry.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Debugger: Fix Eigen::Matrix dumper with LLDBhjk2014-04-111-3/+1
| | | | | | | | Access by address. Big hammer, but LLDB doesn't cope well with templates... Change-Id: I430a83c282bc8a46efa011efb73f32cdbf46398c Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Better connection count displayhjk2014-04-111-12/+16
| | | | | | | | | | | Not a full fix yet. Disconnect does not reduce the count since the Connection object remains in the structure, only the receiver gets set to 0. The connections are now listed as subitem of [signals] Change-Id: I3dd795b3731b30e2af6f4d0e5da71dbde8996649 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Debugger: Work around mis-reading of integral template typeshjk2014-04-111-1/+9
| | | | | | | | | Clang/LLDB toolchain issue: -1 gets recorded and read as 'int' with value '0xffffffff'. Change-Id: I070a83c282bc8a46efa011efb73f32cdbf46398c Reviewed-by: Eike Ziller <eike.ziller@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Debugger: Fix staticMetaObject extraction with LLDBhjk2014-04-113-2/+11
| | | | | | | | | When asked for Foo::staticMetaObject, it will find any *::staticMetaObject. Looking for the mangled name finds the one we need. Change-Id: I4508a3c282bc8a46efa011efb73f32cdbf46398c Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Debugger: Use proper item count for signals and methodshjk2014-04-101-7/+15
| | | | | Change-Id: I2dd795b3731b30e2af6f4d0e5da71dbde8996649 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Debugger: Handling eigen3 in manual testhjk2014-04-101-7/+13
| | | | | Change-Id: Id3e6eddffe8d0edd7d5947c2eec03d707bd2436b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: List QObject methods and signals in dumperhjk2014-04-102-67/+101
| | | | | | | | | | | This mostly re-activates code from the old code path in the QObject dumper. Task-number: QTCREATORBUG-11997 Change-Id: Ie3e6eddffe8d0edd7d5947c2eec03d707bd2436b Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: hjk <hjk121@nokiamail.com>
* Update Japanese translationsTakumi ASAKI2014-04-101-25589/+21343
| | | | | | | | | | | | | | | Translated by Japan Qt Users' Group on Transifex.com https://www.transifex.com/projects/p/qt-creator/language/ja/ Change-Id: I0398a8f5b2dd0b7f1d10280d2387758a734b45ad Done-with: Tasuku Suzuki <stasuku@gmail.com> Done-with: Takahiro Hashimoto <kenya888@gmail.com> Done-with: yikei lu Done-with: Noboru Murakami <nobo66@hotmail.com> Done-with: Naoki MATSUMOTO Reviewed-by: Tasuku Suzuki <stasuku@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Russian translation updateSergey Belyashov2014-04-091-2298/+3759
| | | | | | Change-Id: I66f8f5df5931c1d273d33f2d95a9bf130c1dec15 Reviewed-by: Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com>
* Debugger: Fix internal type dumperhjk2014-04-091-1/+1
| | | | | Change-Id: I5c9ad7c5f95980bb85e07f1ea6dddcdf8b8a19a2 Reviewed-by: Nikolai Kosjar <nikolai.kosjar@digia.com>
* Debugger: Handle the <more> item in LLDB stack viewhjk2014-04-091-2/+0
| | | | | | Task-number: QTCREATORBUG-11915 Change-Id: I7216987c68802c9d3b74fbd5b543ea4aa5953ff8 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Debugger: Show item count with Qt4's QMaphjk2014-04-081-2/+3
| | | | | | | | | | Contents is still wrong for Clang builds as the debug information recorded for the node types is insufficient. Change-Id: I4c694e5010ade7f3ebbb4a94163d7b44da13c10d Reviewed-by: Christian Stenger <christian.stenger@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Do not use a qml subfolder for qtquick applications.jkobus2014-04-0815-10/+10
| | | | | | | | | | The subfolder triggers some unfortunate issues, like that the default path that is chosen for adding files to the '/' prefix in the qrc is the project directory. Change-Id: Ia0010e01c37afb64506053014eae4524794e57d8 Reviewed-by: hjk <hjk121@nokiamail.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* Revert "Welcome: Store examples search text in settings"Alessandro Portale2014-04-081-6/+1
| | | | | | | | | | | This reverts commit 894ade6f1e2767a8866642a4ea278659730c26d8 Storing the search text was not thought well through. It causes bad user experience. Also, the real solution for showing filtered Example sets in the chooser is coming here: https://codereview.qt-project.org/#change,82906 Change-Id: Ibb51bf5c0fa08fdeb8530a19d823ba97a3c167d1 Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* QmlDesigner.PropertyEditor: Give more space to color LineEditThomas Hartmann2014-04-072-2/+2
| | | | | | | | Task-number: QTCREATORBUG-11992 Change-Id: Icb884847633bd421e3dc7bc034d598ef84d33422 Reviewed-by: Marco Bubke <marco.bubke@digia.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@digia.com>
* Debugger: Fix pointer arithmetic in lldbbridge.pyhjk2014-04-071-1/+1
| | | | | | | Cut-and-past-o in a currently unused code path. Change-Id: I2c690e5010ade7f3ebbb4a94163d7b44da13c10d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: More robust Qt version extraction with LLDBhjk2014-04-041-6/+14
| | | | | Change-Id: I1c690e5010ade7f3ebbb4a94163d7b44da13c10d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: More direct way to extract dynamic QObject propertieshjk2014-04-041-16/+6
| | | | | | | | This avoids the address == -1 problem for generated values with LLDB. Change-Id: I13cfc7387d8e5329b588d6d841cd9c2322270363 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Robustify QSet and QHash dumpershjk2014-04-031-5/+9
| | | | | Change-Id: I6d4df7f00719e5f7c4ee2f41c890348ab9aeaa8a Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Handle failing inferior calls more gracefullyhjk2014-04-034-18/+25
| | | | | | | | | | At least for GDB on Windows that's a rather typical situation due to GDB's "Internal error: pc in read in psymtab, but not in symtab" Task-number: QTCREATORBUG-11164 Change-Id: If79d586b59e2c1ee37558e8a811091fefc69ac2d Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Use tested offsets in QFile dumperChristian Stenger2014-04-031-4/+11
| | | | | Change-Id: I6c45d9ebcfa7705ba0913cd1c3ff30798758c473 Reviewed-by: hjk <hjk121@nokiamail.com>
* Welcome: developer.qtc.io --> qtcloudservices.comAlessandro Portale2014-04-021-1/+1
| | | | | Change-Id: I748cb2d6e3b810728e4138f2b0983931233105a5 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Fix missing white space in German translationRobert Loehning2014-04-021-1/+1
| | | | | Change-Id: I0b4db6f76befed238427f7fbf51fd73446dbb773 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@digia.com>
* Welcome: Store examples search text in settingsAlessandro Portale2014-04-021-1/+6
| | | | | | | | | in QtCreator.ini under "WelcomePage/ExamplesSearchString". The installer pre-set that setting, and in that way pre- select a set of examples. Change-Id: I8ac5a38ad0bd3f33875ef1997ccbf0352410dcc3 Reviewed-by: Thomas Hartmann <Thomas.Hartmann@digia.com>
* Debugger: Move putPlainChildren() to Dumper basehjk2014-04-024-26/+11
| | | | | | | It's reusable... Change-Id: I1a0f40b9b3bbecf99024d3a2fd5148baf604109b Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Use target not host architecture in QDateTime dumperhjk2014-04-024-7/+14
| | | | | | | Task-number: QTCREATORBUG-11164 Change-Id: I83bd56f91c1e5342e1a755638c794dde7f5b345a Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Debugger: Use tested offsets in QDateTime dumperhjk2014-04-011-11/+19
| | | | | | Task-number: QTCREATORBUG-11164 Change-Id: I9184e2f14baa3d3d649839f25088dbd0a01a3496 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Doc: update the Android tutorial to also cover iOSLeena Miettinen2014-04-011-2/+2
| | | | | | | | | | Rename as "Creating a Mobile Application". Add the steps necessary for deploying to iOS devices. Fix the link in the Tutorials tab in the Welcome mode. Change-Id: Ie72bf087c789d8d1299b9b5ac19ad732da534012 Reviewed-by: Venugopal Shivashankar <venugopal.shivashankar@digia.com> Reviewed-by: Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
* Debugger: More robust metaobject extractionhjk2014-04-011-2/+10
| | | | | Change-Id: I359cbdcfb0594b988e041c06efa44c6fd85a8d65 Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* German translations for 3.1Friedemann Kleint2014-03-311-2863/+3741
| | | | | | Change-Id: I4ce52075140220c70ef3d25df1321454a01a0c0f Reviewed-by: Robert Loehning <robert.loehning@digia.com> Reviewed-by: Christian Stenger <christian.stenger@digia.com>
* Examples: Move example combo box to the leftEike Ziller2014-03-311-6/+6
| | | | | | | | | That makes it more visible, which is especially important when we show example sets that do not come from a Qt version there. Change-Id: Ib99955e70abb95053d9e8cd718ab599153e6eaaf Reviewed-by: Kai Koehne <kai.koehne@digia.com> Reviewed-by: Eike Ziller <eike.ziller@digia.com>
* WelcomePage: Support additional (non-qt) example setsEike Ziller2014-03-311-6/+6
| | | | | | | | | | | | | | Added with setting "Help/InstalledExamples" which is a string list, each string is a triple of (display name, manifest parse path, examples path), joined with '|'. If a documentationPath for a Qt version is already added through the InstalledExamples setting, we do not show an extra combo box item for it. That makes it possible for an installer to register a single example set for the same Qt version in different variants (e.g. iOS, Android x86, Android arm) Change-Id: I42dd8f9ca9cb6cee247e3dc8ce9d014e56852e79 Reviewed-by: Kai Koehne <kai.koehne@digia.com>