- Jan 14, 2014
-
-
Eike Ziller authored
Change-Id: Ic935a8971705cb3238deda71aa2b5d19e4f62593 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Eike Ziller authored
The tool bar should not be a direct child of the widget that is searched (i.e. that has the FindSupport attached). Change-Id: Ib6b17c4d2df39798086ae41d1b3a0e394e7afa75 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
hjk authored
Change-Id: I7053310272235d854c9f409670ff52a10a7add8b Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 13, 2014
-
-
Christian Stenger authored
Change-Id: Ie73e8381e6133e81335f4bfdcc31f6be505e13fe Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I15bf32c1f77c17f42ee1da39f1353cff580fa6eb Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I78f2ad9e46c88302d523b879558f65b4a86b0e2c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Looks like LLDB 300.2 doesn't produce the :<size> anymore. Change-Id: I18d0e66736beb109e9d76da62b73a4d0dd4f38db Reviewed-by:
hjk <hjk121@nokiamail.com>
-
jkobus authored
Change-Id: I3078002359871dad74d4a07924d5beeaeb9f82ba Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
Rafael Roquetto authored
The usage of a static variable instead of a pointer guarantees it will be constructed and destructed only once. Change-Id: I7f587ec131b43fe5685122e9a384f1871dcdf790 Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Ulf Hermann authored
Hiding a category in the timeline view is highly confusing. Previously the "Painting" category would only be visible if either the model is empty or at least one painting event was available. Like this it's always there. In the obscure case of a mixed Qt4/Qt5 application you can get two "Painting" categories now. Change-Id: I54db106ed868b7e5d46d0e0ac22b46c0df8be862 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
Previously the animation paint events could overlap if the framerate estimates were off by more than 1 event. Furthermore the duration could be negative or 0, with a potential crash in the latter case. Also it's a bad idea to change the server-provided framerate to suit our estimated durations. Change-Id: I14da0855d7248a6ef32509572caa439ebb2d430e Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Christian Kandeler authored
Change-Id: I0423cf1b710c5522d494e95b2076f52c06e68ab0 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- Jan 12, 2014
-
-
Christian Kandeler authored
Change-Id: I468e1414a3f8ed1d253bc7582f6b46c4b8eecca7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- Jan 10, 2014
-
-
hjk authored
Change-Id: I943703df8cfcf804f4310f89ac4c73061927d4d4 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I88f764c052d2025910f79e5bb8aa125551209fc7 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
But disable it for now. We might need a way to "configure" tests depending on installed packages. Change-Id: Id09b8fdae3478dd483c9e540c5538dfbae1e9c1c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Different quirks on either side... Change-Id: Ic8d0e66736beb109e9d76da62b73a4d0dd4f38db Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
The main problem here is that LLDB doesn't get the dynamic type of the shared data member (yet?) Change-Id: Id8f2ad9e46c88302d523b879558f65b4a86b0e2c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Erik Verbruggen authored
- Use a QSharedPointer instead of an explicitly shared pointer. - Remove the LiveUnitManager. Change-Id: I05bf32c1f77c17f42ee1da39f1353cff580fa6eb Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Eike Ziller authored
Also when duplicating editors, we don't want to change the document after construction. Actually at some places (e.g. CppEditorSupport creation) we don't handle document changes correctly, and we are only lucky that things still (more or less?) work. Get rid of BaseTextEditorWidget::duplicateFrom and use copy-constructor style instead. Change-Id: I7f688b7fcc51d1bb5e222bb333f0d28479b597a6 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
hjk authored
Change-Id: Ie2145903f9ac303d88455cfd609f55240aa76a67 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Change-Id: Ifa20cc17675dfce1da9b087ee2e9b2ecdb3d8f22 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Eike Ziller authored
First step in never changing the text document after construction, because that is actually not really supported. Second step will be to fix that for the editor duplicate() methods too. Change-Id: I3d112ba0895e7ee7ac6dd8ae2318f0de7d2cebc9 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Daniel Teske authored
Since we copy the java files to the build directory, we need to adjust the path that the java compiler emits for error messages. For that the JavaParser needs to know the source directory, which is the android package source dir and the build directory. The AndroidDeployQtStep thus needs more information then just the input json file and now stores the path to the .pro file to both retrieve the input file and the android package source directory. Task-number: QTCREATORBUG-10904 Change-Id: Ib5141b35b610bc2eee568a096fc5e930f9eb2e47 Reviewed-by:
Eskil Abrahamsen Blomfeldt <eskil.abrahamsen-blomfeldt@digia.com>
-
Erik Verbruggen authored
This patch also moves the showMargin and marginColumn settings into a new settings class. Change-Id: I676447be751c13ee438edc1e31e5998b999c6771 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Erik Verbruggen authored
This flag is meant to be used when generating pre-compiled headers. Change-Id: I4758f36c5774e7da8c3b6cc401ea4245761d2278 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com>
-
Erik Verbruggen authored
These influence the __PIC__ and __PIE__ macros. Change-Id: I7938a897584f49b6e1c4d66c6e69ec7adccf2ad6 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
- Jan 09, 2014
-
-
Orgad Shaneh authored
Change-Id: Icbd72999f5d688cce63f54e1f8570b9bb0372f90 Reviewed-by:
Nikolai Kosjar <nikolai.kosjar@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Gave an error from uic. Change-Id: I3f4caa10eaf6177613088343948f63b683103834 Reviewed-by:
Orgad Shaneh <orgads@gmail.com>
-
hjk authored
Change-Id: I9039feb96270b8330778acd7c6cf78e0e248393c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I99ac079566dad1961972b8ca87b1d346a75628a1 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Idf84b17df0e8ef7796cc50af0b1111d0bde69293 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I4c1ac482005d216291fb7b54396577f78eccf7c9 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: Ib81b82d81dd821be7161eef6515ae1f08091d5e3 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I07a6e7bfbdb14d23d7414eb1b09f1dd14854c902 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
LLDB requires "proper" spacing when matching types. Change-Id: I51376557e445f04023a2b7e1ee2fe4e584382b8c Reviewed-by:
hjk <hjk121@nokiamail.com>
-
hjk authored
Change-Id: I0ac7a531a7537e9e41055d815bdf204c7ec4a73d Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Eike Ziller authored
Can be set directly from the document constructor, no need to do that later. Change-Id: I4326757e1b1cb1e48c157c4b330ccb2abb8f3b1f Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Rafael Roquetto authored
Task-number: QTCREATORBUG-11009 Change-Id: If11343a26134238854e64a0cf88ea91973615e69 Reviewed-by:
David Kaspar <dkaspar@blackberry.com> Reviewed-by:
Mehdi Fekari <mfekari@blackberry.com> Reviewed-by:
Nicolas Arnaud-Cormos <nicolas@kdab.com>
-
Daniel Teske authored
The function's operation of simply appending the string as is would be fine if FileNames were strings. But they aren't, so the function name should be intentionally ugly to stand out. Change-Id: I85e16844e2d69cacb6566c538182b84300c45161 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-