summaryrefslogtreecommitdiff
path: root/src/plugins/cpptools/cppcodestylesettingspage.cpp
Commit message (Expand)AuthorAgeFilesLines
* ClangFormat: Move settings to the Code Style widgetIvan Donchevskii2018-12-041-8/+12
* Clean up options page category display name and icon set upEike Ziller2018-04-231-2/+0
* TextEditor: Simplify SnippetProvider handlinghjk2018-02-071-5/+1
* De-emphasize PluginManager::getObjects<Type>()hjk2017-12-151-4/+2
* Remove the need to create ISnippetProvider subclassesEike Ziller2017-04-251-3/+3
* Core: Make IOptionsPage::categoryIcon a Utils::IconAlessandro Portale2016-09-201-1/+1
* CppTools: Allow prefering getter names with "get" prefixNikolai Kosjar2016-06-221-0/+4
* CppTools: Use Qt5-style connectsOrgad Shaneh2016-05-231-6/+11
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* Clean exported headers of the CppTools plugin.Friedemann Kleint2015-03-051-0/+1
* Clean exported headers of the TextEditor plugin.Friedemann Kleint2015-02-261-0/+1
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | C++: Remove unneeded qualificationsOrgad Shaneh2015-02-041-10/+10
* | Port to new connect apiMontel Laurent2015-01-301-44/+44
|/
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-141-7/+8
|\
| * License updateEike Ziller2014-10-091-7/+8
* | TextEditor: Rename BaseTextEditorWidget to TextEditorWidgethjk2014-09-291-1/+1
* | TextEditor: Consolidate document access functions.hjk2014-08-041-3/+3
|/
* Rewrite ::getObjects usage to use predicate versionDaniel Teske2014-05-121-9/+4
* TextEditors: Move font settings to documentEike Ziller2014-01-241-1/+1
* TextEditors: Remove widget's setTabSettings methodEike Ziller2014-01-211-1/+1
* TextEditors: Move indenter to document.Eike Ziller2014-01-151-1/+1
* Merge remote-tracking branch 'origin/3.0'Eike Ziller2014-01-081-1/+1
|\
| * Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* | Preferences: Add default implementation for filteringEike Ziller2013-12-101-52/+15
|/
* Apply static pattern to TextEditorSettinghjk2013-09-201-5/+3
* Settings: Simplify some user codehjk2013-05-291-6/+3
* Clean headers in CppTools.Friedemann Kleint2013-04-101-3/+0
* fix include style relating to cplusplus librariesOswald Buddenhagen2013-04-031-5/+7
* Fix Krazy warnings about includes/header guards in Cpp-Editor.Friedemann Kleint2013-03-121-1/+1
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | C++: Add settings dialog for pointer declaration formattingNikolai Kosjar2013-01-241-11/+91
* | Use Core::Id for IOptionsPage::m_idhjk2013-01-171-1/+1
* | Use Core::Id for IOptionPage::categoryhjk2012-12-291-1/+1
* | CppTools: Compile with QT_NO_CAST_FROM_ASCIIOrgad Shaneh2012-11-221-6/+5
|/
* Adjust license headershjk2012-10-051-21/+20
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Make PluginManager mostly static.Eike Ziller2012-06-191-1/+1
* IOptionsPage: replace virtual fuctions by data membershjk2012-05-231-31/+6
* Removed module names from #include directives.Erik Verbruggen2012-02-151-2/+2
* Long live the king!hjk2012-01-261-1/+1
* Use new static ICore interface.hjk2012-01-241-1/+1
* all: s/info@qt.nokia.com/qt-info@nokia.com/hjk2011-11-031-2/+2
* Implement Code Style schemesJarek Kobus2011-09-231-107/+92
* Add missing license headers.Christian Kamm2011-07-061-0/+32
* Small refactor, preparation for built-in settingsJarek Kobus2011-06-221-22/+29
* Avoid a lot of updates when CppCodeStyleSettingsPage is createdcon2011-06-221-22/+25
* Add restore fallback functionality, make better tr()Jarek Kobus2011-06-081-4/+1