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
/
qtsupport
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove some unneeded Q_OBJECT macros from output parser classes
Christian Kandeler
30 hours
2
-4
/
+0
*
Update InfoBar texts, titles and types
Alessandro Portale
2025-05-12
1
-1
/
+2
*
Combine multiple calls of Core::ICore::infoBar()
Alessandro Portale
2025-05-12
1
-2
/
+3
*
QtSupport: Remove Qt Academy entries from the "Tutorials" welcome page
Alessandro Portale
2025-05-07
26
-198
/
+0
*
InfoBar: Unify code for hiding / suppressing info on button click
Eike Ziller
2025-04-29
1
-4
/
+5
*
QtSupport: Add another hack to back-map paths of .qml files
hjk
2025-04-29
1
-0
/
+21
*
Utils: Move components from core/welcomepagehelpers to qtcwidgets
Alessandro Portale
2025-04-29
1
-3
/
+3
*
QtSupport: Preserve case for modules
Cristian Adam
2025-04-23
2
-2
/
+2
*
Core: Return Result<> from IEditorFactory::startEditor()
hjk
2025-04-16
1
-35
/
+31
*
CppEditor: Add quickfix to add project dependency from include directive
Christian Kandeler
2025-04-16
3
-9
/
+9
*
Fix warning for ';'
Marco Bubke
2025-04-15
2
-2
/
+2
*
Utils: Move and rename result testing macros from expected.h to result.h
hjk
2025-04-14
1
-1
/
+2
*
Replace most expected_str by Utils::Result
hjk
2025-04-11
4
-9
/
+9
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
1
-1
/
+1
*
CppEditor: Allow to add project dependencies from use in editor
Christian Kandeler
2025-04-10
2
-3
/
+5
*
QmlProfiler: Code cosmetics
hjk
2025-04-10
2
-6
/
+6
*
ProjectExplorer: Add generic interface to QtVersion::moduleForClass()
Christian Kandeler
2025-04-08
1
-0
/
+8
*
QtSupport: Add functionality for mapping Qt class names to modules
Christian Kandeler
2025-04-07
2
-5
/
+37
*
InfoBar: Add title property to entries
Eike Ziller
2025-04-04
1
-0
/
+1
*
ExtensionSystem: Remove uses of PluginManager::plugins()
Marcus Tillmanns
2025-03-28
1
-7
/
+4
*
Qt Version: Allow usage of qtpaths additionally to qmake
Cristian Adam
2025-03-13
1
-1
/
+1
*
QtSupport: Use BuildConfiguration for populateQmlFileFinder()
hjk
2025-03-12
2
-9
/
+11
*
QtSupport: Don't show "Disables QML Debugging" message
hjk
2025-03-04
1
-2
/
+7
*
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-02-25
11
-9
/
+18
|
\
|
*
Add course-specific icons to new Academy content (retry)
Ville Lavonius
2025-02-21
11
-9
/
+18
*
|
QtSupport: Make default tutorial thumbnail semi-transparent
Alessandro Portale
2025-02-24
2
-0
/
+0
*
|
Merge remote-tracking branch 'origin/16.0'
Eike Ziller
2025-02-21
1
-0
/
+5
|
\
|
|
*
QtSupport: Register MIME type for Qt Remote Objects
Eike Ziller
2025-02-20
1
-0
/
+5
*
|
Docker: Move DOCKER_DEVICE_TYPE constant to ProjectExplorer
hjk
2025-02-18
1
-2
/
+2
*
|
Utils: Centralize PersistentSettingsWriter's use of dialogParent()
hjk
2025-02-18
1
-1
/
+1
|
/
*
QtSupport: Fix output formatter test on dark systems
David Schulz
2025-02-06
1
-8
/
+17
*
QtSupport: Fix unit tests
Christian Kandeler
2025-02-05
1
-1
/
+4
*
Merge remote-tracking branch 'origin/15.0' into 16.0
Eike Ziller
2025-02-03
1
-0
/
+63
|
\
|
*
Add newly released courses to the learning-listing in the Welcome-mode
Ville Lavonius
2025-01-28
1
-0
/
+63
*
|
Utils: Use GuardedObject for some objects containing widgets
hjk
2025-01-31
1
-2
/
+3
*
|
ProjectExplorer: Add convenience accessors to some classes
Christian Kandeler
2025-01-23
1
-10
/
+4
*
|
QtSupport: Only use relative paths for mkspec locally
Marcus Tillmanns
2025-01-21
1
-0
/
+3
*
|
ProjectExplorer: Add and make use of forwarding accessors in Project
Christian Kandeler
2025-01-20
4
-13
/
+12
*
|
QtSupport: Patch process runner
Marcus Tillmanns
2025-01-17
1
-1
/
+3
*
|
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2025-01-16
1
-2
/
+2
|
\
|
|
*
Welcome: Fix the parameters of two academy links
Ville Lavonius
2025-01-15
1
-2
/
+2
*
|
ProjectExplorer: Always assume a BuildInfo has a factory
Christian Kandeler
2025-01-15
1
-3
/
+24
*
|
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
7
-30
/
+30
*
|
Disambiguate translations for "All"
Eike Ziller
2025-01-06
1
-1
/
+2
*
|
Disambiguate translations for "None"
Eike Ziller
2025-01-06
2
-4
/
+5
*
|
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
1
-4
/
+2
*
|
QtSupport: Make product name in linkingPurposeText dynamic
Alessandro Portale
2024-12-18
1
-2
/
+2
*
|
Merge remote-tracking branch 'origin/15.0'
Eike Ziller
2024-12-16
1
-13
/
+13
|
\
|
|
*
Fix issues discovered by sanitybot, enable clicking of thumbnails
Ville Lavonius
2024-12-12
1
-13
/
+13
*
|
Kit aspects: Make sure to always use createSubWidget()
Christian Kandeler
2024-12-11
1
-1
/
+1
[next]