Merge branch 'rel-1.43.0' into 'main'

treewide: Document changes and release 1.43.0

See merge request World/Phosh/squeekboard!704
This commit is contained in:
Marge Bot
2024-11-15 13:28:03 +00:00
17 changed files with 256 additions and 190 deletions

36
Cargo.lock generated
View File

@ -111,9 +111,9 @@ dependencies = [
[[package]]
name = "cc"
version = "1.1.36"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
dependencies = [
"shlex",
]
@ -136,18 +136,18 @@ checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "clap"
version = "4.5.20"
version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.5.20"
version = "4.5.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
dependencies = [
"anstyle",
"clap_lex",
@ -155,9 +155,9 @@ dependencies = [
[[package]]
name = "clap_lex"
version = "0.7.2"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
[[package]]
name = "concurrent-queue"
@ -613,9 +613,9 @@ checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
[[package]]
name = "libc"
version = "0.2.161"
version = "0.2.162"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
checksum = "18d287de67fe55fd7e1581fe933d965a5a9477b38e949cfa9f8574ef01506398"
[[package]]
name = "linux-raw-sys"
@ -899,18 +899,18 @@ checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
[[package]]
name = "serde"
version = "1.0.214"
version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.214"
version = "1.0.215"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
dependencies = [
"proc-macro2",
"quote",
@ -1030,18 +1030,18 @@ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "thiserror"
version = "1.0.68"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.68"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote",

39
NEWS
View File

@ -1,3 +1,42 @@
squeekboard 1.43.0
------------------
Released November 2024
* Fixes:
* Labels and icons on buttons will now keep their proportions when the proportions of layouts change.
* Changes:
* Layouts will now change their shape to fill empty space on the panel.
Note: For the "Wide"-shapes of layouts, this is currently limited to about 1.4 times the width.
* A setting for changing wether or not layouts will change their shape to fit the panel has been added.
* The "Shift"-modifier can be assigned to buttons now.
* "Shift"-buttons have been added to the terminal-layouts.
* New emojis from Unicode 16.0 have been added.
* Layouts have been made more consistent.
* Some placeholders on layouts have been filled.
* Contributors:
* Arnaud Ferraris
* MoonlightWave-12
* UI translations:
* Alexander Shopov (bg)
squeekboard 1.42.2
------------------
Released November 2024
* Fixes:
* Compatibility: Squeekboard should now work better with apps that do not use the text-input-protocol of Wayland and rely on specific keycodes being assigned to specific characters/functions.
* Documentation: The recommended settings for creating layouts while using Phoc in a nested session, have been updated to work correctly with the changes to the scaling-algorithm.
* Contributors:
* MoonlightWave-12
squeekboard 1.42.1
------------------
Released October 2024
* Fixes:
* With some apps, in particular apps made with Electron, text-input did not work with some buttons, depending on which layout was used. Text-input should now work normally with those apps.
* In some situations, modifiers were cleared after pressing another button (for example: when pressing `C`, for `Ctrl + C`), resulting in text-input without the modifiers. The modifiers will remain active in those situations from now on.
* Contributors:
* MoonlightWave-12
* Sebastian Krzyszkowiak
squeekboard 1.42.0
------------------
Released September 2024

View File

@ -58,6 +58,10 @@ sq_button.action {
}
sq_button.small {
font-size: 0.5em;
}
sq_button.small-row {
font-size: 0.575em;
}

View File

@ -8,7 +8,7 @@ outlines:
halfwidth: { width: 20.205, height: 52 }
large: { width: 60.615, height: 52 }
narrow: { width: 30.307, height: 52 }
small: { width: 50.512, height: 27.725 }
small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 }
@ -153,7 +153,7 @@ buttons:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -176,32 +176,32 @@ buttons:
keysym: "Break"
label: "Untbr"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "Pos1"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Ende"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Bild ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Bild ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -221,15 +221,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Strg"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Umsch"
--thin:
outline: "halfwidth"

View File

@ -8,7 +8,7 @@ outlines:
halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 }
narrow: { width: 46.368, height: 42 }
small: { width: 68.693, height: 25.2 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
@ -150,14 +150,14 @@ buttons:
outline: "action"
keysym: "Escape"
Esc-small:
outline: "small"
outline: "small-row"
keysym: "Escape"
label: "Esc"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -180,32 +180,32 @@ buttons:
keysym: "Break"
label: "Untbr"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "Pos1"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Ende"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Bild ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Bild ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -225,15 +225,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Strg"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Umschalt"
MinusSmall:
outline: "halfwidth"

View File

@ -7,7 +7,7 @@ outlines:
change-view-2: { width: 67.35, height: 52 }
halfwidth: { width: 20.205, height: 52 }
large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 }
small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 }
@ -152,7 +152,7 @@ buttons:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -175,32 +175,32 @@ buttons:
keysym: "Break"
label: "Inter"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "Inicio"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Fin"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Pág ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Pág ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -220,15 +220,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Mayús"
ü:
outline: "thin"

View File

@ -7,7 +7,7 @@ outlines:
change-view-2: { width: 103.04, height: 42 }
halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
@ -149,14 +149,14 @@ buttons:
outline: "action"
keysym: "Escape"
Esc-small:
outline: "small"
outline: "small-row"
keysym: "Escape"
label: "Esc"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -179,32 +179,32 @@ buttons:
keysym: "Break"
label: "Inter"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "Inicio"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Fin"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Pág ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Pág ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -224,15 +224,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Mayús"
ü:
outline: "thin"

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 60.615, height: 52 }
change-view-2: { width: 67.35, height: 52 }
large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 }
small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 }
@ -95,7 +95,7 @@ buttons:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -117,32 +117,32 @@ buttons:
keysym: "Break"
label: "Attn"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "🡔"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Fin"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -162,15 +162,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Maj"
show_actions:
action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 }
large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
@ -92,14 +92,14 @@ buttons:
keysym: "Escape"
label: "Echap"
Esc-small:
outline: "small"
outline: "small-row"
keysym: "Escape"
label: "Echap"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -121,32 +121,32 @@ buttons:
keysym: "Break"
label: "Attn"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "🡔"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Fin"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -166,15 +166,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Maj"
show_actions:
action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 60.615, height: 52 }
change-view-2: { width: 67.35, height: 52 }
large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 }
small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 114.495, height: 52 }
special: { width: 40.41, height: 52 }
special-2: { width: 60.615, height: 52 }
@ -96,7 +96,7 @@ buttons:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -118,32 +118,32 @@ buttons:
keysym: "Break"
label: "Attn"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "🡔"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Fin"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -163,15 +163,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Maj"
show_actions:
action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 }
large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 175.168, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
@ -92,14 +92,14 @@ buttons:
keysym: "Escape"
label: "Echap"
Esc-small:
outline: "small"
outline: "small-row"
keysym: "Escape"
label: "Echap"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -121,32 +121,32 @@ buttons:
keysym: "Break"
label: "Attn"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
label: "🡔"
End:
outline: "small"
outline: "small-row"
keysym: "End"
label: "Fin"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -166,15 +166,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Maj"
show_actions:
action:

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 60.615, height: 52 }
change-view-2: { width: 67.35, height: 52 }
large: { width: 60.615, height: 52 }
small: { width: 50.512, height: 27.725 }
small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 148.17, height: 52 }
special: { width: 60.615, height: 52 }
special-2: { width: 60.615, height: 52 }
@ -142,7 +142,7 @@ buttons:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -161,30 +161,30 @@ buttons:
outline: "action"
keysym: "Break"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
End:
outline: "small"
outline: "small-row"
keysym: "End"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -204,13 +204,13 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Shift"

View File

@ -6,7 +6,7 @@ outlines:
change-view: { width: 92.736, height: 42 }
change-view-2: { width: 103.04, height: 42 }
large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 267.904, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
@ -134,14 +134,14 @@ buttons:
outline: "action"
keysym: "Escape"
Esc-small:
outline: "small"
outline: "small-row"
keysym: "Escape"
label: "Esc"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -160,30 +160,30 @@ buttons:
outline: "action"
keysym: "Break"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
End:
outline: "small"
outline: "small-row"
keysym: "End"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -203,13 +203,13 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Shift"

View File

@ -8,7 +8,7 @@ outlines:
halfwidth: { width: 20.205, height: 52 }
large: { width: 60.615, height: 52 }
narrow: { width: 30.307, height: 52 }
small: { width: 50.512, height: 27.725 }
small-row: { width: 50.512, height: 27.725 }
spaceline: { width: 148.17, height: 52 }
special: { width: 60.615, height: 52 }
special-2: { width: 60.615, height: 52 }
@ -144,7 +144,7 @@ buttons:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -163,30 +163,30 @@ buttons:
outline: "action"
keysym: "Break"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
End:
outline: "small"
outline: "small-row"
keysym: "End"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -206,15 +206,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Shift"
--thin:
outline: "halfwidth"

View File

@ -7,7 +7,7 @@ outlines:
change-view-2: { width: 103.04, height: 42 }
halfwidth: { width: 30.912, height: 42 }
large: { width: 92.736, height: 42 }
small: { width: 68.693, height: 25.2 }
small-row: { width: 68.693, height: 25.2 }
spaceline: { width: 267.904, height: 42 }
special: { width: 61.824, height: 42 }
special-2: { width: 92.736, height: 42 }
@ -135,14 +135,14 @@ buttons:
outline: "action"
keysym: "Escape"
Esc-small:
outline: "small"
outline: "small-row"
keysym: "Escape"
label: "Esc"
Tab:
outline: "action"
keysym: "Tab"
Tab-small:
outline: "small"
outline: "small-row"
keysym: "Tab"
label: "Tab"
Del:
@ -161,30 +161,30 @@ buttons:
outline: "action"
keysym: "Break"
Home:
outline: "small"
outline: "small-row"
keysym: "Home"
End:
outline: "small"
outline: "small-row"
keysym: "End"
PageUp:
outline: "small"
outline: "small-row"
keysym: "Page_Up"
label: "Page ↑"
PageDown:
outline: "small"
outline: "small-row"
keysym: "Page_Down"
label: "Page ↓"
"↑":
outline: "small"
outline: "small-row"
keysym: "Up"
"↓":
outline: "small"
outline: "small-row"
keysym: "Down"
"←":
outline: "small"
outline: "small-row"
keysym: "Left"
"→":
outline: "small"
outline: "small-row"
keysym: "Right"
Up:
label: "↑"
@ -204,15 +204,15 @@ buttons:
keysym: "Right"
Ctrl:
modifier: "Control"
outline: "small"
outline: "small-row"
label: "Ctrl"
Alt:
modifier: "Alt"
outline: "small"
outline: "small-row"
label: "Alt"
Shift:
modifier: "Shift"
outline: "small"
outline: "small-row"
label: "Shift"
--thin:
outline: "halfwidth"

41
debian/changelog vendored
View File

@ -1,4 +1,4 @@
squeekboard (1.43.0~alpha0) UNRELEASED; urgency=medium
squeekboard (1.43.0) experimental; urgency=medium
[ MoonlightWave-12 ]
* layouts: Change `Shift_L` to `show_upper`
@ -9,21 +9,26 @@ squeekboard (1.43.0~alpha0) UNRELEASED; urgency=medium
* scaling: Keep proportions of labels and icons when stretching layouts
* layouts: Improve `number`-layout
* layouts: Sort outlines alphabetically
* submission.rs: Restore active modifiers after changing keymaps
* layouts: Adjust layout-sizes to the correct aspect-ratios
* layouts: Add emojis from Unicode 16.0 to the emoji-layout
* keyboard.rs: Reword a comment
* keyboard.rs: Add more keycodes and sort those
* keyboard.rs: Add keycode to the keymap with BackSpace if there is no other
* keyboard.rs: Format code better
* input: Add the `Shift`-modifier
* doc/layouts.md: Update recommended settings for creating layouts
* layouts: Add `Shift`-button to the terminal-layouts
* Cargo.lock: Update dependencies
* treewide: Increase project-version to "1.43.0~alpha0"
[ Sebastian Krzyszkowiak ]
* keyboard: Only generate keycodes from an allowlist
* CI: Remove 'check_release'-CI-job and 'check_release.py'
* layout.rs: Fix code-style
* scaling: Add a setting for fitting layouts to the panel
* doc/layout.md: Update information about how to deactivate layout-stretching
* README.md: Mention the settings for layout-stretching
* scaling: Let layouts stretch to fill the panel
* layout.rs: Adjust tests to work with layout-stretching
* layouts: Fill some placeholders with '²' and '³'
* layouts: Make placeholder-position more consistent in bg(+phonetic)-layouts
* layouts: Fill placeholders with duplicated buttons in terminal-layouts
* layouts: Change "small"-outline to "small-row"-outline in terminal-layouts
* Cargo.lock: Update dependencies
[ Alexander Shopov ]
* Add Bulgarian translation
@ -32,7 +37,25 @@ squeekboard (1.43.0~alpha0) UNRELEASED; urgency=medium
* Cargo.toml: use xkbcommon 0.8
* parsing: fix test for new xkbcommon version
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Wed, 06 Nov 2024 20:20:38 +0100
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Fri, 15 Nov 2024 11:48:10 +0100
squeekboard (1.42.2) experimental; urgency=medium
* keyboard.rs: Add more keycodes and sort those
* keyboard.rs: Add keycode to the keymap with BackSpace if there is no other
* doc/layouts.md: Update recommended settings for creating layouts
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Wed, 06 Nov 2024 11:24:22 +0100
squeekboard (1.42.1) experimental; urgency=medium
[ Sebastian Krzyszkowiak ]
* keyboard: Only generate keycodes from an allowlist
[ MoonlightWave-12 ]
* submission.rs: Restore active modifiers after changing keymaps
-- MoonlightWave-12 <135532-MoonlightWave-12@users.noreply.gitlab.gnome.org> Thu, 17 Oct 2024 17:33:18 +0200
squeekboard (1.42.0) experimental; urgency=medium

View File

@ -1,7 +1,7 @@
project(
'squeekboard',
'c', 'rust',
version: '1.43.0-alpha0',
version: '1.43.0',
license: 'GPLv3',
meson_version: '>=1.0.0',
default_options: [