aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codestylepool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Require GCC 7 and enable C++17Eike Ziller2020-07-101-1/+1
* Use dialogParent() instead of mainWindow()Eike Ziller2020-06-021-1/+1
* Utils: Rename FileName to FilePathhjk2019-05-281-6/+6
* More FileName::appendPath() -> .pathAppended()hjk2019-05-171-3/+1
* TextEditor: ModernizeAlessandro Portale2018-11-301-4/+2
* TextEditor: ModernizeOrgad Shaneh2018-09-201-4/+4
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-3/+6
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-121-6/+6
|\
| * Update LicenseEike Ziller2015-01-161-6/+6
* | TextEditor: Remove unneeded qualificationsOrgad Shaneh2015-02-061-3/+3
* | Replace QFileInfo::fileName() with FileName::fileName()Orgad Shaneh2015-01-291-2/+6
|/
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* TextEditor: One more missing dialog parent.hjk2013-11-271-1/+1
* CodeStyleSettings: De-noise user code by using QByteArray ids.hjk2013-09-251-14/+14
* Fix Krazy warnings about QString::null/clear().Friedemann Kleint2013-03-111-2/+2
* 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
* | Replace some const char * with const char[]Orgad Shaneh2012-11-221-3/+3
* | Use Core::Id for languageOrgad Shaneh2012-11-221-1/+1
|/
* Adjust license headershjk2012-10-051-21/+20
* Fix saving of code style settingsjkobus2012-09-201-1/+1
* Fix saving of XML configuration filesTobias Hunger2012-09-041-3/+5
* Fix saving of xml filesTobias Hunger2012-08-241-12/+13
* Replace some QStrings with Utils::FileNameTobias Hunger2012-08-241-2/+2
* Fix some memory leaksOrgad Shaneh2012-07-201-0/+6
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Prohibit empty id in code style poolJarek Kobus2012-03-121-2/+2
* Removed module names from #include directives.Erik Verbruggen2012-02-151-3/+3
* 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-0/+289