- 29 Dec, 2012 2 commits
-
-
Przemyslaw Gorszkowski authored
Added unit test for code completion when pointer's type is a typedef Change-Id: I408be8d9364a4b48824238dcc44175167ae653f4 Reviewed-by:
hjk <qthjk@ovi.com>
-
Ryan May authored
As widgets are added and deleted from the tab widget, they can end up in almost any order. As a result, when the window is raised, the current tab does not necessarily reflect an item currently in the watch view. Instead, make a tab the current one as it is added, ensuring one of the currently relevant values is displayed by default. Change-Id: Ia2d2eb60c844a008f8086820564dd20389ce519b Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Dec, 2012 9 commits
-
-
Przemyslaw Gorszkowski authored
Task-number: QTCREATORBUG-8488 Change-Id: I6f11173452df3e1611fba1c04da17e7428f34e9e Reviewed-by:
hjk <qthjk@ovi.com>
-
hjk authored
Mostly use HostOsInfo instead of direct macros. Change-Id: Ic6da7c987268fc8a0d06057e17c5bc0b131cbcb2 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Friedemann Kleint authored
Ensure type is in range. Change-Id: I850eab05d365fca4fbf86ca3e7753e117d3f2f2a Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
Change-Id: I403fe7dcf841129e4c24b2c2787f58aa94540c6e Reviewed-by:
hjk <qthjk@ovi.com>
-
Friedemann Kleint authored
- Close window after last tab has been removed. - Remove type name from tab title (results in too-long tab titles for templates). Change-Id: If4b55423261ed4992b8a7e983704006fdda86843 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: If992e62d1f7c1cf9ae3059f9833d24dfa868f762 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Adapt to selection changes Change-Id: I99aa2690da0da5cefecc542be47b48eb5f8424dc Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Doesn't seem to affect memory editor Change-Id: I9cc21744d0dcc5fe8cf2685c61f8e71f87af3961 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
Change-Id: I521391bbc67210195ebf809aab3badc343c9d734 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 26 Dec, 2012 4 commits
-
-
Orgad Shaneh authored
and when selecting multiple lines at once Place the cursor somewhere in the middle, shift+down, shift+up Change-Id: Iacfab3c16f30c21116f47c65e4a6977597393de2 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
There's no reason to disable it for a single byte Change-Id: I00a8c18ae3a74ff4a223597b1ae66806601d9cf1 Reviewed-by:
hjk <qthjk@ovi.com>
-
Lukas Holecek authored
Set cursor column after some commands and position the cursor on same column after vertical movement. If line is too short set cursor to the end of line but don't remember the new cursor column. Change-Id: I4f5592925b9b360e7393f6ac966025f1466f483d Reviewed-by:
hjk <qthjk@ovi.com>
-
Call immediately tailApplication() if m_slog2infoFound is true. Change-Id: I9233a1f9e6f4843ab9af8b40c18e8766c8431677 Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Wolfgang Bremer <wbremer@rim.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- 23 Dec, 2012 2 commits
-
-
Orgad Shaneh authored
rebase might fail for other reasons (detached head, unconfigured upstream...) Change-Id: If80844dcbfd4f61fdd44d77f934e86ff96f0a1d3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Kai Koehne authored
Use %1 for QString.arg(). Change-Id: I00155a1de0b545a29241da9337277a799dff9e38 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 21 Dec, 2012 4 commits
-
-
Friedemann Kleint authored
- Add routine for formatting edit values. - Optionally store memory in SymbolGroupNode (along with special info) to be able to re-use it for edit values using a simple convenience class MemoryHandle. - Prototypically implement QString and QByteArray / Qt 5. Task-number: QTCREATORBUG-8344 Change-Id: I6d2cac7a1e9ac48e94335142c41dc1bfb984c515 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: I6edff8970e5d20a381c165fc57384611cdf43913 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Lukas Holecek authored
Escape inserted string for repeatition, e.g. command "2i<up>" will insert text "<up><up>". Undo position for "I" is start of selection or line. Change-Id: Ic7e6d8dbf712197b36be20b17ef6d1c0814b1a51 Reviewed-by:
hjk <qthjk@ovi.com>
-
Orgad Shaneh authored
* Last column is not selectable using the mouse * Last byte is not selectable at all Task-number: QTCREATORBUG-5209 Change-Id: I9b87819818bb3dab80ef2803208391599d206f1f Reviewed-by:
hjk <qthjk@ovi.com>
-
- 20 Dec, 2012 19 commits
-
-
hjk authored
Change-Id: I2ef6c5248584a45d49906c786e08759371db7fe6 Reviewed-by:
Richard J. Moore <rich@kde.org>
-
Friedemann Kleint authored
Use the same setting in CDB, move it to common settings page in a follow-up commit. Change-Id: I67d6cd706f658c616a431e9d518d52e020afa54c Reviewed-by:
hjk <qthjk@ovi.com>
-
Thomas Hartmann authored
Creating file imports from the item library was broken. If the version is -1.-1 we have to create a FileImport instead of a library import. Change-Id: I6bef68ba308d2254c9c2cb607a91c81055a360d4 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Instead of a hardcoded context menu we now have a DesignerActionManager that can be extended by AbstractDesignerAction. Change-Id: Ia0c5860e5fffea78fa89b74bda881076e53c059a Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
The local meta info system can only check if a type is derived from Item if the type is already imported. Since we want to do the check if for types not imported (yet), we have to do it "by hand" and parse the file. Change-Id: Idd209f819faf989b7e177675ae5e9e0385048048 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Instead of scanning the directory for components we first look for .metainfo files and populate the item library from them. If we find a .metainfo file we do not scan manually anymore. Change-Id: I07985860bb387a3f9e48f4bf9b0fa2a413d8e055 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: Ib42ac5133aa7513ad7ac3c8ed80d5ab7e5236369 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
Change-Id: I3c80cd55d2c55f7591130ae02b73d7d7497bccd6 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
We now parse all direct subdirectories for components and show them in the item library. Even if the import is still missing. (We then create the import) Change-Id: I359ccd75cb990df5e1ca2fabb40869739d85a19b Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
File imports do not have a qualification, but we have to set the correct required import. Setting force import ensures, that the item is visible even if it is not imported, yet. Change-Id: I906bbb53dac5e945023c86e00857c41fbdf8ff04 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
hjk authored
Change-Id: I638fe4291d6b682864d0a0c3938ad0066e060a3a Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
Change-Id: If9dc8df4f74cc60856a685c8c1e1e06e10f5e2fb Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
We ingnore a difference in minor version to avoid duplication for minor versions (Qt Quick 1/Qt Quick 1.1) If the imported is forced (entry.forceImport) valid is ignored. Change-Id: I26bcfea5062e8d8ee2568766df9c94a1e387cee2 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
hjk authored
Turns out QByteArray::setNum() is unnecessarily slow (will be fixed independently), but even then, we can be faster. Change-Id: I663bd2b8cc844bbe800879bccfa57999d020ba3b Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Thomas Hartmann authored
This allows the item library to ignore minor versions. Otherwise all the meta data for Qt Quick 1 and Qt Quick 1.1 has to be duplicated. Change-Id: Ie7b96ade0991a84df83f72d9e8f25ef50a520972 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
When componets provide a .metainfo file in their subdirectories this is more dynamic and we have to overwrite entires. Change-Id: I00a56d8e0382ce97bec4dedc80a665a93a71d415 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com> Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
This allows the path of an icon to be relative to the .metainfo file. Change-Id: Ife97fd3bc19145162927b0601f8680c9dc04cb33 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Thomas Hartmann authored
importDirectoryPath() returns the path to the plugin this component comes from. Change-Id: I6d7f1834052921a3f6176c493e8d359316a3dcbb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: Ie93eefa638560c91aaf83e6878466d97393bde72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-