- Jan 30, 2013
-
-
Orgad Shaneh authored
Tests included Change-Id: Ibe2f6ece207128f8467b0cbca9dc38f2bcd5ced6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I3f4f6205f0b6e7c9a5aff0df26157686036118ba Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Orgad Shaneh authored
Change-Id: I43c40585e5ac50369422d78f74240d7249be95ae Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Aurindam Jana authored
Change-Id: I8499e3ca267cc0035a181d47a1f573999ac3fc33 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Friedemann Kleint authored
Change-Id: Ie0ba0168c1973f8ffef193c6e32a9d3f34c25146 Reviewed-by:
Aurindam Jana <aurindam.jana@digia.com>
-
Tobias Nätterlund authored
Change-Id: I37cf0f1f5399cd7a4e9900b2cf31b62648bc5370 Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Erik Verbruggen authored
Change-Id: Id42bb1cbf109cac8ab868ab7381a54d6be9a7697 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
David Schulz authored
Restores the horizontal and vertical scroll bar values when autosaving. Task-number: QTCREATORBUG-8590 Change-Id: I7e821118fd427264655bbdd18ba5db9bec35841e Reviewed-by:
Jarek Kobus <jaroslaw.kobus@digia.com>
-
Przemyslaw Gorszkowski authored
Added additional test for change: 23844410 Change-Id: I9ddd23b0e852bf88105fef87fae82620da29c0b6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
- Jan 29, 2013
-
-
Sergey Shambir authored
Change-Id: Ia5e92efd325b3164cc6d67b1469d5a63a0238aca Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
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>
-
Przemyslaw Gorszkowski authored
Highlight member variable when there is also enum value with the same name Task-number: QTCREATORBUG-7525 Change-Id: I0990844a20fdf9e87a807fde10708344b9c3497b Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Oswald Buddenhagen authored
Conflicts: src/libs/utils/tooltip/tips.cpp src/plugins/coreplugin/versiondialog.cpp src/plugins/projectexplorer/kitinformationconfigwidget.cpp src/plugins/qnx/blackberryapplicationrunner.cpp src/plugins/qnx/blackberrydeployconfiguration.cpp src/plugins/qnx/blackberrydeployconfiguration.h src/plugins/qt4projectmanager/qmakekitconfigwidget.cpp Change-Id: I7886ec971942d9e0a9da237dcf4ceb1687abd71b
-
Friedemann Kleint authored
Change-Id: Id6b25e288ce4fe4299644f77db65911082e76262 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Friedemann Kleint authored
Fix capitalization of message box titles, fix some message to be in line with QtSupport. Change-Id: I6ff2b930fa8e10ef164588d76ff233e1e57ae63f Reviewed-by:
Tobias Nätterlund <tobias.naetterlund@kdab.com> Reviewed-by:
Mehdi Fekari <mfekari@rim.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@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>
-
Przemyslaw Gorszkowski authored
Fix highlighting, find usages, marking for static variables. Task-number: QTCREATORBUG-6822 Change-Id: I0c97c93c6c1024550907eec3820496df22a94e85 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
Change-Id: Ic043a097947a80e2fb5cb381c585375c4e5f5eef Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: I032255ba1d07103cf7f81cf88811fdc023101163 Reviewed-by:
Kai Koehne <kai.koehne@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
David Schulz authored
Change-Id: I490c0f5e8d7df1c4da3ca5b15b89843bbda59738 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
The command-line tool does not load any translations. Prevent the messages from showing up in Qt Creator's ts-files. Change-Id: I25e9cffb6fcd35fae7b021c2eb7ec60480db868d Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
David Schulz authored
Task-number: QTCREATORBUG-8582 Change-Id: I29e875564d983c4a1154cbc962616e1488425ac3 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
CheckSymbols is the "data provider" for the semantic highlighter which does not have any tests yet. Change-Id: I868aca32d44570457a984b8ce74695c381c58bed Reviewed-by:
Przemyslaw Gorszkowski <pgorszkowski@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
- Jan 28, 2013
-
-
hjk authored
Change-Id: Iec02192477cebabd50da0f07b32e95b78eeb0078 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
All callers provide one, and the fall-back construction from 0 has not been appropriate for a while. Change-Id: I8bc5d094b70aac251fff1a7d34f1fad876cbdee2 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: I21e783407a904de3501d0ac89d5f6f497ae4b1fe Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Christian Stenger authored
This new approach is a bit slower than using Qt functionality, but it's now completely relying on user-interaction. Change-Id: I361f6f201dfff8122a11aae30204eb79967fe4ae Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Thomas Hartmann authored
Task-number: QTCREATORBUG-8628 Change-Id: Id1e0984794b9ce590cfd5789c1cde6de7dc7bd1f Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Mehdi Fekari authored
Change-Id: I6841638341f80e2f13d14cc49190652be2bf82a0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Robert Loehning authored
Change-Id: Iad89199052fe8df090eb5a6257dd88de51a15a07 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
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>
-
Christian Stenger authored
Added signal, property and function elements. Change-Id: I3d98bb43baaec45e34cd24963e4d8b64ca624792 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-
Tobias Hunger authored
Change-Id: Ic2fc0df7f3ac5e8006123bf94c4e55a3a7d86593 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Change-Id: I7abd80ace8396933cb08b4ac2a36dec0a7691aa4 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Robert Loehning authored
QT_VERSION_STR is being read from Qt's source directory and may differ from the version of the build being used See also printVersion() in src/app/main.cpp Change-Id: Ib740c07136e1549b0cbecc8258889688763b0b36 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
hjk authored
Change-Id: I7da39d7cad4a562c8dfe882fbd300be1db323380 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Change-Id: Ic919ea4fe50ab3a9d70d935aaa6a3ed77ebb3b92 Reviewed-by:
Marco Bubke <marco.bubke@digia.com> Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
- Jan 27, 2013
-
-
hjk authored
Change-Id: I11da49b9bb1fe0f5a71f0a1ea684fce486074f21 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
- Jan 25, 2013
-
-
hjk authored
Change-Id: Id52cce742fc9fc3467f47e05a94777234aaa2372 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Icb78a0a7127d06c1b3a2b4ba63fb83bf49cfe044 Reviewed-by:
hjk <hjk121@nokiamail.com>
-