index
:
qt-creator/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
11.0
12.0
13.0
14.0
15.0
16.0
17.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
3dfirst
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
csa-3.3
csa-3.4
csa-3.5
csa-3.6
csa-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/4.2
qds/4.3
qds/4.3.2
qds/4.3.3
qds/4.4
qds/4.5
qds/4.6
qds/4.7
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
wip/boostbuildprojectmanager
wip/clang-query
wip/vcproj
A cross-platform Qt IDE
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
plugins
/
help
/
generalsettingspage.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Replace a few FileSaver::errorString() uses with Result<>::error()
hjk
2025-04-23
1
-2
/
+2
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
1
-1
/
+1
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-4
/
+2
*
Help: Move settings category registration + resources to Core
Christian Kandeler
2024-11-18
1
-1
/
+1
*
Core: Provide settings categories centrally
Christian Kandeler
2024-11-15
1
-2
/
+0
*
Handle QFontDatabase related deprecation warnings
hjk
2024-05-27
1
-5
/
+4
*
Help: Hide plugin class definition in .cpp
hjk
2024-01-15
1
-3
/
+2
*
GuiUtils: Apply wheel blocker to more widgets
Jarek Kobus
2024-01-05
1
-2
/
+0
*
GuiUtils: Rename attachWheelBlocker into setWheelScrollingWithoutFocusBlocked
Jarek Kobus
2024-01-04
1
-1
/
+1
*
ProjectExplorer: Avoid accidental changes on spinbox via mouse scroll
Tasuku Suzuki
2023-10-17
1
-0
/
+2
*
All: Remove some unneeded #includes
hjk
2023-09-27
1
-1
/
+0
*
Help: Add option for disabling antialising of fonts
Eike Ziller
2023-08-28
1
-32
/
+19
*
Help: Use IOptionPage::setWidgetCreator() for general settings
hjk
2023-04-25
1
-151
/
+159
*
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
*
Help: SquishTests: Updates for tst_WELP01
Robert Löhning
2022-10-26
1
-0
/
+2
*
Replace missing qAsConst with std::as_const()
Jarek Kobus
2022-10-10
1
-1
/
+1
*
Help plugin: Replace foreach with ranged for loop
Jarek Kobus
2022-10-05
1
-2
/
+2
*
Use SPDX license identifiers
Lucie Gérard
2022-08-26
1
-24
/
+2
*
Help: inline .ui files
Alessandro Portale
2022-08-22
1
-0
/
+2
*
Drop Qt5: Various plugins: Get rid of QOverload
Jarek Kobus
2022-07-20
1
-5
/
+4
*
Help: Convert to Tr::tr
Eike Ziller
2022-07-13
1
-72
/
+44
*
Help: Inline generalsettingspage UI
Eike Ziller
2022-07-13
1
-74
/
+266
*
Use more FileUtils based file dialogs
hjk
2021-08-19
1
-11
/
+15
*
Utils: filepathify fileutils
David Schulz
2021-05-18
1
-1
/
+1
*
Add "Zoom" setting to the Help font settings
Jarek Kobus
2021-01-19
1
-3
/
+9
*
Core: Introduce a IOptionsPage::setCategoryIconPath
hjk
2020-01-16
1
-2
/
+1
*
Help: Make note about changing viewer backend more visible
Eike Ziller
2019-09-30
1
-3
/
+4
*
Help: Get rid of special CentralWidget class for help mode viewer
Eike Ziller
2019-09-24
1
-5
/
+8
*
Help: Add option for help viewer backend
Eike Ziller
2019-09-12
1
-0
/
+19
*
connect() to ambiguous signals/slots: Replace static_cast with QOverload
Alessandro Portale
2019-05-28
1
-2
/
+2
*
Help viewer: Add option for scroll wheel zooming
Eike Ziller
2019-02-21
1
-0
/
+9
*
Update Options dialog icons
Alessandro Portale
2018-04-24
1
-1
/
+2
*
Clean up options page category display name and icon set up
Eike Ziller
2018-04-23
1
-2
/
+2
*
Help: Use nullptr and fix a few warnings
Eike Ziller
2018-04-19
1
-4
/
+3
*
Replace manual signal blocking/unblocking with QSignalBlocker
Tobias Hunger
2017-10-04
1
-4
/
+2
*
Core: Make IOptionsPage::categoryIcon a Utils::Icon
Alessandro Portale
2016-09-20
1
-1
/
+1
*
Help: Remove QtWebKit backend
Eike Ziller
2016-09-14
1
-4
/
+0
*
Help: Fix that selecting fallback font style was very limited
Eike Ziller
2016-07-21
1
-13
/
+1
*
Help: Remove unnecessary QLatin1Strings
Eike Ziller
2016-07-21
1
-6
/
+6
*
Help options: Fix that font styles and sizes did not adapt to family
Eike Ziller
2016-07-21
1
-34
/
+57
*
Update License according to agreement with Free Qt Foundation
Tobias Hunger
2016-01-19
1
-17
/
+12
*
Help: Do not save settings in help database
Eike Ziller
2015-04-24
1
-25
/
+8
*
Merge commit '3c85058694ee2e41658d17f524fb48f0b187d2fe'
Eike Ziller
2015-02-12
1
-6
/
+6
|
\
|
*
Update License
Eike Ziller
2015-01-16
1
-6
/
+6
*
|
Misc: Remove unneeded qualifications
Orgad Shaneh
2015-02-06
1
-4
/
+4
*
|
Use new qt5 connect api
Montel Laurent
2015-01-29
1
-5
/
+10
|
/
*
Help: Save home page in Qt Creator settings instead of help collection
Eike Ziller
2014-10-22
1
-9
/
+3
*
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
[next]