- 05 Aug, 2014 4 commits
-
-
Tim Jenssen authored
To be sure that the shared memories are removed at process exit. And fix that createSharedMemory reuse possible already existing shared memories now. ("take" -> "[]") Change-Id: Idcc99ba42b862b862d5403ecf3b781a27fdf757f Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Thomas Hartmann authored
Before the working directory was the working directory of Qt Creator. If the working direcotry was the bin diredtory of Qt Creator the puppet picked up the qt.conf from Qt Creator and could not load the platform plugin. Change-Id: Iab22267c578fc837b1b52bded850f0033618811c Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Tim Jenssen authored
Change-Id: Ib8fd13a3688447dcb7eeaca811f3abfefa4b5089 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Orgad Shaneh authored
Change-Id: I981df3a89dcd7aacd19f7c5eb8c15b027bdd16e4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 04 Aug, 2014 17 commits
-
-
Thomas Hartmann authored
We have have to check and handle sourceComponent and component (Tab). Change-Id: I736648fc09fe4ee3333c4524666e3acea500804a Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
Loader was also interpreted as a component, but the handling of component and sourceComponent was incorrect. Change-Id: I5cd691ece1a29c77b52dc74785013f08d589b2eb Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
Change-Id: Ia59098be3ca25753f03f31f964c6fb824bae677a Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Joerg Bornemann authored
Change-Id: Ie8857eb180109fff3fb8e1eb14a493b38f2133a7 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Thomas Hartmann authored
Change-Id: I9600439e1236c52b347c667bac6b6d79e2335375 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Thomas Hartmann authored
Change-Id: Ib9af721d195291886a78fc300e24691827f56ade Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Marco Bubke authored
OS X is only supporting a maximum of 31 letters for shared memory names. Change-Id: I61351228decaa3fa7ec19a6035620ab932cf5386 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Orgad Shaneh authored
The crash happens on Linux/Xming. 2 subsequents calls to slotRefreshCommitData occur, m_commitDataFetcher is released when the first one is handled, and the second call dereferences NULL. Change-Id: Ibc06fe5dd89b790ac84544f6842cbf345d118703 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Detect also "mips" and "mips64" as mips Change-Id: Ia2259bc4c1144834d20f6bd1c7c91f359e1a67d8 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
* Avoid duplication * Avoid unnecessary casting Change-Id: Idb1426e4a128044091fb52450b5662ff54012f59 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Joerg Bornemann authored
Winrtrunner was called with the executable file path for the top-level .pro file, which happens to be the empty string. We now store (and use) the right .pro file path. Change-Id: I7d71e6b99393e863f3ba0df2d2902f29d75a9583 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
jkobus authored
Task-number: QTCREATORBUG-12627 Change-Id: I7df1fe27f6502895ab9c82178084d2b631468c5d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Stenger authored
Change-Id: Ib38b0059c24b9bddb2aa79ba45347e00f8972c77 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Orgad Shaneh authored
Change-Id: I224b6723891df4a8073fae327def13c0b41e8541 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Daniel Teske authored
Nested event loops are dangerous and in this case lead to a crash. So change the api of ensureConfigured to not use a nested event loop. The CustomExecutableRunConfiguration then has to manage the dialog more explicitly. Also this makes the dialog non modal, since it should then cope with every situation. Task-number: QTCREATORBUG-11416 Change-Id: I2af782915c148f8dff1b0df54fdb64aa83f684d2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
This causes unnecessary name ambiguity. Change-Id: Id27060edb19b4902f2a93da042eb8389754b8e04 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Orgad Shaneh authored
The menu is expected to be populated after the signal is emitted. Change-Id: Ibcb9eaf3742942801ad79b98000d48cb93d5ae31 Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
- 01 Aug, 2014 15 commits
-
-
Thomas Hartmann authored
We use left padding instead of a prefix. Task-number: QTCREATORBUG-12781 Change-Id: I0c89e3592ad0ca9c498d33930ef2742ec970f8bb Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Joerg Bornemann authored
Change-Id: I4385cf9ec71d85e70984fb2225b772743991e418 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
To HEAD of 1.3 branch. Change-Id: I203255543abb2170c256c8df38c37b956ea84a47 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
This is a workaround for user mistakes and should not be generally done. It can result in e.g. redundant relinking. Change-Id: Ia14854c9d260f5d7a8175d105b9bce896fcdeebf Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Christian Kandeler authored
The qbsProjectData() member function always returned the top-level project data, which messed up a couple of things, for instance "build sub-projects" and the node tree updates. Instead, return the project data corresponding to the node. Change-Id: If40c441c62334f0069a5fe3cb4873cf973baf135 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
Leena Miettinen authored
Flipable, StatusBar, and ToolBar are no longer visible in the Library pane. Change-Id: I5258ff950e83a49c90b5246d5957d8c9e6382657 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Robert Loehning authored
Just doing as the great wise frog tells me. Change-Id: I73c07142cd902ac3b89f8c00597087d7d550a2ee Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Thomas Hartmann authored
Some imports are known to create trouble in the designer. There is no reason to allow adding imports using the designer, that will just create issues. Change-Id: I95437f39c02fd06650285a5184a77669ae32b705 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Daniel Teske authored
Change-Id: I435ce0fe59d9e5d937e5ed3ed06ddbf4a54f967d Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Stenger authored
Change-Id: I432494320cbbd4f19e0386a19183d0b9476054ed Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Tim Jenssen authored
Change-Id: I9650efac738c76b8ace531416ac8e4664f637ffb Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tim Jenssen authored
Change-Id: I7b514e3d21f0874fec35331e7fd73c209e9b30d7 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tim Jenssen authored
Change-Id: I0ef3c5e374b1b01c22b553b99dfbd8eb7783fa90 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-
Fawzi Mohamed authored
qmlplugindump --path always fails, so skip it Change-Id: Ica2d25c864104aa77efbc26913b079c98ff5e283 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Daniel Teske authored
This was introduced by adding the remote linux support for 3.0 in 328a24ed . If the user cancels the run cmake dialog, no buildconfiguration is created. The adding of kit should then not happen. A target without a buildconfiguration should not happen. Task-number: QTCREATORBUG-12773 Change-Id: Ic43c5cc13f9e114ea24cc97154a6c084125f6318 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
- 31 Jul, 2014 4 commits
-
-
Alessandro Portale authored
Change-Id: I1dc1d306d0c1e8070e75a73c23f622389f06fad1 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tim Jenssen authored
Change-Id: Ibeba1cc874ddfd083113249a408caa05e1e012a5 Reviewed-by:
Marco Bubke <marco.bubke@digia.com>
-
Daniel Teske authored
Should be impossible to do, but the stacktrace in the linked task shows that it is possible somehow. Task-number: QTCREATORBUG-12776 Change-Id: I1f2054bbaa132c29dfc4579fb7020f364bddd939 Reviewed-by:
BogDan Vatra <bogdan@kde.org>
-
Marco Bubke authored
Task-number: QTCREATORBUG-12758 Change-Id: I7ac35ac513081ce37354c3151522463e17e59818 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com>
-