- 19 Apr, 2017 5 commits
-
-
Montel Laurent authored
Change-Id: I4f2e61e4bade9e7b4518d144db8163e596ab6264 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io> Reviewed-by:
Thomas Hartmann <thomas.hartmann@qt.io> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
Orgad Shaneh authored
Change-Id: Iec2c2db7afd8e5fe463a32c6b5167592cdd7617c Reviewed-by:
Laurent Montel <laurent.montel@kdab.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@qt.io>
-
David Schulz authored
Change-Id: Iaed08ddf5f4f93cae395bfdec1e8bff87fd8e618 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
hjk authored
Change-Id: Ibc43da06c195d916296f09740a1111a2586443b8 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Jake Petroules authored
This script receives the QT_INSTALL_BINS directory as an input argument, so make use of it so that the caller does not need to have that path in the PATH in order to find macdeployqt. Change-Id: I5e5197104119a19ecda83c3bbc256f3fe492c0a6 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@qt.io> Reviewed-by:
Gabriel de Dietrich <gabriel.dedietrich@qt.io> Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
- 18 Apr, 2017 5 commits
-
-
Nikolai Kosjar authored
Direct leak of 24 byte(s) in 1 object(s) allocated from: #0 0x4f06b0 in operator new(unsigned long) (/home/nik/dev/creator/ ut/4.2_asan/bin/qtcreator+0x4f06b0) #1 0x7f4ac0e5d068 in Beautifier::Internal::BeautifierPlugin::initialize(QStringList const&, QString*) /home/nik/dev/creator/ut/4.2_asan/src/plugins/beautifier/ beautifierplugin.cpp:214:25 #2 0x7f4ada1bb769 in ExtensionSystem::Internal::PluginSpecPrivate::initializePlugin() /home/ nik/dev/creator/ut/4.2_asan/src/libs/extensionsystem/pluginspec.cpp: 1001:10 #3 0x7f4ada1694b1 in ExtensionSystem::Internal::PluginManagerPrivate::loadPlugin(ExtensionSystem::PluginSpec*, ExtensionSystem::PluginSpec::State) /home/nik/dev/creator/ut/4.2_asan/ src/libs/extensionsystem/pluginmanager.cpp:1404:9 #4 0x7f4ada15b2b6 in ExtensionSystem::Internal::PluginManagerPrivate::loadPlugins() /home/ nik/dev/creator/ut/4.2_asan/src/libs/extensionsystem/pluginmanager.cpp: 1239:9 #5 0x7f4ada15ac6f in ExtensionSystem::PluginManager::loadPlugins() / home/nik/dev/creator/ut/4.2_asan/src/libs/extensionsystem/ pluginmanager.cpp:362:12 #6 0x50a97c in main /home/nik/dev/creator/ut/4.2_asan/src/app/ main.cpp:517:5 #7 0x7f4ad65b282f in __libc_start_main /build/glibc-Qz8a69/ glibc-2.23/csu/../csu/libc-start.c:291 Change-Id: Iff1fd908d9a59b98e895599b1d73ca16536eee11 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Riitta-Leena Miettinen authored
It is now /doc/qtcreator/ or /doc/qtcreator-dev/ Change-Id: Ifce996b2d5b82502e578db9a6db058fb714e4ec9 Reviewed-by:
Eike Ziller <eike.ziller@qt.io>
-
Eike Ziller authored
Change-Id: I4f4d3df2b57fdc30f1775244dddfe4299555bfc8
-
Riitta-Leena Miettinen authored
The search field in the Examples tab in the Welcome mode seems to be case-sensitive, and the keyword is "ios" in lower case letters. Also added information about what to do if the example list is empty. Change-Id: I5797266244f0550f3c78aa302a2c7b22a46f5c09 Reviewed-by:
Tobias Hunger <tobias.hunger@qt.io>
-
Orgad Shaneh authored
Change-Id: I0a0a6e2899373241dac0cdec5154ea7f22efd0c2 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
- 15 Apr, 2017 1 commit
-
-
Alessandro Portale authored
Don't crash if the settings contain an outdated/invalid "CreatorTheme" entry. This change makes ThemeEntry::themeSetting() validate the entry. If no theme with that id exists, it returs the default/first theme instead. Task-number: QTCREATORBUG-17517 Change-Id: I87658fade33ba4d956d3a4c5591dd86db4051426 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 14 Apr, 2017 4 commits
-
-
Montel Laurent authored
Change-Id: Icaa88b711285307a6d242067eaca9db852ded04f Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Montel Laurent authored
Change-Id: I0d2e61d84c74e60ef4f54074a4ca00f2d0835562 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Montel Laurent authored
Change-Id: Iceef4e9a6f213a747045db3b06a5608d77652f98 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Montel Laurent authored
Change-Id: I4b9fad1eee60e942ddbccda53a4af27e978df498 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 13 Apr, 2017 3 commits
-
-
Christian Kandeler authored
We cannot use std::set_difference on a QSet, because those are not sorted. Change-Id: I6238a2bd06bcc6e5dba64572f0c3b0caaa57a7eb Reviewed-by:
Jake Petroules <jake.petroules@qt.io>
-
Christian Kandeler authored
They got lost somehow during the project tree refactoring. Task-number: QTCREATORBUG-17859 Change-Id: I1d1178c3d0932322604e7035f15dcc4490309ca9 Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
Christian Kandeler authored
They ended up as children of the root node somehow during refactoring. Change-Id: I2da3ac74369fd9456b62839f1498f84f0034a85c Reviewed-by:
Jake Petroules <jake.petroules@qt.io> Reviewed-by:
Joerg Bornemann <joerg.bornemann@qt.io>
-
- 12 Apr, 2017 12 commits
-
-
Robert Loehning authored
Change-Id: I78514e5a8553349abdf2558bba6c4a15ad280eba Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
Thomas Hartmann authored
Ctrl+0 is used for the left sidebar on Mac, so it should be save to use it for the right sidebar on Linux/Windows. The original shortcut (Ctrl+Shift+0) is used by Windows 10 and therefore does not work. Task-number: QTCREATORBUG-17857 Change-Id: I832135c3779508b9789b5be4757e1bbc9bd255eb Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
Christian Kandeler authored
Change-Id: Iecd44b8da2a5d35f6f98ea4a9b142853b73f25fd Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Christian Stenger authored
Add minimal handling for credentials. Task-number: QTCREATORBUG-17942 Change-Id: I5f3821fa944fa7800bd1f51947f46d301e2b00b8 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
BogDan Vatra authored
- allow the user to choose the visible log levels - allow the user to choose which activities/service(s) logs are visible - wakeup the device (API 20+) - use only the most recent logs (API 21+ add "-T 0" to logcat params) - use logcat -v time format, which is the same on all Android versions In the future we can even allow the user to choose which parts of the log line are visible, e.g. time, log level, TAG, PID, Message Task-number: QTCREATORBUG-16887 Change-Id: I07ce00aff59a479660f5ac6da75eef973ba3f627 Reviewed-by:
hjk <hjk@qt.io> Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io>
-
Vikas Pachdha authored
Task-number: QTCREATORBUG-18013 Change-Id: Ic912427783d079f5f6bf06e3bf9a44657d24a96f Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Vikas Pachdha authored
android tool is deprecated since sdk tools version 25.3.0. Use the new avdmanager tool Task-number: QTCREATORBUG-17814 Change-Id: Id6f495f14e12d0069df08164cac1929b76d9e932 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Vikas Pachdha authored
android tool is deprecated since sdk tools version 25.3.0. Use the new sdkmanager tool Task-number: QTCREATORBUG-17814 Change-Id: I96446f5a64c1c400066b4ac7771c8c7e1bf567ed Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Vikas Pachdha authored
Groundwork for the new sdk and avd management tool's integration Task-number: QTCREATORBUG-17814 Change-Id: I3e46f6d3aa56c0f16dd66d0b1d731043e180e012 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Vikas Pachdha authored
Refactor the use of android tool and groundwork for the new sdk and avd management tool's integration Task-number: QTCREATORBUG-17814 Change-Id: I6a5920f9ba92508f904cd8cf28bf62c82de2d820 Reviewed-by:
BogDan Vatra <bogdan@kdab.com>
-
Christian Stenger authored
If a test case cannot be started or does crash while executing these information might help to sort out configuration problems. Change-Id: I406d5e69475d05931d4c4c4738f8528c6d74c585 Reviewed-by:
David Schulz <david.schulz@qt.io>
-
BogDan Vatra authored
Add gdbserver all the time, except when the user signs the package. Even then the user can "Force debugging" by checking the checkbox. Change-Id: I274243786f3d6d6b88f41e532bebc24213f5e9db Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@qt.io> Reviewed-by:
hjk <hjk@qt.io>
-
- 11 Apr, 2017 7 commits
-
-
Tobias Hunger authored
Do not try to update project data when an error occurred in server-mode. Change-Id: I6a1cf4b6e79fd6ddf5329195861f34cd7f1ca44d Reviewed-by:
Florian Apolloner <florian@apolloner.eu> Reviewed-by:
Christian Kandeler <christian.kandeler@qt.io>
-
Alessandro Portale authored
Sleep, hibernation and user sign-in can cause a ThemeChange event. That event resets the application palette, discarding a palette that may have been previously set. Dark themes in Qt Creator want to set and keep their custom application palettes. So, this change sets the custom application palette on each ThemeChange event that is send to the main window. Task-number: QTCREATORBUG-14929 Change-Id: Ic9fb0111cfa0e8171b819d687f280c3db6cc8f2c Reviewed-by:
David Schulz <david.schulz@qt.io>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-17998 Change-Id: Ic0ad46455a0e56af3082c1d9ce8995a7f07c2238 Reviewed-by:
Tim Jenssen <tim.jenssen@qt.io>
-
Riitta-Leena Miettinen authored
Change-Id: I8738078198e0be0f010b9bce0f6688fd925eae15 Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
BogDan Vatra authored
Comparing strings will give us strange results e.g. 23.0.20 > 25.0.0 Change-Id: Id709ebfe45454064a18706e2df5d01ed5a3e8551 Reviewed-by:
Vikas Pachdha <vikas.pachdha@qt.io> Reviewed-by:
Alessandro Portale <alessandro.portale@qt.io>
-
David Schulz authored
Change-Id: Ic8cb64ce1af6d6a5e74ad018813fea47555b1cfb Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Change-Id: I366f597ee54e3c3d916bac2879c4c02b59ee2e83 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
- 10 Apr, 2017 3 commits
-
-
hjk authored
Change-Id: Iba6037907761702fa825764757dd00fce4a91082 Reviewed-by: Vadim Evard Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Change-Id: Ia97e8adaabbffe49acec44575621a4f4243c5cea Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-
David Schulz authored
Reduces accessing uninitialized memory Change-Id: I025e9070b9b17a806237619b484cb27230e7f494 Reviewed-by:
Christian Stenger <christian.stenger@qt.io>
-