index
:
qt/qtbase.git
5.10
5.11
5.12
5.12.5
5.12.7
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.0
6.1
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/highdpi
wip/lite
wip/mir
wip/nacl
wip/network-test-server
wip/remac
wip/tizen
wip/webassembly
Qt Base (Core, Gui, Widgets, Network, ...)
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
examples
/
widgets
/
richtext
/
orderform
Commit message (
Expand
)
Author
Age
Files
Lines
*
Examples: Use PRIVATE CMake linkage
Kai Köhne
2022-11-30
1
-2
/
+2
*
Examples: Remove duplicated Qt6::PrintSupport link information
Kai Köhne
2022-11-30
1
-3
/
+1
*
Examples: Use qt_standard_project_setup()
Kai Köhne
2022-11-17
1
-2
/
+2
*
Examples: Use Qt6:: to qualify Qt CMake packages
Kai Köhne
2022-11-17
1
-5
/
+5
*
Change the license of all CMakeLists.txt and *.cmake files to BSD
Lucie Gérard
2022-08-23
1
-1
/
+1
*
Add license headers to cmake files
Lucie Gérard
2022-08-03
1
-0
/
+3
*
Use SPDX license identifiers
Lucie Gérard
2022-05-16
5
-245
/
+10
*
Examples: Remove unneeded CMake options
Kai Köhne
2022-01-24
1
-4
/
+0
*
Examples: Fix whitespace issues in CMakeLists.txt
Kai Köhne
2021-12-13
1
-1
/
+3
*
Examples: Remove remaining conversion markers in CMakeLists.txt
Kai Köhne
2021-12-13
1
-2
/
+0
*
Examples: Use find_package(Qt6 REQUIRED COMPONENTS ...) idiom
Kai Köhne
2021-12-10
1
-3
/
+1
*
Raise cmake_minimum_required to VERSION 3.16 in examples
Joerg Bornemann
2021-08-17
1
-1
/
+1
*
CMake: Regenerate examples to set the WIN32_EXECUTABLE property
Alexandru Croitor
2020-10-27
1
-0
/
+4
*
CMake: Regenerate examples to use qt_add_executable
Alexandru Croitor
2020-10-19
1
-1
/
+1
*
Remove obsolete APIs and comments from QAbstractPrintDialog
Volker Hilsheimer
2020-09-10
1
-1
/
+1
*
CMake: Regenerate examples
Alexandru Croitor
2020-07-09
1
-1
/
+5
*
Merge remote-tracking branch 'origin/5.15' into dev
Liang Qi
2020-02-13
1
-1
/
+1
|
\
|
*
Examples: fix compile without printsupport
Christian Ehrlicher
2020-01-31
1
-1
/
+1
*
|
Regenerate examples
Alexandru Croitor
2020-02-04
1
-4
/
+10
*
|
Merge remote-tracking branch 'origin/wip/qt6' into wip/cmake
Alexandru Croitor
2019-06-14
1
-2
/
+2
|
\
|
*
|
Fix compiling of examples on Android
Simon Hausmann
2019-06-12
1
-1
/
+2
*
|
Fix linking of examples
Simon Hausmann
2019-06-12
1
-1
/
+1
*
|
Allow to build examples as standalone project
Kevin Funk
2019-06-05
1
-19
/
+26
*
|
Merge commit 'dev' into 'wip/cmake-merge'
Tobias Hunger
2019-04-16
1
-3
/
+3
|
\
|
|
*
Cleanup Widgets examples - foreach
Christian Ehrlicher
2019-01-23
1
-2
/
+2
|
*
Cleanup Widgets examples - new signal/slot syntax
Christian Ehrlicher
2019-01-06
1
-1
/
+1
*
|
CMake: Add widgets examples
Tobias Hunger
2019-03-26
1
-0
/
+25
|
/
*
Doc: Update connect syntax Order Form Example
Nico Vertriest
2018-05-16
2
-4
/
+4
*
qtlite: Skip building examples when configured with no-feature-itemviews
Rainer Keller
2018-01-12
1
-0
/
+1
*
Convert features.printdialog to QT_[REQUIRE_]CONFIG
Stephan Binner
2017-05-30
1
-2
/
+5
*
Unify license header usage.
Jani Heikkinen
2016-03-29
5
-15
/
+65
*
Updated BSD licensed file headers
Jani Heikkinen
2015-02-15
5
-15
/
+15
*
Update copyright headers
Jani Heikkinen
2015-02-11
5
-25
/
+25
*
Compile fix when QT_NO_PRINTDIALOG is defined
Paul Olav Tvete
2013-02-26
1
-1
/
+1
*
Update copyright year in Digia's license headers
Sergio Ahumada
2013-01-18
5
-5
/
+5
*
add and use qtHaveModule() function
Oswald Buddenhagen
2012-12-21
1
-1
/
+1
*
clean up example project files, mostly wrt QT+=widgets
Oswald Buddenhagen
2012-12-17
1
-3
/
+3
*
Fix memory leak. PrinterDialog is not deleted when close it
Montel Laurent
2012-11-30
1
-4
/
+5
*
centralize and fixup example sources install targets
Oswald Buddenhagen
2012-11-29
1
-3
/
+1
*
delete .desktop files of examples
Oswald Buddenhagen
2012-11-28
1
-11
/
+0
*
Examples: Install to $$[QT_INSTALL_EXAMPLES]/$submodule/$example
hjk
2012-11-26
1
-2
/
+2
*
QtBase: examples/widgets/richtext code style
David Schulz
2012-11-24
4
-5
/
+5
*
Fix building of examples.
Friedemann Kleint
2012-11-21
1
-2
/
+2
*
Change copyrights from Nokia to Digia
Iikka Eklund
2012-09-22
5
-30
/
+30
*
Moving .qdoc files under examples/widgets/doc
Gabriel de Dietrich
2012-08-20
7
-0
/
+655