| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
| |
Change-Id: Id5d525c77f91629720e4b001f5223e0e7a9746c4
Reviewed-by: David Schulz <[email protected]>
|
| |
|
|
|
|
|
|
|
| |
Allows Lua user scripts to use connections and to correctly tear-down
widgets when they are restarted. Also closes Widgets when the
application wants to quit.
Change-Id: I2c65e17d217d11f28e550683d064838d717a51ec
Reviewed-by: David Schulz <[email protected]>
|
| |
|
|
|
| |
Change-Id: I939ccd72fe8107a098d6dae66f3c240dfd50a88a
Reviewed-by: Christian Stenger <[email protected]>
|
| |
|
|
|
|
| |
Task-number: QTCREATORBUG-33202
Change-Id: I58eb9d4f3783a0c3781501cc273651e6ff1a8ab4
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
| |
Change-Id: I65d682054d4774b8937ecce9728a9d2f2e75cc2a
Reviewed-by: Jarek Kobus <[email protected]>
|
| |
|
|
|
|
|
|
| |
Keep it in Axivion dto, which is generated.
Change-Id: I83a12de6234ac7b0218b369875bdc72d25dbadfb
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: Jarek Kobus <[email protected]>
|
| |
|
|
|
|
|
|
|
|
| |
Killing should only set "Deleted" status if the plugin was actually
loaded in the first place.
Amends dfb85bf8a2ebd6b8431b310e5e2b64bba25d61fc
Change-Id: Iebd6711616523b7808dc646211fc9d5a3b949450
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
PluginManager::loadPluginsAtRuntime() will not load plugins
that are not "effectivelyEnabled" but "kill" them as they are
present in its "plugins" parameter, but are not loaded since
they are effectively disabled.
This led to all lua plugins that are not loaded on startup
to be "killed" so they could not be soft loaded later.
Change-Id: I929e0c44394d49dfa1df4646b1fa76e12e56f7c4
Reviewed-by: Christian Stenger <[email protected]>
|
| |
|
|
|
|
|
| |
By making the containers const.
Change-Id: I3095d7c817bd8a9cc40184aba144d617c6071f97
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
|
| |
Fixes: QTCREATORBUG-32561
Change-Id: I61096e6c01d03751b7147f8ba9413f164730b780
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ib048d5c889bb5ac463309ea15486e3f226d84a2e
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ie81e697c97fbfe0dc66346f42d467e1a697606c3
Reviewed-by: Eike Ziller <[email protected]>
|
| |\
| |
| |
| |
| |
| |
| | |
Conflicts:
src/plugins/cmakeprojectmanager/cmaketoolmanager.cpp
Change-Id: Ief5231ea380d67c7904034d8e9e5c2ea8b4bfbf4
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously the spec returned and used was initialized from the temporary
folder after extraction. That folder is deleted though once the install wizard
is done.
We now re-create the spec after copying the files to their final destination.
Change-Id: Ia6b2f3c67a9d89687fece97e59143c00689ae513
Reviewed-by: Eike Ziller <[email protected]>
|
| | |
| |
| |
| |
| | |
Change-Id: I9682c6b5a0bba400050e91fe89b2883f7bb6465f
Reviewed-by: Christian Stenger <[email protected]>
|
| |/
|
|
|
|
|
|
|
| |
It was conceptually wrong that an options page was supposed to set its
category's display name and icon.
Instead, categories are now explicitly registered with name and icon.
Change-Id: Ic10b3791c8068176f55470e6845ab4832160b8e7
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
|
| |
Change-Id: I7ffcad62b31e6236dba5fc2116afa297ffcef0a5
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
|
| |
|
|
|
|
|
| |
Change-Id: Ifea13b2eca4f4b0cdc548202beac748ada1df578
Reviewed-by: Marcus Tillmanns <[email protected]>
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: Leena Miettinen <[email protected]>
|
| |
|
|
|
|
| |
Change-Id: I03cb69289151f44db6836ad0be6d2091d9c853bc
Reviewed-by: Christian Stenger <[email protected]>
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The color tokens
- Notification_Alert
- Notification_Success
- Notification_Neutral
- Notification_Danger
...each get variations:
- default
- muted
- subtle
The existing usages of Notification_* are mapped to
Notification_*_Default
Fixes: QTCREATORBUG-31829
Change-Id: Id202e692c74ce30b32fb59c17717ecf6e174eb2a
Reviewed-by: Eike Ziller <[email protected]>
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
| |
Change-Id: Id0f285a89c5c915548b1847cfcf9c3f7bb29f860
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
| |
Change-Id: I227d55105fde53f22885793b4bfae69da90e8fa6
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
| |
Change-Id: Iea236081b9cfecd29d7c5c2290570010c9a83276
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
| |
Change-Id: I257323861823ed7858efdb265a78cc572c2e7273
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
|
|
|
| |
None of the output panes have margins. Makes it more similar to the
debugger log
Change-Id: Icc0a1287c88ca2d5876942b76cf4c0cec2cafc10
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
| |
Change-Id: I97dc1295554ad287ed09f72feb8d1765dff39f50
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ia788bfc967ee5918edb008f6ee62358b57a14651
Reviewed-by: Christian Stenger <[email protected]>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
While the HistoryCompleter did have private functions to
change the History List length, these were not used or
accessible. This change adds an argument to allow the
caller to change the maximum size of the list.
Its used by the Lua REPL pane.
Change-Id: I6baf260db5da9d8fe58a37ff0af3ec59396a5be0
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
|
|
|
| |
Allows users to use "%{Lua: ...}" to execute Lua code in their macros.
Adds "Macro" module with expand() and value() functions.
Change-Id: I6315b0646fbb503a77fd0cc631aed204abf3b699
Reviewed-by: Cristian Adam <[email protected]>
|
| |
|
|
|
| |
Change-Id: I5b6d284179bf62be89d6e5157fd7e14df5e65817
Reviewed-by: Alessandro Portale <[email protected]>
|
| |
|
|
|
|
|
| |
It was mostly used as namespace.
Change-Id: Ice6cdd1581d7dd70b09f6d82891b874a206a1ca0
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
|
|
|
| |
The initialization/setup/... methods are typically called 'setupX...'
nowadays.
Change-Id: Iecdca160a54f60fbeb3dbffcc6d7aca20bc68682
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
| |
Change-Id: I5398480233c830bb08c641bc8193b068fb037032
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ieeac4bd49cd39dc16cf9637b1a487faf024bf44a
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
|
|
|
| |
Since there may be many editors editing a single TextDocument
it is more useful to start at the TextEditor level.
Change-Id: Ic1c4ea76f22ab0d0741edd6f6ecc24d6befa17e6
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
|
| |
Change-Id: I8e3a1d66ea6125d2cc5ee9c8f8442cca0913fec6
Reviewed-by: <[email protected]>
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
| |
Change-Id: I6601914176667100ad9007fa5e54f6d6c3f445a0
Reviewed-by: Cristian Adam <[email protected]>
|
| |
|
|
|
| |
Change-Id: I533dc63b5147f00ac377e80a338cc4e2e3d0e8d9
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ib713993a548f76f50c4b29fb11c445d2e38b16b3
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |\
| |
| |
| | |
Change-Id: Ic3c53630e16712b6493873d21485b726f0d06574
|
| | |
| |
| |
| |
| | |
Change-Id: Id824eaa3c64d31e693828d90d4c0abbe7ce8dda9
Reviewed-by: Eike Ziller <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
* Replaced item editor with label to allow copy&paste
* Fixed removing global object
* Removed printing of readline prompt
* Removed keypress handler as it was unstable
Change-Id: I8091252400a3532ecc818404ad5a8edfa9451327
Reviewed-by: Christian Stenger <[email protected]>
|
| | |
| |
| |
| |
| |
| |
| | |
Amends 0214cac51d7ebda76c0fa56d9ce63663afce70fc.
Change-Id: I873e9dcbe687ea579bc71ba0a687e5f2b4955817
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |/
|
|
|
| |
Change-Id: Iedd620abcb62b9dd3e640bcb80ae011016386484
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ic398e09dedd6ba11a73e616788b92a001e0a96bd
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
| |
Change-Id: I14ab0bb755a4279bc255673596fe084cd556433c
Reviewed-by: Eike Ziller <[email protected]>
|
| |
|
|
|
| |
Change-Id: Ia0a57bbb94d42534857889a0d08ec41c75708dca
Reviewed-by: hjk <[email protected]>
|
| |
|
|
|
| |
Change-Id: I1476cfe922c3d95c3c4309531bb4e063b18273e5
Reviewed-by: Marcus Tillmanns <[email protected]>
|
| |
|
|
|
|
|
| |
Allows plugins to install packages they might need.
Change-Id: I4948dd0a6568e093fc35e4486d2e2a084090e103
Reviewed-by: David Schulz <[email protected]>
|
| |
|
|
|
| |
Change-Id: I5c5370665002feee886aa0a7411a485edafb8469
Reviewed-by: David Schulz <[email protected]>
|