- Apr 09, 2013
-
-
Petar Perisin authored
disable checkout button too Change-Id: I325436672091c6f4f824ed263c2643ecf31f93f4 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Daniel Teske authored
Task-number: QTCREATORBUG-9017 Change-Id: I5adf4be57b76cf8d0f8e0afebe9540a9f92a29a2 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Eike Ziller authored
This both allows the mode bar to be hidden optionally, and can give the progress information a bit more room (e.g. for titles). Progress information can either be shown in "pop up" windows in the lower left corner of the main window (hiding window contents below), or in a summary progress bar in the bottom right corner of the status bar. Hovering the summary progress bar temporarily pops up the detailed progress information. Keyboard can be used to switch between the two views. Change-Id: Ic6d6ab4fd43906e84b480c8ddf8eae5f5852e1f3 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Schulz authored
Change-Id: I1fa9587370d1ab90235cda63192a5908fa53fd4b Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
David Schulz authored
Change-Id: I61170c9be1cc3cd49e518dd124d020273a87b610 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Eike Ziller authored
Change-Id: I7ff41fc891836d15b2b9b6bf090feaf2e4feb968 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Lorenz Haas authored
Change-Id: Ie8b09b8339f219064b4f1d969246a6f84342a4fc Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
Change-Id: Iacf8cb12dd623c908538d80ee2595297a9bdde71 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
Task-number: QTCREATORBUG-8316 Change-Id: I8897f75f30d3aeaf049cc792060c582ab1e3343d Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Friedemann Kleint authored
Preemptively fix exit warning "QEventLoop cannot be used without QApplication" (Qt 5/dev) emitted by destruction of the of the generic highlighter manager singleton which had a member of type Utils::NetworkAccessManager. Use a single instance of Utils::NetworkAccessManager for the main thread and clean up properly using a qAddPostRoutine(). Change-Id: Ida57b9028a79eb4927818ce49088ea567f3bdfd6 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Peter Hartmann <phartmann@blackberry.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Sergey Shambir authored
C++ standard defines that 'try' should be before optional ctor initializer, so wrong order changed. Added documentation to parseTryBlockStatement and new test. Task-number: QTCREATORBUG-9064 Change-Id: Id19cdc53c034cb1232ae27e0bfe36d85b7ad0452 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Lorenz Haas authored
Since signals don't have a definition there is no need to show that action under 'Refactor'. Change-Id: Ic4d65b56c9197e2dbce5cedd5c760faea14d920d Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
David Schulz authored
Doesn't compile on windows because of ambiguous symbol GdbEngine. Change-Id: I4cdad73f249d18e5721066cf0929b0990209d961 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Friedemann Kleint authored
Ran script to remove inludes on a trial-and-error basis and manually corrected it. Change-Id: I2d1d2ec5a3071de9d2a0a03bc69ec653becc7f85 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Nikolai Kosjar authored
Change-Id: I120b47c0af14afec01b653a01baac78d6ca8a78e Reviewed-by:
David Schulz <david.schulz@digia.com>
-
David Schulz authored
Change-Id: I863c45b9c54d39c2e879d9f4f4d080622348e1db Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Lorenz Haas authored
The L of "Line ..." and the right frame of the previous combo box are glued together without any spacing which looks not good. Added half spacing to save space and make the label good looking. Change-Id: Id930171be7a2f7885ab633eec8082057bc726227 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
- Apr 08, 2013
-
-
Petar Perisin authored
Change-Id: Ibda70cb896633cc7afa3a845b99aac523246c558 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Alan Alpert authored
Allows use in external tools. Unsupported still, but possible. Change-Id: I947adc6a6dbccf676112ac77e186134fb660efd2 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Friedemann Kleint authored
Breakage introduced by bb13b8d6 . Change-Id: Ib3b13167f5ada0e406275cb4ff4dddfedc222345 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Change-Id: I6ed2e2ae673840ff4340eedd96fe5019ab495679 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
-
Eike Ziller authored
Conflicts: src/plugins/android/androidrunner.cpp src/plugins/clearcase/clearcasesync.cpp src/plugins/fakevim/fakevimhandler.cpp tests/auto/ioutils/ioutils.pro Change-Id: I31587b8a4dd6aacc1e76803159da51a972878370
-
Tobias Hunger authored
There were quite a few classes using CPlusPlus namespace in the CppTools plugin. Rename them and do some other small namespace related coding style fixups. Change-Id: I093fc1f3fc394fd9923e3f18d5f66522e288f21d Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
Change-Id: Ice9e1256ca10b66de065495080cdf121e4e19279 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
hjk authored
Shared objects seem to get reported twice by LLDB. Ignore that for now. Change-Id: I1d49200a54f10ea8a2768e4dd623541a3d4f80e7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I9808829559da65cd152d2455737f6c7f394da6b3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Marco Bubke authored
Be careful if you use a private smart pointer. Change-Id: Ia78583b080c8d936d98517c55d3294d3040f8cdb Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Eike Ziller authored
With the line number filter with "<line>:<column>" Change-Id: Ie8832fb1e218fe78cc40885da24716e844974924 Reviewed-by:
David Schulz <david.schulz@digia.com>
-
hjk authored
This takes care of "unusual" contents. Change-Id: I5e9ce2066281d169e88a58e85e6d4dd590760e2a Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
This implements the host side of https://codereview.qt-project.org/#change,50290 Change-Id: I13c7df29534a2a85202c2b295b139896443b0120 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com> Reviewed-by:
BogDan Vatra <bogdan@kde.org> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Thomas Hartmann authored
QWeakPointer is deprecated for tracking QObjects in Qt 5. Change-Id: I3e9089b25f43b42a478aa4cd4073cbdfd0da3823 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Erik Verbruggen authored
Compiler error: ../3rdparty/botan/botan.cpp:21912:17: error: no matching function for call to 'make_pair' return std::make_pair<struct dirent*, std::string>(dir, m_cur_dir.second); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/bin/../lib/c++/v1/utility:444:1: note: candidate function [with _T1 = dirent *, _T2 = std::__1::basic_string<char>] not viable: no known conversion from 'struct dirent *' to 'dirent *&&' for 1st argument make_pair(_T1&& __t1, _T2&& __t2) ^ Change-Id: I1a8782956cf0a105fe2f12bf6f8470242a54a3a5 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com>
-
Petar Perisin authored
Change-Id: I327a2bc91b871dc03797d9af52bb2d32be8e76d2 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Erik Verbruggen authored
This prevents a whole lot of re-allocations when the output byte array needs to grow. It also prevents some heap fragmentation for big files. Because the preprocessed output is short lived (it will be parsed immediately after, and then discarded), it is not squeezed to the minimal size. This would result in another allocation. Change-Id: I4974be5144f88cdfc4ddc9d8330200725aa90803 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
This practically means that the >= 7.2 requirement is now a hard requirement. Change-Id: I6c3abbc625443ded182d2da101e04d96e3bed26d Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
hjk authored
Change-Id: I6d8ea11d6c6e1206e5d1c3f13a51ae0521f25a85 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Orgad Shaneh authored
Broken by fe1f7e4b Change-Id: I8212b306d52ee96320a0b14f6f616b48aa928703 Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Petar Perisin authored
Change-Id: I098cbde76e844229f189eb05d0e0b5013af8c5fd Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Christian Kandeler authored
Change-Id: I3d74423ef647fd59d303517b0a0e987b24973095 Reviewed-by:
Robert Loehning <robert.loehning@digia.com>
-