- Feb 12, 2014
-
-
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>
-
- Feb 11, 2014
-
-
Tobias Hunger authored
... based on output from dependencyinfo.py script Change-Id: I9532f6d259f15c16b62fae0ca18f8a8cad95bd11 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Jan 08, 2014
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- Nov 20, 2013
-
-
Tim Sander authored
The current implementation has been tested with a wrongly configured qmake on windows. But the suffix should not be appended. Change-Id: I5f01637698a1fe2dca646eb08ed1b7bd2a1f56a7 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Nov 14, 2013
-
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 10, 2013
-
-
Leena Miettinen authored
Follow capitalization and punctuation guidelines in UI strings and messages. Replace slashes with "or". Change-Id: Icfe9d0ee4d2bb35423dbe16576150b992d00da4e Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 09, 2013
-
-
Christian Kandeler authored
Change-Id: I396d970fafea1fd0b4c4d73883796662a1d0064b Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Eike Ziller authored
QTBUG-28385 is biting us over and over (QWizard doesn't have close button nor cancel button on Mac in Qt 5), and actually there's no reason for us having a wizard without the features from Utils::Wizard. Task-number: QTCREATORBUG-10346 Task-number: QTBUG-28385 Change-Id: I80c0d82fe6738496c2ac03c31a1c2757ade8e266 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Sep 26, 2013
-
-
Tim Sander authored
The cleanup goes by the comments found in https://codereview.qt-project.org/#change,65366,patchset=6 It removes code and comments identified as unneeded. It also further minimizes the impact on code outside the plugin dir. Change-Id: I22bfe9654d0fb6e0bb8f0018ecbe326cda804223 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tim Sander authored
Change-Id: I8b152a2b3847068a143f36fab62006cc1d21ce73 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- Sep 20, 2013
-
-
Christian Kandeler authored
Change-Id: Ic85d94bac2c137b501e3c141749c52504a856fb0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Change-Id: I8d509522f674777446767bc52e3827cc96ce8130 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
This worked for me when I test-compiled this just before I started to review this:-/ Change-Id: Ie62664f44688d5c97f2740c6b6a23cbbe9d7c62b Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Tim Sander authored
This patch adds the baremetal plugin. The baremetal plugin is for debugging small targets with hardware debugger where the remote linux plugin does not fit. It adds a new kit and device class of type baremetal. The device allows entering custom gdb commands. Currently only qmake builds are possible. To use this with smaller devices without qt a fake-qt installation is needed. CMake and qbs is currently not supported. Change-Id: I86816f897a2e9ed8b95e3184387969cedf8a14d7 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-