- 25 Feb, 2014 15 commits
-
-
Eike Ziller authored
We have many buttons that open the options dialog, and many of these use different terms. Change-Id: I073fe2a23569c6f4174a2fb6567359c89cb2427c Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Friedemann Kleint authored
Add language field to stack frame. Add virtual for loading QML stack invoked by stack window context menu, implement for CDB, GDB. Task-number: QTCREATORBUG-11144 Change-Id: Ic39be3978b40d96ed18cb69a8355296ec572ece7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
With value-based ids it's just a normal BaseTextEditor. Change-Id: Ie9d28a92c48cb222eb9173bd432f08f4fe628bed Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I3302463157f757fbb5190f25052fad1506d10612 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-11391 Change-Id: I5146a8b00a88124f96c788cba2bbfa786618ee20 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Less code now. Change-Id: I5abdd0bb56ecb940bb606111461b521a54ecaf21 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Eike Ziller authored
Task-number: QTCREATORBUG-4839 Change-Id: Ied26d48abaeb101b70c206a419716d2b84213726 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Erik Verbruggen authored
This speeds up the semantic highlighting significantly. Task-number: QTCREATORBUG-11346 Change-Id: I968f066fff7002a9cc10dd9577a750644efe026b Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Joerg Bornemann authored
Done-with: Andrew Knight <andrew.knight@digia.com> Done-with: Friedemann Kleint <friedemann.kleint@digia.com> Change-Id: I4772938e775056d6a36a7e75f868921a74007862 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Christian Stenger authored
Change-Id: I92077290140c7f473c2f73ece5da1a30f17633d4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Change-Id: I70974a223b68b9823ac0f1346a9ecc504355955f Reviewed-by:
Rafael Roquetto <rafael.roquetto@kdab.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Fawzi Mohamed authored
Change-Id: I8c65f5d9e3480b5c60157cd46da3ef57a63cf32c Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Leena Miettinen authored
Make error message wording more consistent. Fix some punctuation and grammar issues. Change-Id: I21298fea201ff51635d4b6fa9f57445bc94dd0db Reviewed-by:
Lorenz Haas <lykurg@gmail.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I47e457c4a1821c515cd8a740d27bfe005a0c09e6 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Locator's and Find's extensionsInitialized functions were called before the mainwindow's extensionsInitialized function before the plugins were merged in one. Task-number: QTCREATORBUG-11399 Change-Id: I49baac4f9127f75d9650ce11e53327b07775eba0 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 24 Feb, 2014 13 commits
-
-
Orgad Shaneh authored
The following snippet demonstrates the problem: --- snip --- // comment \ #include <something.h> ... class Foo { ... }; --- snap --- If there are >=9 empty/preprocessor lines, the preprocessed source becomes // comment \ # 12 "file.cpp" ... The lexer considers the line marker as a continued C++ comment, and highlighting is broken Change-Id: I30a2fc7d19b279316e9273697179c90d81099573 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-11216 Change-Id: Iac10e75f0f5c504b79e8466607dc1f478e578f99 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Change-Id: I87d6e76be3030e617603209c3a1b8b3c476cf1f6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
-
Christian Kandeler authored
And do the necessary adaptation in the Qbs project manager, namely giving the qbs::Settings object a base directory. The respective change in the qbs API is necessary for being able to run more than one QtC instance at the same time without ill effects. Change-Id: I6859a6616bd744915aa21c3f07b6c45243899de5 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Tobias Hunger authored
* Use paths/default-push and paths/default Urls as appropriate * Read the settings from the project location except when the currently open file is not below that project directory. This makes things work for QTCREATORBUG-10261 without breaking .hgsubs (which are required to be children of the top-level repository. Task-number: QTCREATORBUG-10261 Change-Id: Ie7cc4b9a420f17e27b69eae93fb9985e1a218d6e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
...in CPlusPlus::Document due to cyclic includes. Task-number: QTCREATORBUG-11457 Change-Id: I1ca19c901c26d9984d795a61879dd6b41c57096c Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Christian Kandeler authored
Change-Id: I9ac55c49af87d99609281f3f3d886b149a2fbbac Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The syncing methods of sqlite are tremendously slow on Linux and Windows at least. Change-Id: I191e402db9aecdc153f5904e9bc9128c08fb9de4 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Broke with a23b3498 Task-number: QTCREATORBUG-11527 Change-Id: I523456ea805aa476552a9686ac620b8f204a732a Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
jkobus authored
Place it in DiffEditorGuiController, will be needed for sharing gui settings between unified and sidebyside versions. Change-Id: I8a858d0549ff84e21f7c909288ca07c5a2ef4e5b Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Friedemann Kleint authored
src/plugins/resourceeditor/resourceeditorplugin.cpp:74: Class 'PrefixLangDialog' lacks Q_OBJECT macro Change-Id: I183f670dc851de043e0a16d6060c069a9393ec99 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
That was not recommended practice for user code. Change-Id: I68c2471444dd6c6fc0b6cc64df9a677947863973 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 21 Feb, 2014 12 commits
-
-
Nikolai Kosjar authored
The GUI was blocked while waiting for the parsed document. Now the blocking operation is executed in the completion thread. Task-number: QTCREATORBUG-11037 Task-number: QTCREATORBUG-11433 Change-Id: Ia7c1b1b7eea0ba75010ff667ba05273c62c18491 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
By wrapping related ones in a single transaction, instead of (implicitly) doing a transaction per settings value that is written. Task-number: QTCREATORBUG-11524 Change-Id: I28e06c9d6cd4ebad024f9c277796abb37df5f992 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Friedemann Kleint authored
QML-debugging is rarely desired for C++ projects and causes warnings about timeouts from the QML debugger not being able to connect. Change-Id: Ide3e870a40b49deae24d3d88ea4973dd45d83e75 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Kandeler authored
Change-Id: I03cbfcef594e072c4360be0f13f220ec83c1fc1d Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
Change-Id: Id1bbd4f3132a98aa981a82a23c85e90830c55583 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Ulf Hermann authored
The "displayname" element is something else and not very useful. Change-Id: I3971de9ea2b042186748099df13076c24aec7bcc Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
... and the Python magic needed. This also helps to remove module dependencies that break current QNX setups. Change-Id: I6554cf0f344b4c3788681389f2c972e49c9851b6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Cristian Adam <cristian.adam@here.com> Reviewed-by:
Martin Boháček <mbohacek@blackberry.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hluk authored
Change-Id: I38ee04fd76f92b0e0e5755e6a9f8828bd347c245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
MainView.eventCount is always 0 since the last cleanup. It doesn't do anything useful and can be removed. Task-number: QTCREATORBUG-11515 Change-Id: I367a11e41c34e691550b6d6e5943fc372f0f04ca Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The local file names are in fact not cached and it's unclear if that would be a good idea. Task-number: QTCREATORBUG-11525 Change-Id: Ib4faa5b2cfcc094e24d1a42333c3db1843068539 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
If this is not done a lot of Creating and Compiling events look bad. Task-number: QTCREATORBUG-11525 Change-Id: I2af584d3d0468cbc54960c4e16036e9bcf42511b Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Alessandro Portale authored
JDK should come first, because Android SDK depends on it. If a user fills the form from top to bottom while installing the tools, [s]he will have problems with the Android JDK entry because of two reasons: 1) In order to launch the Android SDK Manager (in order to install the platform tools) Java is required. 2) On Windows the Android SDK now comes with an installer (unlike the .zip file on Linux/OSX) which enforces the JDK to already be installed beforehand. Task-Number: QTCREATORBUG-11522 Change-Id: I533acca502625afce3708c8b303085819b153f29 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-