- 26 Nov, 2013 5 commits
-
-
Robert Loehning authored
Task-number: QTCREATORBUG-10531 Change-Id: Ifb7a05826824e4e8da13a851ebcdd5b444579a94 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Eike Ziller authored
It had wrong size, leading to wrong margins. Change-Id: Ie107c396edba49fd6afa86535380a4cc5dc81252 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
David Schulz authored
Remove the TextBlockUserData base class BlockData and store the data of this class inside a CodeFormatter base class. This class can be added to the TextBlockUserData via setCodeFormatterData. Now we don't have to assume that the user data is a specific base class of TextBlockUserData. This removes a crash where the TextBlockUserData was created before the highlighter could create and set his base class. Task-number: QTCREATORBUG-10871 Change-Id: I167bdb68b9b1fecc64e4906bdad60bfbecb3bf47 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-7679 Change-Id: I794f52b2bcfb6c78ceef86ec53b6ed32b3d53d9f Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ia9cfc1caf770b23262e606d9f485b6c0dd9bef2b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 25 Nov, 2013 19 commits
-
-
Thomas Hartmann authored
Change-Id: I7434d1d9f8175cf2799ea4eea491cdcbaee40040 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-10898 Change-Id: I6d8a1b1523d72950fad25eb8545c24085552b226 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Change-Id: I77baa46fd6f01d252fdd7a035d477433659c56dc Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Fawzi Mohamed authored
change matchStrength sp that a contigous prefix is always preferred Task-number: QTCREATORBUG-10638 Change-Id: I532d93eddae1ad39157ff65e96fc6651200264ab Change-Id: I1001f5f4b78bac84b8df8ddc4c394c68359f7821 Reviewed-by:
Mitch Curtis <mitch.curtis@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Peter Kümmel authored
Ninja should report completed against overall edges, this way 100% would only be reached when ninja exits. Task-number: QTCREATORBUG-10332 Change-Id: I90804db566662b2a96f9ce85b7fab5e1455831c7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Nikolai Kosjar authored
So far revisions for AbstractEditorSupport were not needed because until recently we only had a single snapshot ("global snapshot"). Now, since editor snapshots are introduced, we need to make sure to update the corresponding documents in these snapshots, too. To do this efficiently, a revision is introduced for AbstractEditorSupport. Task-number: QTCREATORBUG-10894 Change-Id: Ibad1dbbafb7c721d1328959c1e903345fe465326 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Christian Kandeler authored
Change-Id: I2a9f9084d5f692fd45563b3f626f31a7d7e521cb Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Thomas Hartmann authored
Change-Id: Ibec16e7bff4f43f7bb38d8b34f9fcf0d128ec45d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
We have to ensure that currentColor is not set to early. Change-Id: I243898e08adf2f68d037374cc6c8ff586b1d5d0d Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Sergey Belyashov authored
Change-Id: I6f49b83d6ab554b039f6a159b4520db5649d1e2d Reviewed-by:
Denis Shienkov <denis.shienkov@gmail.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Tobias Hunger authored
The method is in a internal class, so this does not break the build for external plugins. Change-Id: I9ad75e8230059d865ec7a73aa0868cb82a35b35f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Ulf Hermann authored
Previously the recent projects had an extra scrollview and the sessions had a fixed height. In addition, as there will never be any scrollbars around the recent projects anymore we don't need the borders around them anymore, either. Task-number: QTCREATORBUG-10731 Change-Id: I491265148a3ce777f15b8ba7d852248b583f2c83 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Daniel Teske authored
if the currentIndex() is -1 Task-number: QTCREATORBUG-10872 Change-Id: Ia1c8d3df21649294eeadfbf84a4432c69e74616f Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Przemyslaw Gorszkowski authored
If the cursor is at the end of the virtual function name but before '(' then scope is a function. Task-number: QTCREATORBUG-10294 Change-Id: I83699d3fa33bc0f33d6524fa6d84cfc2b9e71f85 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Thomas Hartmann authored
Change-Id: I2e6097ebb1e6265eeef7ee6b65e34945fdc83213 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
* there factually always is a selection (cursor position is always selected) * since there always is a selection, always paint a selection * since there factually always is a cursor position where you can type (even if you have a selection), always paint a (block) cursor * fix selection painting in hex region to match the column painting Reverts c4a3dbe3 and fixes the selection on find like originally proposed by Orgad Change-Id: Ife5395a42d35ac50103a63c77cb54491afd7dd1e Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Leena Miettinen authored
Change-Id: Id1a4d63db85fca516242d4c5cbdd4cb303e352e3 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Leena Miettinen authored
Fix changed UI text. Describe the "Modifies current document" check box. Update screenshot. Change-Id: I269d7e07780ddbc42b1eae917022965dbbe113e6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I124bfc5ed26f2d64028c72e89539c16d5d3836be
-
- 23 Nov, 2013 1 commit
-
-
Orgad Shaneh authored
Change-Id: I75ee86775cdab78a477c7303acd38374c5db9d51 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 22 Nov, 2013 15 commits
-
-
Fawzi Mohamed authored
Change-Id: I8f2eaa64f3cb923753234de76f3491d4daa034fa Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-10893 Change-Id: I00833ce76b70ab6ed4a6624874caa71b3726e37f Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Nikolai Kosjar authored
* Make test data driven * Compare with reference files Change-Id: I0fed8fcd689da17229853afc940e575b6f22babe Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
The wrong LookupContext/Document was used to lookup the type. Task-number: QTCREATORBUG-10353 Change-Id: Iac501ca368543716b5f38b6d2bec474ab585e189 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Robert Loehning authored
Task-number: QTCREATORBUG-10528 Change-Id: I41eab9bc179cb00b489dbc7576dd36c6377569a6 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Christian Stenger authored
Replace waiting for signal textChanged(). Change-Id: I40feb7d49310d4aa9fae4ca4256e9ce2d0f2ab4d Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
hjk authored
Change-Id: I8e63244626c4779fbfbc41aff3415434344faab0 Reviewed-by:
Ulf Hermann <ulf.hermann@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Christian Stenger authored
Replace waiting for signal textChanged(). Change-Id: I0798f0ef2e1162d2a2b09da98e53dd8fc50e0a7a Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Przemyslaw Gorszkowski authored
Example: namespace NS { struct S { int member; void fun(); }; } using NS::S; void S::fun() { mem// ctrl+space } Task-number: QTCREATORBUG-9037 Change-Id: I5a568be1b5c44deb02caa04996167a88a9c5d4d7 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Christian Stenger authored
Additionally there is no more a way of creating a Qt Quick application from an existing qml file. Change-Id: I5c1e8d26640fa3e1b865b6cc97745d64b51edc75 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Leena Miettinen authored
Change-Id: I768568544d73a4d39f9328cd42e5f6bad33c60af Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
the \note command adds the colon automatically. Change-Id: Id40e24084f22fa36fcc14354dae0eb0cbc9518ee Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Leena Miettinen authored
Bookmarks can be saved to any available folder. Change-Id: I037b05af76a6865f1f0637e85d6f989d694c2f18 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Joerg Bornemann authored
The complete value for OS X is ["osx", "darwin", "bsd4", "bsd", "unix"] Change-Id: Ib0f08e1dfb4ef2ce6e23eeffbfa054fe01b629cf Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Jake Petroules <jake.petroules@petroules.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Knut Petter Svendsen authored
ccFileOp returned true even if the user pressed "cancel". This resulted in the DocumentManager being incorrectly notified that the file was renamed. Change-Id: I000c28204083c2e52de9bffb66611acb710be1cd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-