- Feb 14, 2014
-
-
Tobias Hunger authored
Rename selectExtensions method of BaseFileWizard to extensions and fix the fallout. Mark the method as const while at it. Change-Id: I716988fec464e06df6b128e4b3754164e61cd7a1 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Feb 13, 2014
-
-
Tobias Hunger authored
There should be no functional changes, just removal of unnecessary code. This includes: * Removal of unused QObject *parent = 0 parameters to constructors * Removal of unnecessary explicits * Removal of unnecessary virtuals * Removal of unnecessary constructors/destructors Some explicits were added though where those were missing. Change-Id: Iab570349ea950dad0a2d01af17bc6175f70832f1 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 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>
-
- Jan 09, 2014
-
-
Frantisek Vacek authored
Task-number: QTCREATORBUG-10967 Change-Id: I5493f8854910209a25810dad3422bd92359df449 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@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 22, 2013
-
-
Tobias Hunger authored
Change-Id: I3b6c41f687b1763316cc05dbf66b204857e84747 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Fanda Vacek <fvacek@blackberry.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Nov 14, 2013
-
-
Orgad Shaneh authored
Change-Id: I8413252c90a1487d291f15d92837c30ab697b245 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Oct 22, 2013
-
-
Friedemann Kleint authored
They are a hassle for translators and reviewers alike. Change-Id: I07c1b61e8b6719e54fdc1f69cf63f573119a6776 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Oct 10, 2013
-
-
Leena Miettinen authored
Change-Id: I29244b53f515405cff0618c7a012460b56dd2e85 Reviewed-by:
Alejandro Exojo Piqueras <suy@badopi.org> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
- Oct 09, 2013
-
-
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>
-
- Oct 02, 2013
-
-
Oswald Buddenhagen authored
Change-Id: I1884f6e61dcae95817da10f0ead67f2df99b4ec7 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
Change-Id: I55a8d4e50d77ff1f11f471931e5ad959f2e946c6 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Eike Ziller authored
Change-Id: I753e8d57d4bcf205d83850b440f015743719d409 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
El Mehdi Fekari authored
Change-Id: I282f7dce62d9d3d3790716d12cc9e7b040e4f05d Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Nikolai Kosjar authored
Change-Id: If5987864884526f1740194c65772c0b9cf322b68 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Frantisek Vacek authored
Change-Id: I232d97cd1570b37f694540337b1075800e330e97 Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-