- 24 Feb, 2014 2 commits
-
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-11216 Change-Id: Iac10e75f0f5c504b79e8466607dc1f478e578f99 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Orgad Shaneh authored
Change-Id: I87d6e76be3030e617603209c3a1b8b3c476cf1f6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 21 Feb, 2014 3 commits
-
-
Friedemann Kleint authored
Change-Id: If9cc4852f4070cc68b973e637b884fd6e592bf6d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I59b96446c5430b96a6daf05aa785f4c0e7e4a42b Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Lorenz Haas authored
setPalette() does not replace the old one but rather adds the difference. Thus a previous copy of the palette is unnecessary. Change-Id: I5c06da456b76144efc4a984ccda13c7d2243a7bc Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 20 Feb, 2014 2 commits
-
-
Christian Kandeler authored
Change-Id: I6264b0a50ae87fd18d6a3fe8230e29abf8e77b0d Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
hjk authored
... and simplify "user" code. Change-Id: I2dfa402f25ab83f1ab80adc0ac508e8383c69641 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 19 Feb, 2014 6 commits
-
-
Fawzi Mohamed authored
Change-Id: I3d5916483b99a8d6839b9cb6b9bde119a9da351a Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
Currently ModelManager contains lot logic, but as it sits in QmlJSTools it is not possible to use it in standalone tests. Moving most of the logic to ModelManagerInterface (and cleanup) to allow better testing, and refactoring. This introduces a dependency of the qmljs lib on the cplusplus lib Also a (small) part of the CppTool::ModelManagerInterface has been moved to CPlusPlus::CppModelManagerBase to remove the dependency on CppTools to gather the Qml types exposed from C++. Change-Id: Icad7fe96dfd0f1a2b1058d82bd98c77c40aa5e9d Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Ulf Hermann authored
Change-Id: I279648bd3db01088b6ba198e4c232f15c1310f43 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
Change-Id: I1489f40432acd3b70cedac6aded40738dddca941 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Joerg Bornemann authored
When not using the ctrlc stub, then the whole arguments string was passed to QProcess::start as one argument, prefixed to the actual arguments. Task-number: QTCREATORBUG-11514 Change-Id: I8111749b5c2f0a0abbfa3e9f8441bb5cdcfe0531 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This is used to get a platform-agnostic handle on "command line arguments". It essentially wraps a single QString on Windows, and a QStringList everywhere else. As a consequence, several occurrences of #ifdef Q_OS_* can be removed from the codebase. Change-Id: Ic93118c1bd0bce0ebb58f416d395dbaebb861772 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 18 Feb, 2014 2 commits
-
-
Fawzi Mohamed authored
Change-Id: I62cd3736de46b25107e5ea5f6d8e8dcafaa5e11a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Fawzi Mohamed authored
add filename to each error message. Change-Id: I2b9f550147acfe6993f1e7d878fdda863182a2a0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 17 Feb, 2014 2 commits
-
-
Robert Loehning authored
Change-Id: I129cc8fde704ff9bddd53ce277101528ebdd871c Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Fawzi Mohamed authored
WarnImperativeCodeNotEditableInVisualDesigner and WarnReferenceToParentItemNotSupportedByVisualDesigner were still declared as errors, which made files having them no editable in designer. Task-number: QTCREATORBUG-10940 Change-Id: I6edc03634c2d05b74ab0adf62e48fc6d03049d7e Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 14 Feb, 2014 3 commits
-
-
hjk authored
Change-Id: Idb7a6f28ac41bacbfd2603feb8b786c31d3769e3 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
hjk authored
Change-Id: Ic53836dade3985c36b0f6767e43b5af0ddb80d72 Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Kai Koehne authored
Add support for qCDebug and categorized logging to Qt Creator. For Qt 5.2 and newer we can just rely on the same feature in Qt. For older Qt versions we declare a dummy class that has a hard- coded configuration. Change-Id: I4954616100c0a100675904ab25479ad84166227b Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 13 Feb, 2014 1 commit
-
-
Daniel Teske authored
Change-Id: Iab3663839c25e09426c24472ae241ef7a2d6a069 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 12 Feb, 2014 1 commit
-
-
Orgad Shaneh authored
Done using the following ruby script: Dir.glob('**/*.h').each { |file| if File.file?(file) s = File.read(file) t = s.gsub(/^namespace .+ \{\n\s*class .*;\n\s*\}.*$/) { |m| m.gsub(/\n\s*/, ' ').gsub(/\s*\/\/.*$/, '') } if t != s puts file File.open(file, 'w').write(t) end end } Change-Id: Iffcb966e90eb8e1a625eccd5dd0b94f000ae368e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 11 Feb, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: Ida513eb0537e2ef0c55887d0df21de956e85e983 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 10 Feb, 2014 1 commit
-
-
Ulf Hermann authored
Change-Id: I11d22ce1423384f879e30ff9573f4d7d799535b1 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 07 Feb, 2014 1 commit
-
-
Eike Ziller authored
override on destructors are not very useful anyhow, but also msvc2010 doesn't like them at all. Change-Id: I2d5f4b0d6148c5e66d2cba604d305707269d12e0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 06 Feb, 2014 3 commits
-
-
Tobias Hunger authored
Do only set the first item of the completion list if there is no text in the line edit when the completer gets attached. Otherwise we might overwrite default values that we actually expect to stick around. Task-number: QTCREATORBUG-11291 Change-Id: Iee9aa2a5475b840ede201f306e3b4164c6e88120 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
According to Ossi the only safe characters in a path for qmake are alphanumerical, underscore, dot and dash. Task-number: QTCREATORBUG-10980 Change-Id: Ibacbfeb7f04f1f0524093f1d8fce637ea4ae6fd6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Fawzi Mohamed authored
Change-Id: I37c96397014b7b710aeec629c5e715bba4997766 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 05 Feb, 2014 1 commit
-
-
Orgad Shaneh authored
Change-Id: Ic854958642bf1eedeb7d90ae74fb72993594b8d6 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 04 Feb, 2014 1 commit
-
-
Orgad Shaneh authored
Also fix false positive line continuation on blank line e.g. "foo \ bar" Change-Id: Ic6d345a4b578c955411d119b8438c8dc5065c072 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 31 Jan, 2014 1 commit
-
-
David Schulz authored
Until now we used GetShortPathName which relies on having 8.3 paths. This short path names are converted into long names which also corrects the case. The 8.3 paths can be manually deactivated via the fsutil. When this is done GetShortPathName does not return a convertible path string. If the case isn't corrected on windows we are opening multiple editors for the same file. For example, when reaching a breakpoint when using cdb or opening an entry from the issue panel generated by the msvc compile. Task-number: QTCREATORBUG-11199 Change-Id: Ic04055685e0e9bbe0d45cde20563929b7370695d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 29 Jan, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: I804dbd887af1786e7554ec79f94fc8e59db1de5b Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
- 28 Jan, 2014 1 commit
-
-
Fawzi Mohamed authored
* better support qbs and similar non QtQuick qml languages * begin to clean and migrate things from ModelManager to ModelManagerInterface Change-Id: Ifa39dc1e4c568e9e21307f4913dcb5989e80420f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 27 Jan, 2014 1 commit
-
-
Eike Ziller authored
Since some people want to use e.g. c++ as extension. Task-number: QTCREATORBUG-11266 Change-Id: I88686d814f49fcbc794c8c3427ee7251b24fa563 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 23 Jan, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: I41b5fdee5d4f143ca68cc1c6d07cd0860fe9d810 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 22 Jan, 2014 2 commits
-
-
Christian Kandeler authored
There was a dependency missing. Change-Id: I45c6b7020889aa9d1587c5be998e33a3dffc6268 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Orgad Shaneh authored
botan.cpp:35140: warning: C4297: 'Botan::bigint_sub2_rev' : function assumed not to throw an exception but does The function is extern "C" and /EHc was specified -EHsc (specified in Qt mkspecs) means that the compiler can assume that extern "C" functions do not throw exceptions. -EHs is equivalent, only without this assumption Change-Id: I5eae79bfbd647c296626c03636775f6057faf385 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 21 Jan, 2014 2 commits
-
-
Christian Kandeler authored
Includes some necessary adaptations to the QbsProjectManager plugin, namely: - Use the new library for setting up Qt profiles. - Use per-profile preferences. Change-Id: I0a639bd291d790c6da9cb4ade53841314310d5ef Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Task-number: QTCREATORBUG-662 Change-Id: I0997fe2afaba71998d5da549b7141df0c023ff12 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- 20 Jan, 2014 1 commit
-
-
Povilas Kanapickas authored
CPlusPlus::Parser::parseAccessSpecifier() is not used anywhere throughout the QtCreator codebase. Change-Id: I062a4ae257b9c61f02bf85079feb6d48bd07c49e Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-