- Nov 13, 2013
-
-
Daniel Teske authored
Fixes the inconsistent state from Task-number: QTCREATORBUG-10710 Change-Id: Ifabb1eef4b81e6d33244fd7af8becc453dd66669 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Iaf69fd16fa9ba0a5c63b6636d183836accdfd005 Reviewed-by:
hjk <hjk121@nokiamail.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Change-Id: I753306b56540d9e3a3044d6a0f88bce0ce439500 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I8586c1ae6f63edd75f8392a8e524e8197a7a72e8 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Tobias Hunger authored
Change-Id: I602cc87d7ef659eed72c60f610249af62adc20ba Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Ulf Hermann authored
The content of the horizontal Flickable element could remain at negative positions after flicking and generally showed inconsistent behavior. This was due to the redundant storage of the horizontal offset in view.startX and flick.contentX. Explicitly assigning contentX from JS code disables the automatic "rubber" effect which pulls the content back into the allowed area. Change-Id: I69e827854e2be3d8f6f4e2537e7105f80a8f2a89 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Friedemann Kleint authored
Change-Id: I38b1630df19c06ea1dffb0b71d20238a7afdb11b Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Ulf Hermann authored
Before the grey shadows appeared on white background if you "overflicked" at the beginning or start of the timeline. Change-Id: I53361b5eecfacbd48967ea7e0c564c3376a8b170 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The zoom level calculations were much too complex and introduced rounding errors in various places. By moving them all into one place and avoiding circular recalculations of the same thing those problems are mitigated. Task-number: QTCREATORBUG-10635 Change-Id: I7316caad1a590964402056a2e6430c8d059ae097 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
This restores the functionality of the old zoom slider. It probably looks a bit different, but it does the same thing. Task-number: QTCREATORBUG-10635 Change-Id: Idcb19187df066e4b1336df73b122aa567a732dee Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Ulf Hermann authored
The zoom slider has to be rebuilt in QML as positioning QWidgets on top of QQuickViews creates various problems we don't want to solve for such a simple element. Task-number: QTCREATORBUG-10635 Change-Id: I9aa22edd3e3a4fddb1d04545260ceacf22184260 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-
Tobias Hunger authored
Change-Id: Ic2e90daee4036d1e513db16d35dd72f4e7a667c7 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: I0fbc22efa6aacae2c1921c56ca0f41d4576bfc00 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Change-Id: Ic5c5dfd2ef9b3daab1f3e04375930fc991bff0e8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Kai Koehne authored
Don't try to deregister settingspage if it's a zero pointer. Change-Id: If70370bf117713f0a9495e720f0df907c7a9df56 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Orgad Shaneh authored
Change-Id: I5450a4a099c705eea8c1fa110d3d3ad67bdf1ab4 Reviewed-by:
Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-10749 Change-Id: I1a2e79ffbd952dcc9fded07aca22c9a36f0a2ec4 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
David Schulz authored
Change-Id: I0a64539405792b0c839230400b80699c3470dee0 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
- Nov 12, 2013
-
-
Friedemann Kleint authored
Change-Id: Ie9c958e9008b0737afd34cb5d3dfe350060d2155 Reviewed-by:
Karsten Heimrich <karsten.heimrich@digia.com>
-
Marco Bubke authored
Change-Id: I5892087d6c3e991e836e4d8ad898b3663fd3c7a1 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Tobias Hunger authored
Do not end up appending to the existing list of ABIs when reinitializing GDB debuggers. Task-number: QTCREATORBUG-10642 Change-Id: Ic023f1fa269dbc05c0a44c3acf2cc8dd22f0565c Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Tobias Hunger authored
Keep changes on options page when switching between different debuggers. Only apply those changes on "Apply" and "OK", but do not loose them till those buttons are pressed. Change-Id: I4c4c583e7438802782b31bbfa92c5c09b51d824a Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
Nikolai Kosjar authored
...when searching the overrides for virtual functions. In case there is no override for the static type of a function call expression, make sure to: 1) include the last provided override (look up bases) 2) and all overrides whose classes are derived from that static type Task-number: QTCREATORBUG-10470 Change-Id: I2c01bfdc6cb35c5a01a000ebd81a2b322ce2b795 Reviewed-by:
Orgad Shaneh <orgads@gmail.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Change-Id: I0d333ff9489e46c4fa1923d70ca950f67ffa3f44 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
For the quick fix InsertDefOperation ("Add Definition ...") the order of the offered operations is reversed to better support the typical use case of inserting the definition in the corresponding source file. Change-Id: I0cc502663c43fdeb4773a99d2cd5ae8ddf62f9f0 Reviewed-by:
Christian Kandeler <christian.kandeler@digia.com> Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
Task-number: QTCREATORBUG-10642 Change-Id: Iff195abb90283ee731fe33acb75bcacd6d158e04 Reviewed-by:
Christian Stenger <christian.stenger@digia.com>
-
Nikolai Kosjar authored
Change-Id: Ifbc2adeff83cbef9841da872e15a5b9dd8379a3d Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
...otherwise subsequent events (e.g. Return) might trigger functions operating on an invalid model index (see activateCurrentProposalItem). Task-number: QTCREATORBUG-10589 Change-Id: Ib3e37c8c85c882135970d5d9418d6e69917494c6 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Depending files of the file the base class is defined in were look up for *all* the derived classes. With this change, only the relevant files for the 'current' base class are looked up. Tested with qtbase.pro via Ctrl+T on the QObject definition. - Without this patch: ~60s - With this patch: ~40s Change-Id: Ia947f1a4f7d242a0cb81e42d0ef2afab2db70a7f Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Nikolai Kosjar authored
Change-Id: I7a82f2b22105d4e096fc0bd69679adacdde2c731 Reviewed-by:
Erik Verbruggen <erik.verbruggen@digia.com>
-
Tobias Hunger authored
Change-Id: I291f6841c39b966b69f3776b4880c7b3f5274e24 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do use less d->m_abi->currentIndex() and introduce a method instead. Change-Id: I1127ce37b62658f9cfc90cdb623a446d5dc449a8 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
Do not forget custom ABI when switching to a supported ABI and back. Change-Id: Ie44f2b22727607c61aa3940a3ab4620e4e5a5ac1 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Tobias Hunger authored
This simplifies the retrieval of the ABI a bit at the cost of making the handling of custom ABIs more tricky. The good thing as that we used to loose the custom ABI settings when we switched to a pre-defined ABI and that is no longer the case. Change-Id: I0ac38c3da221acbbdeebc82121ca0d5387ebc04d Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
hjk authored
Change-Id: Ifd4e47e5ebe7c1bc1c0e0a7dd133a2e682ef7b83 Reviewed-by:
Christian Stenger <christian.stenger@digia.com> Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com>
-
Tobias Hunger authored
Do not ignore changes to the base environment. Remove the code asking for the change to be ignored in the first place while at it. Change-Id: I0a3558daef86e6c052267a21943f27db71c52ca3 Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Friedemann Kleint authored
Extract base class for 'Sticky Notes' service with settable parameters (for adding a custom-configureable 'Sticky Notes' service later on) and derive KDE service from it. Task-number: QTCREATORBUG-9995 Change-Id: I92c6e5ae45b498bf7ccc260c2ef4ca6e3e0ebf19 Reviewed-by:
Maurice Kalinowski <maurice.kalinowski@digia.com>
-
Daniel Teske authored
Also remove files from PRECOMPILED_HEADER if needed. Task-number: QTCREATORBUG-10621 Change-Id: Ife1f8f0c3219ad51fbd4bf1ef48fb82c404cb2a6 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Daniel Teske <daniel.teske@digia.com>
-
Thomas Hartmann authored
There are a couple of issues with TextInput. So we use TextField instead. Focus issues are still an issue even if using controls. Task-number: QTCREATORBUG-6278 Change-Id: I005eda1565e0a3fa002baeffaab9c12662f90288 Reviewed-by:
Thomas Hartmann <Thomas.Hartmann@digia.com>
-
Ulf Hermann authored
The timeline can cover a large vertical space. The introduction of the Flickable element to navigate that space has reverted the effect of commit 5eb057c7. This change restores the performance improvements and avoids overflows in the underlying buffers. Change-Id: I86ddd66652ee0a26c81619682a883622072b0f87 Reviewed-by:
Kai Koehne <kai.koehne@digia.com>
-