- 30 May, 2014 5 commits
-
-
hjk authored
Change-Id: I11a793f84ae666790715505dc839cd8f678a0728 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Robert Loehning authored
Task-number: QTBUG-39334 Change-Id: Ib72e15f51dc86bea4f457375746d3438291eb679 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I32ff52af80b3424cbe07d43dd16ed84d2359ca92 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
El Mehdi Fekari authored
Change-Id: I2fac9c5cb74aa46b8422de6ae3a6ab90b4152200 Reviewed-by:
Sergio Ahumada <sahumada@blackberry.com>
-
Eike Ziller authored
Run Qt Creator with environment variable QTC_HELPVIEWER_BACKEND to * 'native' to get the WebView based one on Mac * 'textbrowser' to get the QTextBrowser based one Defaults to use QWebView if QtWebKit is available, or QTextBrowser if not, like before. Change-Id: If0660782b18ff3d89301fa7bcaf4e2e2fb69627d Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 29 May, 2014 1 commit
-
-
Nikita Baryshnikov authored
Ignore qbs binaries, tests Change-Id: Ica9764eb08c0d82d33374057205813746a5a6ecf Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 28 May, 2014 24 commits
-
-
Orgad Shaneh authored
Change-Id: Ifc48b9c89d6399636aed3693a0736ad6d58f0cff Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Orgad Shaneh authored
Change-Id: I9e0af6b552c8e7da016fb1a9561a03ffacf1f981 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: Icb04c0f5b6675e63286aff27acf7ad570d747301 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Erik Verbruggen authored
This string table uniques strings, so that multiple identical strings share their contents. It is used by the locator and the symbol searcher, and will later be used by the class view. Change-Id: Ib8b50f69bbf994d0d7a39b66dc8caf1a3d9bfb42 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Sergey Shambir authored
Latest LLVM release has Windows installer which installs it to Program Files. Change-Id: I55d7e43d1333f3a7280020e0ebcb1e095acca9d0 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
... by setting the environment variable QTC_LOOKUPCONTEXT_DEBUG Change-Id: Ia46f55b2989129d5327d894734b6ea9c77c3e0ac Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-7313 Change-Id: I8d475dd94a48e7a1d5efe4c2c0d90cb6bdf9b3e2 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Adam Strzelecki authored
Otherwise -style=file will be unusable, since clang-format needs to know original file path in order to resolve .clang-format file location. Change-Id: I0581cbcdf5770eed98179fe37d5517f648d7b826 Reviewed-by:
Lorenz Haas <lykurg@gmail.com> Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Christian Stenger authored
Error introduced with ca433d9b . Change-Id: I4b9604c20dd28b5b8843c0e476cd480d6191f904 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Nikolai Kosjar authored
Change-Id: I91d435b3327b906774e68ebd1d36e50be671130b Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I335e4e0304b3f57eec8e8a85222a900e20ed70ce Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Erik Verbruggen authored
When the environment variable QTC_FATAL_ASSERTS is not empty, make QTC_ASSERT abort (or equivalent) when the condition is not met. The purpose is to make certain debugging cases easier without having users apply a change and recompile. Change-Id: I8350ed27f78dca94db0c9848bd8af4b91cec2222 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Lorenz Haas authored
The tool's formatting command is now enclosed in Command. For the formatting itself it can be defined whether to use a temporary file or the pipe. Additionally, settings can return the current tool's version - if needed. Change-Id: I0e242c3e8016ed77cad92cc97a19fe3384dda858 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
Orgad Shaneh authored
Change-Id: I132eb2615842ad7fdf6d7fa0f87d8c2c0c77203e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
"Insert New Expression Evaluator" > "Add New Expression Evaluator" Change-Id: I176b07b3c197680a22dd6284fbcd9faa4af21a30 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: I075dc07fe5ead7c7303bd1f55e1a9e69a8d25aa7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Hopefully more logical now and not too confusing for old-timers. Change-Id: Iee2124d365bf9a05462b7027792e1efc4c273a3f Reviewed-by:
David Schulz <david.schulz@digia.com>
-
El Mehdi Fekari authored
Change-Id: Ie81d930d853c3304493b4b41244726fe98223c45 Reviewed-by:
Sergio Ahumada <sahumada@blackberry.com>
-
Eike Ziller authored
-
El Mehdi Fekari authored
If the user removes a bar-descriptor and adds it again, the Qt environments need to be checked since the default values are not necessary matching the Qt bundle mode in the deployment settings. Change-Id: I9f1e2699322d9868a29596da74e54d4323ea4e37 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Change-Id: I84a130e526b5b23ab2bf9774586d872f0252b256 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Change-Id: I9def38768c0243358022f56bba80af2080ac8d05 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
Update the screen shot. Change-Id: I1d34e1613700868203362d0a0e9e9001889444e2 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
Przemyslaw Gorszkowski authored
Improved lazy loading mechanism. The main problem here was that fetchMore function creates children items not only for selected item but also for children items. When one changed something in code then whole treeview was rebuilt (and fetchMore function was called). Replaced using "contains" and operator[] with 'value'. Task-number: QTCREATORBUG-8813 Task-number: QTCREATORBUG-8801(partially) Change-Id: If1ab69a0a67ff828275176ad99c3c63d2a1fa4a2 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 27 May, 2014 10 commits
-
-
hjk authored
Introduced with 6dd3be2f . The gcore commands accepts files with spaces, but only unquoted. Change-Id: Iac9a43f4db24252faf4fe4aac5ab0ced3dcb3c3f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: Ib294822b5bc24fd327993a092cb0fddc8db66b01 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I047652b551c920bd89916de14d202dfccd44ed72 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Nikolai Kosjar authored
NamedType::isEqualTo() wasn't properly moved to Matcher. In the test case, the function argument matching was failing. Change-Id: Ia3cb82c11b039ddea61a41d9574f56d43da16ed0 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
hjk authored
GDB does return dynamic types nowadays, and some widgets are not plain QWidgets but subclasses... Change-Id: If3b7b0f7d639858eeb1e42659a649db22822c20f Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-12309 Change-Id: I3d6ebe84408427b5a4e499a6d38ef5f37711610e Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Fawzi Mohamed authored
still uses the default deploystepconfiguration, which gives some artifacts (to be fixed later) Change-Id: I3f4f8a71fbe4e18fc171aee571da72da1c9735db Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Robert Loehning authored
Change-Id: I301c47ca3f09d0f88ceaf7908d35d071c2d73ce5 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Task-number: QTCREATORBUG-12310 Change-Id: Id5566021038ef03998103684e41df334baae2d94 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Erik Verbruggen authored
This does less calls, and less string concatenations for anonymous scopes. Change-Id: Ief07cdcd7daa5710628990abe1486b52a2896d05 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-