- 25 Aug, 2015 4 commits
-
-
Christian Kandeler authored
This signal was emitted from two places. In one of them, the argument was the pure string from the line edit, and in the other one the "raw path", that is, the aforementioned string processed by cleanPath() and fromNativeSeparators(). We now use the latter in both contexts. A look at the slots does not suggest anyone is interested in the other value rather than this one. Change-Id: Iacb6e0815004b2ef0107bfef03b97b46015da989 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Change-Id: I998d663e1fced1da10e7b3d4489db26eb244fe2b Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Christian Kandeler authored
The old one had a number of problems, mainly due to the awkward delegate that was used for presenting the data. For instance: - Only one diagnostic at a time could be looked at in detail. - Once it had been opened, it was not possible to close such a detailed view again, other than by opening a new one. We now use a tree view for showing the diagnostics, so users can show and hide details about as many diagnostics as they wish. That also gets us sensible item selection capabilities, so features like suppressing several diagnostics at once can be implemented in the future. Change-Id: I840fdbfeca4d936ce600c8f6dde58b2ab93b0d00 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: I3bf772ec09f08a3a9cb9652ca9718585beed9a2e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
- 24 Aug, 2015 10 commits
-
-
Orgad Shaneh authored
Zooming using the mouse wheel has no upper bound. Change-Id: I7ff680c7b48fb4d01773a3479bf17e3d81da7de7 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Commit 2dbc5b10 introduced usage of WorkingDirectoryAspect into the qbs run configurations for Desktop targets. However, the design of that class was not suitable for the way our working directory logic works: There typically is a user-provided value and, as a fallback if the user does not provide anything, a default value managed by (build system specific) code. The WorkingDirectoryAspect class could not differentiate between these two values and so the value stayed forever at the initial default if the user did not override it, instead of adapting to the location of the executable. This patch makes the necessary changes to the WorkingDirectoryAspect class so that it matches the actual use case. Task-number: QTCREATORBUG-14891 Change-Id: I7555d0a9cb4b04b75c9215a988278db32eb1ca10 Reviewed-by:
Jake Petroules <jake.petroules@petroules.com>
-
hjk authored
Starting from unused command line commands like 'up' and 'down' up to the (Pdb) prompt handling. Change-Id: I93ab5025a52b259e3f9d80f3251e88bdb18a3467 Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Daniel Teske authored
Instead, switch to edit mode, show sidebar, scroll to project, and show a tooltip next to the project. The tooltip is somewhat easy to miss, but this is a clear improvement in most cases. Change-Id: Icd27f76e7d434f33e731b6fd56473ff913986a89 Task-number: QTCREATORBUG-8422 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
On switching sessions don't unload projects that are in both sessions. Change-Id: Iceceea262677ab523f8c3c9d2dda64faa34d6e0d Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Christian Kandeler authored
The "executable" field in the local run configuration widget stayed at "unknown" directly after a build, because the widget was not informed of that information being available now. Change-Id: Iadd86ad3d36250f5a54277707fbf1d8bd2df1232 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
David Schulz authored
Task-number: QTCREATORBUG-14875 Change-Id: I08dc2f2be9795bb4addcca1907cf13c30ebe6d9c Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ib8e8e84d82aa65a8e0f48f4479cbbc6ec9bb18c7 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I7800612940a85e3c3d547d2586ec3d158e63b14f Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Eike Ziller authored
The transition phase from having it in the mode bar is long over, so people that were used to always seeing the detailed view it will either have adapted, or have it set in their settings. Not showing the details is the saner default setting, since the popup does and will always hide other UI like the editor scrollbar, buttons in find tool bar, content of output panes, etc etc. Change-Id: Ib34dee976c46b5d19b81cebcca416612b673fb29 Task-number: QTCREATORBUG-9837 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 21 Aug, 2015 11 commits
-
-
Jake Petroules authored
When using rpaths on OS X, the install name prefix should always be set to "@rpath" and the rpaths should be appropriately set to the locations in which that binary looks for its dependencies. While this change is behaviorally identical, it brings the project setup in line with how developers expect these properties to be set, and thus reduces confusion. As an aside, it now correctly follows the principle of relocatability (install name prefixes like @rpath/Frameworks are only partially relocatable as opposed to @rpath alone which is fully relocatable). Change-Id: I7b5cc7a316d2608037ea9ab087029baa85aee2ba Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Jake Petroules authored
type: application actually does nothing now, as the application type is used for both bundled and unbundled products on Apple platforms. Instead, consoleApplication being set to true influences Qbs not to use a bundle. cpp.infoPlistFile became bundle.infoPlistFile in Qbs 1.4. Change-Id: I6540aa91b2db61ed4cbf2ff30bd46d69db5f9d92 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Daniel Teske authored
Change-Id: I91b083a91ff782fed1e8514a3690965708eff4dd Task-number: QTCREATORBUG-14932 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ia68b484f8949390c9390c93049eb21d61506a37b Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I0c99a18ff08d80279e72973eb2eb58d524751a70 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: Ief9f3f00678b73770dc7bbc431a9ddacf5f9b0f7 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Change-Id: Ia6ac2afd84342a72e50eaaf833960a618c88bda6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Overlooked in f096fbc1. Change-Id: Ia40de8cc8469d6679aba4dd87f647924ad886e0f Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Daniel Teske authored
So that the code model can find the right files for ui files that haven't been build. Change-Id: I438a3ab9806c8ff6c47e5e188228a31ffb917bdf Task-number: QTCREATORBUG-14910 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Eike Ziller authored
There is no reason why some part of the help mode couldn't provide help. Change-Id: I9c28dc1dacf122e5f3828144a0e386a9f7e2b6c2 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I83c1ebb1b1987be73a669825e3f1bfd95318e579 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 20 Aug, 2015 9 commits
-
-
Christian Kandeler authored
Change-Id: Id9f900ca96fbf6ec3ed33d858baa953c2508c891 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Change-Id: I88c7c6c2e344e1ecfb8b6be3814cc900eff6b0b2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I15ef5783e16c0e92262e05f8dace169f879228f8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Change-Id: I65968dd02ea6bdd15f304ae567dd0c02238e6949
-
Christian Kandeler authored
Change-Id: I8f71a0992baead514a9c0962d5a574e75a5cb733 Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Ulf Hermann authored
null is an object in JavaScript. This is slightly insane, but hiding it in the debugger view doesn't help. Change-Id: I69fe317f28a515785720104f92306f69a2e56266 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
hjk authored
The (re-)enables basic stepping, data display, frame selection etc for Python 2 and 3. Arguments passing, jump to line etc. don't work yet. Change-Id: I8af03e5905092360eb268ba3081a1236b1f8577f Reviewed-by:
Christian Stenger <christian.stenger@theqtcompany.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-14933 Change-Id: I241430e1772637409081522cad1079f05846ecee Reviewed-by:
Daniel Teske <daniel.teske@theqtcompany.com>
-
Christian Kandeler authored
Change-Id: I94397c4b8f645b63666ff9c6c0b467d7fa44b259 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@theqtcompany.com>
-
- 19 Aug, 2015 6 commits
-
-
Christian Kandeler authored
The "password" type as used until now should also be okay, but does not work with dropbear. Task-number: QTCREATORBUG-14913 Change-Id: I2fac255acf326e509f68c9de97c3cc9f00b2a373 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Orgad Shaneh authored
Change-Id: Id3023a649d5d80fef71cadd53167caa22d01c2c9 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
Friedemann Kleint authored
As of Qt 5.6, Qt will scale automatically. The font hinting issues on non-Windows OS should also be fixed. This silences the warning about using the legacy QT_DEVICE_PIXEL_RATIO variable. Change-Id: Icc78d990fae67bbd39a57fa1f5b08c592dc9e2ce Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Daniel Teske authored
Broke in 51ba32bc Change-Id: Ic8f369849288439e024709ad6d5d7cf9e650c414 Reviewed-by:
Ulf Hermann <ulf.hermann@theqtcompany.com>
-
Anton Kreuzkamp authored
Extends RemoteLinuxAnalyzeSupport to add information about debuggee, debuggee arguments, working directory and environment to the AnalyzerStartParameters. This is required when starting the project from an analyzer plugin using remotelinux. Change-Id: I29cbeb1b22b193a2d815924282887a980c506ca0 Reviewed-by:
Christian Kandeler <christian.kandeler@theqtcompany.com>
-
Eike Ziller authored
Splitting the editor would add the warning again. Since the warning is a document property, handle it in the document instead of the widgets. Change-Id: Ie20377b05dee14983f7ff46ba04ed2af2b737c96 Task-number: QTCREATORBUG-14923 Reviewed-by:
Marco Benelli <marco.benelli@theqtcompany.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-