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
/
scxmleditor
Commit message (
Expand
)
Author
Age
Files
Lines
*
ScxmlEditor: Add updated 128px icons to qtcreatoricons.svg
Alessandro Portale
31 hours
13
-2
/
+2
*
ScxmlEditor: ColorToolButton: Distribute icon and color better
Alessandro Portale
3 days
1
-1
/
+1
*
ScxmlEditor: Add updated 16px icons to qtcreatoricons.svg
Alessandro Portale
3 days
17
-0
/
+0
*
Utils: Move codec alias related code to TextCodec implementation
hjk
2025-05-14
1
-1
/
+1
*
Proliferate use of Utils::TextCodec
hjk
2025-05-14
1
-1
/
+1
*
qbs build: Set Qt resource properties centrally
Christian Kandeler
2025-04-17
1
-1
/
+0
*
Core: Replace IDocument::OpenResult by Utils::Result<>
hjk
2025-04-17
2
-7
/
+7
*
Core: Merge OpenResult::Code ReadError into CannotHandle
hjk
2025-04-17
1
-3
/
+3
*
Core: Turn IDocument::OpenResult into a full class
hjk
2025-04-16
2
-14
/
+10
*
ScxmlEditor: Generate qrc file at build time
Christian Kandeler
2025-04-16
3
-58
/
+15
*
Utils: Replace Result class by type alias to std::expected<T, QString>
hjk
2025-04-11
2
-10
/
+10
*
ScxmlEditor: Code cosmetics
hjk
2025-04-10
39
-124
/
+111
*
Replace usage of Utils::FlowLayout with Layouting::Flow
Eike Ziller
2025-04-04
1
-2
/
+3
*
ScxmlEditor: Use the history icon inside structure
Christian Stenger
2025-04-01
1
-0
/
+1
*
ScxmlEditor: Add more themed icons
Christian Stenger
2025-03-26
25
-10
/
+37
*
Avoid potential detach of non-const Qt containers in range-loops 2/2
Alessandro Portale
2025-03-24
1
-1
/
+1
*
Avoid potential detach of non-const Qt containers in range-loops 1/2
Alessandro Portale
2025-03-21
1
-1
/
+1
*
ScxmlEditor: Add themed item icons
Christian Stenger
2025-03-20
22
-32
/
+70
*
ScxmlEditor: Improve theming support
Christian Stenger
2025-03-18
3
-11
/
+23
*
ScxmlEditor: Improve theming
Christian Stenger
2025-03-17
7
-15
/
+43
*
Icons: Update icons, batch #1
Alessandro Portale
2025-02-27
2
-0
/
+0
*
ScxmlEditor: Improve usability for dark themes
Christian Stenger
2025-02-12
1
-5
/
+8
*
Revert "SCXMLEditor: Apply theming to the all items"
Christian Stenger
2025-02-12
15
-69
/
+55
*
Utils: Rename FilePath::toString() into toUrlishString()
hjk
2025-01-10
3
-10
/
+10
*
Utils: Remove parent argument from FileUtils dialogs
hjk
2025-01-06
2
-5
/
+3
*
Core: Introduce a TextDocument::setCodec(QByteArray) overload
hjk
2024-12-19
2
-5
/
+4
*
LayoutBuilder: Make the guard the first parameters in "slots"
hjk
2024-12-02
1
-1
/
+1
*
Plugins M-V: Make static QRegularExpression instances static const
Alessandro Portale
2024-11-20
2
-5
/
+4
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-11-19
1
-0
/
+1
*
Revert "Plugins: Improve display names of plugins"
Eike Ziller
2024-10-16
1
-1
/
+1
*
Theme: Add new variations notification color tokens
Alessandro Portale
2024-10-16
1
-3
/
+3
*
Plugins: Improve display names of plugins
Alessandro Portale
2024-10-16
1
-1
/
+1
*
SCXMLEditor: Fix uninitialized m_maxWidth
Artem Sokolovskii
2024-10-07
1
-1
/
+1
*
Utils: Use the new Result class in some FilePath functions
hjk
2024-10-01
2
-12
/
+11
*
Unify copyright string and remove year
Eike Ziller
2024-09-26
1
-1
/
+1
*
Core: Return expected_str<void> from IDocument::reload()
hjk
2024-09-25
2
-6
/
+9
*
Core: Make IDocument::save() return an expected_str<void>
hjk
2024-09-24
2
-7
/
+6
*
Change the mime database to Apache Tika
Eike Ziller
2024-09-20
1
-1
/
+1
*
SCXMLEditor: Apply theming for rest of the elements
Artem Sokolovskii
2024-09-20
4
-6
/
+15
*
ScxmlEditor: Add missing includes
Jarek Kobus
2024-09-17
5
-0
/
+5
*
SCXMLEditor: Apply theming to the all items
Artem Sokolovskii
2024-09-17
15
-55
/
+69
*
SCXMLEditor: Fix size of TextItem
Artem Sokolovskii
2024-09-17
1
-1
/
+7
*
SCXMLEditor: Don't show braces when condition is empty
Artem Sokolovskii
2024-09-17
1
-0
/
+3
*
SCXMLEditor: Make names and conditions movable
Artem Sokolovskii
2024-09-17
1
-5
/
+5
*
SCXMLEditor: Set background color according to theme
Artem Sokolovskii
2024-09-17
1
-1
/
+4
*
ExtensionSystem: Add PluginId and VendorId
Marcus Tillmanns
2024-09-02
1
-0
/
+2
*
Plugins: Add URLs to manual page to plugin metadata
Alessandro Portale
2024-07-29
1
-0
/
+1
*
Core: Add a static IContext::attach() function
hjk
2024-07-04
1
-5
/
+1
*
ScxmlEditor: Inline scxmleditorstack.* into its only user
hjk
2024-07-02
5
-117
/
+64
*
Plugin meta data: Add full stop to descriptions
Eike Ziller
2024-06-28
1
-1
/
+1
[next]