aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/fontsettingspage.ui
Commit message (Collapse)AuthorAgeFilesLines
* Editor: Make line spacing adjustableDavid Schulz2020-10-011-41/+84
| | | | | | Fixes: QTCREATORBUG-13727 Change-Id: I3dbc3277795b339bced81dc6c5a048c828183cb6 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
* Editor: Allow any point size as font sizeDavid Schulz2020-01-141-0/+3
| | | | | | | | | ...by making the size combobox editable. This way the user can still access the proposed list of point sizes in the combo box. Change-Id: Ia73ccde9277d8960bc2de550f74355b0561d4c8e Fixes: QTCREATORBUG-22536 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* Color scheme: Reduce minimum size and add scroll area to detailsEike Ziller2018-12-201-2/+2
| | | | | | | | | First thing that should happen when reducing the size of the preferences dialog is to add a vertical scroll bar to the color scheme details, not to the whole settings page. Change-Id: Ifaa6d21627f26ec1a6426cdae2477f6143454c57 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
* ColorSchemaEdit: Make layout of color selection dialog cleanerTobias Hunger2017-06-131-81/+77
| | | | | | | | | Add some section headers, make widgets align with more other widgets, get rid of useless margins and make hiding elements not leave random amounts of space between elements. Change-Id: I3d2ce7a00a92cdff5af5b7aa5e2784460d388c85 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
* UI files: Fix tab order in lots of UI formsNazar Gerasymchuk2016-08-021-0/+9
| | | | | | | | | | For unknown reasons tab order in listed UI files was set incorrectly and behave unexpectedly. Now tab order behave naturally. Changes made for listed objects and touches only UI. Change-Id: I057b95eb21943ddb29b108682618382661db7be9 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
* TextEditor: Increase zoom limit to 3000%Orgad Shaneh2015-08-241-1/+1
| | | | | | | Zooming using the mouse wheel has no upper bound. Change-Id: I7ff680c7b48fb4d01773a3479bf17e3d81da7de7 Reviewed-by: Eike Ziller <eike.ziller@theqtcompany.com>
* Editor: Adding QFontComboBox to texteditor font settings.David Schulz2015-04-231-56/+49
| | | | | | | | | Replacing the QComboBox with a combo box that is capable of previewing the fonts. Change-Id: Iff70e4464a99bfa07b0bcf333c2aff402ef5ce28 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@theqtcompany.com> Reviewed-by: Christian Stenger <christian.stenger@theqtcompany.com>
* Remove superfluous include paths from project files.Christian Kandeler2013-09-021-1/+1
| | | | | | | | | | | | | | | | | | | | A lot of our build system files specify unneeded include paths. These roughly fall into the following categories: a) Paths that are already set in more general files such as qtcreator.pri. b) Paths that serve no purpose at all, possibly left over from earlier versions of the project. c) Paths that act as workarounds for wrong include statements of the form '#include "xyz.h"', where xyz.h is not in the same directory as the including file. This patch removes such path specifications and fixes the offending include statements from case c). Tested on Linux, Windows and OSX with qmake and qbs. Change-Id: I039a8449f8a65df0d616b4c08081145c18ae4b15 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@digia.com> Reviewed-by: Joerg Bornemann <joerg.bornemann@digia.com>
* Revert "Make our options dialog a bit more uniform"Leandro Melo2011-02-281-11/+2
| | | | This reverts commit 561f87fcb9d58aaccbccd424417e71b79798ff6b.
* Revert "More options dialog UI changes"Leandro Melo2011-02-281-6/+0
| | | | This reverts commit c5b57ea5f9927a0843d37c793788892a5131c1ee.
* More options dialog UI changesLeandro Melo2011-02-251-0/+6
| | | | Continuing 561f87fcb9d58aaccbccd424417e71b79798ff6b
* Make our options dialog a bit more uniformLeandro Melo2011-02-251-2/+11
| | | | In terms of buttons, layouts, aesthetics in general.
* Update the filter matches for the settings dialog.con2010-12-011-2/+2
| | | | Task-number: QTCREATORBUG-2936
* separate font zoom from font sizemae2009-11-301-2/+44
| | | | Introduce "Reset Font Size" action, bound to Ctrl+0
* Polish the settings dialog.Friedemann Kleint2009-11-241-4/+4
| | | | | | | | | Add a title label to the pages. Use QGroupBoxes throughout. Extend SavedAction to work with checkable QGroupBoxes. Polish UI files, use common layout for VCS plugins. Performance: Apply only visited settings pages. Add search keywords. Task-number: QTCREATOR-26
* Made it possible to choose a name when copying a color schemeThorbjørn Lindeijer2009-07-201-1/+1
| | | | | | | Based on a window-modal input dialog, so that it appears as a sheet on the Mac. Reviewed-by: Norwegian Rock Cat
* Embedded the color scheme editor in the options dialog againThorbjørn Lindeijer2009-07-201-39/+17
| | | | | With the new representation it fits fine, and this is a bit more convenient for the user.
* Display the list of color schemes in a combo boxThorbjørn Lindeijer2009-07-171-32/+60
| | | | | This is to make some room for embedding the color scheme editing back in the options dialog.
* Made cloning, deleting and editing of color schemes functionalThorbjørn Lindeijer2009-07-131-19/+16
|
* Moved editing of the color scheme into a separate dialogThorbjørn Lindeijer2009-07-131-144/+60
| | | | In preparation of being able to select from multiple color schemes.
* Add option to turn antialiasing on/off for text editor fonts.con2009-05-271-24/+7
| | | | | Reviewed-by: Thorbjørn Lindeijer <thorbjorn.lindeijer@nokia.com> Task-number: 234394
* Remove unneeded strings from translation.Enrico Ros2009-05-111-3/+0
|
* Added tooltips to editor settings and tweaked layoutThorbjørn Lindeijer2009-02-051-2/+2
| | | | | Looks a bit nicer now and the tooltips explain some of the options a bit better. Header texts have also been simplified.
* Initial importcon2008-12-021-0/+268