Olivier Goffart
|
ca6dfc0cb5
|
Run clang-format over C++ files
|
2022-08-17 07:44:22 +02:00 |
|
Olivier Goffart
|
590ef33018
|
Fix crash in qt_viewer at exit
Destroy the slint instance before destroying the main QWidget
Workaround #1222
|
2022-05-03 11:47:35 +02:00 |
|
Tobias Hunger
|
4230ac2572
|
Update copyright information to reflect name change
Also run resue over the codebase and fix complaints from that tool.
|
2022-02-09 10:27:47 +01:00 |
|
Olivier Goffart
|
3594c20153
|
Replace SixtyFPS in many locations (Uppercase)
|
2022-02-02 15:49:18 +01:00 |
|
Tobias Hunger
|
cc3994b58d
|
Rename rust API
|
2022-02-02 13:26:35 +01:00 |
|
Simon Hausmann
|
fcf59f3793
|
Rename the C++ header files
|
2022-02-02 13:07:26 +01:00 |
|
Simon Hausmann
|
7d297da2fc
|
Rename the sixtyfps C++ namespaces
|
2022-02-02 12:11:27 +01:00 |
|
Olivier Goffart
|
03534039d6
|
Replace more .60 by .slint
Mainly an automated change with
git grep -O"sed -i 's/\.60/.slint/g'" -w "\.60"
and some manual checks
|
2022-02-02 10:12:31 +01:00 |
|
Simon Hausmann
|
b1a70f9e58
|
Rename the SixtyFPS CMake interface
|
2022-02-02 09:58:26 +01:00 |
|
Olivier Goffart
|
c9bba12b0f
|
cmake: Don't warn when Qt5 is found but not Qt6
|
2022-01-19 11:22:07 +01:00 |
|
Tobias Hunger
|
bfca0e3573
|
Mass update copyright messages to be more REUSE compliant
|
2021-12-22 10:06:12 +01:00 |
|
Olivier Goffart
|
64ecdab936
|
qt_viewer example: set a proper title to the main window
|
2021-11-24 13:40:50 +01:00 |
|
Simon Hausmann
|
45aa93f1b1
|
Make it possible to use the C++ build with Qt 6
Since we require Qt 5.15, we can use the versionless CMake targets and also
find Qt 6 first.
|
2021-09-20 17:02:35 +02:00 |
|
Tobias Hunger
|
aea4ecca99
|
Apply pre-commit hooks to all files
|
2021-08-17 22:38:16 +02:00 |
|
Olivier Goffart
|
13bd828b96
|
Update license date
|
2021-07-02 15:55:54 +02:00 |
|
Tobias Hunger
|
e01bd87df8
|
Janitor: Fix warnings about markdown files
These might change the layout of the rendered markdown files. This will
also fix some typos along the way:-)
|
2021-06-28 08:32:25 +02:00 |
|
Olivier Goffart
|
22c631baf9
|
Only compile the qt_viewer example if Qt >= 5.15
|
2021-05-21 07:54:31 +02:00 |
|
Olivier Goffart
|
1f46fd05ec
|
Allow the qt_viewer to compile if cmake finds qt, but not qttypes
This can happen when setting the SIXTYFPS_NO_QT env variable
cc #232
|
2021-05-21 07:45:38 +02:00 |
|
Simon Hausmann
|
6a6fefa3d3
|
Make it possible to load .60 files from the command line in the qt_viewer
|
2021-03-24 09:38:58 +01:00 |
|
Olivier Goffart
|
41711ff02c
|
qt_viewer: set/get one property
|
2021-03-23 17:54:27 +01:00 |
|
Olivier Goffart
|
1dba04721a
|
Add a qt_viewer example that uses QWidget
|
2021-03-23 17:13:41 +01:00 |
|