- 18 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: I8ec1e459a8430163e3e8b6eae6a282e8ae45cfd4 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 15 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: Iced108cc7fc74f6ce5501c59db7090fea21cb87a Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 14 Mar, 2013 1 commit
-
-
Mehdi Fekari authored
This fixes an alignment issue on the BlackBerry device configuration widget Change-Id: I8e48432713b14f923715bebc52317e50ff4e304f Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 11 Mar, 2013 1 commit
-
-
Friedemann Kleint authored
Change-Id: I1c78f5f5a7174002cd25bea109d5fe795530cdb5 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 07 Mar, 2013 1 commit
-
-
Thomas Hartmann authored
This allows using override if the compiler supports it. Change-Id: Iab04c82cad833324201458621639425010623786 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 26 Feb, 2013 1 commit
-
-
Nuno Sucena Almeida authored
Task-number: QTCREATORBUG-8821 Change-Id: Icb843108bd48dd1266469667f318a5ef32b05e06 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 22 Feb, 2013 1 commit
-
-
Debao Zhang authored
Qt 4.8.0 or later is required to build Qt Creator. Change-Id: I4d836d0f17fe8f0e3fc5757d4f08111b87edee67 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 20 Feb, 2013 2 commits
-
-
Friedemann Kleint authored
Change-Id: I74b1c568593eea92f52565221789224d7d0090eb Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Orgad Shaneh authored
Happens if the process is already terminated Change-Id: I660779dc701d1fe8b41562f68f0ce95c6e87058f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- 13 Feb, 2013 2 commits
-
-
Leena Miettinen authored
"a executable" should be "an executable" Change-Id: I3d1717c893e1dbdc95d7af2477af253234eb0c21 Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com>
-
Joerg Bornemann authored
ProductModule items in derived products override the ProductModule items in the base product. Change-Id: I3f325d1ae52b24c75b5aebe5b9cc0ceb7622dcc6 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 11 Feb, 2013 1 commit
-
-
Daniel Teske authored
Change-Id: I567a548695d709a01cc865811d268d039ceb11af Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- 08 Feb, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: I075585d43f9e36a50c1945b3da4769744faa3f95 Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 07 Feb, 2013 2 commits
-
-
Yuchen Deng authored
Change-Id: I21f4706aecc3aa7119be954709a1ce1f3b37d580 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Yuchen Deng authored
Change-Id: Ie17834da60d2cbe6082272e4c76b19dd8126583f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 06 Feb, 2013 4 commits
-
-
Christian Kandeler authored
Change-Id: I7260c05081942acd5ecd7c66e864d4efc5041add Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Yuchen Deng authored
Change-Id: Ia951c1e816a4c333ebf099d774405c41003c4966 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Yuchen Deng authored
Change-Id: I39d11e9eaad2bc787281529a56f3520d929ac5ce Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Leena Miettinen authored
The \i and \o commands were replaced with \li and \bold was replaced with \b in QDoc for Qt 5. The \input command was replaced with \include in the docs. Change-Id: I257d1bebb8ebc739ca20e0d29fcf0406ecb14534 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
- 04 Feb, 2013 1 commit
-
-
Christian Kandeler authored
Change-Id: I66241be77f61a53590b72560fc0afce50bda97d9 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 01 Feb, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: Ia11f4d7a94465de7f12cc390855e54e3256e5455 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
- 29 Jan, 2013 4 commits
-
-
Fawzi Mohamed authored
Distinguishes the process that starts the terminal from the stub process, as on mac to support Terminal.app they are different. Handle the stub not through the process that starts the terminal, but through the local socket (on *nix). Replace the blocking wait(...) in the main thread, with a nonblocking wait in the signal handler when receiving a SIGCHLD, to leave the main thread able to handle communication with creator. This change allows the use of terminal emulator commands that share a single instance or that fork. So this is also the real fix for QTCREATORBUG-1633 on linux. If creator crashes the stub and the debugged program live on. This was done on purpose, it could be changed if considered better. Task-number: QTCREATORBUG-6371 Task-number: QTCREATORBUG-1633 Change-Id: I4d4fb3a67b1987f4e46e2c603dcefe8c15152ad2 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com>
-
Robert Loehning authored
Change-Id: Ic6a9ff0359625021ebc061d22db6811814534205 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Friedemann Kleint authored
Change-Id: Id6b25e288ce4fe4299644f77db65911082e76262 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Knut Petter Svendsen authored
When a new file was created from the file menu, the permissions on *nix was always 0600 regardless of the proess' current umask. Fixed by letting CorePlugin::initialize() initialize the umask in Utils::SaveFile. Since getting the system's umask is not thread safe this can't be done directly in SaveFile::open. Task-number: QTCREATORBUG-6513 Change-Id: I10d8b2f4ab85574ed3004b5e646664c2255196b9 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- 24 Jan, 2013 1 commit
-
-
Erik Verbruggen authored
This does not take namespaces on the implementation side into account and does not properly position/indent things. Task-number: QTCREATORBUG-1890 Change-Id: I779d12fefc79521bce38361729d4f66dada71147 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- 23 Jan, 2013 1 commit
-
-
hjk authored
It's not really used as such. Change-Id: Ia748cdb5273d661dfea9f8f39a17a872d3ee4de6 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- 21 Jan, 2013 2 commits
-
-
Christian Kandeler authored
The way this is currently written makes it look at first glance like they are added in the non-Windows case only. Change-Id: I9f8dfe47bec910273afc36227d65551cf548b23f Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Orgad Shaneh authored
Change-Id: I8eea80e0639ca25d234ec36b72ed1cd653fcbae5 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
- 18 Jan, 2013 3 commits
-
-
Sergey Shambir authored
Change-Id: Ib3ed1d3733ccfd78780640d70e14313d0cbb101f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Steven Ceuppens authored
When creating a new class, you can select the "Base class" or "Type information" QObject, QWidget, QDeclarativeItem... are available, but QQuickItem isn't.. Change-Id: I9fce6b6a43c915364fc405b99edd0b0d7ebab4fe Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Christian Kandeler authored
Change-Id: I9175f5b20d254dc85b7e52763003a72d07b0057b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 17 Jan, 2013 3 commits
-
-
Daniel Teske authored
That line edit shows a red text if the directory does not exist, building triggers a recheck and removes the red if the directory exists. Change-Id: I50e87816a3e1b4ee9ef6ccb91e66eec8f7783242 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
hjk authored
Change-Id: Ib0ae0e200ab318715d2db3619573b4e83e9f6ba8 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
hjk authored
Change-Id: I77924e1025baef92ebcff42ce683dbf9d8feb162 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- 16 Jan, 2013 2 commits
-
-
Daniel Teske authored
Change-Id: I2e8ec214ba4ea4567e1eeb5d2f3bd1a59000bc48 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Orgad Shaneh authored
Change-Id: I2b6c5876cafb7cf19fc3040bc84fd88a90b6c0e0 Reviewed-by:
hjk <qthjk@ovi.com>
-
- 15 Jan, 2013 3 commits
-
-
Orgad Shaneh authored
Change-Id: I81834452d21f3f996103fb93b3b645f4f87d6251 Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Change-Id: Id5e918183f26db568745261d0a1eee64ab0c3c29 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Sergey Shambir authored
Now this class can accept '.' namespaces delimiter, which is used in python. Changed behavior a bit: if namespaces disabled, error message for 'Namespace:Widget' now is 'The class name contains invalid characters' instead of 'The class name must not contain namespace delimiters'. Error message for 'Namespace::Widget' not changed. Change-Id: I45283ca2002957552375419f1cf3137632dcacdb Reviewed-by:
hjk <qthjk@ovi.com>
-