- 25 Sep, 2014 1 commit
-
-
Daniel Teske authored
Change-Id: I71c594d89090b6d74d790ae6395ea15025775ff7 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 04 Sep, 2014 1 commit
-
-
Tobias Hunger authored
Do not care whether the unexpandedDisplay name is unique or not, nor whether the display name is unique or not. Warn if it is not in the Kits Options Page, but that is all. Change-Id: I1cbeb5beb477d533092ade6ef67a97044e53477c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 18 Aug, 2014 1 commit
-
-
Tobias Hunger authored
This change also adds a AbstractMacroExpander for the QtKitInformation. It supports the following variables in the Kit display name: %{Qt:version} - Qt version number %{Qt:type} - Qt type %{Qt:name} - Qt version name %{Qt:mkspec} - mkspec used by the Qt version Task-number: QTCREATORBUG-11118 Change-Id: I7263781336ab561c34880b187ebd55e81e6ca215 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 21 Jul, 2014 1 commit
-
-
Tobias Hunger authored
Change-Id: If95d179505cd7625578335cf76c5651d79b48453 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 28 Apr, 2014 1 commit
-
-
Friedemann Kleint authored
This makes it possible to use concise names for shadow-build directories, for example {projectname}_5s for Qt 5 / stable instead of the long, auto-generated names. Also, users can then manually configure names for kits with non-latin names, which would otherwise result in underscores and dashes with numbers. Change-Id: If0eab746942246d1aba6a5dd04f59d3219be47b8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 08 Jan, 2014 1 commit
-
-
Robert Loehning authored
Change-Id: Ib5423fdd064e4546f848c0b640b0ed0514c26d3a Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 20 Sep, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: I97835671805a1ba8ac456f3049cb3e477894a3c0 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Sep, 2013 1 commit
-
-
Tobias Hunger authored
Mutable KitInformation are those that are supposed to be editable in more user-accessible places (e.g. like the Mini Target Selector or similar) than the normal kit options page. The functionality to display these settings is not part of this patch. Change-Id: I13446c49abf89eaf739a60dbcd01c97e2144de45 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 11 Sep, 2013 1 commit
-
-
hjk authored
Change-Id: Ib0b11918fbae9577928b6209a913afb3eccc48b5 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 23 Aug, 2013 2 commits
-
-
Tobias Hunger authored
Also allow changes to the icon while at it. Task-number: QTCREATORBUG-9787 Change-Id: Id2abbd11f12b7e0f577655932b5b2aac4d3bba7c Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ica6cf20c4ae1c7d58386d4970e468a105a3263b3 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 21 Aug, 2013 1 commit
-
-
Tobias Hunger authored
Change-Id: Ia49c6552a5aae72870687ef9c64f2642fbe24155 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 07 May, 2013 1 commit
-
-
Tobias Hunger authored
Leave the rest user-editable. Task-number: QTCREATORBUG-9030 Change-Id: I77c9ff980dd9a497bff53ee04dae7e771e4e7e82 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 08 Feb, 2013 2 commits
-
-
Tobias Hunger authored
Display warning and error icons in the kit options page. This is more consistent with what we do elsewhere. Change-Id: I31786054da3ad8c55931156f0124740eea2d68d3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I3b293ed9371b201e692fae7a7569239ebc8483e9 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 31 Jan, 2013 1 commit
-
-
Daniel Teske authored
This was only possible in theory but not in pratice. Change-Id: Ia5100569c371134e3cabacfcd76084c8763f5ecc Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 29 Jan, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 29 Nov, 2012 1 commit
-
-
Jing Bai authored
m_isDefaultKit is changed to wrong value during apply() process,we need to keep the value so that the rest of the logic works correctly. Task-number:QTCREATORBUG-8205 Change-Id: Id25e56273ed06957d0a26d893ec26b9bf73864fa Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 20 Nov, 2012 1 commit
-
-
Tobias Hunger authored
Fix crash when closing creator after the kit options page was shown. Also fixes a memory leak. Change-Id: I5c5f72fc3c83aaefecfb722a86902f5cbb880a70 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 19 Nov, 2012 1 commit
-
-
Jing Bai authored
Copying from working copy to the real kit copy causes KM to reset changes and call "discard()". Then m_isDefaultKit is reset which makes the logic in "apply()" a mess. Try to avoid this by saving m_isDefaultKit Task-number: QTCREATORBUG-8205 Change-Id: Ie8243d7dc2aca92788d719c0c147127b3a7e8714 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 17 Nov, 2012 1 commit
-
-
Tobias Hunger authored
Change-Id: I7344935fd488b4bd65517378ca198185023c2532 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 16 Nov, 2012 1 commit
-
-
hjk authored
Change-Id: I243de278cd964c9aa51e7ff091a2c33e8043a562 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 22 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice81bb94326dfc179b12067a9419b817343eb788 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 16 Oct, 2012 1 commit
-
-
Tobias Hunger authored
* Update warning icon as changes happen * Make clone clone the current settings, not what used to be there before changes were made * Make sure the edited entry is visible in list view * I find the KitModel much easier to understand now Task-number: QTCREATORBUG-7862 Task-number: QTCREATORBUG-7803 Change-Id: I124c2e5a96cea7386896084e1027ba79a8be20b7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 05 Oct, 2012 1 commit
-
-
hjk authored
Change-Id: Ice592c6de9951ee3b2c4cb52ed0bb3b6770e0825 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 24 Sep, 2012 1 commit
-
-
Tobias Hunger authored
Do not use double-click on the name in the table for renaming. Add a line edit to the kit details instead. Task-number: QTCREATORBUG-7805 Change-Id: I6fac275b095c9000c765609a4cee1963d8e80380 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 07 Sep, 2012 1 commit
-
-
Friedemann Kleint authored
Provide default implementation to do a single-line layout and let the DebuggerKitConfigWidget span 3 rows, aligning label and button accordingly. Change-Id: I0fb3a3116a593822da9c4499c142b8a8255c02d0 Reviewed-by:
Eike Ziller <eike.ziller@nokia.com> Reviewed-by:
hjk <qthjk@ovi.com>
-
- 04 Sep, 2012 1 commit
-
-
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>
-
- 30 Aug, 2012 1 commit
-
-
Kaffeine authored
Change-Id: I82c4fde505d67de30787077c788af97822153b1e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 21 Aug, 2012 1 commit
-
-
Tobias Hunger authored
Task-number: QTCREATORBUG-7571 Change-Id: I881c90ebffd33811893db39937a49a3614384d31 Reviewed-by:
hjk <qthjk@ovi.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@nokia.com>
-
- 27 Jul, 2012 1 commit
-
-
Friedemann Kleint authored
- ProjectExplorer::Profile should appear as 'Target' in the UI. - Fix messagebox title capitalization - Fix Q_DECLARE_TR_FUNCTIONS to contain fully qualified class names, add where applicable to replace QCoreApplication::translate(). - Introduce message utility function for the commonly used 'No tool chain set up for this profile' message to ToolChainProfileInformation. - Introduce message utility functions related to adding files to version control to VcsManager to be shared by QmlJsEditor. - Fix typos. - Remove QObject::tr(), QCoreApplication::tr(). - Do not translate diagnostic console warnings of QmlProfiler. Change-Id: I6cee717a504796ef39f6eae58f552c5c8630adf3 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 19 Jul, 2012 1 commit
-
-
Eike Ziller authored
Change-Id: I7134d7de30bcf9f9dcfad42520dd45ee083a852d Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
-
- 17 Jul, 2012 1 commit
-
-
hjk authored
Change-Id: I9f6719618749b57cdfb68457e9ede8a580abd1af Reviewed-by:
hjk <qthjk@ovi.com>
-
- 03 Jul, 2012 1 commit
-
-
Tobias Hunger authored
Do not overflow the UI when too many options are added to a profile. Apply some fairy dust to make things look a bit better while at it. Task-number: QTCREATORBUG-7572 Change-Id: I8d784c0ca88ead20f8eb313e188e715c41d97e16 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 22 Jun, 2012 1 commit
-
-
Eike Ziller authored
* smaller icon button (waste less space) * align manage/choose buttons Change-Id: Idb2cb111a40353f2405cd964c2ec4f5cf8b24d78 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
- 21 Jun, 2012 3 commits
-
-
Orgad Shaneh authored
Change-Id: Id4182c9cd96b74c0ffa2e1aefe9074f66e17fe92 Reviewed-by:
Tobias Hunger <tobias.hunger@nokia.com>
-
Tobias Hunger authored
Change-Id: I89bfbefe189ed68c3da0330900015917aff29976 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>
-