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
/
artisticstyle
/
artisticstylesettings.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Utils: Rename qtcprocess.{cpp,h} -> process.{cpp,h}
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Utils: Rename QtcProcess -> Process
Jarek Kobus
2023-05-04
1
-1
/
+1
*
Remove unneeded includes of utils/runextensions.h
Jarek Kobus
2023-01-27
1
-1
/
+0
*
Beautifier: Tr::tr
hjk
2023-01-13
1
-6
/
+2
*
Remove GPL-3.0+ from license identifiers
Kai Köhne
2023-01-06
1
-1
/
+1
*
Utils: Remove FilePath::operator+()
hjk
2022-11-30
1
-2
/
+2
*
Port from qAsConst() to std::as_const()
Marc Mutz
2022-10-07
1
-1
/
+1
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
AbstractSettings: Introduce VersionUpdater
Jarek Kobus
2022-06-21
1
-49
/
+5
*
Utils: use cleaned stdout all over the place again
David Schulz
2022-06-17
1
-3
/
+3
*
QtcProcess: Limit the inclusion of qtcprocess.h
Jarek Kobus
2022-03-02
1
-5
/
+7
*
Fix the astyle version matching
Jarek Kobus
2021-08-05
1
-1
/
+1
*
All: Replace most SynchronousProcess by QtcProcess
hjk
2021-06-23
1
-2
/
+2
*
Utils: Rename QtcProcess::Result::Finished to FinishedWithSuccess
hjk
2021-06-02
1
-2
/
+2
*
Utils: Remove CommandLine argument from QtcProcess::run{,Blocking}
hjk
2021-05-19
1
-2
/
+4
*
Utils: Make process results accessible through QtcProcess object
hjk
2021-05-14
1
-7
/
+7
*
Utils: Merge {synchronous,qtc}process.{h,cpp} file pairs
hjk
2021-05-10
1
-1
/
+1
*
Core: Add a default parameter to various ICore::*path functions
hjk
2021-04-27
1
-1
/
+1
*
ICore: Change some path API to use FilePath
Eike Ziller
2021-04-26
1
-3
/
+4
*
Use qAsConst with non-const Qt containers in range-loops
Alessandro Portale
2021-02-17
1
-1
/
+1
*
Utils: Drop Utils::SkipEmptyParts again
hjk
2020-07-21
1
-1
/
+1
*
More QRegularExpression and include for Qt 6
hjk
2020-06-25
1
-2
/
+2
*
Beautifier: Remove inner namespace level
hjk
2020-06-19
1
-6
/
+3
*
All: Use Utils::SkipEmptyParts
hjk
2020-06-17
1
-1
/
+2
*
Use Utils::FilePath in SynchronousProcess
hjk
2019-06-11
1
-5
/
+3
*
Utils: Rename FileName to FilePath
hjk
2019-05-28
1
-3
/
+3
*
Beautifier: Allow to define specific config file for AStyle
Lorenz Haas
2017-03-28
1
-4
/
+28
*
Beautifier: Get rid of QRegExp
Lorenz Haas
2017-02-23
1
-5
/
+7
*
Replace a few occurrences of QStringList() << ...
hjk
2017-02-08
1
-2
/
+2
*
SynchronousProcess: Store raw bytes from stdout/stderr of the process
Tobias Hunger
2016-07-15
1
-3
/
+3
*
Use SynchronousProcess::runBlocking
Tobias Hunger
2016-05-26
1
-2
/
+2
*
Fix up QProcess::waitForFinished()
Tobias Hunger
2016-05-11
1
-14
/
+13
*
Beautifier: Modernize, code style, and clean up
Lorenz Haas
2016-05-02
1
-48
/
+42
*
Astyle: Fix concurrency issue with updating version
Eike Ziller
2016-02-17
1
-16
/
+14
*
Astyle: Read the version also from stdout
Eike Ziller
2016-02-16
1
-11
/
+18
*
Beautifier: Use Utils::runAsync
Eike Ziller
2016-02-15
1
-2
/
+2
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-18
/
+13
*
Beautifier: Consistently use qt5 connection style
Lorenz Haas
2015-06-22
1
-1
/
+2
*
Beautifier: Avoid raw loops wherever applicable
Lorenz Haas
2015-06-22
1
-3
/
+2
*
Remove leftovers from Qt::escape().
Arnold Dumas
2015-06-01
1
-1
/
+0
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
Merge remote-tracking branch 'origin/3.2'
Eike Ziller
2014-10-14
1
-7
/
+8
|
\
|
*
License update
Eike Ziller
2014-10-09
1
-7
/
+8
*
|
Do not use deprecated Qt functionality.
Christian Kandeler
2014-08-29
1
-1
/
+1
*
|
Use Qt 5's QStringList::join(QChar)
hjk
2014-08-25
1
-1
/
+1
|
/
*
Beautifier: Fix ArtisticStyleSettings
Robert Loehning
2014-05-30
1
-5
/
+8
*
Beautifier: Fix compilation with Qt4
Orgad Shaneh
2014-05-28
1
-1
/
+2
*
Beautifier: Add new class Command and option to format text via piping
Lorenz Haas
2014-05-28
1
-0
/
+37
*
Beautifier: Prevent writing of an empty documentation file
Lorenz Haas
2014-02-19
1
-6
/
+15
*
Beautifier: Fix Qt4 compile.
David Schulz
2014-02-18
1
-1
/
+2
[next]