- 05 Apr, 2013 2 commits
-
-
Tobias Hunger authored
Change-Id: I30c92dd5082eed050c2796a014919788710baafa Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I7fbb82dc3ff83593473a57c69d0eb89bc33f50f5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 28 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I53fa1aafaf98fd3105ef35b595e4311854cf9cbc Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 27 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Add header and remove export, since it is apparently not used elsewhere. Change-Id: I534152d7d1460a8e8f51f650d0858edf5aa5f6dd Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 22 Mar, 2013 1 commit
-
-
hjk authored
Change-Id: Idef36b3045296c623d44a6cc1c4b7913de256cbd Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 19 Mar, 2013 1 commit
-
-
hjk authored
Change-Id: Ic67c34837f01ab478f107dc05c4fe1470dcfa36c Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Feb, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: Iae3dc3327630ecb62de19277a83ea3f372d38ea3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 21 Feb, 2013 1 commit
-
-
hjk authored
Change-Id: I9cc5261bbe0b9738151a0978ffb1a8cef6166ab7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 28 Jan, 2013 1 commit
-
-
Tobias Hunger authored
I ran once too often into them being called applicationrunconfiguration.(h|cpp)! Change-Id: I280a3280173b80d4d955faddedf11688786eee14 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Jan, 2013 1 commit
-
-
Orgad Shaneh authored
#!/usr/bin/env ruby Dir.glob('**/*.cpp') { |file| # skip ast (excluding paste, astpath, and canv'ast'imer) next if file =~ /ast[^eip]|keywords\.|qualifiers|preprocessor|names.cpp/i s = File.read(file) next if s.include?('qlalr') orig = s.dup s.gsub!(/\n *if [^\n]*{\n[^\n]*\n\s+}(\s+else if [^\n]* {\n[^\n]*\n\s+})*(\s+else {\n[^\n]*\n\s+})?\n/m) { |m| res = $& if res =~ /^\s*(\/\/|[A-Z_]{3,})/ # C++ comment or macro (Q_UNUSED, SDEBUG), do not touch braces res else res.gsub!('} else', 'else') res.gsub!(/\n +} *\n/m, "\n") res.gsub(/ *{$/, '') end } s.gsub!(/ *$/, '') File.open(file, 'wb').write(s) if s != orig } Change-Id: I3b30ee60df0986f66c02132c65fc38a3fbb6bbdc Reviewed-by:
hjk <qthjk@ovi.com>
-
- 28 Nov, 2012 1 commit
-
-
Tobias Hunger authored
This will trigger a run of qmake -query which depends on a virtual method. Set the display name in the derived Qt versions instead. Change-Id: I47380fd25d38a2cf748a26e9c8324f3b23cb3b39 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 27 Nov, 2012 1 commit
-
-
Orgad Shaneh authored
Change-Id: Id6c19c0a2a982e7a9b11d7ef0740c0258dbdc7b7 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Nov, 2012 1 commit
-
-
Caroline Chao authored
Task-number: QTCREATORBUG-8186 Change-Id: I6ff1ed212d5202dc9ab214c93ea7bca1f07f4e14 Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com> (cherry picked from commit 19aa02c9) Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Caroline Chao <caroline.chao@digia.com>
-
- 06 Nov, 2012 1 commit
-
-
Caroline Chao authored
Task-number: QTCREATORBUG-8186 Change-Id: I6ff1ed212d5202dc9ab214c93ea7bca1f07f4e14 Reviewed-by:
Pierre Rossi <pierre.rossi@gmail.com>
-
- 16 Oct, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: I48884e1efd7637fe8da6382c12bb9bfe4fbde1ee Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 05 Oct, 2012 2 commits
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Orgad Shaneh authored
Avoid using "." as includePath when it is unneeded Change-Id: I9bc6f4ebe50409f49782520033fd5f098aed10d0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 04 Sep, 2012 2 commits
-
-
Tobias Hunger authored
* Rename profiles to kits. * Update some strings: * projects mode has a Kits tab, not a Targets tab. * " Settings" was dropped from the sub-tabs of the Kits tab * menu entry "Build/Open Build/Run Target Selector" was renamed to "Build/Open Build and Run Kits Selector". * Use "Kit" instead of "Target" in miniprojecttargetselector. (The class was not renamed as it does indeed select targets, not kits) Change-Id: I0727e086e2dfa0e8aaaf89fdc6f2e3596c7a4314 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
Kai Koehne authored
Unify translation context introduced in 4dd31391 Change-Id: I1ccea979d1b64647b74ace3466b6053a9e1397de Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 27 Aug, 2012 1 commit
-
-
Christian Kandeler authored
The class' member functions are intended to be used instead of the Q_OS_* macros in all contexts where the latter are not syntactically required. This lowers the likelihood of changes made on one platform breaking the build on another, e.g. due to the code model missing symbols in #ifdef'ed out code when refactoring. Change-Id: I4a54788591b4c8f8d589b8368a6c683d4155c9fa Reviewed-by:
hjk <qthjk@ovi.com>
-
- 23 Aug, 2012 1 commit
-
-
Kai Koehne authored
Qt5 features both qmlviewer (QtQuick1) and qmlscene. We can't just assume that everybody wants to use qmlscene. Change-Id: I6668b7776869826575ce035f1e9ace47908013ff Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 22 Aug, 2012 1 commit
-
-
Alessandro Portale authored
Qt Creator's support for Symbian was at its peak in version 2.4.x. Nobody really verified it in Qt Creator 2.5 or 2.6. It is most likely rotten. Let's remove it! Also, the Symbian support code was spread throughout the whole Qt Creator code base. The plugin interfaces evolved in the meantime and target platforms like Android or QNX have 99% of their code in separate plugins. In case anyone wants to revive Symbian support in Qt Creator, please create a plugin for it. Change-Id: I56a758a3e2fd5b8c64d9aeb8f63d8e916c4883be Reviewed-by:
Alessandro Portale <alessandro.portale@nokia.com>
-
- 06 Aug, 2012 1 commit
-
-
hjk authored
Change-Id: I2e7d81a4efb75877901d29964df4f71314e951b4 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 18 Jul, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: Ie7dbadb709d04da01c48d736a0bc91856e9304cc Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 09 Jul, 2012 3 commits
-
-
Oswald Buddenhagen authored
Change-Id: I08e370cd83de5ea4f4cdfc079cc908d52d81b192 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Oswald Buddenhagen authored
unlike errors, warnings can accumulate Change-Id: I6632d37a39bf3467d907cfe5c44ba555b918020a Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Oswald Buddenhagen authored
the idea is to encapsulate accesses to specific variables. Change-Id: Icafd2c85de6178db1a492a5dd36dde7f1925ea21 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 21 Jun, 2012 2 commits
-
-
Tobias Hunger authored
Update factories for this to work as well as the settingsaccessor. Change-Id: If7cb1db3fa0c50441aa5bd1c2d2659c6a0177743 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Tobias Hunger authored
Introduce Profiles to store sets of values that describe a system/device. These profiles are held by a target, getting rid of much of the information stored in the Build-/Run-/DeployConfigurations, greatly simplifying those. This is a squash of the wip/profile branch which has been on gerrit for a while, rebased to current master. Change-Id: I25956c8dd4d1962b2134bfaa8a8076ae3909460f Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 18 May, 2012 1 commit
-
-
Tobias Hunger authored
* Move debugginghelper to QtSupport. ProjectExplorer should not start looking for Qt versions! * Make autotools and generic project plugins depend on QtSupport Change-Id: If28418a85e3696cba713e66148c893a5a9b6adc7 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 09 May, 2012 1 commit
-
-
Daniel Teske authored
Task-number: QTCREATORBUG-7377 Change-Id: I43e1393acc09ee4fd923d6796b4a0298fb22ea71 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 08 May, 2012 1 commit
-
-
Daniel Teske authored
Otherwise a misparse might get reported as .pro parsing still in progress. Change-Id: I0958032c7692faa4672410f395ededf6f1a2e379 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 03 May, 2012 1 commit
-
-
Daniel Teske authored
Change-Id: I3c274c5b9aa37e14d74da3276d7012983f14fc89 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 25 Apr, 2012 2 commits
-
-
Tobias Hunger authored
Fix warnings on windows about overwriting virtual functions Change-Id: I83e0262627faa4ce23624678de1b69f30624dc6a Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@nokia.com>
-
Tobias Hunger authored
Use Core::Id for all the project related objects in favor of plain QStrings. Change-Id: I790ab40cb29899efdb49c413a77609486f52e683 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 30 Mar, 2012 1 commit
-
-
Tobias Hunger authored
Change-Id: I3a480e5dc0bc3b4270057148b6b9a405323ca5ec Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 29 Mar, 2012 1 commit
-
-
Tobias Hunger authored
Rename signal isEnabledChanged(bool) to enabledChanged() as that is also used by the BuildConfigurations. Change-Id: I9fc8906a2abbf9d19e21129309bee6ff5a142117 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 06 Mar, 2012 1 commit
-
-
Leena Miettinen authored
Change-Id: I5b6e0f03fbc729f635d66fb5569c777a72b731f4 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-