- 03 Jun, 2014 1 commit
-
-
Alessandro Portale authored
Change-Id: Ib4ae646a54d60a868f903d78e72cd7180e5078a4 Reviewed-by:
Alessandro Portale <alessandro.portale@digia.com>
-
- 02 Jun, 2014 4 commits
-
-
Alessandro Portale authored
It is qml specific, and only used in qml plugins. Alsoe, SETTINGS_CATEGORY_QML_ICON was defined in qmldesignerconstants.h and other plugins included that header. This contradicts the plugin dependecies too much. Change-Id: I76f31cd01bc9c02faf914051cae8bac7d7bac659 Reviewed-by:
Fawzi Mohamed <fawzi.mohamed@digia.com>
-
Alessandro Portale authored
This image is used exclusively in the FakeVim plugin, thus belong into FakeVim resources. Change-Id: I1fcfdb6892a22dd105af72e44e40c799fdf970fd Reviewed-by:
hjk <hjk121@nokiamail.com>
-
Alessandro Portale authored
These three images are only used in the Help plugin, therefore they fit better into the Help resources. Change-Id: I597494cc804e751d4f653bd7eb837a5f2f2e3b4b Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
Alessandro Portale authored
These three images are exclusively used in the Debugger plugin, thus belong into the Debugger resources. Change-Id: I327236c66f7424b8bec94630972844175b793fad Reviewed-by:
Eike Ziller <eike.ziller@digia.com> Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 03 Apr, 2014 1 commit
-
-
Eike Ziller authored
Change-Id: Id93469d7b249272396576775e4732ec1461d77b6 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 28 Mar, 2014 1 commit
-
-
Christian Stenger authored
Task-number: QTCREATORBUG-11836 Change-Id: Id38cecac418754adf61834ccc343420c31fb4f48 Reviewed-by:
hjk <hjk121@nokiamail.com>
-
- 20 Nov, 2013 1 commit
-
-
Robert Loehning authored
Change-Id: I5998bdabc80e59972446b1f8806ac8703ed5a729 Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 30 Aug, 2013 1 commit
-
-
jkobus authored
Task-number: QTCREATORBUG-10035 Change-Id: I83cb7cec3f4ba484ab068f398a12096501017668 Reviewed-by:
Friedemann Kleint <Friedemann.Kleint@digia.com> Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com>
-
- 19 Jun, 2013 1 commit
-
-
jkobus authored
Task-number: QTCREATORBUG-9489 Change-Id: I3ae2e59ccaf397f4236505f21e027a42e2798784 Reviewed-by:
Tobias Hunger <tobias.hunger@digia.com> Reviewed-by:
Leena Miettinen <riitta-leena.miettinen@digia.com> Reviewed-by:
Petar Perisin <petar.perisin@gmail.com> Reviewed-by:
Joerg Bornemann <joerg.bornemann@digia.com>
-
- 08 Oct, 2012 1 commit
-
-
Eike Ziller authored
The icons are referred to with the name QtProject-qtcreator in the desktop file. Task-number: QTCREATORBUG-7955 Change-Id: Iaf6e270acdf0ac3259169dc39943bc78e33e0d96 Reviewed-by:
Tim Jenssen <tim.jenssen@digia.com> Reviewed-by:
Robert Loehning <robert.loehning@digia.com> Reviewed-by:
Eike Ziller <eike.ziller@digia.com>
-
- 22 May, 2012 1 commit
-
-
hjk authored
Replace "title combobox" and add a "manage" button. Change-Id: I5453197b207000e6987b7dffd1858facb4b7f32e Reviewed-by:
Eike Ziller <eike.ziller@nokia.com>
-
- 13 Feb, 2012 1 commit
-
-
Eike Ziller authored
This change moves the "close document" button back to the top-left and instead changes the icon on the "close split" buttons. Change-Id: I187c3f707f38ea8edef996cb5393654015d551ca Reviewed-by:
Virva Auvinen <virva.auvinen@nokia.com>
-
- 29 Sep, 2011 2 commits
-
-
Eike Ziller authored
Change-Id: I22b1a24e619a9cb851f99c03792141a8b64e7b74 Reviewed-on: http://codereview.qt-project.org/5808 Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
Eike Ziller authored
Merges the Project, Qt4 and Tool Chain categories into one Build & Run category, which makes it finally possible to reduce the minimum height of the preferences dialog. Change-Id: I8d94aac9c9531200f5d8ca212a53d3edc5734138 Reviewed-on: http://codereview.qt-project.org/5023 Reviewed-by:
Qt Sanity Bot <qt_sanity_bot@ovi.com> Reviewed-by:
Daniel Teske <daniel.teske@nokia.com>
-
- 23 May, 2011 1 commit
-
-
Felix Geyer authored
This allows desktop environments to pick the right icon size when displaying the Qt Creator menu entry. Change-Id: I10f6b46fb99202571d081a5e6e4d680be7ca069f Merge-request: 328 Reviewed-by:
Daniel Molkentin <daniel.molkentin@nokia.com> Reviewed-on: http://codereview.qt.nokia.com/64
-
- 28 Feb, 2011 1 commit
-
-
Leandro Melo authored
This reverts commit 561f87fc.
-
- 25 Feb, 2011 1 commit
-
-
Leandro Melo authored
In terms of buttons, layouts, aesthetics in general.
-
- 14 Jul, 2010 1 commit
-
-
Kai Koehne authored
-
- 18 May, 2010 1 commit
-
-
con authored
-
- 07 May, 2010 2 commits
-
-
Jens Bache-Wiig authored
We used to use the arrow up/down primitives for this button. This looks broken in a lot of styles so we now use a proper icon. Note that setDefaultAction is a bit broken at the moment since it doesnt propagate the icon change. Reviewed-by: thorbjorn
-
Jens Bache-Wiig authored
I did a couple of changes to make these more subtle. - Moved inside the details widget - Made them fade in and out - Hide up/down buttons when not required Note, there are some pending changes to Qt to disable the graphicsevent cache that can cause issues when scrolling items. Reviewed-by: thorbjorn
-
- 13 Apr, 2010 1 commit
-
-
Jens Bache-Wiig authored
-
- 09 Apr, 2010 1 commit
-
-
Jens Bache-Wiig authored
Reviewed-by: Daniel Molkentin
-
- 26 Mar, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Some categories do not have icons yet, unfortunately.
-
- 25 Feb, 2010 1 commit
-
-
Jens Bache-Wiig authored
-
- 22 Feb, 2010 1 commit
-
-
con authored
-
- 19 Feb, 2010 1 commit
-
-
Thorbjørn Lindeijer authored
Too much Qt branding, looks cleaner without.
-
- 21 Jan, 2010 1 commit
-
-
Daniel Molkentin authored
-
- 21 Jul, 2009 1 commit
-
-
Daniel Molkentin authored
-
- 02 Jun, 2009 2 commits
-
-
Jens Bache-Wiig authored
Details: I'm now styling more controls and using a more consistent look for things. To make the tabbar feel more natural I added a web-like point cursor as well a sunken appearance.
-
Jens Bache-Wiig authored
Details: I'm now styling more controls and using a more consistent look for things. To make the tabbar feel more natural I added a web-like point cursor as well a sunken appearance.
-
- 11 May, 2009 1 commit
-
-
Daniel Molkentin authored
-
- 28 Apr, 2009 1 commit
-
-
Oswald Buddenhagen authored
... by eliminating images containing text. of course, this causes some stylistic issues. oh, well.
-
- 22 Apr, 2009 1 commit
-
-
Oswald Buddenhagen authored
pros: - the non-webkit version is not castrated any more - i18n should become simpler - but need to make the buttons non-labels for optimal results - if we introduce delayed loading of the help plugin, we would get webkit loading out of the startup's critical path alltogether cons: - the page might be a bit harder to modify for some
-
- 26 Mar, 2009 1 commit
-
-
mae authored
with mouse-over. The change makes the list behave more like tabs.
-
- 04 Feb, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
Also adjusted the logos. Design by Nigel. HTML/CSS done with Thomas.
-
- 26 Jan, 2009 1 commit
-
-
Jens Bache-Wiig authored
Details: I used vector graphics for icons, to give them a smoother appearance and added an improved extension button that is visible on a dark background. Down arrows are now painted with AA enabled.
-
- 12 Jan, 2009 1 commit
-
-
Thorbjørn Lindeijer authored
It still read "/qworkbench", the research project name for Qt Creator. Reviewed-by: con
-
- 02 Dec, 2008 1 commit
-
-
con authored
-