Commit graph

747 commits

Author SHA1 Message Date
ogoffart
3278b39549 Bump version number to 0.1.6 2021-11-24 14:19:09 +00:00
Olivier Goffart
64ecdab936 qt_viewer example: set a proper title to the main window 2021-11-24 13:40:50 +01:00
ogoffart
b25ae6fbcd Bump version number to 0.1.5 2021-10-26 07:36:54 +00:00
Olivier Goffart
f8c00b19b5 Add link to the examples from the sixtyfps-viewer README 2021-10-21 18:03:56 +02:00
Olivier Goffart
8fec471785
Add screenshot of CargoUI in the examples/README 2021-10-21 17:53:06 +02:00
Tobias Hunger
bb071fb92f cargo-audit: Remove indirect dependency on outdated time crate 2021-10-21 13:31:14 +02:00
Simon Hausmann
64ee1047c8 Simplify filters model
We don't need to re-implement attach_peer
2021-10-20 15:33:37 +02:00
Simon Hausmann
912913d88d Fix sysinfo_macos.sh with mount points that have spaces in their path 2021-10-12 14:00:18 +02:00
Simon Hausmann
15f2b19a95 Reorder sysinfo.60 once more
... to match the blog :-)
2021-10-12 11:35:38 +02:00
Simon Hausmann
64ec25f8e3 Clean up sysinfo.60 a little
Re-order the first properties and bindings for improved readability
2021-10-12 11:26:35 +02:00
Olivier Goffart
acf2ef38a6 Don't put no-frame on the printer demo example
Prefer just put it in a random test instead
2021-10-11 10:30:31 +02:00
Robert Broketa
c3c7765f80 Add no-frame property for a borderless/frameless window 2021-10-11 10:21:21 +02:00
Olivier Goffart
396820243d Fix typo and size in the sysinfo script
(The default size was too small to see the picture on my machine because of
the long CPU string)
2021-10-08 19:22:30 +02:00
Simon Hausmann
39a713c2e7 Update examples/bash/README.md
Mention the sysinfo scripts

Co-authored-by: Olivier Goffart <ogoffart@sixtyfps.io>
2021-10-08 09:33:09 +02:00
Simon Hausmann
0c4da4809f Split out the memory into a separate tab
and add some more information about memory and swap
2021-10-08 09:33:09 +02:00
Simon Hausmann
bcf4f2b3de Add an icon to the general tab 2021-10-08 09:33:09 +02:00
ogoffart
77fcd5221b Bump version number to 0.1.4 2021-10-07 09:36:43 +00:00
Olivier Goffart
7c813a70fd sysinfo example: Improve the disk use section 2021-10-07 11:27:10 +02:00
Olivier Goffart
19200fefac sysinfo script: escape strings 2021-10-07 11:24:07 +02:00
Simon Hausmann
434f13a741 Use "close" instead of "ok" in the sysinfo dialog
Because that's what the button does, there's no need to "okay" :)
2021-10-07 11:09:55 +02:00
Simon Hausmann
35907dd098 Fix typo 2021-10-07 11:04:49 +02:00
Simon Hausmann
0bfb0fce4e Fix capitalization of simple input dialog 2021-10-06 16:15:32 +02:00
Simon Hausmann
301f142001 Add missing colon for simple input dialog eaxmple 2021-10-06 15:24:48 +02:00
Olivier Goffart
db10bf2187 Fix embedded window icon with the Qt backend
Also add a window icon to the gallery
2021-10-06 12:39:22 +02:00
Simon Hausmann
4a26faef9a Add AboutSixtyFPS element 2021-10-05 23:16:46 +02:00
ogoffart
8b9717633e Bump version number to 0.1.3 2021-10-05 10:31:45 +00:00
Simon Hausmann
fcf55084ab Show the OS name in the sysinfo example 2021-10-04 16:47:28 +02:00
Simon Hausmann
02e01ba04f Show host uptime information 2021-10-04 16:38:18 +02:00
Simon Hausmann
f0fc877f4e Combine the CPU and Mem tab into a General one 2021-10-04 16:38:18 +02:00
Simon Hausmann
9b5e05e41b Provide a macOS version of the sysinfo bash script 2021-10-04 16:38:18 +02:00
Olivier Goffart
aef4b024b4 sysinfo_linux.sh: WIP to show the partitions 2021-10-04 16:38:18 +02:00
Simon Hausmann
e464b473d6 Initial version of a shell script that uses the json mode to show system info 2021-10-04 16:38:18 +02:00
Olivier Goffart
672c95db42 Add an example using bash and jq 2021-09-30 17:51:14 +02:00
Olivier Goffart
54c848fca4 Todo example: clear the line edit when adding a Todo item 2021-09-30 13:21:02 +02: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
Simon Hausmann
562842f19e Bump minimum required CMake version from 3.16 to 3.19
The upcoming re-organization of the C++ header generation requires the
use of the CORROSION_ENVIRONMENT_VARIABLES target property, which in
turn requires CMake >= 3.19.
2021-09-18 07:32:53 +02:00
Simon Hausmann
d8a39c8d6e gallery: Change the text of the textedit example
to something that might make more sense to read :-)
2021-09-08 18:52:07 +02:00
Olivier Goffart
cbf22d494e TextEdit 2021-09-06 21:52:12 +02:00
ogoffart
e54e03148f Bump version number to 0.1.2 2021-09-04 10:08:51 +02:00
Olivier Goffart
07e2532c0b Printer Demo: rename PrinterQueue component
PrinterQueue -> PrineterQueueView
PrinterQueueData -> PrinterQueue
2021-08-27 16:55:07 +02:00
Olivier Goffart
fefc7f31d0 Port the printer demo to use exported globals 2021-08-27 16:55:07 +02:00
Olivier Goffart
59e1361388 Fix compilation with C++20
Fixes #428
2021-08-20 18:49:15 +02:00
Olivier Goffart
013eee351c Wasm demos: add touch-action: none to all canvas
So that the Slider, Flickabke and such works on android/chrome
2021-08-20 09:33:49 +02:00
Simon Hausmann
234dfd85b6 Minor cleanup in the plotter example
Use a horizontal box instead of a horizontal layout
2021-08-19 09:46:18 +02:00
Simon Hausmann
fa3f21ae61 Fix alignment of pitch title and the slider in the plotter example 2021-08-18 17:58:39 +02:00
Simon Hausmann
91930aad55 Improve spacing between plotter title and the image
Use a VerticalBox
2021-08-18 17:57:12 +02:00
Tobias Hunger
09e272abb6 Janitor: Fix clippy::useless_conversion 2021-08-18 00:24:51 +02:00
Tobias Hunger
aea4ecca99 Apply pre-commit hooks to all files 2021-08-17 22:38:16 +02:00
Olivier Goffart
4d496c2c44 Fix a table in the example README 2021-08-13 11:48:12 +02:00
Olivier Goffart
40afcd4070 Fix the spinner for the slide puzzle firefox
The layout of the html here is a bit different for the slize puzzle
than for other demo because it is using a display: grid.
As a result, placing the spinner in the grid would cause the canvas
to be resized when the spinner goes away, with firefox. Since we don't
get resize event when the canvas gets resized withtout the whole page
being resized, the scaling and coordinate were off.

So put the spinner outside of the grid
2021-08-13 10:19:42 +02:00