- 28 Oct, 2015 13 commits
-
-
Oswald Buddenhagen authored
they have been semi-warnings for a long enough time now. Change-Id: I3fffd63f7b44b30d2dc18cdcd74221c10e98399d Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/704aec46230bf7ce29927bae03902e86454aecec)
-
Oswald Buddenhagen authored
without that, both the lines cond1 { cond2: VAR = val } and cond1 { cond2: else: cond3 } would yield two bogus errors: first an excess brace, and then a missing one. Change-Id: I8609106c1ad387577deec2077e2ce13507ac4d3f Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> (cherry picked from qtbase/962c7ab6f8705a8fb7b60c3544d4189503c1ec17)
-
Oswald Buddenhagen authored
we are transforming "magic" function calls into other structures. past that point it's wrong to keep the function argument list terminator in the token stream. this went unnoticed, because in this context it was equivalent with the expected value list terminator (which was simply never reached). Change-Id: I3dc6719273ce9d663db867f355eba682ba6ccf2c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> (cherry picked from qtbase/da1aaed059d8a871c7f9cef3980ed85c71df7323)
-
Oswald Buddenhagen authored
Change-Id: I60f00f38f459fc9f8eebee9187158e4198fc9546 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/ab74cf09a8f71aa939ac3de6165f9d6b45465ef8)
-
Oswald Buddenhagen authored
this is just a fragment of the original commit and doesn't do anything in qtcreator. it's there to reduce the diff. Change-Id: Idd9f64ac608b7e4ed840d5d9925bf741e03d78ab Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/009df82f1ada7c934931efab2950f4bf356c90a6)
-
Oswald Buddenhagen authored
... as newer versions of nmake (and jom, for compatibility) have botched circumflex processing (they simply don't do it when shortcutting the shell evaluation). as a side effect, the output is also more readable if the string contains quotes. Change-Id: I0506b59ceecb70da258c482f9973156b2803066d Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/cf38b12a27627161e6799a3883285d05bc6420e5)
-
Oswald Buddenhagen authored
double quotes cause mingw32-make to switch from direct execution to going through the shell, so avoid them. Change-Id: I05b71a050e425a1b327f747fab01755ff528ba0b Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/fde33949f4992034626980aaaa237f05128fc310)
-
Oswald Buddenhagen authored
this is now extensively tested inside qt itself. maintaining a second version is unnecessary effort. Change-Id: I8bbce32b53acad6df37f9c6aea18f791d5648810 Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Tobias Hunger authored
Report when file renaming fails at the filesystem level. Change-Id: Ia3a1d6d8ec12013ae6fd0635c93498cad927b834 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-15242 Change-Id: I04269e41f596ed79478c53f27aaaa7a212113772 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Leena Miettinen authored
- Focus on Qt Creator talks and new modules. - Fix links to tutorials where the HTML filename changed. - Add new icon for Qt World Summit 2015 (from Diana de Sousa) Change-Id: I19ca398080e3a8b869f1ac27594e66cfe429bec2 Reviewed-by:
Topi Reiniö <topi.reinio@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: I9190ed8e986dc097ae5eafd18aafe345782242ed Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com>
-
Robert Loehning authored
Change-Id: Id82db707cbed96a125c3bc84375482873127ce99 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
- 27 Oct, 2015 26 commits
-
-
Oswald Buddenhagen authored
it always returned true nowadays. an obvious followup effect is that the return value of parsedProBlock() doesn't need to be null-checked any more as well. Change-Id: I782785cab9b721a78a342a010921a73e642ebe7f Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/030c3a6197da663e5d2df48b9130ef71ee22e86c)
-
Joerg Bornemann authored
When using the cross-compiler toolchain for 32 bit on a 64 bit machine, qmake generated a 64 bit VS project. This was because qmake didn't know about the amd64_x86 cross-compiler, and qmake did not use the first MSVC bin directory it found in PATH. Task-number: QTBUG-43457 Change-Id: I50c6f7bb9afe44a58321c670d680dbcc7cd07223 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> (cherry picked from qtbase/e01c8103e14371dab7660343aff058528a11d763) (cherry picked from qtbase/b9ae324dc9c815c2326803da0a3d0414cf7a2903) Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Thiago Macieira authored
Instead of trying to load in ltcg.prf and cache the value. Change-Id: If485ff68fc6ff9d9cf7009cd72d5e702d0199c7f Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@theqtcompany.com> (cherry picked from qtbase/d7795559a7b80d3ec0a1eb86d29deaca6074f4ed)
-
Oswald Buddenhagen authored
Task-number: QTBUG-42064 Change-Id: Ifffcc0cf9109b76d79f603a13792d7fd9979761c Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> (cherry picked from qtbase/87eb3ea1904756362ce5474838b25b5b00193dc5)
-
Thiago Macieira authored
Change-Id: Ida09e794262dce78cd5169aac56b610fabc9082c Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qtbase/c1be0fbe7d17b67c330c0c90eb9ba8a0536c2121) Reviewed-by:
Thiago Macieira <thiago.macieira@intel.com>
-
Oswald Buddenhagen authored
all else being equal, items with a higher numerical priority will appear first in the result. Change-Id: I4ee37ff404a53c4152a1e4fc2fc3c23ef525234d Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/26bbc40db925d7823d9cf9db80a4093eba613ad8) Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Alessandro Portale authored
Change-Id: I8c587164bcff742f7ac8ad3f3f28e0b16645cb2a Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qtbase/01ce104a3ee3c8af68f6694840931661666984ab) Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Oswald Buddenhagen authored
the msys shell expects unix-like paths with drives converted from d:\ to /d/. Change-Id: I09e25ed2c868702e5d7d8b9cc8c04cc13410eeff Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/d52b00e1d3cc60c81b54a89d6da488dc4bbce384) Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Oswald Buddenhagen authored
Change-Id: Ic056acf739659215241c1cab6a462b1ab591dc78 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com> (cherry picked from qtbase/fb143abbfb28d8433b908b09b37b4c7720357892) Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Joerg Bornemann authored
This is useful for querying environment variables which have parentheses in their name. Such jewels exist on Windows. The usual $$(VARNAME) syntax fails for those. Change-Id: I1d2766cabdc7f637caa9ae6408967685e02f5029 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> (cherry picked from qtbase/b73d6be6a0723d5f886f5a8faa9123534e998331) Reviewed-by:
Joerg Bornemann <joerg.bornemann@theqtcompany.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-15242 Change-Id: Iac6829cbc805a111c0b359ed871f53b1be7053b0 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Leena Miettinen authored
- Use sentence style capitalization - Use human readable text instead of property names Change-Id: Iefa6ae7d3ca1df2692699063a87fdbbf13fe0751 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Leena Miettinen authored
...for grammar, punctuation, and capitalization. Change-Id: Ifcac7baa00f55ecb39ba8dba2a8f1e86667ddb49 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Leena Miettinen authored
Change-Id: I9f816084e24d887a6fca5abb3689347156a26558 Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Leena Miettinen authored
A commercial Qt Quick Designer plugin for adding ISO 7000 icons to applications from an icon library. Change-Id: I96d740d63bc77da9817ce2d5ccdb1625dbc5caa6 Reviewed-by:
Mitch Curtis <mitch.curtis@theqtcompany.com> Reviewed-by:
Tim Jenssen <tim.jenssen@theqtcompany.com>
-
Tobias Hunger authored
There are two methods to add existing files to a project. They both have two arguments and only differ in the sequence of these two arguments. The first calls the second. Decide on one syntax and remove the useless one. Change-Id: Ida7139096fa16ac746c2be837e245776506201bc Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Tobias Hunger authored
Change-Id: Idc7ec5d102b0e3c838700ee7d89db7aea3399728 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Tobias Hunger authored
Change-Id: Idf019b3f51c4cab172e92b8e208083e283530414 Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-
Tobias Hunger authored
This should be simpler to follow now. Fix autodetection to return not only the newly detected toolchains, but also those that are re-detected (taking their definition from the alreadyKnown list passed to the autodetect method where possible). This avoids running lots of toolchains during start-up, but still enables us to fix QTCREATORBUG-12751 Task-number: QTCREATORBUG-12751 Change-Id: Ie74e7cffb2b014a6132cc8559db232397344f2f1 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
hjk authored
Task-number: QTCREATORBUG-15236 Change-Id: Ic8f6fd60d185b759ee13dade3a18c2d955303cdf Reviewed-by:
hjk <hjk@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
Breaks in-editor search results with default scheme. This reverts commit 2c3f3970 . Change-Id: I4164cfdb4d6f9240b3c53846824297359a59ac52 Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
David Schulz authored
Introduces errors with the default colorscheme. This reverts commit a0d27fc1dccb9623b4c1bcafc915c84f5988af80. Change-Id: I3268a9a14f10959fb71423650fd10cfe840e019e Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com>
-
Christian Kandeler authored
Task-number: QTCREATORBUG-15210 Change-Id: Ia78e34737e4a66c6aaa0015e85002168717d29d7 Reviewed-by:
hjk <hjk@theqtcompany.com>
-
David Schulz authored
Use setter instead of getter with references. Increases the readability and is closer to the common codestyle across creator. Change-Id: I3cbbd1154524da73383fbf28470ef64ebe5bc336 Reviewed-by:
Eike Ziller <eike.ziller@theqtcompany.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Eike Ziller authored
Restoring a session removes all "external" editor areas. For simplicity the editor manager only manages the editor areas, not the windows themselves. So an editor window must take care of closing itself when its editor area gets cleaned up. Change-Id: I619f95376ef980d4c318b966427ebf4b2f78ca31 Task-number: QTCREATORBUG-15193 Reviewed-by:
Robert Loehning <robert.loehning@theqtcompany.com> Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
Orgad Shaneh authored
The current default is black foreground, which is invisible on dark color schemes. Change-Id: Id9dbc6ac7377816666887096c28fa0008291ddac Reviewed-by:
David Schulz <david.schulz@theqtcompany.com>
-
- 26 Oct, 2015 1 commit
-
-
Tobias Hunger authored
This was just unset before. Task-number: QTCREATORBUG-15178 Change-Id: Ice66273e2ce9bc60bd8a96516f774201a7a95331 Reviewed-by:
Alessandro Portale <alessandro.portale@theqtcompany.com> Reviewed-by:
Tobias Hunger <tobias.hunger@theqtcompany.com>
-