index
:
delta/qt-creator.git
0.9.1-beta
0.9.2-rc1
1.0.0
1.1
1.2
1.2.90
1.3
1.3.0
1.3.0-beta
1.3.1
10.0
2.0
2.0.0
2.0.0-beta
2.0.1
2.1
2.1.0
2.2
2.3
2.4
2.5
2.6
2.7
2.8
3.0
3.1
3.2
3.3
3.4
3.5
3.6
4.0
4.1
4.10
4.11
4.12
4.13
4.14
4.15
4.2
4.3
4.4
4.5
4.6
4.7
4.8
4.9
5.0
6.0
7.0
8.0
9.0
at-3.4
at-3.5
at-3.6
at-master
baserock/3.3.0
baserock/morph/2.7
baserock/v3.6.1
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-master
drafts/for/4.3
drafts/for/master
master
qds-1.50
qds-1.59
qds-2.3
qds-3.0
qds-3.1
qds-3.2
qds-3.3
qds-3.4
qds-3.5
qds-3.6
qds-3.7
qds/3.8
qds/3.9
qds/4.0
qds/4.1
qds/dev
qmlprojectstorage
qp-2.8
qp-3.0
qp-3.1
qp-3.2
qp-3.3
qp-3.4
qp-3.5
qp-3.6
qp-master
refsfor/3.0
wip/at-squish
wip/boostbuildprojectmanager
wip/clang
wip/clang-oop
wip/clang-query
wip/qbs
wip/vcproj
wip/winrt
code.qt.io: qt-creator/qt-creator.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
plugins
/
beautifier
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Beautifier: Use Utils::runAsync
Eike Ziller
2016-02-15
2
-4
/
+4
*
|
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
36
-633
/
+458
*
|
Beautifier: Add fallback for uncrustify's "Format Selected Text"
Lorenz Haas
2015-12-15
6
-1
/
+33
|
/
*
Beautifier: Add const wherever applicable
Lorenz Haas
2015-06-23
8
-14
/
+14
*
Beautifier: Consistently use qt5 connection style
Lorenz Haas
2015-06-22
6
-11
/
+14
*
Beautifier: Avoid raw loops wherever applicable
Lorenz Haas
2015-06-22
5
-22
/
+13
*
Beautifier: Add DISPLAY_NAME constant to ClangFormat
Lorenz Haas
2015-06-15
2
-1
/
+2
*
Beautifier: Support formatting specific lines of file with Uncrustify
Lorenz Haas
2015-06-15
5
-26
/
+86
*
Beautifier: Unification of the tool's command generation
Lorenz Haas
2015-06-15
4
-58
/
+74
*
beautifier: s/Q_DECL_OVERRIDE/override/g
Tobias Hunger
2015-06-04
11
-32
/
+32
*
Remove leftovers from Qt::escape().
Arnold Dumas
2015-06-01
2
-3
/
+0
*
Merge remote-tracking branch 'origin/3.4'
Eike Ziller
2015-05-26
1
-1
/
+1
|
\
|
*
Fix untranslated messages
Sergey Belyashov
2015-05-19
1
-1
/
+1
*
|
Remove a few unneeded "QT += xml"s
Alessandro Portale
2015-03-31
1
-2
/
+0
|
/
*
Clean exported headers of the Core plugin.
Friedemann Kleint
2015-03-05
1
-0
/
+1
*
Core: Make Context parameter to registerAction optional
hjk
2015-02-26
3
-11
/
+5
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
36
-213
/
+213
|
\
|
*
Update License
Eike Ziller
2015-01-16
36
-213
/
+213
*
|
Use new qt5 connect api
Montel Laurent
2015-01-29
7
-12
/
+15
*
|
Core: Use FileName for file path in IDocument
Orgad Shaneh
2015-01-12
1
-1
/
+1
*
|
Completely rework currentNode/currentProject handling
Daniel Teske
2014-12-03
2
-4
/
+4
*
|
TextEditor: Shuffle some convenience functions
hjk
2014-11-25
2
-13
/
+10
*
|
Beautifier: change QTC_CHECK to QTC_ASSERT.
Erik Verbruggen
2014-11-17
1
-1
/
+1
|
/
*
qbs build: Remove unneeded import statements.
Christian Kandeler
2014-11-10
1
-2
/
+0
*
Normalize connect()s
Robert Loehning
2014-10-21
1
-1
/
+1
*
License update.
Eike Ziller
2014-10-15
1
-1
/
+1
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
35
-245
/
+280
|
\
|
*
License update
Eike Ziller
2014-10-09
36
-247
/
+282
*
|
TextEditor: More BaseText* -> Text* renamings
hjk
2014-09-26
2
-6
/
+6
*
|
Use Q_DECL_OVERRIDE instead of QTC_OVERRIDE
Thomas Hartmann
2014-09-25
11
-43
/
+32
*
|
Remove Qt version checks.
Christian Kandeler
2014-09-08
2
-8
/
+0
*
|
Replace QLatin1String("x") with QLatin1Char('x') where possible
Kai Koehne
2014-09-04
1
-1
/
+1
*
|
ExtensionSystem: Use Qt 5 plugin metadata instead of .pluginspec files
Eike Ziller
2014-09-02
2
-18
/
+20
*
|
Do not use deprecated Qt functionality.
Christian Kandeler
2014-08-29
2
-2
/
+2
*
|
TextEditor: Introduce some convenience text accessors in the editor
hjk
2014-08-27
2
-10
/
+9
*
|
ExtensionSystem: Remove Qt4 support
Eike Ziller
2014-08-27
1
-2
/
+0
*
|
Use Qt 5's QStringList::join(QChar)
hjk
2014-08-25
3
-3
/
+3
*
|
"foreach (QString" -> "foreach (const QString &"
Alessandro Portale
2014-07-24
1
-3
/
+3
|
/
*
Beautifier: Add @2x icon variant
Lorenz Haas
2014-07-15
4
-3
/
+4
*
Beautifier: Handle CRLF for Artistic Style on Windows correctly
Lorenz Haas
2014-07-10
4
-2
/
+25
*
Beautifier: Fix Qt4 compile
Christian Stenger
2014-07-09
1
-0
/
+1
*
Beautifier: Format current file asynchronous
Lorenz Haas
2014-07-09
8
-34
/
+142
*
Beautifier: Harmonize setting's translatable strings
Lorenz Haas
2014-06-23
3
-4
/
+4
*
Beautifier: Fix ArtisticStyleSettings
Robert Loehning
2014-05-30
2
-6
/
+9
*
Beautifier: Fix compilation with Qt4
Orgad Shaneh
2014-05-28
1
-1
/
+2
*
Beautifier: Remove duplicate include
Orgad Shaneh
2014-05-28
1
-1
/
+0
*
Beautifier: Add -assume-filename to clang-format
Adam Strzelecki
2014-05-28
1
-0
/
+1
*
Beautifier: Fix compilation
Christian Stenger
2014-05-28
1
-0
/
+1
*
Beautifier: Compile fix on Linux
hjk
2014-05-28
1
-0
/
+1
*
Beautifier: Add new class Command and option to format text via piping
Lorenz Haas
2014-05-28
14
-63
/
+350
[prev]
[next]