summaryrefslogtreecommitdiff
path: root/src/plugins/beautifier
Commit message (Expand)AuthorAgeFilesLines
* Beautifier: Add const wherever applicableLorenz Haas2015-06-238-14/+14
* Beautifier: Consistently use qt5 connection styleLorenz Haas2015-06-226-11/+14
* Beautifier: Avoid raw loops wherever applicableLorenz Haas2015-06-225-22/+13
* Beautifier: Add DISPLAY_NAME constant to ClangFormatLorenz Haas2015-06-152-1/+2
* Beautifier: Support formatting specific lines of file with UncrustifyLorenz Haas2015-06-155-26/+86
* Beautifier: Unification of the tool's command generationLorenz Haas2015-06-154-58/+74
* beautifier: s/Q_DECL_OVERRIDE/override/gTobias Hunger2015-06-0411-32/+32
* Remove leftovers from Qt::escape().Arnold Dumas2015-06-012-3/+0
* Merge remote-tracking branch 'origin/3.4'Eike Ziller2015-05-261-1/+1
|\
| * Fix untranslated messagesSergey Belyashov2015-05-191-1/+1
* | Remove a few unneeded "QT += xml"sAlessandro Portale2015-03-311-2/+0
|/
* Clean exported headers of the Core plugin.Friedemann Kleint2015-03-051-0/+1
* Core: Make Context parameter to registerAction optionalhjk2015-02-263-11/+5
* Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'Eike Ziller2015-02-1236-213/+213
|\
| * Update LicenseEike Ziller2015-01-1636-213/+213
* | Use new qt5 connect apiMontel Laurent2015-01-297-12/+15
* | Core: Use FileName for file path in IDocumentOrgad Shaneh2015-01-121-1/+1
* | Completely rework currentNode/currentProject handlingDaniel Teske2014-12-032-4/+4
* | TextEditor: Shuffle some convenience functionshjk2014-11-252-13/+10
* | Beautifier: change QTC_CHECK to QTC_ASSERT.Erik Verbruggen2014-11-171-1/+1
|/
* qbs build: Remove unneeded import statements.Christian Kandeler2014-11-101-2/+0
* Normalize connect()sRobert Loehning2014-10-211-1/+1
* License update.Eike Ziller2014-10-151-1/+1
* Merge remote-tracking branch 'origin/3.2'Eike Ziller2014-10-1435-245/+280
|\
| * License updateEike Ziller2014-10-0936-247/+282
* | TextEditor: More BaseText* -> Text* renamingshjk2014-09-262-6/+6
* | Use Q_DECL_OVERRIDE instead of QTC_OVERRIDEThomas Hartmann2014-09-2511-43/+32
* | Remove Qt version checks.Christian Kandeler2014-09-082-8/+0
* | Replace QLatin1String("x") with QLatin1Char('x') where possibleKai Koehne2014-09-041-1/+1
* | ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec filesEike Ziller2014-09-022-18/+20
* | Do not use deprecated Qt functionality.Christian Kandeler2014-08-292-2/+2
* | TextEditor: Introduce some convenience text accessors in the editorhjk2014-08-272-10/+9
* | ExtensionSystem: Remove Qt4 supportEike Ziller2014-08-271-2/+0
* | Use Qt 5's QStringList::join(QChar)hjk2014-08-253-3/+3
* | "foreach (QString" -> "foreach (const QString &"Alessandro Portale2014-07-241-3/+3
|/
* Beautifier: Add @2x icon variantLorenz Haas2014-07-154-3/+4
* Beautifier: Handle CRLF for Artistic Style on Windows correctlyLorenz Haas2014-07-104-2/+25
* Beautifier: Fix Qt4 compileChristian Stenger2014-07-091-0/+1
* Beautifier: Format current file asynchronousLorenz Haas2014-07-098-34/+142
* Beautifier: Harmonize setting's translatable stringsLorenz Haas2014-06-233-4/+4
* Beautifier: Fix ArtisticStyleSettingsRobert Loehning2014-05-302-6/+9
* Beautifier: Fix compilation with Qt4Orgad Shaneh2014-05-281-1/+2
* Beautifier: Remove duplicate includeOrgad Shaneh2014-05-281-1/+0
* Beautifier: Add -assume-filename to clang-formatAdam Strzelecki2014-05-281-0/+1
* Beautifier: Fix compilationChristian Stenger2014-05-281-0/+1
* Beautifier: Compile fix on Linuxhjk2014-05-281-0/+1
* Beautifier: Add new class Command and option to format text via pipingLorenz Haas2014-05-2814-63/+350
* Merge remote-tracking branch 'origin/3.1'Eike Ziller2014-05-281-1/+2
|\
| * Beautifier: create temporary file in input file dirPrzemyslaw Gorszkowski2014-05-261-1/+2
* | Cleanup: Remove searchKeywords from optionspage widgetsTobias Hunger2014-05-266-84/+6