* Update to new API
* remove unnecessary settings page (pastebin no longer offers subdomains)
* Set post expiration to one month
Change-Id: Ic9947e7227858b87e5dab15c3ce15366004a10c7
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Git will not do a pull --rebase when there are changes. So we
now abort if the user did not stash them instead of trying to
pull.
I do not want to revert user changes implicitly.
Task-number: QTCREATORBUG-7031
Change-Id: Ic6041755938be36d8ecdbcbac373b5c38642360d
Reviewed-by: Tobias Hunger <tobias.hunger@nokia.com>
Make sure notifyInferiorExited is called when we get a
'Remote connection closed' message.
Change-Id: I578d62e29ed30243eb7693e641ad809cccd0fcae
Reviewed-by: hjk <qthjk@ovi.com>
Do not use (s) to indicate plural form
Change-Id: Icb10917be23993c49bb2edab34daeb5ee4c6a5a4
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
One more step towards extracting an abstract base device class.
Note that the device settings now go into a dedicated file, like
the Qt version and toolchain information, and no longer into the
QtCreator.ini file. Reading the "old style" settings is still
supported.
Change-Id: Ic4766420930c1ab650d72068d3f6d188aa9c203b
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>
- numbers were blue, should be yellow
- preprocessor used wrong shade of green
- bracket matching was missing background color.
- operators were green, when this isn't so for the vim original.
reference
https://github.com/ciaranm/inkpot/
Reviewed-by: hjk <qthjk@ovi.com>
(cherry picked from commit e6ea2db67e)
Change-Id: I15935ff1ed0dd04fab919f22173993bf1ebcb9b2
Reviewed-by: hjk <qthjk@ovi.com>
When you hit a brekpoint in gdb non-stop mode, if you click continue in the
UI the debugger was killed if the current thread is not the one being
stopped. This is anoying as gdb does not change current thread
automatically. The fix shows the error but does not kill the inferior.
Fixed style issues again.
Reviewed-by: hjk <qthjk@ovi.com>
(cherry picked from commit 47def926c7)
Change-Id: I18e8b77b615cfceec402b140337709074ad96dc5
Reviewed-by: hjk <qthjk@ovi.com>
This avoids fetching the status and resolution again
and again for a test case.
Change-Id: I9445d329eb127830352add23e8ff0b5e2b9adbe6
Reviewed-by: Robert Löhning <robert.loehning@nokia.com>
Now, they are crisp and have a shadow.
Change-Id: I374bc731fc4b02d2df6cd09cf13c83eab44c2899
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
(cherry picked from commit 89bb6d5327)
Reviewed-by: Eike Ziller <eike.ziller@nokia.com>
- numbers were blue, should be yellow
- preprocessor used wrong shade of green
- bracket matching was missing background color.
- operators were green, when this isn't so for the vim original.
reference
https://github.com/ciaranm/inkpot/
Change-Id: I9bd8357d4f2473fa769aae995e795ded05f970a6
Reviewed-by: hjk <qthjk@ovi.com>
When you hit a brekpoint in gdb non-stop mode, if you click continue in the
UI the debugger was killed if the current thread is not the one being
stopped. This is anoying as gdb does not change current thread
automatically. The fix shows the error but does not kill the inferior.
Fixed style issues again.
Change-Id: I1a2e484108e936581c7b82c985f2b057263e3d6b
Reviewed-by: hjk <qthjk@ovi.com>
Can be used to check (non-intrusively) which TCP ports are still available.
Change-Id: I61300f6b7215cb2c0e4a3e6135de305cfd38b5a9
Reviewed-by: Christian Kandeler <christian.kandeler@nokia.com>
Reviewed-by: hjk <qthjk@ovi.com>
This patch replaces the context panel by extendable list items.
This does not create any visual cluttering on hover and is more
user friendly.
Change-Id: Ib9b283f6972ea7e9ae3dc3155d0c3f1c8fe2e806
Reviewed-by: Alessandro Portale <alessandro.portale@nokia.com>
The ListModel functionality is only needed in very few contexts,
so we move it into a dedicated class. This cleans up the actual device
manager.
Change-Id: I325bf43a9260ab9a8e484f8972e2d962ea2f1b3e
Reviewed-by: Kai Koehne <kai.koehne@nokia.com>