From 7fadfc74770a5291b334c10810f6d0be5f1b6a16 Mon Sep 17 00:00:00 2001 From: Bert Gijsbers Date: Mon, 4 Oct 2021 20:36:37 +0200 Subject: [PATCH] Prepare 2.8.0 release --- AUTHORS | 12 +- ChangeLog | 9271 +++++++++++++++++++++++++------------------------- NEWS | 137 +- README.md | 36 +- RELEASE.md | 2 +- VERSION | 2 +- configure.ac | 10 +- po/ar.po | 92 +- po/be.po | 92 +- po/bg.po | 92 +- po/ca.po | 92 +- po/cs.po | 92 +- po/da.po | 92 +- po/de.po | 92 +- po/el.po | 92 +- po/en.po | 92 +- po/es.po | 92 +- po/fi.po | 92 +- po/fr.po | 92 +- po/he.po | 92 +- po/hr.po | 92 +- po/hu.po | 92 +- po/icewm.pot | 94 +- po/id.po | 92 +- po/it.po | 92 +- po/ja.po | 92 +- po/ko.po | 92 +- po/lt.po | 92 +- po/lv.po | 92 +- po/mk.po | 92 +- po/nb.po | 92 +- po/nl.po | 92 +- po/no.po | 92 +- po/pl.po | 92 +- po/pt.po | 92 +- po/pt_BR.po | 92 +- po/ro.po | 92 +- po/ru.po | 92 +- po/sk.po | 92 +- po/sl.po | 92 +- po/sv.po | 92 +- po/tr.po | 92 +- po/uk.po | 92 +- po/vi.po | 92 +- po/zh_CN.po | 92 +- po/zh_TW.po | 92 +- 46 files changed, 6572 insertions(+), 6488 deletions(-) diff --git a/AUTHORS b/AUTHORS index aa7ddcbb..af3f8bbb 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,20 +1,23 @@ -icewm -- authors file. 2021-08-06 +icewm -- authors file. 2021-10-04 Author: Bert Gijsbers +Author: Efstathios Iosifidis +Author: marcelo cripe Author: Rodrigo Macedo +Author: Hugo Carvalho +Author: Aleš Kastner Author: Ferdinand Galko Author: Freek de Kruijf -Author: Aleš Kastner Author: Yasuhiko Kamata Author: David Medina +Author: Henrik Tunedal +Author: Kukuh Syafaat Author: Mehmet Akif 9oglu Author: Alexander Richardson Author: Mehmet Akif -Author: Hugo Carvalho Author: openSUSE Weblate Author: Lucie Charrier Author: Luiz Fernando Ranghetti -Author: Kukuh Syafaat Author: Agah Emir Author: Gemineo Author: Davide Aiello @@ -41,7 +44,6 @@ Author: Adolfo Jayme Barrientos Author: Jens Maucher Author: Kimmo Kujansuu Author: CJ Kucera -Author: Efstathios Iosifidis Author: Markéta Calábková Author: ingemar karlsson Author: Andika Triwidada diff --git a/ChangeLog b/ChangeLog index b775bdf2..fdc9ab8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6403 +1,6454 @@ # created with git log --stat=76 -M -C -500|fmt -sct -w80 -commit 774ad699969a1c5b429fe3e2809c6d4b6959a1e6 -Merge: e73b5cd3 64e3b8d6 +commit ade9d923cb8ac644c0e7698ab8f6e98ef5778bd6 +Merge: d7f81621 1a5e6c92 Author: Bert Gijsbers -Date: Fri Aug 6 14:17:45 2021 +0200 +Date: Mon Oct 4 20:27:05 2021 +0200 Merge branch 'icewm-1-4-BRANCH' -commit 64e3b8d66c78294fbbff21ebd1e5b8d43176b2c1 -Merge: febb2cfc 9f544539 +commit 1a5e6c927eb7c200937ded209717ea42bac3dfac +Merge: 64e3b8d6 16e4f6bc Author: Bert Gijsbers -Date: Fri Aug 6 14:17:25 2021 +0200 +Date: Mon Oct 4 20:24:30 2021 +0200 Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into icewm-1-4-BRANCH -commit 9f54453900505452de2c99ac53e58d709bdcf9ff +commit 16e4f6bc2927bf4228f7b3e7ab458fd9629dc08d Author: Bert Gijsbers -Date: Fri Aug 6 14:15:54 2021 +0200 +Date: Mon Oct 4 20:06:26 2021 +0200 - Add test executables to CLEANFILES. + Improve the explanation on how to spy on client messages. - src/Makefile.am | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + man/icesh.pod | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit febb2cfcbad82c902d9315eb0c880d8f92b02b1a -Merge: 89a219b3 feaad36e +commit 3fc8a271b0f4f8d3d6b011159370733b1d005426 Author: Bert Gijsbers -Date: Fri Aug 6 14:10:01 2021 +0200 +Date: Sun Oct 3 21:25:38 2021 +0200 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + When rearranging windows with tile placement, cascade placement, correct + for the top side vertical offset, in those themes which have a masked + top border. -commit feaad36e2651b59b0fbd8e57c511f06c15701433 + src/wmapp.cc | 73 +++++++----------- + src/wmframe.cc | 11 ++- + src/wmmgr.cc | 206 ++++++++++++++++++++++++++++++++------------------- + src/wmmgr.h | 31 ++++++-- + src/wmwinlist.cc | 67 ++++++++--------- + src/wmwinlist.h | 3 +- + 6 files changed, 221 insertions(+), 170 deletions(-) + +commit 402b02ee86a4bbc6edceac5f978358c589bd965d Author: Bert Gijsbers -Date: Fri Aug 6 14:09:14 2021 +0200 +Date: Sat Oct 2 18:39:01 2021 +0200 - Remove test sources from POTFILES.in. + Clarify MailBoxPath. - po/POTFILES.in | 9 ---- - po/ar.po | 116 +++++++++++++++++++++++++-------------------------- - po/be.po | 118 ++++++++++++++++++++++++++-------------------------- - po/bg.po | 116 +++++++++++++++++++++++++-------------------------- - po/ca.po | 120 ++++++++++++++++++++++++++--------------------------- - po/cs.po | 120 ++++++++++++++++++++++++++--------------------------- - po/da.po | 116 +++++++++++++++++++++++++-------------------------- - po/de.po | 116 +++++++++++++++++++++++++-------------------------- - po/el.po | 116 +++++++++++++++++++++++++-------------------------- - po/en.po | 116 +++++++++++++++++++++++++-------------------------- - po/es.po | 116 +++++++++++++++++++++++++-------------------------- - po/fi.po | 116 +++++++++++++++++++++++++-------------------------- - po/fr.po | 116 +++++++++++++++++++++++++-------------------------- - po/he.po | 116 +++++++++++++++++++++++++-------------------------- - po/hr.po | 116 +++++++++++++++++++++++++-------------------------- - po/hu.po | 118 ++++++++++++++++++++++++++-------------------------- - po/icewm.pot | 118 ++++++++++++++++++++++++++-------------------------- - po/id.po | 116 +++++++++++++++++++++++++-------------------------- - po/it.po | 116 +++++++++++++++++++++++++-------------------------- - po/ja.po | 120 ++++++++++++++++++++++++++--------------------------- - po/ko.po | 116 +++++++++++++++++++++++++-------------------------- - po/lt.po | 116 +++++++++++++++++++++++++-------------------------- - po/lv.po | 116 +++++++++++++++++++++++++-------------------------- - po/mk.po | 116 +++++++++++++++++++++++++-------------------------- - po/nb.po | 116 +++++++++++++++++++++++++-------------------------- - po/nl.po | 120 ++++++++++++++++++++++++++--------------------------- - po/no.po | 116 +++++++++++++++++++++++++-------------------------- - po/pl.po | 116 +++++++++++++++++++++++++-------------------------- - po/pt.po | 116 +++++++++++++++++++++++++-------------------------- - po/pt_BR.po | 116 +++++++++++++++++++++++++-------------------------- - po/ro.po | 116 +++++++++++++++++++++++++-------------------------- - po/ru.po | 116 +++++++++++++++++++++++++-------------------------- - po/sk.po | 120 ++++++++++++++++++++++++++--------------------------- - po/sl.po | 116 +++++++++++++++++++++++++-------------------------- - po/sv.po | 116 +++++++++++++++++++++++++-------------------------- - po/tr.po | 116 +++++++++++++++++++++++++-------------------------- - po/uk.po | 116 +++++++++++++++++++++++++-------------------------- - po/vi.po | 116 +++++++++++++++++++++++++-------------------------- - po/zh_CN.po | 116 +++++++++++++++++++++++++-------------------------- - po/zh_TW.po | 116 +++++++++++++++++++++++++-------------------------- - 40 files changed, 2275 insertions(+), 2284 deletions(-) + man/icewm-preferences.pod | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) -commit 89a219b37294c4c4b9f3c99293dc42f76fe1b290 -Merge: 3685e59b 767d06b0 +commit 5282953d11afd7dc454bd806905ffecb5841c1c6 Author: Bert Gijsbers -Date: Fri Aug 6 13:58:15 2021 +0200 +Date: Thu Sep 30 22:28:07 2021 +0200 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Clarify some preferences. -commit 767d06b03d85efbbb9917ff04de9896076ccac7e + src/default.h | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) + +commit ecc1170689638e4d7786907d67aba004d6059749 Author: Bert Gijsbers -Date: Thu Aug 5 21:16:45 2021 +0200 +Date: Thu Sep 30 22:27:26 2021 +0200 - Add support for a default background to the CMake build. + Update potfiles. - src/CMakeLists.txt | 1 + - src/config.cmake.h.in | 1 + - src/icewmbg.cc | 22 +++++++++++++--------- - 3 files changed, 15 insertions(+), 9 deletions(-) + po/ar.po | 124 +++++++-------- + po/be.po | 124 +++++++-------- + po/bg.po | 124 +++++++-------- + po/ca.po | 128 ++++++++-------- + po/cs.po | 128 ++++++++-------- + po/da.po | 124 +++++++-------- + po/de.po | 124 +++++++-------- + po/el.po | 128 ++++++++-------- + po/en.po | 124 +++++++-------- + po/es.po | 124 +++++++-------- + po/fi.po | 124 +++++++-------- + po/fr.po | 124 +++++++-------- + po/he.po | 124 +++++++-------- + po/hr.po | 124 +++++++-------- + po/hu.po | 124 +++++++-------- + po/icewm.pot | 126 +++++++-------- + po/id.po | 124 +++++++-------- + po/it.po | 124 +++++++-------- + po/ja.po | 128 ++++++++-------- + po/ko.po | 124 +++++++-------- + po/lt.po | 124 +++++++-------- + po/lv.po | 124 +++++++-------- + po/mk.po | 124 +++++++-------- + po/nb.po | 124 +++++++-------- + po/nl.po | 128 ++++++++-------- + po/no.po | 124 +++++++-------- + po/pl.po | 124 +++++++-------- + po/pt.po | 124 +++++++-------- + po/pt_BR.po | 456 +++++++++++++++++++++++++++++++++---------------------- + po/ro.po | 124 +++++++-------- + po/ru.po | 124 +++++++-------- + po/sk.po | 128 ++++++++-------- + po/sl.po | 124 +++++++-------- + po/sv.po | 124 +++++++-------- + po/tr.po | 124 +++++++-------- + po/uk.po | 124 +++++++-------- + po/vi.po | 124 +++++++-------- + po/zh_CN.po | 124 +++++++-------- + po/zh_TW.po | 124 +++++++-------- + 39 files changed, 2645 insertions(+), 2549 deletions(-) + +commit 6403081725e38554b089efa8d04b2bfcc7adfffe +Author: Bert Gijsbers +Date: Thu Sep 30 22:24:20 2021 +0200 + + Update winoptions example on DockApps. + + man/icewm-winoptions.pod | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) -commit 033db0dac6cf36a3aee5e8eac7dc6670a7050186 +commit fe3094797c57b782d0baf56e6aa0d5e6ddf4c49a Author: Bert Gijsbers -Date: Wed Aug 4 22:21:37 2021 +0200 +Date: Thu Sep 30 22:23:43 2021 +0200 - Increase the maximum value for TaskbarButtonWidthDivisor from 25 to 50. + Explain how to spy on client messages. - src/default.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + man/icesh.pod | 2 ++ + 1 file changed, 2 insertions(+) -commit c98b54824fd9fb49921630c807c712978cec3585 +commit 3e58b5b5ad2f6d6a5ca425d7bbb9ee05c6a1f4b0 Author: Bert Gijsbers -Date: Wed Aug 4 22:20:43 2021 +0200 +Date: Sun Sep 26 22:21:23 2021 +0200 - Add a --with-background= option to configure to set the default background - path. + Guard against a color name being set to the empty string for issue #614. - configure.ac | 6 ++++++ - src/genpref.cc | 6 ++++++ - src/icewmbg.cc | 12 ++++++++++++ - 3 files changed, 24 insertions(+) + src/ycolor.cc | 6 +++--- + src/ypaint.cc | 10 ++++++---- + src/ypaint.h | 2 +- + 3 files changed, 10 insertions(+), 8 deletions(-) -commit 97ab2f2a6d809178406adb3c4102b12f85efd4b3 -Author: Bert Gijsbers -Date: Wed Aug 4 21:08:54 2021 +0200 +commit 90ce79d5c0d10e2fc38b77058113f509543b7aec +Author: Efstathios Iosifidis +Date: Tue Sep 21 06:00:15 2021 +0000 - Improve the responsiveness of icewmbg, by reducing the number of image - scaling and pixmap operations. + Translated using Weblate (Greek) - src/icewmbg.cc | 148 +++++++++++++++++++++++++++-------------------------- - src/ypixmap.cc | 13 +++++ - src/ypixmap.h | 13 +---- - 3 files changed, 90 insertions(+), 84 deletions(-) + Currently translated at 93.6% (471 of 503 strings) -commit 51f1918013340ee7050f9b0d50a5f28c8a2f3aac -Author: Bert Gijsbers -Date: Mon Aug 2 20:11:51 2021 +0200 + po/el.po | 54 ++++++++++++++++++++++-------------------------------- + 1 file changed, 22 insertions(+), 32 deletions(-) - Reduce memory consumption by icewmbg further. +commit f9e9ab1ba615c0ecc5aed412b4b9c614f9a4a8e9 +Author: marcelo cripe +Date: Mon Sep 20 02:32:34 2021 +0000 - src/icewmbg.cc | 12 +++++++++--- - 1 file changed, 9 insertions(+), 3 deletions(-) + Translated using Weblate (Portuguese (Brazil)) -commit 0c4fc4027390e590d37d930cf352365683632709 -Author: Rodrigo Macedo -Date: Sun Aug 1 22:17:38 2021 +0000 + Currently translated at 100.0% (503 of 503 strings) + + po/pt_BR.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +commit 0f723d31c8507ae75ac1ea90c76bc6b9061ba1cb +Author: marcelo cripe +Date: Mon Sep 20 02:09:51 2021 +0000 Translated using Weblate (Portuguese (Brazil)) - Currently translated at 100.0% (500 of 500 strings) + Currently translated at 100.0% (503 of 503 strings) - po/pt_BR.po | 46 +++++++++++++++++++--------------------------- - 1 file changed, 19 insertions(+), 27 deletions(-) + po/pt_BR.po | 23 ++++++++++++----------- + 1 file changed, 12 insertions(+), 11 deletions(-) -commit 0349828ce44221f90ac578571bd06098c3c71187 -Author: Bert Gijsbers -Date: Sun Aug 1 23:43:57 2021 +0200 +commit 848be5923e7cea0af46e97944573477ff4d6322e +Author: marcelo cripe +Date: Sun Sep 19 14:47:32 2021 +0000 - Restore strtest. + Translated using Weblate (Portuguese (Brazil)) - src/strtest.cc | 48 ++++++++++++++++++++++++++---------------------- - 1 file changed, 26 insertions(+), 22 deletions(-) + Currently translated at 100.0% (503 of 503 strings) -commit dc3fe1d257f68067099558f9d51d1ea38087b6bc -Author: Bert Gijsbers -Date: Sun Aug 1 23:33:30 2021 +0200 + po/pt_BR.po | 22 ++++++++++++---------- + 1 file changed, 12 insertions(+), 10 deletions(-) - Increase reliability of motion compression by also testing for subwindow - equality. +commit eedb1262bebb9b99c141873d09cc238c95796cf5 +Author: marcelo cripe +Date: Sun Sep 19 04:14:55 2021 +0000 - src/ywindow.cc | 25 +++++++++++-------------- - 1 file changed, 11 insertions(+), 14 deletions(-) + Translated using Weblate (Portuguese (Brazil)) -commit 9f2fc8cc7526612c651745e54bfdf1f9a88be8a3 + Currently translated at 100.0% (503 of 503 strings) + + po/pt_BR.po | 178 +++++++++++++++++++++++++++++--------------------------- + 1 file changed, 93 insertions(+), 85 deletions(-) + +commit 691e0ef583562db90db275639e553bcc2873d27e Author: Bert Gijsbers -Date: Sun Aug 1 23:31:50 2021 +0200 +Date: Sat Sep 18 12:16:51 2021 +0200 - Reduce memory size of icewmbg. Speedup directory scanning in icewmbg. + Remove obsolete preferences.xml. - src/icewmbg.cc | 172 ++++++++++++++++-------------------------------- - src/icewmbg_prefs.h | 2 +- - 2 files changed, 56 insertions(+), 118 deletions(-) + src/preferences.xml | 49 ------------------------------------------------- + 1 file changed, 49 deletions(-) -commit 747bf20ec99b6aa3771f1d07041bcfc091750afd +commit 248bb821f9d9a58583ef0c42e1cbdc28a28f5c5f Author: Bert Gijsbers -Date: Sun Aug 1 23:30:48 2021 +0200 +Date: Sat Sep 18 12:16:18 2021 +0200 - Prefer nextExt when scanning directory for cursors. + Remove obsolete Makefile.os2. - src/wmapp.cc | 38 ++++++++++++++++++-------------------- - 1 file changed, 18 insertions(+), 20 deletions(-) + src/Makefile.os2 | 6 ------ + 1 file changed, 6 deletions(-) -commit 32447054436821cc0962ff1d516f82b4153dd4fb +commit 9451347811f16ba987c7dbdcb7dedb60c9b807ff Author: Bert Gijsbers -Date: Sun Aug 1 23:29:52 2021 +0200 +Date: Sat Sep 18 12:15:52 2021 +0200 - Add for-each on directory entries. Support efficient file type detection. + Add yimage2.h. - src/udir.cc | 251 +++++++++++++++++++++++++++++++++++--------------------- - src/udir.h | 58 +++++++------ - 2 files changed, 191 insertions(+), 118 deletions(-) + src/Makefile.am | 1 + + 1 file changed, 1 insertion(+) -commit b45dc6417bd6cbe71e7e4b4e5215a5c11c8b682d +commit 07186bfd99435dfba5ce15854385cb004d75f72e Author: Bert Gijsbers -Date: Sun Aug 1 23:28:35 2021 +0200 +Date: Sat Sep 18 10:55:56 2021 +0200 - Decrease number of system calls for path lookups. + Update to pt_BR.po by marcelocripe and closes ice-wm/icewm#60. - src/misc.cc | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + po/pt_BR.po | 1056 +++++++++++++++++++++++++++---------------------------- + 1 file changed, 509 insertions(+), 547 deletions(-) -commit bf29b18480b209231f76e08d4790d74081e54bae -Author: Bert Gijsbers -Date: Sun Aug 1 23:27:10 2021 +0200 +commit 012888fd4456bcba71d9355059b1f1a95f646d90 +Author: marcelo cripe +Date: Sat Sep 18 04:00:40 2021 +0000 - Add min+max on three parameters. + Translated using Weblate (Portuguese (Brazil)) - src/base.h | 10 ++++++++++ - 1 file changed, 10 insertions(+) + Currently translated at 100.0% (503 of 503 strings) -commit dcaec8ede1995e9703986acd83e3920b94856df3 + po/pt_BR.po | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit fd77e936b4120272d61b3450c86917a0a860a307 Author: Bert Gijsbers -Date: Sun Aug 1 23:09:45 2021 +0200 +Date: Fri Sep 17 23:01:17 2021 +0200 - Guard against array indexing with negative indices. + Improve performance and scalability of the window list menu. - src/yarray.cc | 88 ++++++++++++++++++++++++++++++++----------------------- - src/yarray.h | 27 +++++------------ - 2 files changed, 60 insertions(+), 55 deletions(-) + src/wmwinmenu.cc | 175 ++++++++++++++++++++++++++------------------------- + src/wmwinmenu.h | 15 ++++- + 2 files changed, 101 insertions(+), 89 deletions(-) -commit 16aa147116e11b0b55f48d578e3681fac54bdf70 +commit f710b93f3813a5793344f1c0bdb1aa39a19dddb0 Author: Bert Gijsbers -Date: Sun Aug 1 23:08:50 2021 +0200 +Date: Fri Sep 17 23:00:16 2021 +0200 - Add more tests on YStringArray. + In the window list window group similar application windows together. - src/testarray.cc | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) + src/wmclient.h | 1 + + src/wmframe.h | 1 + + src/wmmgr.h | 4 --- + src/wmwinlist.cc | 78 ++++++++++++++++++++++++++++++++++++++++++++-------- + src/wmwinlist.h | 1 + + src/ylistbox.cc | 26 +++++++----------- + src/ylistbox.h | 1 + + 7 files changed, 80 insertions(+), 32 deletions(-) -commit 3322e63eea50c82348316f3b7a52ef76bf71e52d -Author: Bert Gijsbers -Date: Sun Aug 1 23:08:12 2021 +0200 +commit 5549b242bc3b89894908431c12420c686c90e18e +Author: Rodrigo Macedo +Date: Thu Sep 16 16:22:01 2021 +0000 - Remove obsolete macros. + Translated using Weblate (Portuguese (Brazil)) - src/sysdep.h | 8 ++------ - 1 file changed, 2 insertions(+), 6 deletions(-) + Currently translated at 100.0% (503 of 503 strings) -commit 769e478a2141d8fdf4e2c570c73603afb30d6287 -Author: Ferdinand Galko -Date: Thu Jul 29 17:27:03 2021 +0000 + po/pt_BR.po | 19 +++++++++---------- + 1 file changed, 9 insertions(+), 10 deletions(-) - Translated using Weblate (Slovak) +commit febde681f70428126d458949b4b17d301cac4b15 +Author: Hugo Carvalho +Date: Wed Sep 15 13:32:40 2021 +0000 - Currently translated at 100.0% (500 of 500 strings) + Translated using Weblate (Portuguese) - po/sk.po | 48 ++++++++++++++++++++---------------------------- - 1 file changed, 20 insertions(+), 28 deletions(-) + Currently translated at 100.0% (503 of 503 strings) -commit 191e9e43944329d1b93dd62032500c84b723edbd -Author: Freek de Kruijf -Date: Thu Jul 29 09:29:29 2021 +0000 + po/pt.po | 11 +++++------ + 1 file changed, 5 insertions(+), 6 deletions(-) - Translated using Weblate (Dutch) +commit 6e419804bf2d1788d9ced0fee3b12162a0071cc5 +Author: Bert Gijsbers +Date: Sat Sep 11 23:47:05 2021 +0200 - Currently translated at 100.0% (500 of 500 strings) + Add +group and +Class select options to icesh. - po/nl.po | 48 ++++++++++++++++++++---------------------------- - 1 file changed, 20 insertions(+), 28 deletions(-) + man/icesh.pod | 50 +++++++++++++--------- + src/Makefile.am | 11 ++++- + src/icesh.cc | 116 +++++++++++++++++++++++++++++++++++++++++++++++++++- + 3 files changed, 154 insertions(+), 23 deletions(-) -commit bbbff7e3e03fe0e9dda1e0490422bb21d42419fe +commit c594dc142ff477d0db0035d1ad87b7332a583bf2 +Author: Bert Gijsbers +Date: Sat Sep 11 23:46:08 2021 +0200 + + Include yimage.h for gdk-pixbuf. + + src/ysvg.cc | 2 ++ + 1 file changed, 2 insertions(+) + +commit 9d4c4cf8b9db2d293ab4f9ac40d6665001b1960b Author: Aleš Kastner -Date: Thu Jul 29 10:14:52 2021 +0000 +Date: Sat Sep 11 18:36:59 2021 +0000 Translated using Weblate (Czech) - Currently translated at 100.0% (500 of 500 strings) + Currently translated at 100.0% (503 of 503 strings) - po/cs.po | 49 ++++++++++++++++++++----------------------------- - 1 file changed, 20 insertions(+), 29 deletions(-) + po/cs.po | 15 +++++++-------- + 1 file changed, 7 insertions(+), 8 deletions(-) -commit 7c319aac79c3c58bb0a5765821bc9f42e9cd5981 +commit c37f2f0bbe8a15f8babe5f68ef98fd752e76f904 +Author: Ferdinand Galko +Date: Fri Sep 10 16:02:58 2021 +0000 + + Translated using Weblate (Slovak) + + Currently translated at 100.0% (503 of 503 strings) + + po/sk.po | 15 +++++++-------- + 1 file changed, 7 insertions(+), 8 deletions(-) + +commit 47c2592cad8d3adf3ea3bd0aaaf976d9fe4015fb +Author: Freek de Kruijf +Date: Thu Sep 9 21:52:53 2021 +0000 + + Translated using Weblate (Dutch) + + Currently translated at 100.0% (503 of 503 strings) + + po/nl.po | 15 +++++++-------- + 1 file changed, 7 insertions(+), 8 deletions(-) + +commit 056bff00c276f5dc8b7f69c0f0da6d5221acc609 Author: Yasuhiko Kamata -Date: Wed Jul 28 22:12:51 2021 +0000 +Date: Thu Sep 9 22:16:35 2021 +0000 Translated using Weblate (Japanese) - Currently translated at 100.0% (500 of 500 strings) + Currently translated at 100.0% (503 of 503 strings) - po/ja.po | 50 +++++++++++++++++++++----------------------------- - 1 file changed, 21 insertions(+), 29 deletions(-) + po/ja.po | 15 +++++++-------- + 1 file changed, 7 insertions(+), 8 deletions(-) -commit cfdd71072ac7dd6624c5212ea29c931fb278d965 +commit 9f0fb9bfc8fc3df8244d128deaf97cebdfb6c720 Author: David Medina -Date: Wed Jul 28 19:19:02 2021 +0000 +Date: Thu Sep 9 21:03:20 2021 +0000 Translated using Weblate (Catalan) - Currently translated at 100.0% (500 of 500 strings) - - po/ca.po | 48 ++++++++++++++++++++---------------------------- - 1 file changed, 20 insertions(+), 28 deletions(-) + Currently translated at 100.0% (503 of 503 strings) + + po/ca.po | 15 +++++++-------- + 1 file changed, 7 insertions(+), 8 deletions(-) + +commit 1d84d19927a27c0bf3c3b7ce789101bb1942a92d +Author: Bert Gijsbers +Date: Thu Sep 9 22:53:14 2021 +0200 + + Update pot files. + + po/ar.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/be.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/bg.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/ca.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/cs.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/da.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/de.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/el.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/en.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/es.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/fi.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/fr.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/he.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/hr.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/hu.po | 85 ++++++++++++++++++++++++++++++++---------------------- + po/icewm.pot | 85 ++++++++++++++++++++++++++++++++---------------------- + po/id.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/it.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/ja.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/ko.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/lt.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/lv.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/mk.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/nb.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/nl.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/no.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/pl.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/pt.po | 88 +++++++++++++++++++++++++++++++++----------------------- + po/pt_BR.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/ro.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/ru.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/sk.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/sl.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/sv.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/tr.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/uk.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/vi.po | 83 ++++++++++++++++++++++++++++++---------------------- + po/zh_CN.po | 84 +++++++++++++++++++++++++++++++---------------------- + po/zh_TW.po | 84 +++++++++++++++++++++++++++++++---------------------- + 39 files changed, 1940 insertions(+), 1329 deletions(-) + +commit 50ee0294f46e2b772e4768db6c35cb05f8ae6f41 +Author: Bert Gijsbers +Date: Thu Sep 9 22:33:29 2021 +0200 + + Improve filtering on WM_CLASS property in icesh. + + src/icesh.cc | 31 +++++++++++++++++++++++++++---- + 1 file changed, 27 insertions(+), 4 deletions(-) + +commit 34ea72f03d3532c9025a82f5963882c2f9528014 +Author: Bert Gijsbers +Date: Mon Sep 6 08:58:20 2021 +0200 + + Include string.h in ysvg.cc to fix build for some. + + src/ysvg.cc | 1 + + 1 file changed, 1 insertion(+) -commit 0af76ceb261ae1a5a2f863e2a5c5eee1b9de0be2 -Author: Bert Gijsbers -Date: Wed Jul 28 20:52:44 2021 +0200 +commit 1f1d989a3e65f466f90b4142f6384d487b047499 +Author: Henrik Tunedal +Date: Sun Sep 5 22:40:22 2021 +0200 - Double the timeout for the dynamic menu generator to 1.4 seconds. + Fix OSS/ALSA defaults in icesound help message (#609) - src/wmmenu.cc | 2 +- + src/icesound.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -commit c6241ada6499cc74dd4018dde78b55ca70adfe82 +commit 6d2a99f26700962bb234594140e167f24e72bd27 Author: Bert Gijsbers -Date: Wed Jul 28 20:51:40 2021 +0200 +Date: Sun Sep 5 22:34:32 2021 +0200 - Add a test for for-each on a MStringArray to testarray.cc. + Move SVG loader in a dedicated source file. Only support SVG for icons, + not for icewmbg backgrounds. Let icewmbg pixmaps free its associated + Image to reduce memory usage. - src/testarray.cc | 5 +++++ - 1 file changed, 5 insertions(+) + src/CMakeLists.txt | 2 +- + src/Makefile.am | 1 + + src/icewmbg.cc | 9 ++-- + src/yicon.cc | 36 ++++++++++++--- + src/yicon.h | 9 ++-- + src/yimage.h | 3 ++ + src/yimage2.cc | 116 +------------------------------------------------ + src/yimage2.h | 47 ++++++++++++++++++++ + src/ypixmap.cc | 6 +++ + src/ypixmap.h | 1 + + src/ysvg.cc | 88 +++++++++++++++++++++++++++++++++++++ + 11 files changed, 186 insertions(+), 132 deletions(-) + +commit 8c3c697f899b7b5024eea0b039e64fb30e2d4857 +Author: Henrik Tunedal +Date: Sun Sep 5 22:18:14 2021 +0200 + + Fix OSS/ALSA defaults in icesound man page (#608) + + man/icesound.pod | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit 1301692284f5214282ae47d24c3e6778e48c7e1d +commit 3c490cf13bf8c2194f7f64d6c454a873ec29fcb3 Author: Bert Gijsbers -Date: Wed Jul 28 20:51:03 2021 +0200 +Date: Sun Sep 5 22:05:18 2021 +0200 - Add 3 tests to automake for a "make check". + Fix potential trailing -I flag for issue ice-wm/icewm#57. - src/Makefile.am | 7 +++---- - 1 file changed, 3 insertions(+), 4 deletions(-) - -commit e22b6536f7f54c374dfbbdd8d9cb827c4a220815 -Author: Bert Gijsbers -Date: Wed Jul 28 20:46:52 2021 +0200 - - Add src/fdospecgen.h to POTFILES.in. - - po/POTFILES.in | 1 + - po/ar.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/be.po | 757 +++++++++++++++++++++++++++++++++-- - po/bg.po | 874 +++++++++++++++++++++++++++++++++------- - po/ca.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/cs.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/da.po | 1118 ++++++++++++++++++++++++++++++++-------------------- - po/de.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/el.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/en.po | 692 +++++++++++++++++++++++++++++++- - po/es.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/fi.po | 730 +++++++++++++++++++++++++++++++++- - po/fr.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/he.po | 866 ++++++++++++++++++++++++++++++++++------ - po/hr.po | 757 +++++++++++++++++++++++++++++++++-- - po/hu.po | 1114 +++++++++++++++++++++++++++++++-------------------- - po/icewm.pot | 692 +++++++++++++++++++++++++++++++- - po/id.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/it.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/ja.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/ko.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/lt.po | 881 ++++++++++++++++++++++++++++++++++------- - po/lv.po | 750 +++++++++++++++++++++++++++++++++-- - po/mk.po | 750 +++++++++++++++++++++++++++++++++-- - po/nb.po | 757 +++++++++++++++++++++++++++++++++-- - po/nl.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/no.po | 757 +++++++++++++++++++++++++++++++++-- - po/pl.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/pt.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/pt_BR.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/ro.po | 757 +++++++++++++++++++++++++++++++++-- - po/ru.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/sk.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/sl.po | 757 +++++++++++++++++++++++++++++++++-- - po/sv.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/tr.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/uk.po | 879 ++++++++++++++++++++++++++++++++++------- - po/vi.po | 869 ++++++++++++++++++++++++++++++++++------ - po/zh_CN.po | 1106 ++++++++++++++++++++++++++++++++------------------- - po/zh_TW.po | 1106 ++++++++++++++++++++++++++++++++------------------- - 40 files changed, 27459 insertions(+), 10525 deletions(-) + src/CMakeLists.txt | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) -commit 67e09071c21f0d6969928f23bd21c78d5cbec5da -Author: Bert Gijsbers -Date: Wed Jul 28 20:42:36 2021 +0200 +commit 29f663045fda4e06b3354de4ac556e8fc7121f7a +Author: Kukuh Syafaat +Date: Sat Sep 4 13:57:35 2021 +0000 - Update potfiles. + Translated using Weblate (Indonesian) - po/POTFILES.in | 17 +- - po/ar.po | 1509 ++++++++++++++++++++++---------------------------- - po/be.po | 1110 +++++++++---------------------------- - po/bg.po | 1155 +++++++++++---------------------------- - po/ca.po | 1521 ++++++++++++++++++++++----------------------------- - po/cs.po | 1521 ++++++++++++++++++++++----------------------------- - po/da.po | 1505 ++++++++++++++++++++++---------------------------- - po/de.po | 1517 ++++++++++++++++++++++----------------------------- - po/el.po | 1500 ++++++++++++++++++++++---------------------------- - po/en.po | 1045 ++++++++--------------------------- - po/es.po | 1517 ++++++++++++++++++++++----------------------------- - po/fi.po | 1088 +++++++++--------------------------- - po/fr.po | 1521 ++++++++++++++++++++++----------------------------- - po/he.po | 1140 +++++++++++--------------------------- - po/hr.po | 1091 +++++++++---------------------------- - po/hu.po | 1523 ++++++++++++++++++++++----------------------------- - po/icewm.pot | 1047 ++++++++--------------------------- - po/id.po | 1517 ++++++++++++++++++++++----------------------------- - po/it.po | 1517 ++++++++++++++++++++++----------------------------- - po/ja.po | 1519 ++++++++++++++++++++++----------------------------- - po/ko.po | 1513 ++++++++++++++++++++++----------------------------- - po/lt.po | 1159 +++++++++++---------------------------- - po/lv.po | 1103 +++++++++---------------------------- - po/mk.po | 1103 +++++++++---------------------------- - po/nb.po | 1106 +++++++++---------------------------- - po/nl.po | 1521 ++++++++++++++++++++++----------------------------- - po/no.po | 1106 +++++++++---------------------------- - po/pl.po | 1513 ++++++++++++++++++++++----------------------------- - po/pt.po | 1484 ++++++++++++++++++++++---------------------------- - po/pt_BR.po | 1517 ++++++++++++++++++++++----------------------------- - po/ro.po | 1106 +++++++++---------------------------- - po/ru.po | 1513 ++++++++++++++++++++++----------------------------- - po/sk.po | 1521 ++++++++++++++++++++++----------------------------- - po/sl.po | 1106 +++++++++---------------------------- - po/sv.po | 1513 ++++++++++++++++++++++----------------------------- - po/tr.po | 1542 +++++++++++++++++++++++----------------------------- - po/uk.po | 1172 +++++++++++---------------------------- - po/vi.po | 1155 +++++++++++---------------------------- - po/zh_CN.po | 1513 ++++++++++++++++++++++----------------------------- - po/zh_TW.po | 1515 ++++++++++++++++++++++----------------------------- - 40 files changed, 19347 insertions(+), 33314 deletions(-) + Currently translated at 100.0% (500 of 500 strings) -commit f4579647abb117680de767a6f7762bffac9baf65 -Author: Mehmet Akif 9oglu -Date: Wed Jul 21 07:46:30 2021 +0000 + po/id.po | 44 ++++++++++++++++++-------------------------- + 1 file changed, 18 insertions(+), 26 deletions(-) - Translated using Weblate (Turkish) +commit 518c879acb9b5a8115c0f1b18a751c9e0a5d86dc +Author: Hugo Carvalho +Date: Fri Sep 3 18:22:51 2021 +0000 - Currently translated at 100.0% (481 of 481 strings) + Translated using Weblate (Portuguese) - po/tr.po | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + Currently translated at 100.0% (500 of 500 strings) -commit 9e18677e0f28d189c4d0e201bb8255f483c3a676 -Author: Mehmet Akif 9oglu -Date: Mon Jul 19 10:19:49 2021 +0000 + po/pt.po | 72 +++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 44 insertions(+), 28 deletions(-) - Translated using Weblate (Turkish) +commit 166a98535563d6d78b934467fb91614685f69dfc +Author: Bert Gijsbers +Date: Wed Sep 1 20:25:39 2021 +0200 - Currently translated at 100.0% (481 of 481 strings) + Update date and version number to 2.7.0. - po/tr.po | 27 ++++++++++++++------------- - 1 file changed, 14 insertions(+), 13 deletions(-) + VERSION | 2 +- + configure.ac | 8 ++++---- + 2 files changed, 5 insertions(+), 5 deletions(-) -commit 63d2f0108f0da238482675981de1019263f07ace +commit 9684ccfd7dc2f7376bb22abe9e37fd95f34d003c Author: Bert Gijsbers -Date: Mon Jul 19 01:18:56 2021 +0200 +Date: Wed Sep 1 20:23:14 2021 +0200 - Eliminate most of the inefficiences when looking for icon directories. + Fix typo in sizeby description. - src/yicon.cc | 386 ++++++++++++++++++++++++++++++++----------------------- - 1 file changed, 224 insertions(+), 162 deletions(-) + man/icesh.pod | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 77dda0352cd2853fcf70c866f0d5cde7ac654f71 +commit 3b061c561a4515c35fbdcd1ff76197066248188d Author: Bert Gijsbers -Date: Mon Jul 19 01:17:39 2021 +0200 +Date: Wed Sep 1 19:49:28 2021 +0200 - Delay the loading of cursors as much as possible, - because some cursors are seldomly used. + Prevent a pedantic warning for netDevice. - src/wmapp.cc | 87 +++++++++++++++++++++++++++++++----------------------- - src/wmapp.h | 30 +++++++++---------- - src/ycursor.cc | 21 +++++++++++++ - src/ycursor.h | 11 +++++++ - 4 files changed, 97 insertions(+), 52 deletions(-) + src/default.h | 9 ++++++--- + 1 file changed, 6 insertions(+), 3 deletions(-) -commit 8edd38dd65e8004f989b94485ad58c0c52a31e0c +commit 27825d717274fea2db73bc8d43716497e96c6813 Author: Bert Gijsbers -Date: Mon Jul 19 01:16:49 2021 +0200 +Date: Wed Sep 1 19:46:19 2021 +0200 - Also test find on MStringArray. + Fix overflows in battery calculations for issue #607. + Change defines to enums. Use longs for capacity numbers. - src/testarray.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + src/aapm.cc | 371 ++++++++++++++++++++++++-------------------------------- + src/aapm.h | 4 + + 2 files changed, 165 insertions(+), 210 deletions(-) -commit 5a22443bd777552c2b1f1d8d169cd43d3b9f019b -Author: Bert Gijsbers -Date: Mon Jul 19 01:16:17 2021 +0200 +commit f4b5a8024712b9c047b31a88ee48468e9efb8a7d +Author: Hugo Carvalho +Date: Thu Aug 19 16:46:33 2021 +0000 - Ensure that PATH_MAX is defined. + Translated using Weblate (Portuguese) - src/misc.cc | 7 ++++--- - src/sysdep.h | 3 +++ - 2 files changed, 7 insertions(+), 3 deletions(-) + Currently translated at 100.0% (500 of 500 strings) -commit 11b2f98379344275f55f3b02a0a96d1b4ae9b9b6 -Author: Mehmet Akif 9oglu -Date: Sun Jul 18 19:14:09 2021 +0000 + po/pt.po | 75 +++++++++++++++++++++++------------------------------------- + 1 file changed, 29 insertions(+), 46 deletions(-) - Translated using Weblate (Turkish) +commit d7f81621766ccfb70d82b71d5e245877606d2f1e +Author: Bert Gijsbers +Date: Fri Aug 6 14:21:37 2021 +0200 - Currently translated at 100.0% (481 of 481 strings) + Prepare 2.7.0 release - po/tr.po | 20 ++++++++++---------- - 1 file changed, 10 insertions(+), 10 deletions(-) + AUTHORS | 19 +- + ChangeLog | 1511 +++++++++++++++++++++++++++--------------------------- + NEWS | 124 +++-- + README.md | 36 +- + RELEASE.md | 2 +- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 2 +- + po/be.po | 2 +- + po/bg.po | 2 +- + po/ca.po | 2 +- + po/cs.po | 2 +- + po/da.po | 2 +- + po/de.po | 2 +- + po/el.po | 2 +- + po/en.po | 2 +- + po/es.po | 2 +- + po/fi.po | 2 +- + po/fr.po | 2 +- + po/he.po | 2 +- + po/hr.po | 2 +- + po/hu.po | 2 +- + po/icewm.pot | 4 +- + po/id.po | 2 +- + po/it.po | 2 +- + po/ja.po | 2 +- + po/ko.po | 2 +- + po/lt.po | 2 +- + po/lv.po | 2 +- + po/mk.po | 2 +- + po/nb.po | 2 +- + po/nl.po | 2 +- + po/no.po | 2 +- + po/pl.po | 2 +- + po/pt.po | 2 +- + po/pt_BR.po | 2 +- + po/ro.po | 2 +- + po/ru.po | 2 +- + po/sk.po | 2 +- + po/sl.po | 2 +- + po/sv.po | 2 +- + po/tr.po | 2 +- + po/uk.po | 2 +- + po/vi.po | 2 +- + po/zh_CN.po | 2 +- + po/zh_TW.po | 2 +- + 46 files changed, 915 insertions(+), 869 deletions(-) -commit db306f7b1c9ea12cb9edd56e6242543602a713e6 -Author: Mehmet Akif 9oglu -Date: Sun Jul 18 19:10:59 2021 +0000 +commit 774ad699969a1c5b429fe3e2809c6d4b6959a1e6 +Merge: e73b5cd3 64e3b8d6 +Author: Bert Gijsbers +Date: Fri Aug 6 14:17:45 2021 +0200 - Translated using Weblate (Turkish) + Merge branch 'icewm-1-4-BRANCH' - Currently translated at 100.0% (481 of 481 strings) +commit 64e3b8d66c78294fbbff21ebd1e5b8d43176b2c1 +Merge: febb2cfc 9f544539 +Author: Bert Gijsbers +Date: Fri Aug 6 14:17:25 2021 +0200 - po/tr.po | 15 ++++++++------- - 1 file changed, 8 insertions(+), 7 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit c16c44e936856bcebf11c8fd36028119c021e0cc +commit 9f54453900505452de2c99ac53e58d709bdcf9ff Author: Bert Gijsbers -Date: Thu Jul 15 21:36:20 2021 +0200 +Date: Fri Aug 6 14:15:54 2021 +0200 - Rewrite task successor and task predecessor to properly take into - account the - separation of TaskBarApp and TaskButton as well as task grouping. - Resolves #602, resolves #604. + Add test executables to CLEANFILES. - src/atasks.cc | 82 ++++++++++++++++++++++++++++++++++++++++++++----------- - src/atasks.h | 2 ++ - 2 files changed, 68 insertions(+), 16 deletions(-) + src/Makefile.am | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 784236b33075cf783ddef398b01ff2fe5ce8f790 +commit febb2cfcbad82c902d9315eb0c880d8f92b02b1a +Merge: 89a219b3 feaad36e Author: Bert Gijsbers -Date: Thu Jul 15 21:11:01 2021 +0200 - - Avoid one level of indirection to speedup debugging. +Date: Fri Aug 6 14:10:01 2021 +0200 - src/yarray.h | 16 ++++++++-------- - 1 file changed, 8 insertions(+), 8 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit fbc00000b224277a388604370bc60452b8ac9a74 +commit feaad36e2651b59b0fbd8e57c511f06c15701433 Author: Bert Gijsbers -Date: Thu Jul 15 21:07:54 2021 +0200 - - Cache the looked up value for the openssl path. +Date: Fri Aug 6 14:09:14 2021 +0200 - src/amailbox.cc | 24 +++++++++++++++++------- - src/amailbox.h | 2 ++ - 2 files changed, 19 insertions(+), 7 deletions(-) + Remove test sources from POTFILES.in. -commit 96ff0e650a904041b79a88e2809f1c400bb4cbfe -Author: Alexander Richardson -Date: Thu Jul 15 19:59:22 2021 +0100 + po/POTFILES.in | 9 ---- + po/ar.po | 116 +++++++++++++++++++++++++-------------------------- + po/be.po | 118 ++++++++++++++++++++++++++-------------------------- + po/bg.po | 116 +++++++++++++++++++++++++-------------------------- + po/ca.po | 120 ++++++++++++++++++++++++++--------------------------- + po/cs.po | 120 ++++++++++++++++++++++++++--------------------------- + po/da.po | 116 +++++++++++++++++++++++++-------------------------- + po/de.po | 116 +++++++++++++++++++++++++-------------------------- + po/el.po | 116 +++++++++++++++++++++++++-------------------------- + po/en.po | 116 +++++++++++++++++++++++++-------------------------- + po/es.po | 116 +++++++++++++++++++++++++-------------------------- + po/fi.po | 116 +++++++++++++++++++++++++-------------------------- + po/fr.po | 116 +++++++++++++++++++++++++-------------------------- + po/he.po | 116 +++++++++++++++++++++++++-------------------------- + po/hr.po | 116 +++++++++++++++++++++++++-------------------------- + po/hu.po | 118 ++++++++++++++++++++++++++-------------------------- + po/icewm.pot | 118 ++++++++++++++++++++++++++-------------------------- + po/id.po | 116 +++++++++++++++++++++++++-------------------------- + po/it.po | 116 +++++++++++++++++++++++++-------------------------- + po/ja.po | 120 ++++++++++++++++++++++++++--------------------------- + po/ko.po | 116 +++++++++++++++++++++++++-------------------------- + po/lt.po | 116 +++++++++++++++++++++++++-------------------------- + po/lv.po | 116 +++++++++++++++++++++++++-------------------------- + po/mk.po | 116 +++++++++++++++++++++++++-------------------------- + po/nb.po | 116 +++++++++++++++++++++++++-------------------------- + po/nl.po | 120 ++++++++++++++++++++++++++--------------------------- + po/no.po | 116 +++++++++++++++++++++++++-------------------------- + po/pl.po | 116 +++++++++++++++++++++++++-------------------------- + po/pt.po | 116 +++++++++++++++++++++++++-------------------------- + po/pt_BR.po | 116 +++++++++++++++++++++++++-------------------------- + po/ro.po | 116 +++++++++++++++++++++++++-------------------------- + po/ru.po | 116 +++++++++++++++++++++++++-------------------------- + po/sk.po | 120 ++++++++++++++++++++++++++--------------------------- + po/sl.po | 116 +++++++++++++++++++++++++-------------------------- + po/sv.po | 116 +++++++++++++++++++++++++-------------------------- + po/tr.po | 116 +++++++++++++++++++++++++-------------------------- + po/uk.po | 116 +++++++++++++++++++++++++-------------------------- + po/vi.po | 116 +++++++++++++++++++++++++-------------------------- + po/zh_CN.po | 116 +++++++++++++++++++++++++-------------------------- + po/zh_TW.po | 116 +++++++++++++++++++++++++-------------------------- + 40 files changed, 2275 insertions(+), 2284 deletions(-) - Allow using cmake -GNinja (#603) +commit 89a219b37294c4c4b9f3c99293dc42f76fe1b290 +Merge: 3685e59b 767d06b0 +Author: Bert Gijsbers +Date: Fri Aug 6 13:58:15 2021 +0200 - The CMake Ninja generator complains about duplicate targets otherwise since - the `ADD_CUSTOM_COMMAND(OUTPUT ${_tempPO}` already creates a target with - the name ${_lang}.po: ninja: error: build.ninja:2446: multiple rules - generate po/pl.po [-wdupbuild=err]. - Rename the custom target to work around this. + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH - po/CMakeLists.txt | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) +commit 767d06b03d85efbbb9917ff04de9896076ccac7e +Author: Bert Gijsbers +Date: Thu Aug 5 21:16:45 2021 +0200 -commit da2db635bff853900041017ddf6f9fd99dbd6a02 -Author: Alexander Richardson -Date: Thu Jul 15 19:53:21 2021 +0100 + Add support for a default background to the CMake build. - Fix building on a case-insensitive file system (#601) + src/CMakeLists.txt | 1 + + src/config.cmake.h.in | 1 + + src/icewmbg.cc | 22 +++++++++++++--------- + 3 files changed, 15 insertions(+), 9 deletions(-) - When compiling on a case-insensitive file system, adding the root - directory to the means that C++ headers including the stanard library - header end up including the VERSION file in the root directory - instead. This include path does not appear to be not needed so we can - just drop it. +commit 033db0dac6cf36a3aee5e8eac7dc6670a7050186 +Author: Bert Gijsbers +Date: Wed Aug 4 22:21:37 2021 +0200 - CMakeLists.txt | 1 - - 1 file changed, 1 deletion(-) + Increase the maximum value for TaskbarButtonWidthDivisor from 25 to 50. -commit 34c91428643452b82ff78993388f8d3af1eab92a + src/default.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit c98b54824fd9fb49921630c807c712978cec3585 Author: Bert Gijsbers -Date: Thu Jul 15 12:43:57 2021 +0200 +Date: Wed Aug 4 22:20:43 2021 +0200 - Remove obsolete files ypaths.cc and ypaths.h. + Add a --with-background= option to configure to set the default background + path. - src/ypaths.cc | 127 ------------------------------------------------------ - src/ypaths.h | 44 ------------------- - 2 files changed, 171 deletions(-) + configure.ac | 6 ++++++ + src/genpref.cc | 6 ++++++ + src/icewmbg.cc | 12 ++++++++++++ + 3 files changed, 24 insertions(+) -commit 5a3d89ef0c46140adf51b98a477081265b4bba0c +commit 97ab2f2a6d809178406adb3c4102b12f85efd4b3 Author: Bert Gijsbers -Date: Thu Jul 15 12:12:57 2021 +0200 +Date: Wed Aug 4 21:08:54 2021 +0200 - Refresh icewmbg manpage. + Improve the responsiveness of icewmbg, by reducing the number of image + scaling and pixmap operations. - man/icewmbg.pod | 68 ++++++++++++++++++++++++++--------------------------- - 1 file changed, 33 insertions(+), 35 deletions(-) + src/icewmbg.cc | 148 +++++++++++++++++++++++++++-------------------------- + src/ypixmap.cc | 13 +++++ + src/ypixmap.h | 13 +---- + 3 files changed, 90 insertions(+), 84 deletions(-) -commit 7d2844e01aa7a74a0af27e4d9caf775cdf0fb3e2 +commit 51f1918013340ee7050f9b0d50a5f28c8a2f3aac Author: Bert Gijsbers -Date: Thu Jul 15 12:12:44 2021 +0200 +Date: Mon Aug 2 20:11:51 2021 +0200 - Make it compile. + Reduce memory consumption by icewmbg further. - src/iceicon.cc | 2 +- - src/icelist.cc | 6 +++--- - src/iceskt.cc | 1 - - 3 files changed, 4 insertions(+), 5 deletions(-) + src/icewmbg.cc | 12 +++++++++--- + 1 file changed, 9 insertions(+), 3 deletions(-) -commit 58af5b60cc8d5b42cb28462516648ce1af52cc59 +commit 0c4fc4027390e590d37d930cf352365683632709 +Author: Rodrigo Macedo +Date: Sun Aug 1 22:17:38 2021 +0000 + + Translated using Weblate (Portuguese (Brazil)) + + Currently translated at 100.0% (500 of 500 strings) + + po/pt_BR.po | 46 +++++++++++++++++++--------------------------- + 1 file changed, 19 insertions(+), 27 deletions(-) + +commit 0349828ce44221f90ac578571bd06098c3c71187 Author: Bert Gijsbers -Date: Thu Jul 15 12:12:33 2021 +0200 +Date: Sun Aug 1 23:43:57 2021 +0200 - Print active window. + Restore strtest. - src/testnetwmhints.cc | 7 +++++++ - 1 file changed, 7 insertions(+) + src/strtest.cc | 48 ++++++++++++++++++++++++++---------------------- + 1 file changed, 26 insertions(+), 22 deletions(-) -commit d70e47e0bba7675a72afd6aac62ed373c97f5229 +commit dc3fe1d257f68067099558f9d51d1ea38087b6bc Author: Bert Gijsbers -Date: Thu Jul 15 12:11:54 2021 +0200 +Date: Sun Aug 1 23:33:30 2021 +0200 - Update icewmbg. + Increase reliability of motion compression by also testing for subwindow + equality. - src/icewmbg.cc | 19 ++++++------------- - 1 file changed, 6 insertions(+), 13 deletions(-) + src/ywindow.cc | 25 +++++++++++-------------- + 1 file changed, 11 insertions(+), 14 deletions(-) -commit f554478c89d72235dab4a9348c45cb438f8f74b7 +commit 9f2fc8cc7526612c651745e54bfdf1f9a88be8a3 Author: Bert Gijsbers -Date: Thu Jul 15 12:10:30 2021 +0200 +Date: Sun Aug 1 23:31:50 2021 +0200 - When changing themeName, allocate it dynamically. + Reduce memory size of icewmbg. Speedup directory scanning in icewmbg. - src/wmconfig.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + src/icewmbg.cc | 172 ++++++++++++++++-------------------------------- + src/icewmbg_prefs.h | 2 +- + 2 files changed, 56 insertions(+), 118 deletions(-) -commit b7a27edb98f5d7f06e83fd473e36d2025ec7d703 +commit 747bf20ec99b6aa3771f1d07041bcfc091750afd Author: Bert Gijsbers -Date: Thu Jul 15 12:08:04 2021 +0200 +Date: Sun Aug 1 23:30:48 2021 +0200 - Get rid of unneeded classes YCursor and YResourcePaths. - This also reduces the number of stat(2) system calls on startup. + Prefer nextExt when scanning directory for cursors. - src/CMakeLists.txt | 2 +- - src/Makefile.am | 7 -- - src/atasks.cc | 4 +- - src/aworkspaces.cc | 7 +- - src/genpref.cc | 2 + - src/movesize.cc | 6 +- - src/wmapp.cc | 192 ++++++++++++++++++++++++++++++++++++++++--------- - src/wmapp.h | 40 +++++++---- - src/wmcontainer.cc | 4 +- - src/wmdialog.cc | 2 +- - src/wmframe.cc | 2 +- - src/wmmgr.cc | 8 +-- - src/wmmgr.h | 2 +- - src/wmprog.h | 4 +- - src/wmtaskbar.cc | 6 +- - src/wmwinmenu.h | 4 +- - src/wpixres.cc | 50 +++++++------ - src/wpixres.h | 6 +- - src/yapp.cc | 16 +++++ - src/yapp.h | 8 ++- - src/yconfig.cc | 1 - - src/ycursor.cc | 79 ++++---------------- - src/ycursor.h | 51 +------------ - src/yicon.cc | 26 +++++-- - src/yicon.h | 1 + - src/ypopup.cc | 2 +- - src/yprefs.h | 2 +- - src/ywindow.cc | 38 ++++------ - src/ywindow.h | 11 ++- - src/yxapp.cc | 15 +--- - src/yxapp.h | 6 +- - 31 files changed, 332 insertions(+), 272 deletions(-) + src/wmapp.cc | 38 ++++++++++++++++++-------------------- + 1 file changed, 18 insertions(+), 20 deletions(-) -commit 39a36e9d4ed78f1780843a4a5db77ed502ddad0e -Author: Mehmet Akif -Date: Thu Jul 15 12:58:03 2021 +0300 +commit 32447054436821cc0962ff1d516f82b4153dd4fb +Author: Bert Gijsbers +Date: Sun Aug 1 23:29:52 2021 +0200 - Minor Changes and Additions (#600) + Add for-each on directory entries. Support efficient file type detection. - Thank you for your contribution! + src/udir.cc | 251 +++++++++++++++++++++++++++++++++++--------------------- + src/udir.h | 58 +++++++------ + 2 files changed, 191 insertions(+), 118 deletions(-) - po/tr.po | 692 ++++++++++++++++++++++++++++++----------------------------- - 1 file changed, 348 insertions(+), 344 deletions(-) +commit b45dc6417bd6cbe71e7e4b4e5215a5c11c8b682d +Author: Bert Gijsbers +Date: Sun Aug 1 23:28:35 2021 +0200 -commit df787c550cfda092075123ab0fae379855093ae7 -Author: Hugo Carvalho -Date: Thu Jul 8 14:01:46 2021 +0000 + Decrease number of system calls for path lookups. - Translated using Weblate (Portuguese) + src/misc.cc | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) - Currently translated at 100.0% (481 of 481 strings) +commit bf29b18480b209231f76e08d4790d74081e54bae +Author: Bert Gijsbers +Date: Sun Aug 1 23:27:10 2021 +0200 - po/pt.po | 12 +++++------- - 1 file changed, 5 insertions(+), 7 deletions(-) + Add min+max on three parameters. -commit e73b5cd3bc4338ae6d53f04a752dbed2e1156d01 + src/base.h | 10 ++++++++++ + 1 file changed, 10 insertions(+) + +commit dcaec8ede1995e9703986acd83e3920b94856df3 Author: Bert Gijsbers -Date: Thu Jul 8 08:15:51 2021 +0200 +Date: Sun Aug 1 23:09:45 2021 +0200 - Prepare 2.6.0 release + Guard against array indexing with negative indices. - AUTHORS | 6 +- - ChangeLog | 585 +++++++++++++++++++++++++------------------------------ - NEWS | 219 ++++----------------- - README.md | 36 ++-- - RELEASE.md | 4 +- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 70 +++---- - po/be.po | 70 +++---- - po/bg.po | 70 +++---- - po/ca.po | 70 +++---- - po/cs.po | 70 +++---- - po/da.po | 70 +++---- - po/de.po | 70 +++---- - po/el.po | 70 +++---- - po/en.po | 70 +++---- - po/es.po | 70 +++---- - po/fi.po | 70 +++---- - po/fr.po | 128 ++++++------ - po/he.po | 70 +++---- - po/hr.po | 70 +++---- - po/hu.po | 70 +++---- - po/icewm.pot | 72 +++---- - po/id.po | 70 +++---- - po/it.po | 70 +++---- - po/ja.po | 70 +++---- - po/ko.po | 70 +++---- - po/lt.po | 70 +++---- - po/lv.po | 70 +++---- - po/mk.po | 70 +++---- - po/nb.po | 70 +++---- - po/nl.po | 70 +++---- - po/no.po | 70 +++---- - po/pl.po | 70 +++---- - po/pt.po | 70 +++---- - po/pt_BR.po | 70 +++---- - po/ro.po | 70 +++---- - po/ru.po | 70 +++---- - po/sk.po | 70 +++---- - po/sl.po | 70 +++---- - po/sv.po | 70 +++---- - po/tr.po | 70 +++---- - po/uk.po | 70 +++---- - po/vi.po | 70 +++---- - po/zh_CN.po | 70 +++---- - po/zh_TW.po | 70 +++---- - 46 files changed, 1734 insertions(+), 1918 deletions(-) - -commit b671b365391539f67545fcf9d4bfd468b39214d1 -Merge: 6c377bf4 3685e59b -Author: Bert Gijsbers -Date: Thu Jul 8 08:12:04 2021 +0200 - - Merge branch 'icewm-1-4-BRANCH' - -commit 3685e59b6b3e1bb392a0efae7def1ddf4ad1f779 -Merge: d6eb4680 e7ab2a49 -Author: Bert Gijsbers -Date: Thu Jul 8 08:10:56 2021 +0200 - - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH - -commit e7ab2a49a9b9e6f3d2b279250b093bbb59136864 -Author: Bert Gijsbers -Date: Wed Jul 7 22:04:17 2021 +0200 - - Remove superfluous includes. - - src/wmcontainer.cc | 4 ---- - 1 file changed, 4 deletions(-) + src/yarray.cc | 88 ++++++++++++++++++++++++++++++++----------------------- + src/yarray.h | 27 +++++------------ + 2 files changed, 60 insertions(+), 55 deletions(-) -commit aa89c73209bb134b61ec04e04cfd21313d010c23 +commit 16aa147116e11b0b55f48d578e3681fac54bdf70 Author: Bert Gijsbers -Date: Wed Jul 7 22:03:23 2021 +0200 +Date: Sun Aug 1 23:08:50 2021 +0200 - Add a second modal dialog to testing. + Add more tests on YStringArray. - src/testnetwmhints.cc | 34 +++++++++++++++++++++++++++++++--- - 1 file changed, 31 insertions(+), 3 deletions(-) + src/testarray.cc | 10 ++++++++-- + 1 file changed, 8 insertions(+), 2 deletions(-) -commit c6a2c4ae9db854456562a3892ac0cef17835f1bf +commit 3322e63eea50c82348316f3b7a52ef76bf71e52d Author: Bert Gijsbers -Date: Wed Jul 7 22:02:23 2021 +0200 +Date: Sun Aug 1 23:08:12 2021 +0200 - Keep track of changes to modal flag. Optimize raising of modals. + Remove obsolete macros. - src/wmframe.cc | 25 +++++++++++++++++-------- - 1 file changed, 17 insertions(+), 8 deletions(-) + src/sysdep.h | 8 ++------ + 1 file changed, 2 insertions(+), 6 deletions(-) -commit 5b9287d6308647baafc4e7ee33bf9517f341c095 -Author: Bert Gijsbers -Date: Wed Jul 7 21:22:26 2021 +0200 +commit 769e478a2141d8fdf4e2c570c73603afb30d6287 +Author: Ferdinand Galko +Date: Thu Jul 29 17:27:03 2021 +0000 - Fix a memory leak for dynamic menu's. + Translated using Weblate (Slovak) - src/objmenu.cc | 3 +++ - 1 file changed, 3 insertions(+) + Currently translated at 100.0% (500 of 500 strings) -commit ca48077067c63b6ae338bc9ca18bc45fcff9aea9 -Author: Bert Gijsbers -Date: Wed Jul 7 01:21:41 2021 +0200 + po/sk.po | 48 ++++++++++++++++++++---------------------------- + 1 file changed, 20 insertions(+), 28 deletions(-) - Free start menu and windowlist menu on exit. +commit 191e9e43944329d1b93dd62032500c84b723edbd +Author: Freek de Kruijf +Date: Thu Jul 29 09:29:29 2021 +0000 - src/wmapp.cc | 10 ++++++++-- - 1 file changed, 8 insertions(+), 2 deletions(-) + Translated using Weblate (Dutch) -commit 2ad29f1afa7aa05b871d0d5ce601d093811c7600 -Author: Bert Gijsbers -Date: Wed Jul 7 01:20:18 2021 +0200 + Currently translated at 100.0% (500 of 500 strings) - Fix for browse menu's for root and home in start menu. + po/nl.po | 48 ++++++++++++++++++++---------------------------- + 1 file changed, 20 insertions(+), 28 deletions(-) - src/objmenu.cc | 3 +++ - 1 file changed, 3 insertions(+) +commit bbbff7e3e03fe0e9dda1e0490422bb21d42419fe +Author: Aleš Kastner +Date: Thu Jul 29 10:14:52 2021 +0000 -commit a3c1ef594ea424ddd7a5c25995f275ca8c950295 -Merge: adcfa78f 5a317837 -Author: openSUSE Weblate -Date: Mon Jul 5 17:31:40 2021 +0000 + Translated using Weblate (Czech) - Merge branch 'origin/icewm-1-4-BRANCH' into Weblate. + Currently translated at 100.0% (500 of 500 strings) -commit adcfa78fcdbc6e7d47b7c1b8db53243f75a3ff6a -Author: Bert Gijsbers -Date: Mon Jul 5 02:20:00 2021 +0200 + po/cs.po | 49 ++++++++++++++++++++----------------------------- + 1 file changed, 20 insertions(+), 29 deletions(-) - Eliminate memory leaks in icon handling. +commit 7c319aac79c3c58bb0a5765821bc9f42e9cd5981 +Author: Yasuhiko Kamata +Date: Wed Jul 28 22:12:51 2021 +0000 - src/yicon.cc | 340 +++++++++++++++++++++++++++---------------------------- - 1 file changed, 167 insertions(+), 173 deletions(-) + Translated using Weblate (Japanese) -commit 99380ce8a5d4e05d757905767fbfebb5edb4c48c -Author: Bert Gijsbers -Date: Sat Jul 3 03:03:37 2021 +0200 + Currently translated at 100.0% (500 of 500 strings) - Use absolute paths for the Exec definition. + po/ja.po | 50 +++++++++++++++++++++----------------------------- + 1 file changed, 21 insertions(+), 29 deletions(-) - lib/icewm-session.desktop | 2 +- - lib/icewm.desktop | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) +commit cfdd71072ac7dd6624c5212ea29c931fb278d965 +Author: David Medina +Date: Wed Jul 28 19:19:02 2021 +0000 -commit 3917f16c6851b5fb304c167ca4d3d892fcd91f81 -Author: Bert Gijsbers -Date: Sat Jul 3 03:02:12 2021 +0200 + Translated using Weblate (Catalan) - Only do a passive grab on buttons which are defined by the ButtonRaiseMask. + Currently translated at 100.0% (500 of 500 strings) - src/wmcontainer.cc | 129 +++++++++++++++++++++---------------------------- - 1 file changed, 55 insertions(+), 74 deletions(-) + po/ca.po | 48 ++++++++++++++++++++---------------------------- + 1 file changed, 20 insertions(+), 28 deletions(-) -commit eb61de9bd9494904d8bd54b650c5aa3d0a4d2051 +commit 0af76ceb261ae1a5a2f863e2a5c5eee1b9de0be2 Author: Bert Gijsbers -Date: Sat Jul 3 03:00:08 2021 +0200 +Date: Wed Jul 28 20:52:44 2021 +0200 - Fix a fscanf format string type mismatch. + Double the timeout for the dynamic menu generator to 1.4 seconds. - src/ycursor.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + src/wmmenu.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 007bbeb30e78521ad91e487cc0653b1d2c2cb110 +commit c6241ada6499cc74dd4018dde78b55ca70adfe82 Author: Bert Gijsbers -Date: Sat Jul 3 02:59:37 2021 +0200 +Date: Wed Jul 28 20:51:40 2021 +0200 - Fix a type to boolean. + Add a test for for-each on a MStringArray to testarray.cc. - src/wmtaskbar.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + src/testarray.cc | 5 +++++ + 1 file changed, 5 insertions(+) -commit 6f3d9ccba252c8ab2a45c8735d5add4398130dcb +commit 1301692284f5214282ae47d24c3e6778e48c7e1d Author: Bert Gijsbers -Date: Sat Jul 3 02:59:18 2021 +0200 +Date: Wed Jul 28 20:51:03 2021 +0200 - Prevent a hypothetical memory leak. + Add 3 tests to automake for a "make check". - src/wmmgr.cc | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) + src/Makefile.am | 7 +++---- + 1 file changed, 3 insertions(+), 4 deletions(-) -commit eb97aab4470f748dc5e2ef7240d0f418d630849e +commit e22b6536f7f54c374dfbbdd8d9cb827c4a220815 Author: Bert Gijsbers -Date: Sat Jul 3 02:58:45 2021 +0200 +Date: Wed Jul 28 20:46:52 2021 +0200 - Initialize all object fields. + Add src/fdospecgen.h to POTFILES.in. - src/amailbox.cc | 1 + - src/aworkspaces.cc | 3 ++- - src/themes.cc | 1 + - src/udir.cc | 1 + - src/ymenu.cc | 1 + - 5 files changed, 6 insertions(+), 1 deletion(-) + po/POTFILES.in | 1 + + po/ar.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/be.po | 757 +++++++++++++++++++++++++++++++++-- + po/bg.po | 874 +++++++++++++++++++++++++++++++++------- + po/ca.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/cs.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/da.po | 1118 ++++++++++++++++++++++++++++++++-------------------- + po/de.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/el.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/en.po | 692 +++++++++++++++++++++++++++++++- + po/es.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/fi.po | 730 +++++++++++++++++++++++++++++++++- + po/fr.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/he.po | 866 ++++++++++++++++++++++++++++++++++------ + po/hr.po | 757 +++++++++++++++++++++++++++++++++-- + po/hu.po | 1114 +++++++++++++++++++++++++++++++-------------------- + po/icewm.pot | 692 +++++++++++++++++++++++++++++++- + po/id.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/it.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/ja.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/ko.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/lt.po | 881 ++++++++++++++++++++++++++++++++++------- + po/lv.po | 750 +++++++++++++++++++++++++++++++++-- + po/mk.po | 750 +++++++++++++++++++++++++++++++++-- + po/nb.po | 757 +++++++++++++++++++++++++++++++++-- + po/nl.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/no.po | 757 +++++++++++++++++++++++++++++++++-- + po/pl.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/pt.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/pt_BR.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/ro.po | 757 +++++++++++++++++++++++++++++++++-- + po/ru.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/sk.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/sl.po | 757 +++++++++++++++++++++++++++++++++-- + po/sv.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/tr.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/uk.po | 879 ++++++++++++++++++++++++++++++++++------- + po/vi.po | 869 ++++++++++++++++++++++++++++++++++------ + po/zh_CN.po | 1106 ++++++++++++++++++++++++++++++++------------------- + po/zh_TW.po | 1106 ++++++++++++++++++++++++++++++++------------------- + 40 files changed, 27459 insertions(+), 10525 deletions(-) -commit f3aae1b134b02029f95297f42f68557c1ca770a7 +commit 67e09071c21f0d6969928f23bd21c78d5cbec5da Author: Bert Gijsbers -Date: Sat Jul 3 02:57:42 2021 +0200 - - Define string field widths when using sscanf. +Date: Wed Jul 28 20:42:36 2021 +0200 - src/aapm.cc | 29 ++++++++++++++--------------- - src/wmsession.cc | 6 +++--- - 2 files changed, 17 insertions(+), 18 deletions(-) + Update potfiles. -commit a14f12e43ba26fc2cad33758632095f3e6987074 -Author: Bert Gijsbers -Date: Sat Jul 3 02:56:21 2021 +0200 + po/POTFILES.in | 17 +- + po/ar.po | 1509 ++++++++++++++++++++++---------------------------- + po/be.po | 1110 +++++++++---------------------------- + po/bg.po | 1155 +++++++++++---------------------------- + po/ca.po | 1521 ++++++++++++++++++++++----------------------------- + po/cs.po | 1521 ++++++++++++++++++++++----------------------------- + po/da.po | 1505 ++++++++++++++++++++++---------------------------- + po/de.po | 1517 ++++++++++++++++++++++----------------------------- + po/el.po | 1500 ++++++++++++++++++++++---------------------------- + po/en.po | 1045 ++++++++--------------------------- + po/es.po | 1517 ++++++++++++++++++++++----------------------------- + po/fi.po | 1088 +++++++++--------------------------- + po/fr.po | 1521 ++++++++++++++++++++++----------------------------- + po/he.po | 1140 +++++++++++--------------------------- + po/hr.po | 1091 +++++++++---------------------------- + po/hu.po | 1523 ++++++++++++++++++++++----------------------------- + po/icewm.pot | 1047 ++++++++--------------------------- + po/id.po | 1517 ++++++++++++++++++++++----------------------------- + po/it.po | 1517 ++++++++++++++++++++++----------------------------- + po/ja.po | 1519 ++++++++++++++++++++++----------------------------- + po/ko.po | 1513 ++++++++++++++++++++++----------------------------- + po/lt.po | 1159 +++++++++++---------------------------- + po/lv.po | 1103 +++++++++---------------------------- + po/mk.po | 1103 +++++++++---------------------------- + po/nb.po | 1106 +++++++++---------------------------- + po/nl.po | 1521 ++++++++++++++++++++++----------------------------- + po/no.po | 1106 +++++++++---------------------------- + po/pl.po | 1513 ++++++++++++++++++++++----------------------------- + po/pt.po | 1484 ++++++++++++++++++++++---------------------------- + po/pt_BR.po | 1517 ++++++++++++++++++++++----------------------------- + po/ro.po | 1106 +++++++++---------------------------- + po/ru.po | 1513 ++++++++++++++++++++++----------------------------- + po/sk.po | 1521 ++++++++++++++++++++++----------------------------- + po/sl.po | 1106 +++++++++---------------------------- + po/sv.po | 1513 ++++++++++++++++++++++----------------------------- + po/tr.po | 1542 +++++++++++++++++++++++----------------------------- + po/uk.po | 1172 +++++++++++---------------------------- + po/vi.po | 1155 +++++++++++---------------------------- + po/zh_CN.po | 1513 ++++++++++++++++++++++----------------------------- + po/zh_TW.po | 1515 ++++++++++++++++++++++----------------------------- + 40 files changed, 19347 insertions(+), 33314 deletions(-) - Prevent a warning on nullptr dereference. +commit f4579647abb117680de767a6f7762bffac9baf65 +Author: Mehmet Akif 9oglu +Date: Wed Jul 21 07:46:30 2021 +0000 - src/mstring.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + Translated using Weblate (Turkish) -commit 8e4591e96820c63ff4f22c6623759d73ede12332 -Author: Bert Gijsbers -Date: Sat Jul 3 02:55:26 2021 +0200 + Currently translated at 100.0% (481 of 481 strings) - Use the "override" keyword consistently to avoid warnings. + po/tr.po | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) - src/icehelp.cc | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) +commit 9e18677e0f28d189c4d0e201bb8255f483c3a676 +Author: Mehmet Akif 9oglu +Date: Mon Jul 19 10:19:49 2021 +0000 -commit 96b6335707aac0ae7d4250185b9e639527c75317 -Author: Bert Gijsbers -Date: Sat Jul 3 02:54:09 2021 +0200 + Translated using Weblate (Turkish) - Guard against buffer overflow when copying the degrees centigrade symbol. + Currently translated at 100.0% (481 of 481 strings) - src/acpustatus.cc | 13 ++++++++----- - src/acpustatus.h | 2 +- - 2 files changed, 9 insertions(+), 6 deletions(-) + po/tr.po | 27 ++++++++++++++------------- + 1 file changed, 14 insertions(+), 13 deletions(-) -commit 0bfea6749667edb75d6faf1067500ef4ce83af0a +commit 63d2f0108f0da238482675981de1019263f07ace Author: Bert Gijsbers -Date: Sat Jul 3 02:50:45 2021 +0200 +Date: Mon Jul 19 01:18:56 2021 +0200 - When a focused window can't raise, or there is no overlapping window, - then there shouldn't be a passive button grab by icewm, in order to - improve internal menu handling by the application. + Eliminate most of the inefficiences when looking for icon directories. - src/wmframe.cc | 5 +++-- - 1 file changed, 3 insertions(+), 2 deletions(-) + src/yicon.cc | 386 ++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 224 insertions(+), 162 deletions(-) -commit cc14871727c50fd3953ead35952d1ad09c4a236d +commit 77dda0352cd2853fcf70c866f0d5cde7ac654f71 Author: Bert Gijsbers -Date: Fri Jul 2 01:13:53 2021 +0200 - - Release the passive button grab from a focused window when a button - click wouldn't raise it, for improved menu handling. - - src/wmframe.cc | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) - -commit 5a31783783262106d1fb560ae364db34a71a2c79 -Author: Lucie Charrier -Date: Fri Jun 25 05:52:38 2021 +0000 - - Translated using Weblate (French) +Date: Mon Jul 19 01:17:39 2021 +0200 - Currently translated at 100.0% (481 of 481 strings) + Delay the loading of cursors as much as possible, + because some cursors are seldomly used. - po/fr.po | 16 +++++++--------- - 1 file changed, 7 insertions(+), 9 deletions(-) + src/wmapp.cc | 87 +++++++++++++++++++++++++++++++----------------------- + src/wmapp.h | 30 +++++++++---------- + src/ycursor.cc | 21 +++++++++++++ + src/ycursor.h | 11 +++++++ + 4 files changed, 97 insertions(+), 52 deletions(-) -commit 6c377bf499af4640186c9fb1869affd52fcd2e24 +commit 8edd38dd65e8004f989b94485ad58c0c52a31e0c Author: Bert Gijsbers -Date: Sat Jun 26 11:45:49 2021 +0200 +Date: Mon Jul 19 01:16:49 2021 +0200 - Prepare 2.5.0 release + Also test find on MStringArray. - AUTHORS | 14 +- - ChangeLog | 787 ++++++++++++++++++++++++++++--------------------------- - NEWS | 91 +++++-- - README.md | 36 +-- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 78 +++--- - po/be.po | 78 +++--- - po/bg.po | 78 +++--- - po/ca.po | 82 +++--- - po/cs.po | 82 +++--- - po/da.po | 78 +++--- - po/de.po | 78 +++--- - po/el.po | 78 +++--- - po/en.po | 78 +++--- - po/es.po | 78 +++--- - po/fi.po | 78 +++--- - po/fr.po | 78 +++--- - po/he.po | 78 +++--- - po/hr.po | 78 +++--- - po/hu.po | 78 +++--- - po/icewm.pot | 80 +++--- - po/id.po | 78 +++--- - po/it.po | 78 +++--- - po/ja.po | 82 +++--- - po/ko.po | 78 +++--- - po/lt.po | 78 +++--- - po/lv.po | 78 +++--- - po/mk.po | 78 +++--- - po/nb.po | 78 +++--- - po/nl.po | 82 +++--- - po/no.po | 78 +++--- - po/pl.po | 78 +++--- - po/pt.po | 78 +++--- - po/pt_BR.po | 78 +++--- - po/ro.po | 78 +++--- - po/ru.po | 78 +++--- - po/sk.po | 82 +++--- - po/sl.po | 78 +++--- - po/sv.po | 78 +++--- - po/tr.po | 78 +++--- - po/uk.po | 78 +++--- - po/vi.po | 78 +++--- - po/zh_CN.po | 78 +++--- - po/zh_TW.po | 78 +++--- - 45 files changed, 2032 insertions(+), 1972 deletions(-) + src/testarray.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit 2c679a117e030d3eb18912da2ffd15aee8ded6ee -Merge: eeb99421 d6eb4680 +commit 5a22443bd777552c2b1f1d8d169cd43d3b9f019b Author: Bert Gijsbers -Date: Sat Jun 26 11:39:56 2021 +0200 +Date: Mon Jul 19 01:16:17 2021 +0200 - Merge branch 'icewm-1-4-BRANCH' + Ensure that PATH_MAX is defined. -commit d6eb4680315a7781c2ee38f7958d78b85297841a -Merge: fa3ebaa3 4f52f80a -Author: Bert Gijsbers -Date: Sat Jun 26 11:39:07 2021 +0200 + src/misc.cc | 7 ++++--- + src/sysdep.h | 3 +++ + 2 files changed, 7 insertions(+), 3 deletions(-) - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH +commit 11b2f98379344275f55f3b02a0a96d1b4ae9b9b6 +Author: Mehmet Akif 9oglu +Date: Sun Jul 18 19:14:09 2021 +0000 -commit 4f52f80ae8e6df54e6ccf5516e09295dfcb40afd -Author: Bert Gijsbers -Date: Sat Jun 26 00:36:22 2021 +0200 + Translated using Weblate (Turkish) - Reread properties list for internal clients. + Currently translated at 100.0% (481 of 481 strings) - src/wmframe.cc | 2 ++ - src/ymsgbox.cc | 1 + - 2 files changed, 3 insertions(+) + po/tr.po | 20 ++++++++++---------- + 1 file changed, 10 insertions(+), 10 deletions(-) -commit eb096743895e5280ff96638669cb002074bc1a20 -Author: Bert Gijsbers -Date: Fri Jun 25 22:28:59 2021 +0200 +commit db306f7b1c9ea12cb9edd56e6242543602a713e6 +Author: Mehmet Akif 9oglu +Date: Sun Jul 18 19:10:59 2021 +0000 - Guard against frames without a client when destructing frames with kill - message boxes. + Translated using Weblate (Turkish) - src/wmmgr.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + Currently translated at 100.0% (481 of 481 strings) -commit 4554bd173a72beb6f27419c36d90e2c2dfd89565 + po/tr.po | 15 ++++++++------- + 1 file changed, 8 insertions(+), 7 deletions(-) + +commit c16c44e936856bcebf11c8fd36028119c021e0cc Author: Bert Gijsbers -Date: Fri Jun 25 22:28:22 2021 +0200 +Date: Thu Jul 15 21:36:20 2021 +0200 - Change YTextProperty memory allocation type to malloc/free. + Rewrite task successor and task predecessor to properly take into + account the + separation of TaskBarApp and TaskButton as well as task grouping. + Resolves #602, resolves #604. - src/yxapp.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + src/atasks.cc | 82 ++++++++++++++++++++++++++++++++++++++++++++----------- + src/atasks.h | 2 ++ + 2 files changed, 68 insertions(+), 16 deletions(-) -commit 5428310dc6fcba9d1a5593bbf9c517aea70ac44a +commit 784236b33075cf783ddef398b01ff2fe5ce8f790 Author: Bert Gijsbers -Date: Fri Jun 25 21:36:23 2021 +0200 +Date: Thu Jul 15 21:11:01 2021 +0200 - Clear the UrgencyHint in the WM_HINTS structure to stop the flashing. + Avoid one level of indirection to speedup debugging. - src/wmframe.cc | 3 +++ - 1 file changed, 3 insertions(+) + src/yarray.h | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) -commit a101e98e689bdb9df0924f210058206f75da355d +commit fbc00000b224277a388604370bc60452b8ac9a74 Author: Bert Gijsbers -Date: Fri Jun 25 21:35:32 2021 +0200 +Date: Thu Jul 15 21:07:54 2021 +0200 - Add test for WM_HINTS XUrgencyHint. + Cache the looked up value for the openssl path. - src/Makefile.am | 2 +- - src/testnetwmhints.cc | 50 +++++++++++++++++++++++++++++++++++++---------- - 2 files changed, 41 insertions(+), 11 deletions(-) + src/amailbox.cc | 24 +++++++++++++++++------- + src/amailbox.h | 2 ++ + 2 files changed, 19 insertions(+), 7 deletions(-) -commit 096e7ed0d4b30087b584c4ec293f0ec0b0de165a -Author: Bert Gijsbers -Date: Thu Jun 24 23:47:40 2021 +0200 +commit 96ff0e650a904041b79a88e2809f1c400bb4cbfe +Author: Alexander Richardson +Date: Thu Jul 15 19:59:22 2021 +0100 - Remove 6 obsolete macros from base.h. + Allow using cmake -GNinja (#603) - src/atasks.cc | 2 +- - src/atray.cc | 2 +- - src/base.h | 9 --------- - src/testnetwmhints.cc | 2 -- - src/testwinhints.cc | 3 +-- - src/wmtaskbar.cc | 4 ++-- - src/wmtitle.cc | 4 +++- - src/wmwinlist.cc | 2 +- - src/yinputline.cc | 4 ++-- - src/yscrollbar.cc | 2 +- - src/yxapp.h | 15 +++++++++++++-- - 11 files changed, 25 insertions(+), 24 deletions(-) + The CMake Ninja generator complains about duplicate targets otherwise since + the `ADD_CUSTOM_COMMAND(OUTPUT ${_tempPO}` already creates a target with + the name ${_lang}.po: ninja: error: build.ninja:2446: multiple rules + generate po/pl.po [-wdupbuild=err]. + Rename the custom target to work around this. -commit 3ec20b02abd67b5196fc96bbe2a403e3518b7f52 + po/CMakeLists.txt | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) + +commit da2db635bff853900041017ddf6f9fd99dbd6a02 +Author: Alexander Richardson +Date: Thu Jul 15 19:53:21 2021 +0100 + + Fix building on a case-insensitive file system (#601) + + When compiling on a case-insensitive file system, adding the root + directory to the means that C++ headers including the stanard library + header end up including the VERSION file in the root directory + instead. This include path does not appear to be not needed so we can + just drop it. + + CMakeLists.txt | 1 - + 1 file changed, 1 deletion(-) + +commit 34c91428643452b82ff78993388f8d3af1eab92a Author: Bert Gijsbers -Date: Thu Jun 24 23:45:50 2021 +0200 +Date: Thu Jul 15 12:43:57 2021 +0200 - Add option parsing and event name logging to testmap.cc. + Remove obsolete files ypaths.cc and ypaths.h. - src/Makefile.am | 6 +++--- - src/testmap.cc | 26 +++++++++++++++----------- - 2 files changed, 18 insertions(+), 14 deletions(-) + src/ypaths.cc | 127 ------------------------------------------------------ + src/ypaths.h | 44 ------------------- + 2 files changed, 171 deletions(-) -commit 2957de4f2045f910015efe05777653feab44eaca +commit 5a3d89ef0c46140adf51b98a477081265b4bba0c Author: Bert Gijsbers -Date: Thu Jun 24 23:44:20 2021 +0200 +Date: Thu Jul 15 12:12:57 2021 +0200 - Add "eventName()" for event logging. + Refresh icewmbg manpage. - src/logevent.cc | 10 +++++++++- - src/logevent.h | 1 + - 2 files changed, 10 insertions(+), 1 deletion(-) + man/icewmbg.pod | 68 ++++++++++++++++++++++++++--------------------------- + 1 file changed, 33 insertions(+), 35 deletions(-) -commit 914658fc0f28019ccc5bba9b8b3fd84259ddef64 +commit 7d2844e01aa7a74a0af27e4d9caf775cdf0fb3e2 Author: Bert Gijsbers -Date: Wed Jun 23 20:59:01 2021 +0200 +Date: Thu Jul 15 12:12:44 2021 +0200 - Collect windows to arrange from layers OnTop, Normal and Below. + Make it compile. - src/wmapp.cc | 15 +++++---------- - src/wmmgr.cc | 39 +++++++++++++++++++++------------------ - 2 files changed, 26 insertions(+), 28 deletions(-) + src/iceicon.cc | 2 +- + src/icelist.cc | 6 +++--- + src/iceskt.cc | 1 - + 3 files changed, 4 insertions(+), 5 deletions(-) -commit ae92608b05aa2842676c96dbb20fcae75bdb4d4c +commit 58af5b60cc8d5b42cb28462516648ce1af52cc59 Author: Bert Gijsbers -Date: Wed Jun 23 20:57:31 2021 +0200 +Date: Thu Jul 15 12:12:33 2021 +0200 - Use colored backgrounds when creating test windows in testnetwmhints. + Print active window. - src/testnetwmhints.cc | 28 +++++++++++++++++++++++++--- - 1 file changed, 25 insertions(+), 3 deletions(-) + src/testnetwmhints.cc | 7 +++++++ + 1 file changed, 7 insertions(+) -commit 6b5122a4f9fe4a2b407b28bfd890edae5d1babc9 +commit d70e47e0bba7675a72afd6aac62ed373c97f5229 Author: Bert Gijsbers -Date: Wed Jun 23 20:56:58 2021 +0200 +Date: Thu Jul 15 12:11:54 2021 +0200 - Fix icesh example in manpage. + Update icewmbg. - man/icesh.pod | 4 ++-- + src/icewmbg.cc | 19 ++++++------------- + 1 file changed, 6 insertions(+), 13 deletions(-) + +commit f554478c89d72235dab4a9348c45cb438f8f74b7 +Author: Bert Gijsbers +Date: Thu Jul 15 12:10:30 2021 +0200 + + When changing themeName, allocate it dynamically. + + src/wmconfig.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit d0f6920eb3ea3ad1f842b7caec738c257473ea40 +commit b7a27edb98f5d7f06e83fd473e36d2025ec7d703 Author: Bert Gijsbers -Date: Tue Jun 22 00:17:30 2021 +0200 +Date: Thu Jul 15 12:08:04 2021 +0200 - Add -unmapped and -viewable filters. Restore the window selection after an - "end" clause. Include the selection flags inside the test for conditional - evaluation. + Get rid of unneeded classes YCursor and YResourcePaths. + This also reduces the number of stat(2) system calls on startup. - man/icesh.pod | 29 ++++++++++++++++++++++++----- - src/icesh.cc | 36 ++++++++++++++++++++++++++++++++---- - 2 files changed, 56 insertions(+), 9 deletions(-) + src/CMakeLists.txt | 2 +- + src/Makefile.am | 7 -- + src/atasks.cc | 4 +- + src/aworkspaces.cc | 7 +- + src/genpref.cc | 2 + + src/movesize.cc | 6 +- + src/wmapp.cc | 192 ++++++++++++++++++++++++++++++++++++++++--------- + src/wmapp.h | 40 +++++++---- + src/wmcontainer.cc | 4 +- + src/wmdialog.cc | 2 +- + src/wmframe.cc | 2 +- + src/wmmgr.cc | 8 +-- + src/wmmgr.h | 2 +- + src/wmprog.h | 4 +- + src/wmtaskbar.cc | 6 +- + src/wmwinmenu.h | 4 +- + src/wpixres.cc | 50 +++++++------ + src/wpixres.h | 6 +- + src/yapp.cc | 16 +++++ + src/yapp.h | 8 ++- + src/yconfig.cc | 1 - + src/ycursor.cc | 79 ++++---------------- + src/ycursor.h | 51 +------------ + src/yicon.cc | 26 +++++-- + src/yicon.h | 1 + + src/ypopup.cc | 2 +- + src/yprefs.h | 2 +- + src/ywindow.cc | 38 ++++------ + src/ywindow.h | 11 ++- + src/yxapp.cc | 15 +--- + src/yxapp.h | 6 +- + 31 files changed, 332 insertions(+), 272 deletions(-) -commit d2a474d588ecadae397e79004e8c535df71312cd -Author: Luiz Fernando Ranghetti -Date: Mon Jun 21 19:25:16 2021 +0000 +commit 39a36e9d4ed78f1780843a4a5db77ed502ddad0e +Author: Mehmet Akif +Date: Thu Jul 15 12:58:03 2021 +0300 - Translated using Weblate (Portuguese (Brazil)) + Minor Changes and Additions (#600) - Currently translated at 100.0% (481 of 481 strings) + Thank you for your contribution! - po/pt_BR.po | 14 ++++++-------- - 1 file changed, 6 insertions(+), 8 deletions(-) + po/tr.po | 692 ++++++++++++++++++++++++++++++----------------------------- + 1 file changed, 348 insertions(+), 344 deletions(-) -commit 0aa2d36e0956a8723856c561a72050b7c635d874 -Author: Kukuh Syafaat -Date: Mon Jun 21 04:39:34 2021 +0000 +commit df787c550cfda092075123ab0fae379855093ae7 +Author: Hugo Carvalho +Date: Thu Jul 8 14:01:46 2021 +0000 - Translated using Weblate (Indonesian) + Translated using Weblate (Portuguese) Currently translated at 100.0% (481 of 481 strings) - po/id.po | 12 +++++------- + po/pt.po | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) -commit 668b3006defa86c7752be1d19e6a438e8a134617 -Author: Aleš Kastner -Date: Sat Jun 19 19:21:35 2021 +0000 +commit e73b5cd3bc4338ae6d53f04a752dbed2e1156d01 +Author: Bert Gijsbers +Date: Thu Jul 8 08:15:51 2021 +0200 - Translated using Weblate (Czech) + Prepare 2.6.0 release - Currently translated at 100.0% (481 of 481 strings) + AUTHORS | 6 +- + ChangeLog | 585 +++++++++++++++++++++++++------------------------------ + NEWS | 219 ++++----------------- + README.md | 36 ++-- + RELEASE.md | 4 +- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 70 +++---- + po/be.po | 70 +++---- + po/bg.po | 70 +++---- + po/ca.po | 70 +++---- + po/cs.po | 70 +++---- + po/da.po | 70 +++---- + po/de.po | 70 +++---- + po/el.po | 70 +++---- + po/en.po | 70 +++---- + po/es.po | 70 +++---- + po/fi.po | 70 +++---- + po/fr.po | 128 ++++++------ + po/he.po | 70 +++---- + po/hr.po | 70 +++---- + po/hu.po | 70 +++---- + po/icewm.pot | 72 +++---- + po/id.po | 70 +++---- + po/it.po | 70 +++---- + po/ja.po | 70 +++---- + po/ko.po | 70 +++---- + po/lt.po | 70 +++---- + po/lv.po | 70 +++---- + po/mk.po | 70 +++---- + po/nb.po | 70 +++---- + po/nl.po | 70 +++---- + po/no.po | 70 +++---- + po/pl.po | 70 +++---- + po/pt.po | 70 +++---- + po/pt_BR.po | 70 +++---- + po/ro.po | 70 +++---- + po/ru.po | 70 +++---- + po/sk.po | 70 +++---- + po/sl.po | 70 +++---- + po/sv.po | 70 +++---- + po/tr.po | 70 +++---- + po/uk.po | 70 +++---- + po/vi.po | 70 +++---- + po/zh_CN.po | 70 +++---- + po/zh_TW.po | 70 +++---- + 46 files changed, 1734 insertions(+), 1918 deletions(-) - po/cs.po | 16 +++++++--------- - 1 file changed, 7 insertions(+), 9 deletions(-) +commit b671b365391539f67545fcf9d4bfd468b39214d1 +Merge: 6c377bf4 3685e59b +Author: Bert Gijsbers +Date: Thu Jul 8 08:12:04 2021 +0200 -commit fec77dc29db885b4d77e136a3aa542da1b22a045 -Author: Freek de Kruijf -Date: Fri Jun 18 09:24:30 2021 +0000 + Merge branch 'icewm-1-4-BRANCH' - Translated using Weblate (Dutch) +commit 3685e59b6b3e1bb392a0efae7def1ddf4ad1f779 +Merge: d6eb4680 e7ab2a49 +Author: Bert Gijsbers +Date: Thu Jul 8 08:10:56 2021 +0200 - Currently translated at 100.0% (481 of 481 strings) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH - po/nl.po | 22 ++++++++++------------ - 1 file changed, 10 insertions(+), 12 deletions(-) +commit e7ab2a49a9b9e6f3d2b279250b093bbb59136864 +Author: Bert Gijsbers +Date: Wed Jul 7 22:04:17 2021 +0200 -commit 29dc93500dfd40128f22abe8ba3b03dff0fee324 -Author: Yasuhiko Kamata -Date: Fri Jun 18 10:47:34 2021 +0000 + Remove superfluous includes. - Translated using Weblate (Japanese) + src/wmcontainer.cc | 4 ---- + 1 file changed, 4 deletions(-) - Currently translated at 100.0% (481 of 481 strings) +commit aa89c73209bb134b61ec04e04cfd21313d010c23 +Author: Bert Gijsbers +Date: Wed Jul 7 22:03:23 2021 +0200 - po/ja.po | 18 ++++++++---------- - 1 file changed, 8 insertions(+), 10 deletions(-) + Add a second modal dialog to testing. -commit 5e62fdfa252cb1980afb3b2de14d73f9c15fb5a4 -Author: Ferdinand Galko -Date: Fri Jun 18 05:10:17 2021 +0000 - - Translated using Weblate (Slovak) + src/testnetwmhints.cc | 34 +++++++++++++++++++++++++++++++--- + 1 file changed, 31 insertions(+), 3 deletions(-) - Currently translated at 100.0% (481 of 481 strings) +commit c6a2c4ae9db854456562a3892ac0cef17835f1bf +Author: Bert Gijsbers +Date: Wed Jul 7 22:02:23 2021 +0200 - po/sk.po | 18 ++++++++---------- - 1 file changed, 8 insertions(+), 10 deletions(-) + Keep track of changes to modal flag. Optimize raising of modals. -commit 0c01e5fb8e865122a816351a33f6425035359461 -Author: David Medina -Date: Thu Jun 17 15:33:11 2021 +0000 + src/wmframe.cc | 25 +++++++++++++++++-------- + 1 file changed, 17 insertions(+), 8 deletions(-) - Translated using Weblate (Catalan) +commit 5b9287d6308647baafc4e7ee33bf9517f341c095 +Author: Bert Gijsbers +Date: Wed Jul 7 21:22:26 2021 +0200 - Currently translated at 100.0% (481 of 481 strings) + Fix a memory leak for dynamic menu's. - po/ca.po | 18 ++++++++---------- - 1 file changed, 8 insertions(+), 10 deletions(-) + src/objmenu.cc | 3 +++ + 1 file changed, 3 insertions(+) -commit 7c2daa4136cab766ec4534f364c48a4d53859ca6 +commit ca48077067c63b6ae338bc9ca18bc45fcff9aea9 Author: Bert Gijsbers -Date: Thu Jun 17 17:23:41 2021 +0200 +Date: Wed Jul 7 01:21:41 2021 +0200 - make update-po + Free start menu and windowlist menu on exit. - po/ar.po | 194 ++++++++++++++++++++++++++---------------------- - po/be.po | 194 ++++++++++++++++++++++++++---------------------- - po/bg.po | 194 ++++++++++++++++++++++++++---------------------- - po/ca.po | 198 +++++++++++++++++++++++++++---------------------- - po/cs.po | 198 +++++++++++++++++++++++++++---------------------- - po/da.po | 194 ++++++++++++++++++++++++++---------------------- - po/de.po | 202 +++++++++++++++++++++++++++----------------------- - po/el.po | 194 ++++++++++++++++++++++++++---------------------- - po/en.po | 192 +++++++++++++++++++++++++---------------------- - po/es.po | 194 ++++++++++++++++++++++++++---------------------- - po/fi.po | 194 ++++++++++++++++++++++++++---------------------- - po/fr.po | 198 +++++++++++++++++++++++++++---------------------- - po/he.po | 192 +++++++++++++++++++++++++---------------------- - po/hr.po | 194 ++++++++++++++++++++++++++---------------------- - po/hu.po | 195 ++++++++++++++++++++++++++---------------------- - po/icewm.pot | 194 ++++++++++++++++++++++++++---------------------- - po/id.po | 194 ++++++++++++++++++++++++++---------------------- - po/it.po | 198 +++++++++++++++++++++++++++---------------------- - po/ja.po | 198 +++++++++++++++++++++++++++---------------------- - po/ko.po | 194 ++++++++++++++++++++++++++---------------------- - po/lt.po | 194 ++++++++++++++++++++++++++---------------------- - po/lv.po | 194 ++++++++++++++++++++++++++---------------------- - po/mk.po | 194 ++++++++++++++++++++++++++---------------------- - po/nb.po | 194 ++++++++++++++++++++++++++---------------------- - po/nl.po | 198 +++++++++++++++++++++++++++---------------------- - po/no.po | 194 ++++++++++++++++++++++++++---------------------- - po/pl.po | 194 ++++++++++++++++++++++++++---------------------- - po/pt.po | 198 +++++++++++++++++++++++++++---------------------- - po/pt_BR.po | 198 +++++++++++++++++++++++++++---------------------- - po/ro.po | 194 ++++++++++++++++++++++++++---------------------- - po/ru.po | 194 ++++++++++++++++++++++++++---------------------- - po/sk.po | 198 +++++++++++++++++++++++++++---------------------- - po/sl.po | 194 ++++++++++++++++++++++++++---------------------- - po/sv.po | 194 ++++++++++++++++++++++++++---------------------- - po/tr.po | 221 ++++++++++++++++++++++++++++++------------------------- - po/uk.po | 194 ++++++++++++++++++++++++++---------------------- - po/vi.po | 194 ++++++++++++++++++++++++++---------------------- - po/zh_CN.po | 194 ++++++++++++++++++++++++++---------------------- - po/zh_TW.po | 194 ++++++++++++++++++++++++++---------------------- - 39 files changed, 4166 insertions(+), 3468 deletions(-) + src/wmapp.cc | 10 ++++++++-- + 1 file changed, 8 insertions(+), 2 deletions(-) -commit b88b080b0c534459a48dbea8c739413203e04b8c -Author: Kukuh Syafaat -Date: Thu Jun 17 12:57:05 2021 +0000 +commit 2ad29f1afa7aa05b871d0d5ce601d093811c7600 +Author: Bert Gijsbers +Date: Wed Jul 7 01:20:18 2021 +0200 - Translated using Weblate (Indonesian) + Fix for browse menu's for root and home in start menu. - Currently translated at 100.0% (477 of 477 strings) + src/objmenu.cc | 3 +++ + 1 file changed, 3 insertions(+) - po/id.po | 33 +++++++++++---------------------- - 1 file changed, 11 insertions(+), 22 deletions(-) +commit a3c1ef594ea424ddd7a5c25995f275ca8c950295 +Merge: adcfa78f 5a317837 +Author: openSUSE Weblate +Date: Mon Jul 5 17:31:40 2021 +0000 -commit 00f714bb85a0ff8a846add53a9b7c50ce273c846 + Merge branch 'origin/icewm-1-4-BRANCH' into Weblate. + +commit adcfa78fcdbc6e7d47b7c1b8db53243f75a3ff6a Author: Bert Gijsbers -Date: Tue Jun 15 23:52:21 2021 +0200 +Date: Mon Jul 5 02:20:00 2021 +0200 - Add full support for application modal dialogs. Support WM_TRANSIENT_FOR - being set to the root window per the EWMH standard in section: - "Implementing enhanced support for application transient windows". Change - long to int in YFrameWindow structure. + Eliminate memory leaks in icon handling. - src/MwmUtil.h | 8 +- - src/decorate.cc | 42 ++++-- - src/logevent.cc | 8 +- - src/wmclient.cc | 64 +++++----- - src/wmclient.h | 30 ++--- - src/wmframe.cc | 352 +++++++++++++++++++++++++++++++-------------------- - src/wmframe.h | 55 ++++---- - src/wmsession.cc | 2 +- - 8 files changed, 337 insertions(+), 224 deletions(-) + src/yicon.cc | 340 +++++++++++++++++++++++++++---------------------------- + 1 file changed, 167 insertions(+), 173 deletions(-) -commit f6913f74fdb7e5fafcc747eda705dba55ca02c18 +commit 99380ce8a5d4e05d757905767fbfebb5edb4c48c Author: Bert Gijsbers -Date: Tue Jun 15 23:51:42 2021 +0200 +Date: Sat Jul 3 03:03:37 2021 +0200 - Give hints on setGeometry format. + Use absolute paths for the Exec definition. - man/icesh.pod | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) + lib/icewm-session.desktop | 2 +- + lib/icewm.desktop | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) -commit fe2dd8f64986c614a0c70074bc539bb8256107b5 +commit 3917f16c6851b5fb304c167ca4d3d892fcd91f81 Author: Bert Gijsbers -Date: Tue Jun 15 23:50:33 2021 +0200 +Date: Sat Jul 3 03:02:12 2021 +0200 - Transition testnetwmhints.cc from _WIN_ to _NET_ properties. + Only do a passive grab on buttons which are defined by the ButtonRaiseMask. - src/testnetwmhints.cc | 375 +++++++++++++++++++++++++--------------------- - 1 file changed, 204 insertions(+), 171 deletions(-) + src/wmcontainer.cc | 129 +++++++++++++++++++++---------------------------- + 1 file changed, 55 insertions(+), 74 deletions(-) -commit 114f9df55bab4c0de6839dc204fcd1b8197475e6 +commit eb61de9bd9494904d8bd54b650c5aa3d0a4d2051 Author: Bert Gijsbers -Date: Mon Jun 14 23:50:40 2021 +0200 +Date: Sat Jul 3 03:00:08 2021 +0200 - Revert "Enforce that focus remains with IceTopWin for issue #593." - This reverts commit 8306aba186294074054c5a4067ccfe7ddfeda75b. + Fix a fscanf format string type mismatch. - src/wmmgr.cc | 4 ---- - 1 file changed, 4 deletions(-) + src/ycursor.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit 89361811244f67992e803e2212521d10f42e63a2 +commit 007bbeb30e78521ad91e487cc0653b1d2c2cb110 Author: Bert Gijsbers -Date: Tue Jun 8 21:42:43 2021 +0200 +Date: Sat Jul 3 02:59:37 2021 +0200 - Surround variable expansion with double quotes. + Fix a type to boolean. - rebuild.sh | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) + src/wmtaskbar.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit c4dcffb858129cdadabb706425fef808e0b82f29 +commit 6f3d9ccba252c8ab2a45c8735d5add4398130dcb Author: Bert Gijsbers -Date: Tue Jun 8 21:40:48 2021 +0200 +Date: Sat Jul 3 02:59:18 2021 +0200 - Replace paths with configured directories in generated manpages for - CMake build and also fix spaces and double quotes. + Prevent a hypothetical memory leak. - man/CMakeLists.txt | 176 ++++++++++++++++++++++++++----------------------- - 1 file changed, 93 insertions(+), 83 deletions(-) + src/wmmgr.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) -commit 1683cc5554a1afd7c0cb493a5011bd15eba7e07c +commit eb97aab4470f748dc5e2ef7240d0f418d630849e Author: Bert Gijsbers -Date: Mon Jun 7 23:15:51 2021 +0200 +Date: Sat Jul 3 02:58:45 2021 +0200 - CMake builds html pages for ice-wm/icewm#50. + Initialize all object fields. - man/CMakeLists.txt | 63 +++++++++++++++++++++++++++++++++++++++++++++++--- - 1 file changed, 60 insertions(+), 3 deletions(-) + src/amailbox.cc | 1 + + src/aworkspaces.cc | 3 ++- + src/themes.cc | 1 + + src/udir.cc | 1 + + src/ymenu.cc | 1 + + 5 files changed, 6 insertions(+), 1 deletion(-) -commit eeb99421b910fa26b4bdc35932f9c7b7db383459 +commit f3aae1b134b02029f95297f42f68557c1ca770a7 Author: Bert Gijsbers -Date: Mon Jun 7 01:20:44 2021 +0200 +Date: Sat Jul 3 02:57:42 2021 +0200 - Prepare 2.4.0 release + Define string field widths when using sscanf. - AUTHORS | 20 +- - ChangeLog | 972 +++++++++++++++++++++++++++---------------------------- - NEWS | 125 ++++--- - README.md | 36 +-- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 194 ++++++----- - po/be.po | 194 ++++++----- - po/bg.po | 194 ++++++----- - po/ca.po | 198 ++++++------ - po/cs.po | 198 ++++++------ - po/da.po | 194 ++++++----- - po/de.po | 202 ++++++------ - po/el.po | 194 ++++++----- - po/en.po | 192 ++++++----- - po/es.po | 194 ++++++----- - po/fi.po | 194 ++++++----- - po/fr.po | 198 ++++++------ - po/he.po | 192 ++++++----- - po/hr.po | 194 ++++++----- - po/hu.po | 195 ++++++----- - po/icewm.pot | 194 ++++++----- - po/id.po | 194 ++++++----- - po/it.po | 198 ++++++------ - po/ja.po | 198 ++++++------ - po/ko.po | 194 ++++++----- - po/lt.po | 194 ++++++----- - po/lv.po | 194 ++++++----- - po/mk.po | 194 ++++++----- - po/nb.po | 194 ++++++----- - po/nl.po | 198 ++++++------ - po/no.po | 194 ++++++----- - po/pl.po | 194 ++++++----- - po/pt.po | 198 ++++++------ - po/pt_BR.po | 198 ++++++------ - po/ro.po | 194 ++++++----- - po/ru.po | 194 ++++++----- - po/sk.po | 198 ++++++------ - po/sl.po | 194 ++++++----- - po/sv.po | 194 ++++++----- - po/tr.po | 221 +++++++------ - po/uk.po | 194 ++++++----- - po/vi.po | 194 ++++++----- - po/zh_CN.po | 194 ++++++----- - po/zh_TW.po | 194 ++++++----- - 45 files changed, 4757 insertions(+), 4042 deletions(-) + src/aapm.cc | 29 ++++++++++++++--------------- + src/wmsession.cc | 6 +++--- + 2 files changed, 17 insertions(+), 18 deletions(-) -commit 651350f25b4f7c580d3cdf9982d7ac4495e0ede1 -Merge: 33497dea fa3ebaa3 +commit a14f12e43ba26fc2cad33758632095f3e6987074 Author: Bert Gijsbers -Date: Mon Jun 7 01:14:35 2021 +0200 +Date: Sat Jul 3 02:56:21 2021 +0200 - Merge branch 'icewm-1-4-BRANCH' + Prevent a warning on nullptr dereference. -commit fa3ebaa3e29c02e5de9b242c384c79bb562cca0f -Merge: 20314f45 4bc34ed9 + src/mstring.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +commit 8e4591e96820c63ff4f22c6623759d73ede12332 Author: Bert Gijsbers -Date: Mon Jun 7 01:12:16 2021 +0200 +Date: Sat Jul 3 02:55:26 2021 +0200 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Use the "override" keyword consistently to avoid warnings. -commit 4bc34ed94f33f222cab32740a2762429991d1c32 + src/icehelp.cc | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) + +commit 96b6335707aac0ae7d4250185b9e639527c75317 Author: Bert Gijsbers -Date: Sun Jun 6 19:29:55 2021 +0200 +Date: Sat Jul 3 02:54:09 2021 +0200 - Reduce the bugs section to the essential and closes issue #592. + Guard against buffer overflow when copying the degrees centigrade symbol. - man/icehelp.pod | 4 +--- - man/icesh.pod | 4 +--- - man/icesound.pod | 4 +--- - man/icewm-menu-fdo.pod | 4 +--- - man/icewm-menu-xrandr.pod | 4 +--- - man/icewm-session.pod | 4 +--- - man/icewm-set-gnomewm.pod | 4 +--- - man/icewm.pod | 4 +--- - man/icewmbg.pod | 4 +--- - man/icewmhint.pod | 4 +--- - man/icewmtray.pod | 4 +--- - 11 files changed, 11 insertions(+), 33 deletions(-) + src/acpustatus.cc | 13 ++++++++----- + src/acpustatus.h | 2 +- + 2 files changed, 9 insertions(+), 6 deletions(-) -commit acef8ffbcf5ea50346ed08e4fb9d11b8eb192294 +commit 0bfea6749667edb75d6faf1067500ef4ce83af0a Author: Bert Gijsbers -Date: Sun Jun 6 00:53:38 2021 +0200 +Date: Sat Jul 3 02:50:45 2021 +0200 - Check parameter against null in createFromImage. + When a focused window can't raise, or there is no overlapping window, + then there shouldn't be a passive button grab by icewm, in order to + improve internal menu handling by the application. - src/ypixmap.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + src/wmframe.cc | 5 +++-- + 1 file changed, 3 insertions(+), 2 deletions(-) -commit 3a0a41311e02cba083b53f76eadf9c33c483ed50 +commit cc14871727c50fd3953ead35952d1ad09c4a236d Author: Bert Gijsbers -Date: Sun Jun 6 00:53:22 2021 +0200 +Date: Fri Jul 2 01:13:53 2021 +0200 - Fix indentation and expand tabs. + Release the passive button grab from a focused window when a button + click wouldn't raise it, for improved menu handling. - src/icehelp.cc | 8 ++++---- - src/strtest.cc | 2 +- - src/ycolor.cc | 4 ++-- - 3 files changed, 7 insertions(+), 7 deletions(-) + src/wmframe.cc | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) -commit 4a51e2799a8096c2a7623c030cf6fbc9b5f5ab42 -Author: Bert Gijsbers -Date: Sun Jun 6 00:50:57 2021 +0200 +commit 5a31783783262106d1fb560ae364db34a71a2c79 +Author: Lucie Charrier +Date: Fri Jun 25 05:52:38 2021 +0000 - Prevent a compilerwarning. + Translated using Weblate (French) - src/atasks.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + Currently translated at 100.0% (481 of 481 strings) -commit 2e1557288d7fac9b10c0ba070ffac3359f299913 -Author: Aleš Kastner -Date: Mon May 31 19:18:54 2021 +0000 + po/fr.po | 16 +++++++--------- + 1 file changed, 7 insertions(+), 9 deletions(-) - Translated using Weblate (Czech) +commit 6c377bf499af4640186c9fb1869affd52fcd2e24 +Author: Bert Gijsbers +Date: Sat Jun 26 11:45:49 2021 +0200 - Currently translated at 100.0% (477 of 477 strings) + Prepare 2.5.0 release - po/cs.po | 41 +++++++++++++++-------------------------- - 1 file changed, 15 insertions(+), 26 deletions(-) + AUTHORS | 14 +- + ChangeLog | 787 ++++++++++++++++++++++++++++--------------------------- + NEWS | 91 +++++-- + README.md | 36 +-- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 78 +++--- + po/be.po | 78 +++--- + po/bg.po | 78 +++--- + po/ca.po | 82 +++--- + po/cs.po | 82 +++--- + po/da.po | 78 +++--- + po/de.po | 78 +++--- + po/el.po | 78 +++--- + po/en.po | 78 +++--- + po/es.po | 78 +++--- + po/fi.po | 78 +++--- + po/fr.po | 78 +++--- + po/he.po | 78 +++--- + po/hr.po | 78 +++--- + po/hu.po | 78 +++--- + po/icewm.pot | 80 +++--- + po/id.po | 78 +++--- + po/it.po | 78 +++--- + po/ja.po | 82 +++--- + po/ko.po | 78 +++--- + po/lt.po | 78 +++--- + po/lv.po | 78 +++--- + po/mk.po | 78 +++--- + po/nb.po | 78 +++--- + po/nl.po | 82 +++--- + po/no.po | 78 +++--- + po/pl.po | 78 +++--- + po/pt.po | 78 +++--- + po/pt_BR.po | 78 +++--- + po/ro.po | 78 +++--- + po/ru.po | 78 +++--- + po/sk.po | 82 +++--- + po/sl.po | 78 +++--- + po/sv.po | 78 +++--- + po/tr.po | 78 +++--- + po/uk.po | 78 +++--- + po/vi.po | 78 +++--- + po/zh_CN.po | 78 +++--- + po/zh_TW.po | 78 +++--- + 45 files changed, 2032 insertions(+), 1972 deletions(-) -commit f0fcc33bb12acfcf0d4c2133597f210f85c84f27 +commit 2c679a117e030d3eb18912da2ffd15aee8ded6ee +Merge: eeb99421 d6eb4680 Author: Bert Gijsbers -Date: Sun May 30 00:27:29 2021 +0200 +Date: Sat Jun 26 11:39:56 2021 +0200 - Be pessimistic about the chances to locate a file icon on AntiX. + Merge branch 'icewm-1-4-BRANCH' - src/icehelp.cc | 41 ++++++++++++++++++++++++++++------------- - 1 file changed, 28 insertions(+), 13 deletions(-) +commit d6eb4680315a7781c2ee38f7958d78b85297841a +Merge: fa3ebaa3 4f52f80a +Author: Bert Gijsbers +Date: Sat Jun 26 11:39:07 2021 +0200 -commit 13aff1a25f2412221a09c68f40854c1d304fdc55 -Author: Hugo Carvalho -Date: Sat May 29 14:35:30 2021 +0000 + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH - Translated using Weblate (Portuguese) +commit 4f52f80ae8e6df54e6ccf5516e09295dfcb40afd +Author: Bert Gijsbers +Date: Sat Jun 26 00:36:22 2021 +0200 - Currently translated at 100.0% (477 of 477 strings) + Reread properties list for internal clients. - po/pt.po | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) + src/wmframe.cc | 2 ++ + src/ymsgbox.cc | 1 + + 2 files changed, 3 insertions(+) -commit 777fd2da30a0b29b865bed62b6c8e1a6205a684a -Author: Agah Emir -Date: Sat May 29 12:16:48 2021 +0000 +commit eb096743895e5280ff96638669cb002074bc1a20 +Author: Bert Gijsbers +Date: Fri Jun 25 22:28:59 2021 +0200 - Translated using Weblate (Turkish) + Guard against frames without a client when destructing frames with kill + message boxes. - Currently translated at 82.3% (393 of 477 strings) + src/wmmgr.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) - po/tr.po | 121 +++++++++++++++++++++++++++++------------------------------ - 1 file changed, 60 insertions(+), 61 deletions(-) +commit 4554bd173a72beb6f27419c36d90e2c2dfd89565 +Author: Bert Gijsbers +Date: Fri Jun 25 22:28:22 2021 +0200 -commit d02b4a4cea969a60c51e352b60411d47245476e0 -Author: Agah Emir -Date: Fri May 28 21:03:03 2021 +0000 + Change YTextProperty memory allocation type to malloc/free. - Translated using Weblate (Turkish) + src/yxapp.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) - Currently translated at 78.8% (376 of 477 strings) +commit 5428310dc6fcba9d1a5593bbf9c517aea70ac44a +Author: Bert Gijsbers +Date: Fri Jun 25 21:36:23 2021 +0200 - po/tr.po | 733 ++++++++++++++++++++++++++++++++++------------------------- - 1 file changed, 419 insertions(+), 314 deletions(-) + Clear the UrgencyHint in the WM_HINTS structure to stop the flashing. -commit 8cbaedc7877334925ddbb74bc1825cb29e074e04 + src/wmframe.cc | 3 +++ + 1 file changed, 3 insertions(+) + +commit a101e98e689bdb9df0924f210058206f75da355d Author: Bert Gijsbers -Date: Tue May 25 00:36:35 2021 +0200 +Date: Fri Jun 25 21:35:32 2021 +0200 - Support forcedClose winoption on Dockapps. + Add test for WM_HINTS XUrgencyHint. - src/wmdock.cc | 10 ++++++---- - src/wmdock.h | 2 +- - 2 files changed, 7 insertions(+), 5 deletions(-) + src/Makefile.am | 2 +- + src/testnetwmhints.cc | 50 +++++++++++++++++++++++++++++++++++++---------- + 2 files changed, 41 insertions(+), 11 deletions(-) -commit d6e302bf5198c35438d394163289e7a9a2c6143a +commit 096e7ed0d4b30087b584c4ec293f0ec0b0de165a Author: Bert Gijsbers -Date: Tue May 25 00:35:26 2021 +0200 +Date: Thu Jun 24 23:47:40 2021 +0200 - Only let icewm notify icewm-session at start and when not catchsegv. + Remove 6 obsolete macros from base.h. - src/icesm.cc | 12 +++++++++++- - 1 file changed, 11 insertions(+), 1 deletion(-) + src/atasks.cc | 2 +- + src/atray.cc | 2 +- + src/base.h | 9 --------- + src/testnetwmhints.cc | 2 -- + src/testwinhints.cc | 3 +-- + src/wmtaskbar.cc | 4 ++-- + src/wmtitle.cc | 4 +++- + src/wmwinlist.cc | 2 +- + src/yinputline.cc | 4 ++-- + src/yscrollbar.cc | 2 +- + src/yxapp.h | 15 +++++++++++++-- + 11 files changed, 25 insertions(+), 24 deletions(-) -commit 664a9b7309f8876eb224f8978ff7aa3d7b3c656b +commit 3ec20b02abd67b5196fc96bbe2a403e3518b7f52 Author: Bert Gijsbers -Date: Sun May 23 22:04:04 2021 +0200 +Date: Thu Jun 24 23:45:50 2021 +0200 - Move Dockapps with Ctrl+Button1. Honor order winoption for Dockapps. - Respect startClose winoption for Dockapps. Preserve Dockapps ordering - over restarts. Be resilient against a newly manage client exiting - immediately. Add support for Dockapps to icesh. + Add option parsing and event name logging to testmap.cc. - man/icesh.pod | 4 ++ - man/icewm-session.pod | 16 +++++ - src/icesh.cc | 17 +++++ - src/wmclient.cc | 12 ++++ - src/wmdock.cc | 177 +++++++++++++++++++++++++++++++++++++++++++--- - src/wmdock.h | 17 ++++- - src/wmframe.cc | 38 +++++----- - src/wmmgr.cc | 7 +- - src/wmtaskbar.cc | 2 +- - 9 files changed, 257 insertions(+), 33 deletions(-) + src/Makefile.am | 6 +++--- + src/testmap.cc | 26 +++++++++++++++----------- + 2 files changed, 18 insertions(+), 14 deletions(-) -commit 8306aba186294074054c5a4067ccfe7ddfeda75b +commit 2957de4f2045f910015efe05777653feab44eaca Author: Bert Gijsbers -Date: Sun May 23 22:01:53 2021 +0200 +Date: Thu Jun 24 23:44:20 2021 +0200 - Enforce that focus remains with IceTopWin for issue #593. + Add "eventName()" for event logging. - src/wmmgr.cc | 4 ++++ - 1 file changed, 4 insertions(+) + src/logevent.cc | 10 +++++++++- + src/logevent.h | 1 + + 2 files changed, 10 insertions(+), 1 deletion(-) -commit f49362802c3a0973522d92febd44fbf196f58086 +commit 914658fc0f28019ccc5bba9b8b3fd84259ddef64 Author: Bert Gijsbers -Date: Wed May 19 23:35:01 2021 +0200 +Date: Wed Jun 23 20:59:01 2021 +0200 - Support Ctrl+Mouse buttons to control dockapps. + Collect windows to arrange from layers OnTop, Normal and Below. - man/icewm-preferences.pod | 5 +- - src/default.h | 4 +- - src/wmclient.cc | 9 +- - src/wmdock.cc | 306 ++++++++++++++++++++++++++++++++++-------- - src/wmdock.h | 41 +++++- - src/wmmgr.cc | 24 ++-- - src/ymenu.h | 2 +- - 7 files changed, 307 insertions(+), 84 deletions(-) + src/wmapp.cc | 15 +++++---------- + src/wmmgr.cc | 39 +++++++++++++++++++++------------------ + 2 files changed, 26 insertions(+), 28 deletions(-) -commit 07da3a198ab9a72123d93d8c86454fbcbe905c56 +commit ae92608b05aa2842676c96dbb20fcae75bdb4d4c Author: Bert Gijsbers -Date: Wed May 19 21:50:13 2021 +0200 +Date: Wed Jun 23 20:57:31 2021 +0200 - Consider AllWorkspaces to be equal to the active workspace, when - QuickSwitchGroupWorkspaces is enabled, for issue #589. + Use colored backgrounds when creating test windows in testnetwmhints. - src/wmswitch.cc | 4 ++++ - 1 file changed, 4 insertions(+) + src/testnetwmhints.cc | 28 +++++++++++++++++++++++++--- + 1 file changed, 25 insertions(+), 3 deletions(-) -commit 047214528fd4db2e08961641fee06539927fd5ed +commit 6b5122a4f9fe4a2b407b28bfd890edae5d1babc9 Author: Bert Gijsbers -Date: Tue May 18 03:39:00 2021 +0200 +Date: Wed Jun 23 20:56:58 2021 +0200 - Add support for DockApps. + Fix icesh example in manpage. - man/icewm-preferences.pod | 4 + - src/CMakeLists.txt | 2 +- - src/Makefile.am | 2 + - src/default.h | 2 + - src/wmclient.cc | 54 +++++++++- - src/wmclient.h | 6 ++ - src/wmdock.cc | 225 ++++++++++++++++++++++++++++++++++++++++++ - src/wmdock.h | 36 +++++++ - src/wmframe.cc | 10 +- - src/wmmgr.cc | 49 ++++++++- - src/wmmgr.h | 3 + - src/wmminiicon.cc | 3 +- - 12 files changed, 380 insertions(+), 16 deletions(-) + man/icesh.pod | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit 91ad1031a302dce0f2c149537b036c7d093bb90e +commit d0f6920eb3ea3ad1f842b7caec738c257473ea40 Author: Bert Gijsbers -Date: Tue May 18 03:37:57 2021 +0200 +Date: Tue Jun 22 00:17:30 2021 +0200 - Improve recovery from restart failures. + Add -unmapped and -viewable filters. Restore the window selection after an + "end" clause. Include the selection flags inside the test for conditional + evaluation. - src/wmapp.cc | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) + man/icesh.pod | 29 ++++++++++++++++++++++++----- + src/icesh.cc | 36 ++++++++++++++++++++++++++++++++---- + 2 files changed, 56 insertions(+), 9 deletions(-) -commit a7dda5411a53968eb83fcfd2437932869665d8ca -Author: Gemineo -Date: Mon May 17 12:50:18 2021 +0000 +commit d2a474d588ecadae397e79004e8c535df71312cd +Author: Luiz Fernando Ranghetti +Date: Mon Jun 21 19:25:16 2021 +0000 - Translated using Weblate (German) + Translated using Weblate (Portuguese (Brazil)) - Currently translated at 100.0% (477 of 477 strings) + Currently translated at 100.0% (481 of 481 strings) - po/de.po | 38 +++++++++++--------------------------- - 1 file changed, 11 insertions(+), 27 deletions(-) + po/pt_BR.po | 14 ++++++-------- + 1 file changed, 6 insertions(+), 8 deletions(-) -commit 0fcb7df54ea383d9a1bae4e6e62e5b4f0c908e30 -Author: Davide Aiello -Date: Mon May 17 09:51:53 2021 +0000 +commit 0aa2d36e0956a8723856c561a72050b7c635d874 +Author: Kukuh Syafaat +Date: Mon Jun 21 04:39:34 2021 +0000 - Translated using Weblate (Italian) + Translated using Weblate (Indonesian) - Currently translated at 100.0% (477 of 477 strings) + Currently translated at 100.0% (481 of 481 strings) - po/it.po | 37 +++++++++++++------------------------ - 1 file changed, 13 insertions(+), 24 deletions(-) + po/id.po | 12 +++++------- + 1 file changed, 5 insertions(+), 7 deletions(-) -commit e61fc067776fc3bfc0d30392970e571593ee1c25 -Author: Gemineo -Date: Mon May 17 08:13:29 2021 +0000 +commit 668b3006defa86c7752be1d19e6a438e8a134617 +Author: Aleš Kastner +Date: Sat Jun 19 19:21:35 2021 +0000 - Translated using Weblate (German) + Translated using Weblate (Czech) - Currently translated at 98.7% (471 of 477 strings) + Currently translated at 100.0% (481 of 481 strings) - po/de.po | 24 ++++++++++++++---------- - 1 file changed, 14 insertions(+), 10 deletions(-) + po/cs.po | 16 +++++++--------- + 1 file changed, 7 insertions(+), 9 deletions(-) -commit dd08ba118bf0ba9070818b0adf761bb7608f67b9 -Author: Lucie Charrier -Date: Sun May 16 20:23:44 2021 +0000 +commit fec77dc29db885b4d77e136a3aa542da1b22a045 +Author: Freek de Kruijf +Date: Fri Jun 18 09:24:30 2021 +0000 - Translated using Weblate (French) + Translated using Weblate (Dutch) - Currently translated at 100.0% (477 of 477 strings) + Currently translated at 100.0% (481 of 481 strings) - po/fr.po | 20 ++++++++------------ - 1 file changed, 8 insertions(+), 12 deletions(-) + po/nl.po | 22 ++++++++++------------ + 1 file changed, 10 insertions(+), 12 deletions(-) -commit 82e9f236dfc5e5027a9975ed48332204d8bba310 -Author: Bert Gijsbers -Date: Sun May 16 01:04:19 2021 +0200 +commit 29dc93500dfd40128f22abe8ba3b03dff0fee324 +Author: Yasuhiko Kamata +Date: Fri Jun 18 10:47:34 2021 +0000 - Cleanup manageClient and split it up in smaller functions. + Translated using Weblate (Japanese) - src/wmmgr.cc | 180 ++++++++++++++++++++++----------------------------- - src/wmmgr.h | 6 +- - src/wmtaskbar.cc | 2 +- - src/wmwinlist.cc | 2 +- - src/ydialog.cc | 2 +- - 5 files changed, 85 insertions(+), 107 deletions(-) + Currently translated at 100.0% (481 of 481 strings) -commit cf8888097f142fd038d05d5565827aaaab259d2c -Author: Bert Gijsbers -Date: Sat May 15 23:34:09 2021 +0200 + po/ja.po | 18 ++++++++---------- + 1 file changed, 8 insertions(+), 10 deletions(-) - Improve icehelp colors and search in icehelp document with Ctrl+F and F3. +commit 5e62fdfa252cb1980afb3b2de14d73f9c15fb5a4 +Author: Ferdinand Galko +Date: Fri Jun 18 05:10:17 2021 +0000 - man/icehelp.pod | 16 +++-- - src/icehelp.cc | 175 ++++++++++++++++++++++++++++++++++++------------- - src/yscrollview.cc | 2 +- - 3 files changed, 141 insertions(+), 52 deletions(-) + Translated using Weblate (Slovak) -commit cd928215376c3975609d8aee831ecbaa38d66b53 -Author: Bert Gijsbers -Date: Sat May 15 23:31:54 2021 +0200 + Currently translated at 100.0% (481 of 481 strings) - Support scrolling the pixmap of a GraphicsBuffer. + po/sk.po | 18 ++++++++---------- + 1 file changed, 8 insertions(+), 10 deletions(-) - src/ypaint.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- - src/ypaint.h | 1 + - 2 files changed, 52 insertions(+), 2 deletions(-) +commit 0c01e5fb8e865122a816351a33f6425035359461 +Author: David Medina +Date: Thu Jun 17 15:33:11 2021 +0000 -commit 443e714ed4e1471d0a4e3542dde75f4028b02b19 -Author: Bert Gijsbers -Date: Sat May 15 23:29:26 2021 +0200 + Translated using Weblate (Catalan) - Add constructor with integer dimensions to YRect. + Currently translated at 100.0% (481 of 481 strings) - src/atasks.cc | 2 +- - src/wmtaskbar.cc | 8 ++++---- - src/ylistbox.cc | 2 +- - src/yrect.h | 9 +++++++++ - 4 files changed, 15 insertions(+), 6 deletions(-) + po/ca.po | 18 ++++++++---------- + 1 file changed, 8 insertions(+), 10 deletions(-) -commit 0c29f143550ea954de6b1c8bb18b96bbe164b36f +commit 7c2daa4136cab766ec4534f364c48a4d53859ca6 Author: Bert Gijsbers -Date: Sat May 15 23:25:13 2021 +0200 +Date: Thu Jun 17 17:23:41 2021 +0200 - Support WM_TAKE_FOCUS by setting wsTakeFocus flag. + make update-po - src/ywindow.cc | 28 +++++++--------------------- - src/ywindow.h | 5 +++-- - 2 files changed, 10 insertions(+), 23 deletions(-) + po/ar.po | 194 ++++++++++++++++++++++++++---------------------- + po/be.po | 194 ++++++++++++++++++++++++++---------------------- + po/bg.po | 194 ++++++++++++++++++++++++++---------------------- + po/ca.po | 198 +++++++++++++++++++++++++++---------------------- + po/cs.po | 198 +++++++++++++++++++++++++++---------------------- + po/da.po | 194 ++++++++++++++++++++++++++---------------------- + po/de.po | 202 +++++++++++++++++++++++++++----------------------- + po/el.po | 194 ++++++++++++++++++++++++++---------------------- + po/en.po | 192 +++++++++++++++++++++++++---------------------- + po/es.po | 194 ++++++++++++++++++++++++++---------------------- + po/fi.po | 194 ++++++++++++++++++++++++++---------------------- + po/fr.po | 198 +++++++++++++++++++++++++++---------------------- + po/he.po | 192 +++++++++++++++++++++++++---------------------- + po/hr.po | 194 ++++++++++++++++++++++++++---------------------- + po/hu.po | 195 ++++++++++++++++++++++++++---------------------- + po/icewm.pot | 194 ++++++++++++++++++++++++++---------------------- + po/id.po | 194 ++++++++++++++++++++++++++---------------------- + po/it.po | 198 +++++++++++++++++++++++++++---------------------- + po/ja.po | 198 +++++++++++++++++++++++++++---------------------- + po/ko.po | 194 ++++++++++++++++++++++++++---------------------- + po/lt.po | 194 ++++++++++++++++++++++++++---------------------- + po/lv.po | 194 ++++++++++++++++++++++++++---------------------- + po/mk.po | 194 ++++++++++++++++++++++++++---------------------- + po/nb.po | 194 ++++++++++++++++++++++++++---------------------- + po/nl.po | 198 +++++++++++++++++++++++++++---------------------- + po/no.po | 194 ++++++++++++++++++++++++++---------------------- + po/pl.po | 194 ++++++++++++++++++++++++++---------------------- + po/pt.po | 198 +++++++++++++++++++++++++++---------------------- + po/pt_BR.po | 198 +++++++++++++++++++++++++++---------------------- + po/ro.po | 194 ++++++++++++++++++++++++++---------------------- + po/ru.po | 194 ++++++++++++++++++++++++++---------------------- + po/sk.po | 198 +++++++++++++++++++++++++++---------------------- + po/sl.po | 194 ++++++++++++++++++++++++++---------------------- + po/sv.po | 194 ++++++++++++++++++++++++++---------------------- + po/tr.po | 221 ++++++++++++++++++++++++++++++------------------------- + po/uk.po | 194 ++++++++++++++++++++++++++---------------------- + po/vi.po | 194 ++++++++++++++++++++++++++---------------------- + po/zh_CN.po | 194 ++++++++++++++++++++++++++---------------------- + po/zh_TW.po | 194 ++++++++++++++++++++++++++---------------------- + 39 files changed, 4166 insertions(+), 3468 deletions(-) -commit bf6ed4ff5be4c526f3fbf3e74f4023751a90a0e5 -Author: Bert Gijsbers -Date: Fri May 14 22:20:00 2021 +0200 +commit b88b080b0c534459a48dbea8c739413203e04b8c +Author: Kukuh Syafaat +Date: Thu Jun 17 12:57:05 2021 +0000 - Improve centrally placing transient windows over their leader window - when CenterTransientsOnOwner is enabled. Fix for when CenterLarge is true. + Translated using Weblate (Indonesian) - src/wmmgr.cc | 33 ++++++++++++++++++++------------- - 1 file changed, 20 insertions(+), 13 deletions(-) + Currently translated at 100.0% (477 of 477 strings) -commit 0eb590efdbfae7d11d34ff186dcbc74dac14d3e6 + po/id.po | 33 +++++++++++---------------------- + 1 file changed, 11 insertions(+), 22 deletions(-) + +commit 00f714bb85a0ff8a846add53a9b7c50ce273c846 Author: Bert Gijsbers -Date: Fri May 14 20:08:27 2021 +0200 +Date: Tue Jun 15 23:52:21 2021 +0200 - Don't reverse the alpha value, only the RGB color components. + Add full support for application modal dialogs. Support WM_TRANSIENT_FOR + being set to the root window per the EWMH standard in section: + "Implementing enhanced support for application transient windows". Change + long to int in YFrameWindow structure. - src/ycolor.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + src/MwmUtil.h | 8 +- + src/decorate.cc | 42 ++++-- + src/logevent.cc | 8 +- + src/wmclient.cc | 64 +++++----- + src/wmclient.h | 30 ++--- + src/wmframe.cc | 352 +++++++++++++++++++++++++++++++-------------------- + src/wmframe.h | 55 ++++---- + src/wmsession.cc | 2 +- + 8 files changed, 337 insertions(+), 224 deletions(-) -commit 16e4a04b0c0ff02aeba2ad25d568cdd56dc86d5b +commit f6913f74fdb7e5fafcc747eda705dba55ca02c18 Author: Bert Gijsbers -Date: Fri May 14 20:08:05 2021 +0200 +Date: Tue Jun 15 23:51:42 2021 +0200 - Prevent compiler warnings. + Give hints on setGeometry format. - src/wmpref.cc | 2 +- - src/yfontcore.cc | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + man/icesh.pod | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) -commit f3e31d54a64132e70c8ca924c514c7851388af52 -Author: Mindaugas Baranauskas -Date: Fri May 14 05:31:21 2021 +0000 +commit fe2dd8f64986c614a0c70074bc539bb8256107b5 +Author: Bert Gijsbers +Date: Tue Jun 15 23:50:33 2021 +0200 - Translated using Weblate (Lithuanian) + Transition testnetwmhints.cc from _WIN_ to _NET_ properties. - Currently translated at 43.8% (209 of 477 strings) + src/testnetwmhints.cc | 375 +++++++++++++++++++++++++--------------------- + 1 file changed, 204 insertions(+), 171 deletions(-) - po/lt.po | 38 +++++++++++++++----------------------- - 1 file changed, 15 insertions(+), 23 deletions(-) +commit 114f9df55bab4c0de6839dc204fcd1b8197475e6 +Author: Bert Gijsbers +Date: Mon Jun 14 23:50:40 2021 +0200 -commit 8cb4c80e20ee900fb84d921541b7d17cb02d4f34 -Author: Hugo Carvalho -Date: Sat May 8 21:29:33 2021 +0000 + Revert "Enforce that focus remains with IceTopWin for issue #593." + This reverts commit 8306aba186294074054c5a4067ccfe7ddfeda75b. - Translated using Weblate (Portuguese) + src/wmmgr.cc | 4 ---- + 1 file changed, 4 deletions(-) - Currently translated at 100.0% (477 of 477 strings) +commit 89361811244f67992e803e2212521d10f42e63a2 +Author: Bert Gijsbers +Date: Tue Jun 8 21:42:43 2021 +0200 - po/pt.po | 69 +++++++++++++++++++++++++++--------------------------------- - 1 file changed, 31 insertions(+), 38 deletions(-) + Surround variable expansion with double quotes. -commit 1bf5b2a08bfb1744ea695301407dead9c91f6c75 -Author: Ferdinand Galko -Date: Fri May 7 15:39:48 2021 +0000 + rebuild.sh | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) - Translated using Weblate (Slovak) +commit c4dcffb858129cdadabb706425fef808e0b82f29 +Author: Bert Gijsbers +Date: Tue Jun 8 21:40:48 2021 +0200 - Currently translated at 100.0% (477 of 477 strings) + Replace paths with configured directories in generated manpages for + CMake build and also fix spaces and double quotes. - po/sk.po | 18 +++++++----------- - 1 file changed, 7 insertions(+), 11 deletions(-) + man/CMakeLists.txt | 176 ++++++++++++++++++++++++++----------------------- + 1 file changed, 93 insertions(+), 83 deletions(-) -commit 0023bb3064b94dbb8a6e7117d20e7e84b5d9e356 -Author: Luiz Fernando Ranghetti -Date: Fri May 7 14:31:25 2021 +0000 +commit 1683cc5554a1afd7c0cb493a5011bd15eba7e07c +Author: Bert Gijsbers +Date: Mon Jun 7 23:15:51 2021 +0200 - Translated using Weblate (Portuguese (Brazil)) + CMake builds html pages for ice-wm/icewm#50. - Currently translated at 100.0% (477 of 477 strings) + man/CMakeLists.txt | 63 +++++++++++++++++++++++++++++++++++++++++++++++--- + 1 file changed, 60 insertions(+), 3 deletions(-) - po/pt_BR.po | 38 +++++++++++++++++++------------------- - 1 file changed, 19 insertions(+), 19 deletions(-) +commit eeb99421b910fa26b4bdc35932f9c7b7db383459 +Author: Bert Gijsbers +Date: Mon Jun 7 01:20:44 2021 +0200 -commit 08c4cdeaef18bd676e40b1316f546997195433d3 -Author: Freek de Kruijf -Date: Thu May 6 21:30:28 2021 +0000 + Prepare 2.4.0 release - Translated using Weblate (Dutch) + AUTHORS | 20 +- + ChangeLog | 972 +++++++++++++++++++++++++++---------------------------- + NEWS | 125 ++++--- + README.md | 36 +-- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 194 ++++++----- + po/be.po | 194 ++++++----- + po/bg.po | 194 ++++++----- + po/ca.po | 198 ++++++------ + po/cs.po | 198 ++++++------ + po/da.po | 194 ++++++----- + po/de.po | 202 ++++++------ + po/el.po | 194 ++++++----- + po/en.po | 192 ++++++----- + po/es.po | 194 ++++++----- + po/fi.po | 194 ++++++----- + po/fr.po | 198 ++++++------ + po/he.po | 192 ++++++----- + po/hr.po | 194 ++++++----- + po/hu.po | 195 ++++++----- + po/icewm.pot | 194 ++++++----- + po/id.po | 194 ++++++----- + po/it.po | 198 ++++++------ + po/ja.po | 198 ++++++------ + po/ko.po | 194 ++++++----- + po/lt.po | 194 ++++++----- + po/lv.po | 194 ++++++----- + po/mk.po | 194 ++++++----- + po/nb.po | 194 ++++++----- + po/nl.po | 198 ++++++------ + po/no.po | 194 ++++++----- + po/pl.po | 194 ++++++----- + po/pt.po | 198 ++++++------ + po/pt_BR.po | 198 ++++++------ + po/ro.po | 194 ++++++----- + po/ru.po | 194 ++++++----- + po/sk.po | 198 ++++++------ + po/sl.po | 194 ++++++----- + po/sv.po | 194 ++++++----- + po/tr.po | 221 +++++++------ + po/uk.po | 194 ++++++----- + po/vi.po | 194 ++++++----- + po/zh_CN.po | 194 ++++++----- + po/zh_TW.po | 194 ++++++----- + 45 files changed, 4757 insertions(+), 4042 deletions(-) - Currently translated at 100.0% (477 of 477 strings) +commit 651350f25b4f7c580d3cdf9982d7ac4495e0ede1 +Merge: 33497dea fa3ebaa3 +Author: Bert Gijsbers +Date: Mon Jun 7 01:14:35 2021 +0200 - po/nl.po | 18 +++++++----------- - 1 file changed, 7 insertions(+), 11 deletions(-) + Merge branch 'icewm-1-4-BRANCH' -commit 96779731d8ed74d30d6e62fb1f1c4b2be7711016 -Author: Yasuhiko Kamata -Date: Thu May 6 22:05:57 2021 +0000 +commit fa3ebaa3e29c02e5de9b242c384c79bb562cca0f +Merge: 20314f45 4bc34ed9 +Author: Bert Gijsbers +Date: Mon Jun 7 01:12:16 2021 +0200 - Translated using Weblate (Japanese) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH - Currently translated at 100.0% (477 of 477 strings) +commit 4bc34ed94f33f222cab32740a2762429991d1c32 +Author: Bert Gijsbers +Date: Sun Jun 6 19:29:55 2021 +0200 - po/ja.po | 18 +++++++----------- - 1 file changed, 7 insertions(+), 11 deletions(-) + Reduce the bugs section to the essential and closes issue #592. -commit cc4244183f7060cfe19a9752f301f0290cd86b8d -Author: David Medina -Date: Thu May 6 19:03:10 2021 +0000 + man/icehelp.pod | 4 +--- + man/icesh.pod | 4 +--- + man/icesound.pod | 4 +--- + man/icewm-menu-fdo.pod | 4 +--- + man/icewm-menu-xrandr.pod | 4 +--- + man/icewm-session.pod | 4 +--- + man/icewm-set-gnomewm.pod | 4 +--- + man/icewm.pod | 4 +--- + man/icewmbg.pod | 4 +--- + man/icewmhint.pod | 4 +--- + man/icewmtray.pod | 4 +--- + 11 files changed, 11 insertions(+), 33 deletions(-) - Translated using Weblate (Catalan) +commit acef8ffbcf5ea50346ed08e4fb9d11b8eb192294 +Author: Bert Gijsbers +Date: Sun Jun 6 00:53:38 2021 +0200 - Currently translated at 100.0% (477 of 477 strings) + Check parameter against null in createFromImage. - po/ca.po | 18 +++++++----------- - 1 file changed, 7 insertions(+), 11 deletions(-) + src/ypixmap.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 33497dea8067a6d9eeccb3ec8eec57dd16c4f1b9 +commit 3a0a41311e02cba083b53f76eadf9c33c483ed50 Author: Bert Gijsbers -Date: Fri May 7 01:39:59 2021 +0200 +Date: Sun Jun 6 00:53:22 2021 +0200 - Prepare 2.3.4 release + Fix indentation and expand tabs. - AUTHORS | 8 +- - ChangeLog | 815 ++++++++++++++++++++++++++++++------------------------- - NEWS | 102 ++++--- - README.md | 36 +-- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 82 +++--- - po/be.po | 82 +++--- - po/bg.po | 82 +++--- - po/ca.po | 82 +++--- - po/cs.po | 82 +++--- - po/da.po | 82 +++--- - po/de.po | 82 +++--- - po/el.po | 82 +++--- - po/en.po | 82 +++--- - po/es.po | 82 +++--- - po/fi.po | 82 +++--- - po/fr.po | 82 +++--- - po/he.po | 82 +++--- - po/hr.po | 82 +++--- - po/hu.po | 82 +++--- - po/icewm.pot | 84 +++--- - po/id.po | 82 +++--- - po/it.po | 82 +++--- - po/ja.po | 82 +++--- - po/ko.po | 82 +++--- - po/lt.po | 82 +++--- - po/lv.po | 82 +++--- - po/mk.po | 82 +++--- - po/nb.po | 82 +++--- - po/nl.po | 82 +++--- - po/no.po | 82 +++--- - po/pl.po | 82 +++--- - po/pt.po | 82 +++--- - po/pt_BR.po | 82 +++--- - po/ro.po | 82 +++--- - po/ru.po | 82 +++--- - po/sk.po | 82 +++--- - po/sl.po | 82 +++--- - po/sv.po | 82 +++--- - po/tr.po | 82 +++--- - po/uk.po | 82 +++--- - po/vi.po | 82 +++--- - po/zh_CN.po | 82 +++--- - po/zh_TW.po | 82 +++--- - 45 files changed, 2143 insertions(+), 2030 deletions(-) + src/icehelp.cc | 8 ++++---- + src/strtest.cc | 2 +- + src/ycolor.cc | 4 ++-- + 3 files changed, 7 insertions(+), 7 deletions(-) -commit c6619282bf52afcb1b6900348f4fa0e1b7c91e2b -Merge: fef8441f 20314f45 +commit 4a51e2799a8096c2a7623c030cf6fbc9b5f5ab42 Author: Bert Gijsbers -Date: Fri May 7 01:29:16 2021 +0200 +Date: Sun Jun 6 00:50:57 2021 +0200 - Merge branch 'icewm-1-4-BRANCH' + Prevent a compilerwarning. -commit 20314f45588e6a5619e419beff62e549c6e48550 -Merge: 721a1b20 43ec0839 -Author: Bert Gijsbers -Date: Fri May 7 01:27:56 2021 +0200 + src/atasks.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH +commit 2e1557288d7fac9b10c0ba070ffac3359f299913 +Author: Aleš Kastner +Date: Mon May 31 19:18:54 2021 +0000 -commit 43ec0839bf40ecd469f7ab3e65068777a6df76dd -Author: Bert Gijsbers -Date: Fri May 7 01:06:25 2021 +0200 + Translated using Weblate (Czech) - Reduce freetype font size for icehelp. Improve reversed link color - for icehelp. + Currently translated at 100.0% (477 of 477 strings) - src/icehelp.cc | 23 +++++++++++++---------- - 1 file changed, 13 insertions(+), 10 deletions(-) + po/cs.po | 41 +++++++++++++++-------------------------- + 1 file changed, 15 insertions(+), 26 deletions(-) -commit 9faf348bca2689e0227a1fba6404dd42c7e0eb4b +commit f0fcc33bb12acfcf0d4c2133597f210f85c84f27 Author: Bert Gijsbers -Date: Thu May 6 19:26:26 2021 +0200 +Date: Sun May 30 00:27:29 2021 +0200 - make update-po + Be pessimistic about the chances to locate a file icon on AntiX. - po/ar.po | 124 ++++++++++++++++++++++++++++---------------------- - po/be.po | 124 ++++++++++++++++++++++++++++---------------------- - po/bg.po | 124 ++++++++++++++++++++++++++++---------------------- - po/ca.po | 128 ++++++++++++++++++++++++++++----------------------- - po/cs.po | 124 ++++++++++++++++++++++++++++---------------------- - po/da.po | 124 ++++++++++++++++++++++++++++---------------------- - po/de.po | 124 ++++++++++++++++++++++++++++---------------------- - po/el.po | 124 ++++++++++++++++++++++++++++---------------------- - po/en.po | 120 ++++++++++++++++++++++++++---------------------- - po/es.po | 124 ++++++++++++++++++++++++++++---------------------- - po/fi.po | 124 ++++++++++++++++++++++++++++---------------------- - po/fr.po | 128 ++++++++++++++++++++++++++++----------------------- - po/he.po | 120 ++++++++++++++++++++++++++---------------------- - po/hr.po | 124 ++++++++++++++++++++++++++++---------------------- - po/hu.po | 136 +++++++++++++++++++++++++++++++------------------------ - po/icewm.pot | 122 +++++++++++++++++++++++++++---------------------- - po/id.po | 124 ++++++++++++++++++++++++++++---------------------- - po/it.po | 124 ++++++++++++++++++++++++++++---------------------- - po/ja.po | 128 ++++++++++++++++++++++++++++----------------------- - po/ko.po | 124 ++++++++++++++++++++++++++++---------------------- - po/lt.po | 124 ++++++++++++++++++++++++++++---------------------- - po/lv.po | 124 ++++++++++++++++++++++++++++---------------------- - po/mk.po | 124 ++++++++++++++++++++++++++++---------------------- - po/nb.po | 124 ++++++++++++++++++++++++++++---------------------- - po/nl.po | 128 ++++++++++++++++++++++++++++----------------------- - po/no.po | 124 ++++++++++++++++++++++++++++---------------------- - po/pl.po | 124 ++++++++++++++++++++++++++++---------------------- - po/pt.po | 124 ++++++++++++++++++++++++++++---------------------- - po/pt_BR.po | 124 ++++++++++++++++++++++++++++---------------------- - po/ro.po | 124 ++++++++++++++++++++++++++++---------------------- - po/ru.po | 124 ++++++++++++++++++++++++++++---------------------- - po/sk.po | 128 ++++++++++++++++++++++++++++----------------------- - po/sl.po | 124 ++++++++++++++++++++++++++++---------------------- - po/sv.po | 124 ++++++++++++++++++++++++++++---------------------- - po/tr.po | 124 ++++++++++++++++++++++++++++---------------------- - po/uk.po | 124 ++++++++++++++++++++++++++++---------------------- - po/vi.po | 124 ++++++++++++++++++++++++++++---------------------- - po/zh_CN.po | 124 ++++++++++++++++++++++++++++---------------------- - po/zh_TW.po | 124 ++++++++++++++++++++++++++++---------------------- - 39 files changed, 2736 insertions(+), 2122 deletions(-) + src/icehelp.cc | 41 ++++++++++++++++++++++++++++------------- + 1 file changed, 28 insertions(+), 13 deletions(-) -commit f1d41d292d4a069dcaba87f9ddc69cca1a23806d -Author: Bert Gijsbers -Date: Thu May 6 19:25:16 2021 +0200 +commit 13aff1a25f2412221a09c68f40854c1d304fdc55 +Author: Hugo Carvalho +Date: Sat May 29 14:35:30 2021 +0000 - Check input lengths. + Translated using Weblate (Portuguese) - src/icehelp.cc | 12 +++++++----- - 1 file changed, 7 insertions(+), 5 deletions(-) + Currently translated at 100.0% (477 of 477 strings) -commit 063e412b71fd4d2dfe878b04c681ac1e11b79617 + po/pt.po | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) + +commit 777fd2da30a0b29b865bed62b6c8e1a6205a684a +Author: Agah Emir +Date: Sat May 29 12:16:48 2021 +0000 + + Translated using Weblate (Turkish) + + Currently translated at 82.3% (393 of 477 strings) + + po/tr.po | 121 +++++++++++++++++++++++++++++------------------------------ + 1 file changed, 60 insertions(+), 61 deletions(-) + +commit d02b4a4cea969a60c51e352b60411d47245476e0 +Author: Agah Emir +Date: Fri May 28 21:03:03 2021 +0000 + + Translated using Weblate (Turkish) + + Currently translated at 78.8% (376 of 477 strings) + + po/tr.po | 733 ++++++++++++++++++++++++++++++++++------------------------- + 1 file changed, 419 insertions(+), 314 deletions(-) + +commit 8cbaedc7877334925ddbb74bc1825cb29e074e04 Author: Bert Gijsbers -Date: Thu May 6 19:12:00 2021 +0200 +Date: Tue May 25 00:36:35 2021 +0200 - Add PingTimeout. + Support forcedClose winoption on Dockapps. - man/icewm-preferences.pod | 4 ++++ - 1 file changed, 4 insertions(+) + src/wmdock.cc | 10 ++++++---- + src/wmdock.h | 2 +- + 2 files changed, 7 insertions(+), 5 deletions(-) -commit affe7d96d9cadb37841f0f8f3a2105694aecbab7 +commit d6e302bf5198c35438d394163289e7a9a2c6143a Author: Bert Gijsbers -Date: Thu May 6 19:03:37 2021 +0200 +Date: Tue May 25 00:35:26 2021 +0200 - Improve accuracy of clicking on links in icehelp. Support reverse video - in icehelp. Add more keyboard shortcuts to icehelp. + Only let icewm notify icewm-session at start and when not catchsegv. - src/icehelp.cc | 133 +++++++++++++++++++++++++++++++++++++++---------- - src/yscrollbar.cc | 15 ++++++ - src/yscrollbar.h | 3 ++ - src/yscrollview.cc | 27 ++-------- - src/yscrollview.h | 18 +++---- - 5 files changed, 139 insertions(+), 57 deletions(-) + src/icesm.cc | 12 +++++++++++- + 1 file changed, 11 insertions(+), 1 deletion(-) -commit 918c05ab43f9c547545841b972bf4926b55afca2 +commit 664a9b7309f8876eb224f8978ff7aa3d7b3c656b Author: Bert Gijsbers -Date: Thu May 6 19:02:36 2021 +0200 +Date: Sun May 23 22:04:04 2021 +0200 - Don't adjust workarea when snapping from outside the workarea. + Move Dockapps with Ctrl+Button1. Honor order winoption for Dockapps. + Respect startClose winoption for Dockapps. Preserve Dockapps ordering + over restarts. Be resilient against a newly manage client exiting + immediately. Add support for Dockapps to icesh. - src/movesize.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + man/icesh.pod | 4 ++ + man/icewm-session.pod | 16 +++++ + src/icesh.cc | 17 +++++ + src/wmclient.cc | 12 ++++ + src/wmdock.cc | 177 +++++++++++++++++++++++++++++++++++++++++++--- + src/wmdock.h | 17 ++++- + src/wmframe.cc | 38 +++++----- + src/wmmgr.cc | 7 +- + src/wmtaskbar.cc | 2 +- + 9 files changed, 257 insertions(+), 33 deletions(-) -commit 0a32a9a13b591e2e99f1b2e48fd88e11d889c924 +commit 8306aba186294074054c5a4067ccfe7ddfeda75b Author: Bert Gijsbers -Date: Thu May 6 19:01:31 2021 +0200 +Date: Sun May 23 22:01:53 2021 +0200 - Add reverse color. + Enforce that focus remains with IceTopWin for issue #593. - src/ycolor.cc | 10 ++++++++++ - src/ycolor.h | 2 ++ - 2 files changed, 12 insertions(+) + src/wmmgr.cc | 4 ++++ + 1 file changed, 4 insertions(+) -commit 74aa52f91eb2adbd5ea863259777c1ed831ba1ed +commit f49362802c3a0973522d92febd44fbf196f58086 Author: Bert Gijsbers -Date: Thu May 6 19:00:22 2021 +0200 +Date: Wed May 19 23:35:01 2021 +0200 - Add setNetName. + Support Ctrl+Mouse buttons to control dockapps. - src/ywindow.cc | 6 ++++++ - src/ywindow.h | 1 + - 2 files changed, 7 insertions(+) + man/icewm-preferences.pod | 5 +- + src/default.h | 4 +- + src/wmclient.cc | 9 +- + src/wmdock.cc | 306 ++++++++++++++++++++++++++++++++++-------- + src/wmdock.h | 41 +++++- + src/wmmgr.cc | 24 ++-- + src/ymenu.h | 2 +- + 7 files changed, 307 insertions(+), 84 deletions(-) -commit e9c0278f109c1322cda05154b330cb20906787d6 +commit 07da3a198ab9a72123d93d8c86454fbcbe905c56 Author: Bert Gijsbers -Date: Thu May 6 18:59:22 2021 +0200 +Date: Wed May 19 21:50:13 2021 +0200 - Add a --disable-rsvg option to configure for issue #587. + Consider AllWorkspaces to be equal to the active workspace, when + QuickSwitchGroupWorkspaces is enabled, for issue #589. - configure.ac | 38 ++++++++++++++++++++++---------------- - 1 file changed, 22 insertions(+), 16 deletions(-) + src/wmswitch.cc | 4 ++++ + 1 file changed, 4 insertions(+) -commit c8f7c5f44c7674d99f3c1610e8df2ed55744d66c -Author: Ferdinand Galko -Date: Thu May 6 13:32:01 2021 +0000 +commit 047214528fd4db2e08961641fee06539927fd5ed +Author: Bert Gijsbers +Date: Tue May 18 03:39:00 2021 +0200 - Translated using Weblate (Slovak) + Add support for DockApps. - Currently translated at 100.0% (474 of 474 strings) + man/icewm-preferences.pod | 4 + + src/CMakeLists.txt | 2 +- + src/Makefile.am | 2 + + src/default.h | 2 + + src/wmclient.cc | 54 +++++++++- + src/wmclient.h | 6 ++ + src/wmdock.cc | 225 ++++++++++++++++++++++++++++++++++++++++++ + src/wmdock.h | 36 +++++++ + src/wmframe.cc | 10 +- + src/wmmgr.cc | 49 ++++++++- + src/wmmgr.h | 3 + + src/wmminiicon.cc | 3 +- + 12 files changed, 380 insertions(+), 16 deletions(-) - po/sk.po | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) +commit 91ad1031a302dce0f2c149537b036c7d093bb90e +Author: Bert Gijsbers +Date: Tue May 18 03:37:57 2021 +0200 -commit 87fff3d3b7a1f1301dfeb7be5b6c446ecc9e6444 -Author: Freek de Kruijf -Date: Thu May 6 08:29:44 2021 +0000 + Improve recovery from restart failures. - Translated using Weblate (Dutch) + src/wmapp.cc | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) - Currently translated at 100.0% (474 of 474 strings) +commit a7dda5411a53968eb83fcfd2437932869665d8ca +Author: Gemineo +Date: Mon May 17 12:50:18 2021 +0000 - po/nl.po | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + Translated using Weblate (German) -commit aa8d5ffe5bc64a94b9d58c4e0aa78cbd01bcc7f7 -Author: Guillaume GARDET -Date: Thu May 6 06:41:28 2021 +0000 + Currently translated at 100.0% (477 of 477 strings) - Translated using Weblate (French) + po/de.po | 38 +++++++++++--------------------------- + 1 file changed, 11 insertions(+), 27 deletions(-) - Currently translated at 100.0% (474 of 474 strings) +commit 0fcb7df54ea383d9a1bae4e6e62e5b4f0c908e30 +Author: Davide Aiello +Date: Mon May 17 09:51:53 2021 +0000 - po/fr.po | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + Translated using Weblate (Italian) -commit aaad3bf3ddd038dae102560929b03e3bf67b4471 -Author: David Medina -Date: Thu May 6 08:37:02 2021 +0000 + Currently translated at 100.0% (477 of 477 strings) - Translated using Weblate (Catalan) + po/it.po | 37 +++++++++++++------------------------ + 1 file changed, 13 insertions(+), 24 deletions(-) - Currently translated at 100.0% (474 of 474 strings) +commit e61fc067776fc3bfc0d30392970e571593ee1c25 +Author: Gemineo +Date: Mon May 17 08:13:29 2021 +0000 - po/ca.po | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + Translated using Weblate (German) -commit 6945bd20579f6510ce34ad1666a293e4804987c7 -Author: Yasuhiko Kamata -Date: Thu May 6 03:48:35 2021 +0000 + Currently translated at 98.7% (471 of 477 strings) - Translated using Weblate (Japanese) + po/de.po | 24 ++++++++++++++---------- + 1 file changed, 14 insertions(+), 10 deletions(-) - Currently translated at 100.0% (474 of 474 strings) +commit dd08ba118bf0ba9070818b0adf761bb7608f67b9 +Author: Lucie Charrier +Date: Sun May 16 20:23:44 2021 +0000 - po/ja.po | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + Translated using Weblate (French) -commit 74a762fd1041990755b891ea5e4f3d8d1b000367 -Author: Bert Gijsbers -Date: Wed May 5 23:46:55 2021 +0200 + Currently translated at 100.0% (477 of 477 strings) - make update-po + po/fr.po | 20 ++++++++------------ + 1 file changed, 8 insertions(+), 12 deletions(-) - po/ar.po | 89 +++++++++++++++++++++++++++----------------------- - po/be.po | 89 +++++++++++++++++++++++++++----------------------- - po/bg.po | 89 +++++++++++++++++++++++++++----------------------- - po/ca.po | 93 ++++++++++++++++++++++++++++------------------------ - po/cs.po | 89 +++++++++++++++++++++++++++----------------------- - po/da.po | 89 +++++++++++++++++++++++++++----------------------- - po/de.po | 91 +++++++++++++++++++++++++++------------------------ - po/el.po | 89 +++++++++++++++++++++++++++----------------------- - po/en.po | 89 +++++++++++++++++++++++++++----------------------- - po/es.po | 89 +++++++++++++++++++++++++++----------------------- - po/fi.po | 89 +++++++++++++++++++++++++++----------------------- - po/fr.po | 95 ++++++++++++++++++++++++++++------------------------- - po/he.po | 89 +++++++++++++++++++++++++++----------------------- - po/hr.po | 89 +++++++++++++++++++++++++++----------------------- - po/hu.po | 93 ++++++++++++++++++++++++++++------------------------ - po/icewm.pot | 91 +++++++++++++++++++++++++++------------------------ - po/id.po | 89 +++++++++++++++++++++++++++----------------------- - po/it.po | 89 +++++++++++++++++++++++++++----------------------- - po/ja.po | 93 ++++++++++++++++++++++++++++------------------------ - po/ko.po | 89 +++++++++++++++++++++++++++----------------------- - po/lt.po | 89 +++++++++++++++++++++++++++----------------------- - po/lv.po | 89 +++++++++++++++++++++++++++----------------------- - po/mk.po | 89 +++++++++++++++++++++++++++----------------------- - po/nb.po | 89 +++++++++++++++++++++++++++----------------------- - po/nl.po | 99 ++++++++++++++++++++++++++++++-------------------------- - po/no.po | 89 +++++++++++++++++++++++++++----------------------- - po/pl.po | 89 +++++++++++++++++++++++++++----------------------- - po/pt.po | 89 +++++++++++++++++++++++++++----------------------- - po/pt_BR.po | 89 +++++++++++++++++++++++++++----------------------- - po/ro.po | 89 +++++++++++++++++++++++++++----------------------- - po/ru.po | 91 +++++++++++++++++++++++++++------------------------ - po/sk.po | 93 ++++++++++++++++++++++++++++------------------------ - po/sl.po | 89 +++++++++++++++++++++++++++----------------------- - po/sv.po | 89 +++++++++++++++++++++++++++----------------------- - po/tr.po | 89 +++++++++++++++++++++++++++----------------------- - po/uk.po | 89 +++++++++++++++++++++++++++----------------------- - po/vi.po | 89 +++++++++++++++++++++++++++----------------------- - po/zh_CN.po | 89 +++++++++++++++++++++++++++----------------------- - po/zh_TW.po | 89 +++++++++++++++++++++++++++----------------------- - 39 files changed, 1891 insertions(+), 1618 deletions(-) - -commit 32359aa73c85b34e06bc34fa440ee568ba87c5e7 +commit 82e9f236dfc5e5027a9975ed48332204d8bba310 Author: Bert Gijsbers -Date: Wed May 5 20:23:35 2021 +0200 +Date: Sun May 16 01:04:19 2021 +0200 - Always rebuild manpages when Makefile changes. + Cleanup manageClient and split it up in smaller functions. - man/Makefile.am | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + src/wmmgr.cc | 180 ++++++++++++++++++++++----------------------------- + src/wmmgr.h | 6 +- + src/wmtaskbar.cc | 2 +- + src/wmwinlist.cc | 2 +- + src/ydialog.cc | 2 +- + 5 files changed, 85 insertions(+), 107 deletions(-) -commit 49a16a2eabf7a1f4b741484f1dd5aa36103ddd1a +commit cf8888097f142fd038d05d5565827aaaab259d2c Author: Bert Gijsbers -Date: Wed May 5 20:21:21 2021 +0200 +Date: Sat May 15 23:34:09 2021 +0200 - Fix for positioning new frames for themes with mask shaped top sides. + Improve icehelp colors and search in icehelp document with Ctrl+F and F3. - src/wmmgr.cc | 80 +++++++++++++++++++++++++++----------------------------- - src/wmmgr.h | 4 ++- - 2 files changed, 42 insertions(+), 42 deletions(-) + man/icehelp.pod | 16 +++-- + src/icehelp.cc | 175 ++++++++++++++++++++++++++++++++++++------------- + src/yscrollview.cc | 2 +- + 3 files changed, 141 insertions(+), 52 deletions(-) -commit e7a6a1044dc3b6d3c16e1abe622ea0d14c643e04 +commit cd928215376c3975609d8aee831ecbaa38d66b53 Author: Bert Gijsbers -Date: Wed May 5 20:20:13 2021 +0200 +Date: Sat May 15 23:31:54 2021 +0200 - Fix for snapping frame borders for themes with mask shaped top sides. + Support scrolling the pixmap of a GraphicsBuffer. - src/movesize.cc | 15 +++++---------- - 1 file changed, 5 insertions(+), 10 deletions(-) + src/ypaint.cc | 53 +++++++++++++++++++++++++++++++++++++++++++++++++++-- + src/ypaint.h | 1 + + 2 files changed, 52 insertions(+), 2 deletions(-) -commit 0ba69753f1b90239df6e785f711cd77f9905741f +commit 443e714ed4e1471d0a4e3542dde75f4028b02b19 Author: Bert Gijsbers -Date: Mon May 3 01:52:21 2021 +0200 +Date: Sat May 15 23:29:26 2021 +0200 - Add a button for a menu in icehelp. Support anti-aliased fonts in icehelp. + Add constructor with integer dimensions to YRect. - src/icehelp.cc | 46 ++++++++++++++++++++++++++++++++-------------- - src/wmsave.cc | 1 - - 2 files changed, 32 insertions(+), 15 deletions(-) + src/atasks.cc | 2 +- + src/wmtaskbar.cc | 8 ++++---- + src/ylistbox.cc | 2 +- + src/yrect.h | 9 +++++++++ + 4 files changed, 15 insertions(+), 6 deletions(-) -commit ed80a558a6326631e567587aa9457929740420bf +commit 0c29f143550ea954de6b1c8bb18b96bbe164b36f Author: Bert Gijsbers -Date: Sun May 2 23:47:19 2021 +0200 +Date: Sat May 15 23:25:13 2021 +0200 - Generate preferences in sorted order. + Support WM_TAKE_FOCUS by setting wsTakeFocus flag. - src/CMakeLists.txt | 2 +- - src/Makefile.am | 2 +- - src/genpref.cc | 76 ++++++++++++++++++++++++++++++++++++++++++-------- - 3 files changed, 67 insertions(+), 13 deletions(-) + src/ywindow.cc | 28 +++++++--------------------- + src/ywindow.h | 5 +++-- + 2 files changed, 10 insertions(+), 23 deletions(-) -commit 4dcdebfbf41a33c7898c92334aedf544a5d60193 +commit bf6ed4ff5be4c526f3fbf3e74f4023751a90a0e5 Author: Bert Gijsbers -Date: Sun May 2 23:44:07 2021 +0200 +Date: Fri May 14 22:20:00 2021 +0200 - Empty strings are equal to null strings and remove optimization when - updating preferences file. + Improve centrally placing transient windows over their leader window + when CenterTransientsOnOwner is enabled. Fix for when CenterLarge is true. - src/wmsave.cc | 13 +++---------- - src/yconfig.cc | 5 +++-- - 2 files changed, 6 insertions(+), 12 deletions(-) + src/wmmgr.cc | 33 ++++++++++++++++++++------------- + 1 file changed, 20 insertions(+), 13 deletions(-) -commit 39bef40e41f16cf938bbf6466d2f5ecbaa4c537d +commit 0eb590efdbfae7d11d34ff186dcbc74dac14d3e6 Author: Bert Gijsbers -Date: Sat May 1 23:45:58 2021 +0200 +Date: Fri May 14 20:08:27 2021 +0200 - Attempt to improve vertical alignment of text with different font faces - in icehelp. + Don't reverse the alpha value, only the RGB color components. - src/icehelp.cc | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) + src/ycolor.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 8291425cd0e867dc9cd7ebc118f9bcf33425e03b +commit 16e4a04b0c0ff02aeba2ad25d568cdd56dc86d5b Author: Bert Gijsbers -Date: Sat May 1 22:20:49 2021 +0200 +Date: Fri May 14 20:08:05 2021 +0200 - Let icehelp handle scrollbar keys when mouse pointer is inside a scrollbar. + Prevent compiler warnings. - src/icehelp.cc | 6 +++++- - src/yscrollview.cc | 5 +++++ - src/yscrollview.h | 1 + - 3 files changed, 11 insertions(+), 1 deletion(-) + src/wmpref.cc | 2 +- + src/yfontcore.cc | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) -commit d65ef75aced7a605d662a0bd6e370f203bb29c57 +commit f3e31d54a64132e70c8ca924c514c7851388af52 +Author: Mindaugas Baranauskas +Date: Fri May 14 05:31:21 2021 +0000 + + Translated using Weblate (Lithuanian) + + Currently translated at 43.8% (209 of 477 strings) + + po/lt.po | 38 +++++++++++++++----------------------- + 1 file changed, 15 insertions(+), 23 deletions(-) + +commit 8cb4c80e20ee900fb84d921541b7d17cb02d4f34 Author: Hugo Carvalho -Date: Fri Apr 30 21:08:16 2021 +0000 +Date: Sat May 8 21:29:33 2021 +0000 Translated using Weblate (Portuguese) - Currently translated at 100.0% (473 of 473 strings) + Currently translated at 100.0% (477 of 477 strings) - po/pt.po | 18 +++++------------- - 1 file changed, 5 insertions(+), 13 deletions(-) + po/pt.po | 69 +++++++++++++++++++++++++++--------------------------------- + 1 file changed, 31 insertions(+), 38 deletions(-) -commit 6252f6ab461019b8bf146f55667ec4c0645a7c28 -Author: Bert Gijsbers -Date: Thu Apr 29 22:34:51 2021 +0200 +commit 1bf5b2a08bfb1744ea695301407dead9c91f6c75 +Author: Ferdinand Galko +Date: Fri May 7 15:39:48 2021 +0000 - Add PingTimeout for issue ice-wm/icewm#47. When ping timeouts then - request user permission to terminate for issue ice-wm/icewm#47. + Translated using Weblate (Slovak) - src/default.h | 2 ++ - src/wmclient.cc | 101 ++++++++++++++++++++++++++-------------------------- - src/wmclient.h | 16 +++++---- - src/wmframe.cc | 20 +++++++---- - src/wmframe.h | 2 +- - src/wmmgr.cc | 2 +- - 6 files changed, 77 insertions(+), 66 deletions(-) + Currently translated at 100.0% (477 of 477 strings) -commit 4fe8510387cf99aa1e91e5a3315df48a7738c659 -Author: Bert Gijsbers -Date: Thu Apr 29 22:34:51 2021 +0200 + po/sk.po | 18 +++++++----------- + 1 file changed, 7 insertions(+), 11 deletions(-) - Add flags to test WM_PROTOCOLS. +commit 0023bb3064b94dbb8a6e7117d20e7e84b5d9e356 +Author: Luiz Fernando Ranghetti +Date: Fri May 7 14:31:25 2021 +0000 - src/icehelp.cc | 16 ++++++++++++++-- - 1 file changed, 14 insertions(+), 2 deletions(-) + Translated using Weblate (Portuguese (Brazil)) -commit 546a7b47a00e99fa9f3f3e5caca0947310bff114 -Author: Bert Gijsbers -Date: Thu Apr 29 22:34:50 2021 +0200 + Currently translated at 100.0% (477 of 477 strings) - Add equality operators for lazy pointers. + po/pt_BR.po | 38 +++++++++++++++++++------------------- + 1 file changed, 19 insertions(+), 19 deletions(-) - src/ref.h | 2 ++ - 1 file changed, 2 insertions(+) +commit 08c4cdeaef18bd676e40b1316f546997195433d3 +Author: Freek de Kruijf +Date: Thu May 6 21:30:28 2021 +0000 -commit b30c2fa4663e0ebc5b346e4c571887d3942d6118 -Author: Bert Gijsbers -Date: Thu Apr 29 00:56:58 2021 +0200 + Translated using Weblate (Dutch) - Fix icesh exit code for #585. + Currently translated at 100.0% (477 of 477 strings) - src/icesh.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + po/nl.po | 18 +++++++----------- + 1 file changed, 7 insertions(+), 11 deletions(-) -commit 338c5af8c054051a88fbc551c60174270991ca2f -Author: Bert Gijsbers -Date: Thu Apr 29 00:52:32 2021 +0200 +commit 96779731d8ed74d30d6e62fb1f1c4b2be7711016 +Author: Yasuhiko Kamata +Date: Thu May 6 22:05:57 2021 +0000 - Only use RTTI when debugging for issue ice-wm/icewm#48. + Translated using Weblate (Japanese) - src/ywindow.cc | 2 ++ - 1 file changed, 2 insertions(+) + Currently translated at 100.0% (477 of 477 strings) -commit abfd91d2d9e58f5d1cf79dcb26c1b79b88c24e2c -Author: Luiz Fernando Ranghetti -Date: Wed Apr 28 14:07:47 2021 +0000 + po/ja.po | 18 +++++++----------- + 1 file changed, 7 insertions(+), 11 deletions(-) - Translated using Weblate (Portuguese (Brazil)) +commit cc4244183f7060cfe19a9752f301f0290cd86b8d +Author: David Medina +Date: Thu May 6 19:03:10 2021 +0000 - Currently translated at 100.0% (473 of 473 strings) + Translated using Weblate (Catalan) - po/pt_BR.po | 21 ++++++--------------- - 1 file changed, 6 insertions(+), 15 deletions(-) + Currently translated at 100.0% (477 of 477 strings) -commit fef8441f47bfa92315a47c08618201491ec8eb2c + po/ca.po | 18 +++++++----------- + 1 file changed, 7 insertions(+), 11 deletions(-) + +commit 33497dea8067a6d9eeccb3ec8eec57dd16c4f1b9 Author: Bert Gijsbers -Date: Wed Apr 28 00:31:19 2021 +0200 +Date: Fri May 7 01:39:59 2021 +0200 - Prepare 2.3.3 release + Prepare 2.3.4 release - AUTHORS | 16 +- - ChangeLog | 592 +++++++++++++++++++++++++++++++------------------------ - NEWS | 61 ++++-- - README.md | 36 ++-- + AUTHORS | 8 +- + ChangeLog | 815 ++++++++++++++++++++++++++++++------------------------- + NEWS | 102 ++++--- + README.md | 36 +-- VERSION | 2 +- configure.ac | 10 +- - po/ar.po | 6 +- - po/be.po | 6 +- - po/bg.po | 6 +- - po/ca.po | 10 +- - po/cs.po | 6 +- - po/da.po | 6 +- - po/de.po | 6 +- - po/el.po | 6 +- - po/en.po | 6 +- - po/es.po | 6 +- - po/fi.po | 6 +- - po/fr.po | 10 +- - po/he.po | 6 +- - po/hr.po | 6 +- - po/hu.po | 6 +- - po/icewm.pot | 8 +- - po/id.po | 6 +- - po/it.po | 6 +- - po/ja.po | 10 +- - po/ko.po | 6 +- - po/lt.po | 6 +- - po/lv.po | 6 +- - po/mk.po | 6 +- - po/nb.po | 6 +- - po/nl.po | 14 +- - po/no.po | 6 +- - po/pl.po | 6 +- - po/pt.po | 6 +- - po/pt_BR.po | 6 +- - po/ro.po | 6 +- - po/ru.po | 6 +- - po/sk.po | 10 +- - po/sl.po | 6 +- - po/sv.po | 6 +- - po/tr.po | 6 +- - po/uk.po | 6 +- - po/vi.po | 6 +- - po/zh_CN.po | 6 +- - po/zh_TW.po | 6 +- - 45 files changed, 546 insertions(+), 431 deletions(-) + po/ar.po | 82 +++--- + po/be.po | 82 +++--- + po/bg.po | 82 +++--- + po/ca.po | 82 +++--- + po/cs.po | 82 +++--- + po/da.po | 82 +++--- + po/de.po | 82 +++--- + po/el.po | 82 +++--- + po/en.po | 82 +++--- + po/es.po | 82 +++--- + po/fi.po | 82 +++--- + po/fr.po | 82 +++--- + po/he.po | 82 +++--- + po/hr.po | 82 +++--- + po/hu.po | 82 +++--- + po/icewm.pot | 84 +++--- + po/id.po | 82 +++--- + po/it.po | 82 +++--- + po/ja.po | 82 +++--- + po/ko.po | 82 +++--- + po/lt.po | 82 +++--- + po/lv.po | 82 +++--- + po/mk.po | 82 +++--- + po/nb.po | 82 +++--- + po/nl.po | 82 +++--- + po/no.po | 82 +++--- + po/pl.po | 82 +++--- + po/pt.po | 82 +++--- + po/pt_BR.po | 82 +++--- + po/ro.po | 82 +++--- + po/ru.po | 82 +++--- + po/sk.po | 82 +++--- + po/sl.po | 82 +++--- + po/sv.po | 82 +++--- + po/tr.po | 82 +++--- + po/uk.po | 82 +++--- + po/vi.po | 82 +++--- + po/zh_CN.po | 82 +++--- + po/zh_TW.po | 82 +++--- + 45 files changed, 2143 insertions(+), 2030 deletions(-) -commit 4f5ab4b8819650929fbe768d22751efd76130f01 -Merge: 9175263b 721a1b20 +commit c6619282bf52afcb1b6900348f4fa0e1b7c91e2b +Merge: fef8441f 20314f45 Author: Bert Gijsbers -Date: Wed Apr 28 00:25:48 2021 +0200 +Date: Fri May 7 01:29:16 2021 +0200 Merge branch 'icewm-1-4-BRANCH' -commit 721a1b20d7b0eff45f0d6999b4664c76a3347ed9 -Merge: 56df42b9 5ca96880 +commit 20314f45588e6a5619e419beff62e549c6e48550 +Merge: 721a1b20 43ec0839 Author: Bert Gijsbers -Date: Wed Apr 28 00:24:18 2021 +0200 +Date: Fri May 7 01:27:56 2021 +0200 Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into icewm-1-4-BRANCH -commit 5ca9688006e4072bd89c8e2a7f176f06c406be5c +commit 43ec0839bf40ecd469f7ab3e65068777a6df76dd Author: Bert Gijsbers -Date: Tue Apr 27 23:18:18 2021 +0200 +Date: Fri May 7 01:06:25 2021 +0200 - Fix compiler warning about the C++ One Definition Rule. + Reduce freetype font size for icehelp. Improve reversed link color + for icehelp. - src/wmsave.cc | 3 +-- - 1 file changed, 1 insertion(+), 2 deletions(-) + src/icehelp.cc | 23 +++++++++++++---------- + 1 file changed, 13 insertions(+), 10 deletions(-) -commit 118dbb4075709c3b26810ea84ea400f8be7c3965 +commit 9faf348bca2689e0227a1fba6404dd42c7e0eb4b Author: Bert Gijsbers -Date: Tue Apr 27 22:13:15 2021 +0200 - - Document default winoption format .OPTION. +Date: Thu May 6 19:26:26 2021 +0200 - man/icewm-winoptions.pod | 2 ++ - 1 file changed, 2 insertions(+) + make update-po -commit 4ed379d29df94dc157394903042a6884cd9cf026 -Author: Ferdinand Galko -Date: Tue Apr 27 13:46:06 2021 +0000 + po/ar.po | 124 ++++++++++++++++++++++++++++---------------------- + po/be.po | 124 ++++++++++++++++++++++++++++---------------------- + po/bg.po | 124 ++++++++++++++++++++++++++++---------------------- + po/ca.po | 128 ++++++++++++++++++++++++++++----------------------- + po/cs.po | 124 ++++++++++++++++++++++++++++---------------------- + po/da.po | 124 ++++++++++++++++++++++++++++---------------------- + po/de.po | 124 ++++++++++++++++++++++++++++---------------------- + po/el.po | 124 ++++++++++++++++++++++++++++---------------------- + po/en.po | 120 ++++++++++++++++++++++++++---------------------- + po/es.po | 124 ++++++++++++++++++++++++++++---------------------- + po/fi.po | 124 ++++++++++++++++++++++++++++---------------------- + po/fr.po | 128 ++++++++++++++++++++++++++++----------------------- + po/he.po | 120 ++++++++++++++++++++++++++---------------------- + po/hr.po | 124 ++++++++++++++++++++++++++++---------------------- + po/hu.po | 136 +++++++++++++++++++++++++++++++------------------------ + po/icewm.pot | 122 +++++++++++++++++++++++++++---------------------- + po/id.po | 124 ++++++++++++++++++++++++++++---------------------- + po/it.po | 124 ++++++++++++++++++++++++++++---------------------- + po/ja.po | 128 ++++++++++++++++++++++++++++----------------------- + po/ko.po | 124 ++++++++++++++++++++++++++++---------------------- + po/lt.po | 124 ++++++++++++++++++++++++++++---------------------- + po/lv.po | 124 ++++++++++++++++++++++++++++---------------------- + po/mk.po | 124 ++++++++++++++++++++++++++++---------------------- + po/nb.po | 124 ++++++++++++++++++++++++++++---------------------- + po/nl.po | 128 ++++++++++++++++++++++++++++----------------------- + po/no.po | 124 ++++++++++++++++++++++++++++---------------------- + po/pl.po | 124 ++++++++++++++++++++++++++++---------------------- + po/pt.po | 124 ++++++++++++++++++++++++++++---------------------- + po/pt_BR.po | 124 ++++++++++++++++++++++++++++---------------------- + po/ro.po | 124 ++++++++++++++++++++++++++++---------------------- + po/ru.po | 124 ++++++++++++++++++++++++++++---------------------- + po/sk.po | 128 ++++++++++++++++++++++++++++----------------------- + po/sl.po | 124 ++++++++++++++++++++++++++++---------------------- + po/sv.po | 124 ++++++++++++++++++++++++++++---------------------- + po/tr.po | 124 ++++++++++++++++++++++++++++---------------------- + po/uk.po | 124 ++++++++++++++++++++++++++++---------------------- + po/vi.po | 124 ++++++++++++++++++++++++++++---------------------- + po/zh_CN.po | 124 ++++++++++++++++++++++++++++---------------------- + po/zh_TW.po | 124 ++++++++++++++++++++++++++++---------------------- + 39 files changed, 2736 insertions(+), 2122 deletions(-) - Translated using Weblate (Slovak) +commit f1d41d292d4a069dcaba87f9ddc69cca1a23806d +Author: Bert Gijsbers +Date: Thu May 6 19:25:16 2021 +0200 - Currently translated at 100.0% (473 of 473 strings) + Check input lengths. - po/sk.po | 17 ++++------------- - 1 file changed, 4 insertions(+), 13 deletions(-) + src/icehelp.cc | 12 +++++++----- + 1 file changed, 7 insertions(+), 5 deletions(-) -commit 2bc23d8dd87b1e269db7e781d01c9abacd20a824 +commit 063e412b71fd4d2dfe878b04c681ac1e11b79617 Author: Bert Gijsbers -Date: Tue Apr 27 17:55:23 2021 +0200 +Date: Thu May 6 19:12:00 2021 +0200 - Permit scroll wheel to control rolling up or down for issue #584. + Add PingTimeout. - man/icewm.pod | 7 +++++-- - src/wmtitle.cc | 10 ++++++++++ - 2 files changed, 15 insertions(+), 2 deletions(-) + man/icewm-preferences.pod | 4 ++++ + 1 file changed, 4 insertions(+) -commit 3d5c52aef4b0c4edaa457502b71e604afc5f738d +commit affe7d96d9cadb37841f0f8f3a2105694aecbab7 Author: Bert Gijsbers -Date: Tue Apr 27 17:36:06 2021 +0200 +Date: Thu May 6 19:03:37 2021 +0200 - Remove superfluous cast and class qualifications. + Improve accuracy of clicking on links in icehelp. Support reverse video + in icehelp. Add more keyboard shortcuts to icehelp. - src/ymenu.cc | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) + src/icehelp.cc | 133 +++++++++++++++++++++++++++++++++++++++---------- + src/yscrollbar.cc | 15 ++++++ + src/yscrollbar.h | 3 ++ + src/yscrollview.cc | 27 ++-------- + src/yscrollview.h | 18 +++---- + 5 files changed, 139 insertions(+), 57 deletions(-) -commit 7747cd8391231beaba644c82d1cc22431f03967d +commit 918c05ab43f9c547545841b972bf4926b55afca2 Author: Bert Gijsbers -Date: Tue Apr 27 17:35:05 2021 +0200 +Date: Thu May 6 19:02:36 2021 +0200 - Correct type of all button preferences as unsigned. + Don't adjust workarea when snapping from outside the workarea. - src/default.h | 10 +++++----- - src/wmmgr.cc | 10 +++++----- - src/wmpref.cc | 29 ++++++++++++++++++++++++++++- - src/wmtitle.cc | 10 +++++----- - 4 files changed, 43 insertions(+), 16 deletions(-) + src/movesize.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit 6e66ef9cffc4ba151c3cf3b1af04bb1ca706228d -Author: Freek de Kruijf -Date: Tue Apr 27 10:14:07 2021 +0000 +commit 0a32a9a13b591e2e99f1b2e48fd88e11d889c924 +Author: Bert Gijsbers +Date: Thu May 6 19:01:31 2021 +0200 - Translated using Weblate (Dutch) + Add reverse color. - Currently translated at 100.0% (473 of 473 strings) + src/ycolor.cc | 10 ++++++++++ + src/ycolor.h | 2 ++ + 2 files changed, 12 insertions(+) - po/nl.po | 43 +++++++++++++++++-------------------------- - 1 file changed, 17 insertions(+), 26 deletions(-) +commit 74aa52f91eb2adbd5ea863259777c1ed831ba1ed +Author: Bert Gijsbers +Date: Thu May 6 19:00:22 2021 +0200 -commit f8cd7541853bcf47f9a1cba62b5e36d1d0b3eda9 -Author: Yasuhiko Kamata -Date: Mon Apr 26 22:08:27 2021 +0000 + Add setNetName. - Translated using Weblate (Japanese) + src/ywindow.cc | 6 ++++++ + src/ywindow.h | 1 + + 2 files changed, 7 insertions(+) - Currently translated at 100.0% (473 of 473 strings) +commit e9c0278f109c1322cda05154b330cb20906787d6 +Author: Bert Gijsbers +Date: Thu May 6 18:59:22 2021 +0200 - po/ja.po | 23 +++++++---------------- - 1 file changed, 7 insertions(+), 16 deletions(-) + Add a --disable-rsvg option to configure for issue #587. -commit 250adff966effedb0024231de5fce382ef5e89a1 -Author: Guillaume GARDET -Date: Mon Apr 26 18:38:49 2021 +0000 + configure.ac | 38 ++++++++++++++++++++++---------------- + 1 file changed, 22 insertions(+), 16 deletions(-) - Translated using Weblate (French) +commit c8f7c5f44c7674d99f3c1610e8df2ed55744d66c +Author: Ferdinand Galko +Date: Thu May 6 13:32:01 2021 +0000 - Currently translated at 100.0% (473 of 473 strings) + Translated using Weblate (Slovak) - po/fr.po | 43 +++++++++++++++++-------------------------- - 1 file changed, 17 insertions(+), 26 deletions(-) + Currently translated at 100.0% (474 of 474 strings) -commit 64c5c51008c2a91836c916ce40d9b0b1becfa91c -Author: David Medina -Date: Mon Apr 26 18:14:13 2021 +0000 + po/sk.po | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) - Translated using Weblate (Catalan) +commit 87fff3d3b7a1f1301dfeb7be5b6c446ecc9e6444 +Author: Freek de Kruijf +Date: Thu May 6 08:29:44 2021 +0000 - Currently translated at 100.0% (473 of 473 strings) + Translated using Weblate (Dutch) - po/ca.po | 67 ++++++++++++++++++++++++++---------------------------------- - 1 file changed, 29 insertions(+), 38 deletions(-) + Currently translated at 100.0% (474 of 474 strings) -commit 3410d3b4b39d6c490f28d6f6b513c9a9781068af -Merge: 154d649d c58040d8 -Author: openSUSE Weblate -Date: Mon Apr 26 17:30:54 2021 +0000 + po/nl.po | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) - Merge branch 'origin/icewm-1-4-BRANCH' into Weblate. +commit aa8d5ffe5bc64a94b9d58c4e0aa78cbd01bcc7f7 +Author: Guillaume GARDET +Date: Thu May 6 06:41:28 2021 +0000 -commit c58040d87234f7b63c3189ed43c5fa79c4362999 -Author: Ferdinand Galko -Date: Mon Apr 26 16:32:37 2021 +0000 + Translated using Weblate (French) - Translated using Weblate (Slovak) + Currently translated at 100.0% (474 of 474 strings) - Currently translated at 100.0% (472 of 472 strings) + po/fr.po | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) - po/sk.po | 11 +++++------ - 1 file changed, 5 insertions(+), 6 deletions(-) +commit aaad3bf3ddd038dae102560929b03e3bf67b4471 +Author: David Medina +Date: Thu May 6 08:37:02 2021 +0000 -commit 154d649db266941052e2ed08fc379a2c4e361047 -Author: Bert Gijsbers -Date: Mon Apr 26 19:30:41 2021 +0200 + Translated using Weblate (Catalan) - make update-po + Currently translated at 100.0% (474 of 474 strings) - po/ar.po | 181 ++++++++++++++++++++++++++++------------------------- - po/be.po | 172 ++++++++++++++++++++++++++------------------------- - po/bg.po | 172 ++++++++++++++++++++++++++------------------------- - po/ca.po | 181 ++++++++++++++++++++++++++++------------------------- - po/cs.po | 181 ++++++++++++++++++++++++++++------------------------- - po/da.po | 181 ++++++++++++++++++++++++++++------------------------- - po/de.po | 181 ++++++++++++++++++++++++++++------------------------- - po/el.po | 181 ++++++++++++++++++++++++++++------------------------- - po/en.po | 168 ++++++++++++++++++++++++++------------------------ - po/es.po | 185 +++++++++++++++++++++++++++++-------------------------- - po/fi.po | 176 ++++++++++++++++++++++++++-------------------------- - po/fr.po | 181 ++++++++++++++++++++++++++++------------------------- - po/he.po | 172 ++++++++++++++++++++++++++------------------------- - po/hr.po | 168 ++++++++++++++++++++++++++------------------------ - po/hu.po | 172 ++++++++++++++++++++++++++------------------------- - po/icewm.pot | 170 ++++++++++++++++++++++++++------------------------ - po/id.po | 181 ++++++++++++++++++++++++++++------------------------- - po/it.po | 181 ++++++++++++++++++++++++++++------------------------- - po/ja.po | 181 ++++++++++++++++++++++++++++------------------------- - po/ko.po | 172 ++++++++++++++++++++++++++------------------------- - po/lt.po | 172 ++++++++++++++++++++++++++------------------------- - po/lv.po | 172 ++++++++++++++++++++++++++------------------------- - po/mk.po | 172 ++++++++++++++++++++++++++------------------------- - po/nb.po | 172 ++++++++++++++++++++++++++------------------------- - po/nl.po | 181 ++++++++++++++++++++++++++++------------------------- - po/no.po | 172 ++++++++++++++++++++++++++------------------------- - po/pl.po | 172 ++++++++++++++++++++++++++------------------------- - po/pt.po | 177 ++++++++++++++++++++++++++++------------------------ - po/pt_BR.po | 181 ++++++++++++++++++++++++++++------------------------- - po/ro.po | 168 ++++++++++++++++++++++++++------------------------ - po/ru.po | 172 ++++++++++++++++++++++++++------------------------- - po/sk.po | 181 ++++++++++++++++++++++++++++------------------------- - po/sl.po | 172 ++++++++++++++++++++++++++------------------------- - po/sv.po | 181 ++++++++++++++++++++++++++++------------------------- - po/tr.po | 172 ++++++++++++++++++++++++++------------------------- - po/uk.po | 172 ++++++++++++++++++++++++++------------------------- - po/vi.po | 172 ++++++++++++++++++++++++++------------------------- - po/zh_CN.po | 181 ++++++++++++++++++++++++++++------------------------- - po/zh_TW.po | 181 ++++++++++++++++++++++++++++------------------------- - 39 files changed, 3581 insertions(+), 3279 deletions(-) + po/ca.po | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) -commit 23f0f10590b3f336def6285fe29dbca13be807bb -Author: Bert Gijsbers -Date: Mon Apr 26 19:28:53 2021 +0200 +commit 6945bd20579f6510ce34ad1666a293e4804987c7 +Author: Yasuhiko Kamata +Date: Thu May 6 03:48:35 2021 +0000 - Add new icewm option --rewrite-preferences to update preferences. + Translated using Weblate (Japanese) - man/icewm.pod | 12 +- - src/CMakeLists.txt | 2 +- - src/Makefile.am | 2 + - src/wmapp.cc | 12 +- - src/wmconfig.cc | 136 +++++++++++++++++++++ - src/wmconfig.h | 1 + - src/wmpref.cc | 249 +------------------------------------- - src/wmpref.h | 21 ---- - src/wmsave.cc | 323 +++++++++++++++++++++++++++++++++++++++++++++++++ - src/wmsave.h | 36 ++++++ - src/yaction.h | 6 +- - src/yconfig.cc | 31 ++++- - src/yconfig.h | 23 ++-- - 13 files changed, 567 insertions(+), 287 deletions(-) + Currently translated at 100.0% (474 of 474 strings) -commit 1d0fe7bc23ff7f38f5fe2bda34a417ac3e52b736 + po/ja.po | 8 +++++--- + 1 file changed, 5 insertions(+), 3 deletions(-) + +commit 74a762fd1041990755b891ea5e4f3d8d1b000367 Author: Bert Gijsbers -Date: Mon Apr 26 01:14:41 2021 +0200 +Date: Wed May 5 23:46:55 2021 +0200 - Improve documentation for options for Super/Windows key modifiers. + make update-po - man/icewm-preferences.pod | 11 ++++++++--- - src/default.h | 6 +++--- - 2 files changed, 11 insertions(+), 6 deletions(-) + po/ar.po | 89 +++++++++++++++++++++++++++----------------------- + po/be.po | 89 +++++++++++++++++++++++++++----------------------- + po/bg.po | 89 +++++++++++++++++++++++++++----------------------- + po/ca.po | 93 ++++++++++++++++++++++++++++------------------------ + po/cs.po | 89 +++++++++++++++++++++++++++----------------------- + po/da.po | 89 +++++++++++++++++++++++++++----------------------- + po/de.po | 91 +++++++++++++++++++++++++++------------------------ + po/el.po | 89 +++++++++++++++++++++++++++----------------------- + po/en.po | 89 +++++++++++++++++++++++++++----------------------- + po/es.po | 89 +++++++++++++++++++++++++++----------------------- + po/fi.po | 89 +++++++++++++++++++++++++++----------------------- + po/fr.po | 95 ++++++++++++++++++++++++++++------------------------- + po/he.po | 89 +++++++++++++++++++++++++++----------------------- + po/hr.po | 89 +++++++++++++++++++++++++++----------------------- + po/hu.po | 93 ++++++++++++++++++++++++++++------------------------ + po/icewm.pot | 91 +++++++++++++++++++++++++++------------------------ + po/id.po | 89 +++++++++++++++++++++++++++----------------------- + po/it.po | 89 +++++++++++++++++++++++++++----------------------- + po/ja.po | 93 ++++++++++++++++++++++++++++------------------------ + po/ko.po | 89 +++++++++++++++++++++++++++----------------------- + po/lt.po | 89 +++++++++++++++++++++++++++----------------------- + po/lv.po | 89 +++++++++++++++++++++++++++----------------------- + po/mk.po | 89 +++++++++++++++++++++++++++----------------------- + po/nb.po | 89 +++++++++++++++++++++++++++----------------------- + po/nl.po | 99 ++++++++++++++++++++++++++++++-------------------------- + po/no.po | 89 +++++++++++++++++++++++++++----------------------- + po/pl.po | 89 +++++++++++++++++++++++++++----------------------- + po/pt.po | 89 +++++++++++++++++++++++++++----------------------- + po/pt_BR.po | 89 +++++++++++++++++++++++++++----------------------- + po/ro.po | 89 +++++++++++++++++++++++++++----------------------- + po/ru.po | 91 +++++++++++++++++++++++++++------------------------ + po/sk.po | 93 ++++++++++++++++++++++++++++------------------------ + po/sl.po | 89 +++++++++++++++++++++++++++----------------------- + po/sv.po | 89 +++++++++++++++++++++++++++----------------------- + po/tr.po | 89 +++++++++++++++++++++++++++----------------------- + po/uk.po | 89 +++++++++++++++++++++++++++----------------------- + po/vi.po | 89 +++++++++++++++++++++++++++----------------------- + po/zh_CN.po | 89 +++++++++++++++++++++++++++----------------------- + po/zh_TW.po | 89 +++++++++++++++++++++++++++----------------------- + 39 files changed, 1891 insertions(+), 1618 deletions(-) -commit d04adb3166ae7b27b95d51c47af368ed8595c4bd +commit 32359aa73c85b34e06bc34fa440ee568ba87c5e7 Author: Bert Gijsbers -Date: Sun Apr 25 23:35:53 2021 +0200 +Date: Wed May 5 20:23:35 2021 +0200 - Make the modifiers dependent on the type of QuickSwitch: either from - the Alt+Tab - or from the "switchkey" keyword for issue #583. + Always rebuild manpages when Makefile changes. - src/wmprog.cc | 15 +++++++++++---- - src/wmswitch.cc | 10 +++++++--- - src/wmswitch.h | 1 + - 3 files changed, 19 insertions(+), 7 deletions(-) + man/Makefile.am | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit da8fedb33ae42ee8aca3545c77c13d875ccdda1b +commit 49a16a2eabf7a1f4b741484f1dd5aa36103ddd1a Author: Bert Gijsbers -Date: Sat Apr 24 15:28:17 2021 +0200 +Date: Wed May 5 20:21:21 2021 +0200 - Don't reorder focus when Alt+Tabbing for issue #579. + Fix for positioning new frames for themes with mask shaped top sides. - src/wmswitch.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + src/wmmgr.cc | 80 +++++++++++++++++++++++++++----------------------------- + src/wmmgr.h | 4 ++- + 2 files changed, 42 insertions(+), 42 deletions(-) -commit 2df4083bfb52051d3f00716ef821bd9b028cc827 -Author: Panwar -Date: Thu Apr 22 14:41:10 2021 +0000 +commit e7a6a1044dc3b6d3c16e1abe622ea0d14c643e04 +Author: Bert Gijsbers +Date: Wed May 5 20:20:13 2021 +0200 - Translated using Weblate (Hindi) + Fix for snapping frame borders for themes with mask shaped top sides. - Currently translated at 25.1% (85 of 338 strings) + src/movesize.cc | 15 +++++---------- + 1 file changed, 5 insertions(+), 10 deletions(-) - po/hi.po | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) +commit 0ba69753f1b90239df6e785f711cd77f9905741f +Author: Bert Gijsbers +Date: Mon May 3 01:52:21 2021 +0200 -commit 46db04944f3afa03af72d787063fae7d9d2616d3 + Add a button for a menu in icehelp. Support anti-aliased fonts in icehelp. + + src/icehelp.cc | 46 ++++++++++++++++++++++++++++++++-------------- + src/wmsave.cc | 1 - + 2 files changed, 32 insertions(+), 15 deletions(-) + +commit ed80a558a6326631e567587aa9457929740420bf Author: Bert Gijsbers -Date: Tue Apr 20 01:07:51 2021 +0200 +Date: Sun May 2 23:47:19 2021 +0200 - Defer loading internationalized help text until required. + Generate preferences in sorted order. - src/base.h | 5 +++-- - src/genpref.cc | 10 ++++++++-- - src/icesh.cc | 2 +- - src/icewmhint.cc | 2 +- - src/misc.cc | 15 ++++++++++----- - 5 files changed, 23 insertions(+), 11 deletions(-) + src/CMakeLists.txt | 2 +- + src/Makefile.am | 2 +- + src/genpref.cc | 76 ++++++++++++++++++++++++++++++++++++++++++-------- + 3 files changed, 67 insertions(+), 13 deletions(-) -commit ed1b3058ad1a0be3e22fe51440f716d5925645c4 +commit 4dcdebfbf41a33c7898c92334aedf544a5d60193 Author: Bert Gijsbers -Date: Tue Apr 20 00:50:18 2021 +0200 +Date: Sun May 2 23:44:07 2021 +0200 - Add support for conditional expressions to icesh. + Empty strings are equal to null strings and remove optimization when + updating preferences file. - man/icesh.pod | 39 ++++++++ - src/icesh.cc | 266 +++++++++++++++++++++++++++++++++++------------------- - 2 files changed, 213 insertions(+), 92 deletions(-) + src/wmsave.cc | 13 +++---------- + src/yconfig.cc | 5 +++-- + 2 files changed, 6 insertions(+), 12 deletions(-) -commit 7c38247ded0cc53922eba86cdd15e6ff192ae160 +commit 39bef40e41f16cf938bbf6466d2f5ecbaa4c537d Author: Bert Gijsbers -Date: Fri Apr 16 16:03:42 2021 +0200 +Date: Sat May 1 23:45:58 2021 +0200 - Add a toggle option "^" to the "netState" command for issue #580. + Attempt to improve vertical alignment of text with different font faces + in icehelp. - man/icesh.pod | 22 +++++++++++++++++++++- - src/icesh.cc | 23 +++++++++++++++++++++-- - 2 files changed, 42 insertions(+), 3 deletions(-) + src/icehelp.cc | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) -commit 9175263b5cc9845460c9ecb35f8012ce0db635a2 +commit 8291425cd0e867dc9cd7ebc118f9bcf33425e03b Author: Bert Gijsbers -Date: Thu Apr 15 01:35:37 2021 +0200 +Date: Sat May 1 22:20:49 2021 +0200 - Prepare 2.3.2 release + Let icehelp handle scrollbar keys when mouse pointer is inside a scrollbar. - AUTHORS | 4 +- - ChangeLog | 705 +++++++++++++++++++++++++++---------------------------- - NEWS | 82 ++++--- - README.md | 36 +-- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 62 ++--- - po/be.po | 62 ++--- - po/bg.po | 62 ++--- - po/ca.po | 62 ++--- - po/cs.po | 62 ++--- - po/da.po | 62 ++--- - po/de.po | 62 ++--- - po/el.po | 62 ++--- - po/en.po | 62 ++--- - po/es.po | 62 ++--- - po/fi.po | 66 +++--- - po/fr.po | 62 ++--- - po/he.po | 62 ++--- - po/hr.po | 62 ++--- - po/hu.po | 62 ++--- - po/icewm.pot | 64 ++--- - po/id.po | 62 ++--- - po/it.po | 62 ++--- - po/ja.po | 62 ++--- - po/ko.po | 62 ++--- - po/lt.po | 62 ++--- - po/lv.po | 62 ++--- - po/mk.po | 62 ++--- - po/nb.po | 62 ++--- - po/nl.po | 62 ++--- - po/no.po | 62 ++--- - po/pl.po | 62 ++--- - po/pt.po | 62 ++--- - po/pt_BR.po | 62 ++--- - po/ro.po | 62 ++--- - po/ru.po | 62 ++--- - po/sk.po | 62 ++--- - po/sl.po | 62 ++--- - po/sv.po | 62 ++--- - po/tr.po | 62 ++--- - po/uk.po | 62 ++--- - po/vi.po | 62 ++--- - po/zh_CN.po | 62 ++--- - po/zh_TW.po | 62 ++--- - 45 files changed, 1633 insertions(+), 1630 deletions(-) + src/icehelp.cc | 6 +++++- + src/yscrollview.cc | 5 +++++ + src/yscrollview.h | 1 + + 3 files changed, 11 insertions(+), 1 deletion(-) -commit ec46c648ae768fc6d058b92ebe2abf0058b7f253 -Merge: 0ed7743b 56df42b9 -Author: Bert Gijsbers -Date: Thu Apr 15 01:23:35 2021 +0200 +commit d65ef75aced7a605d662a0bd6e370f203bb29c57 +Author: Hugo Carvalho +Date: Fri Apr 30 21:08:16 2021 +0000 - Merge branch 'icewm-1-4-BRANCH' + Translated using Weblate (Portuguese) -commit 56df42b93451086a932a11c57e4d3f68c8cf0857 -Merge: 55257c59 7d3aad84 -Author: Bert Gijsbers -Date: Thu Apr 15 01:22:09 2021 +0200 + Currently translated at 100.0% (473 of 473 strings) - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + po/pt.po | 18 +++++------------- + 1 file changed, 5 insertions(+), 13 deletions(-) -commit 7d3aad84210753328d68b387a08eea3f206c7269 +commit 6252f6ab461019b8bf146f55667ec4c0645a7c28 Author: Bert Gijsbers -Date: Thu Apr 15 00:05:51 2021 +0200 +Date: Thu Apr 29 22:34:51 2021 +0200 - Document more workspace button features. + Add PingTimeout for issue ice-wm/icewm#47. When ping timeouts then + request user permission to terminate for issue ice-wm/icewm#47. - man/icewm.pod | 74 ++++++++++++++++++++++++++++++++----------------------- - 1 file changed, 43 insertions(+), 31 deletions(-) + src/default.h | 2 ++ + src/wmclient.cc | 101 ++++++++++++++++++++++++++-------------------------- + src/wmclient.h | 16 +++++---- + src/wmframe.cc | 20 +++++++---- + src/wmframe.h | 2 +- + src/wmmgr.cc | 2 +- + 6 files changed, 77 insertions(+), 66 deletions(-) -commit 5b06cc206ea1ca4a7a68b9ffdb0f5bedbd168240 +commit 4fe8510387cf99aa1e91e5a3315df48a7738c659 Author: Bert Gijsbers -Date: Wed Apr 14 22:19:56 2021 +0200 +Date: Thu Apr 29 22:34:51 2021 +0200 - First synchronize with icewm, before updating background after icewm - restart. + Add flags to test WM_PROTOCOLS. - src/icewmbg.cc | 64 +++++++++++++++++++++++++++++++++++++++++++----------- - 1 file changed, 51 insertions(+), 13 deletions(-) + src/icehelp.cc | 16 ++++++++++++++-- + 1 file changed, 14 insertions(+), 2 deletions(-) -commit 6161be0fbb57f4ad1fc987635e3ef8fa11742946 +commit 546a7b47a00e99fa9f3f3e5caca0947310bff114 Author: Bert Gijsbers -Date: Wed Apr 14 22:18:21 2021 +0200 +Date: Thu Apr 29 22:34:50 2021 +0200 - Improve rounded rectangle corner painting detail. + Add equality operators for lazy pointers. - src/ypaint.cc | 14 ++++++++------ - 1 file changed, 8 insertions(+), 6 deletions(-) + src/ref.h | 2 ++ + 1 file changed, 2 insertions(+) -commit 09be9ed411c7f27d1a683967c89c09e4839006a4 +commit b30c2fa4663e0ebc5b346e4c571887d3942d6118 Author: Bert Gijsbers -Date: Wed Apr 14 22:13:17 2021 +0200 +Date: Thu Apr 29 00:56:58 2021 +0200 - Enforce the completion of the deallocation of the single YWMApp object. + Fix icesh exit code for #585. - src/wmapp.cc | 3 +++ - 1 file changed, 3 insertions(+) + src/icesh.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit c406fc804a585a1d96db7818bed7b119c69b940d +commit 338c5af8c054051a88fbc551c60174270991ca2f Author: Bert Gijsbers -Date: Wed Apr 14 22:11:25 2021 +0200 +Date: Thu Apr 29 00:52:32 2021 +0200 - Add append and replace to YProperty. Improve reporting detail when - XOpenDisplay fails. + Only use RTTI when debugging for issue ice-wm/icewm#48. - src/yxapp.cc | 20 +++++++++++++++++--- - src/yxapp.h | 7 +++++-- - 2 files changed, 22 insertions(+), 5 deletions(-) + src/ywindow.cc | 2 ++ + 1 file changed, 2 insertions(+) -commit da09cc77f2ffabf136bdb23f8a3b298e8e2ca66c -Author: Bert Gijsbers -Date: Wed Apr 14 22:08:36 2021 +0200 +commit abfd91d2d9e58f5d1cf79dcb26c1b79b88c24e2c +Author: Luiz Fernando Ranghetti +Date: Wed Apr 28 14:07:47 2021 +0000 - Reduce reactiveness to mouse motion of task button by deselecting task - button when dragging ends. + Translated using Weblate (Portuguese (Brazil)) - src/atasks.cc | 11 ++++++----- - src/atasks.h | 1 + - 2 files changed, 7 insertions(+), 5 deletions(-) + Currently translated at 100.0% (473 of 473 strings) -commit 474993356704e6c97e50073ea0d3b95f6723c1a1 + po/pt_BR.po | 21 ++++++--------------- + 1 file changed, 6 insertions(+), 15 deletions(-) + +commit fef8441f47bfa92315a47c08618201491ec8eb2c Author: Bert Gijsbers -Date: Tue Apr 13 05:03:58 2021 +0200 +Date: Wed Apr 28 00:31:19 2021 +0200 - Use reversed active taskbar app text colors for drawing grouping number - for issue #565. Improve drawing rectangles with rounded corners. - Don't update grouping when shutting down. + Prepare 2.3.3 release - src/atasks.cc | 22 +++++++------------- - src/wmmgr.h | 1 + - src/ypaint.cc | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- - src/ypaint.h | 3 ++- - 4 files changed, 68 insertions(+), 19 deletions(-) + AUTHORS | 16 +- + ChangeLog | 592 +++++++++++++++++++++++++++++++------------------------ + NEWS | 61 ++++-- + README.md | 36 ++-- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 6 +- + po/be.po | 6 +- + po/bg.po | 6 +- + po/ca.po | 10 +- + po/cs.po | 6 +- + po/da.po | 6 +- + po/de.po | 6 +- + po/el.po | 6 +- + po/en.po | 6 +- + po/es.po | 6 +- + po/fi.po | 6 +- + po/fr.po | 10 +- + po/he.po | 6 +- + po/hr.po | 6 +- + po/hu.po | 6 +- + po/icewm.pot | 8 +- + po/id.po | 6 +- + po/it.po | 6 +- + po/ja.po | 10 +- + po/ko.po | 6 +- + po/lt.po | 6 +- + po/lv.po | 6 +- + po/mk.po | 6 +- + po/nb.po | 6 +- + po/nl.po | 14 +- + po/no.po | 6 +- + po/pl.po | 6 +- + po/pt.po | 6 +- + po/pt_BR.po | 6 +- + po/ro.po | 6 +- + po/ru.po | 6 +- + po/sk.po | 10 +- + po/sl.po | 6 +- + po/sv.po | 6 +- + po/tr.po | 6 +- + po/uk.po | 6 +- + po/vi.po | 6 +- + po/zh_CN.po | 6 +- + po/zh_TW.po | 6 +- + 45 files changed, 546 insertions(+), 431 deletions(-) -commit 00cf9ea224eaa219103338d8eb560f7184a727ac +commit 4f5ab4b8819650929fbe768d22751efd76130f01 +Merge: 9175263b 721a1b20 Author: Bert Gijsbers -Date: Mon Apr 12 21:07:28 2021 +0200 +Date: Wed Apr 28 00:25:48 2021 +0200 - Dissolve the disparity between dragged and non-dragged task buttons for - issue #576. + Merge branch 'icewm-1-4-BRANCH' - src/atasks.cc | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) +commit 721a1b20d7b0eff45f0d6999b4664c76a3347ed9 +Merge: 56df42b9 5ca96880 +Author: Bert Gijsbers +Date: Wed Apr 28 00:24:18 2021 +0200 -commit 30782621ed6d4f0738c9b4070876d4e5f9b1f051 + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH + +commit 5ca9688006e4072bd89c8e2a7f176f06c406be5c Author: Bert Gijsbers -Date: Mon Apr 12 16:20:00 2021 +0200 +Date: Tue Apr 27 23:18:18 2021 +0200 - Fix segv in verifyPaths and closes #577. + Fix compiler warning about the C++ One Definition Rule. - src/ypaths.cc | 7 ++++--- - 1 file changed, 4 insertions(+), 3 deletions(-) + src/wmsave.cc | 3 +-- + 1 file changed, 1 insertion(+), 2 deletions(-) -commit e53c6e5e78f8e1cd9586a9c7982779d314534b9d +commit 118dbb4075709c3b26810ea84ea400f8be7c3965 Author: Bert Gijsbers -Date: Mon Apr 12 03:09:16 2021 +0200 +Date: Tue Apr 27 22:13:15 2021 +0200 - Permit negative button position in function limited. + Document default winoption format .OPTION. - src/aworkspaces.cc | 4 ++++ - src/aworkspaces.h | 2 +- - 2 files changed, 5 insertions(+), 1 deletion(-) + man/icewm-winoptions.pod | 2 ++ + 1 file changed, 2 insertions(+) -commit a494f37a8b59fdc748b450d6aa2cde80682f9971 +commit 4ed379d29df94dc157394903042a6884cd9cf026 +Author: Ferdinand Galko +Date: Tue Apr 27 13:46:06 2021 +0000 + + Translated using Weblate (Slovak) + + Currently translated at 100.0% (473 of 473 strings) + + po/sk.po | 17 ++++------------- + 1 file changed, 4 insertions(+), 13 deletions(-) + +commit 2bc23d8dd87b1e269db7e781d01c9abacd20a824 Author: Bert Gijsbers -Date: Mon Apr 12 02:49:16 2021 +0200 +Date: Tue Apr 27 17:55:23 2021 +0200 - Allow button clicks where there is mouse motion between button press - and release for issue #575. + Permit scroll wheel to control rolling up or down for issue #584. - src/atasks.cc | 4 +++- - src/atasks.h | 2 +- - src/aworkspaces.cc | 6 ++++-- - src/aworkspaces.h | 4 +++- - src/movesize.cc | 5 ++++- - src/wmbutton.cc | 4 +++- - src/wmbutton.h | 2 +- - src/wmframe.h | 2 +- - src/wmminiicon.cc | 3 ++- - src/wmminiicon.h | 2 +- - src/wmtitle.cc | 6 ++++-- - src/wmtitle.h | 2 +- - src/ywindow.cc | 31 +++++++++++++------------------ - src/ywindow.h | 2 +- - 14 files changed, 42 insertions(+), 33 deletions(-) + man/icewm.pod | 7 +++++-- + src/wmtitle.cc | 10 ++++++++++ + 2 files changed, 15 insertions(+), 2 deletions(-) -commit 3410bc701629484b76002afe58af43fd2e92c71b +commit 3d5c52aef4b0c4edaa457502b71e604afc5f738d Author: Bert Gijsbers -Date: Sun Apr 11 14:06:45 2021 +0200 +Date: Tue Apr 27 17:36:06 2021 +0200 - Pop down YInputMenu before deleting. Don't report focus lost when - popping YInputMenu. + Remove superfluous cast and class qualifications. - src/yinputline.cc | 19 +++++++++++++++---- - src/yinputline.h | 13 ++++++++++--- - 2 files changed, 25 insertions(+), 7 deletions(-) + src/ymenu.cc | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) -commit 9d7a8d696f3f8745e44b550f559783311842263d +commit 7747cd8391231beaba644c82d1cc22431f03967d Author: Bert Gijsbers -Date: Sun Apr 11 14:06:45 2021 +0200 +Date: Tue Apr 27 17:35:05 2021 +0200 - Repaint workspace button after editing the workspace name. + Correct type of all button preferences as unsigned. - src/aworkspaces.cc | 1 + - 1 file changed, 1 insertion(+) + src/default.h | 10 +++++----- + src/wmmgr.cc | 10 +++++----- + src/wmpref.cc | 29 ++++++++++++++++++++++++++++- + src/wmtitle.cc | 10 +++++----- + 4 files changed, 43 insertions(+), 16 deletions(-) -commit c6cbf56fe62efbfce58e232e398e4ca15405bcb2 -Author: Bert Gijsbers -Date: Sat Apr 10 14:56:23 2021 +0200 +commit 6e66ef9cffc4ba151c3cf3b1af04bb1ca706228d +Author: Freek de Kruijf +Date: Tue Apr 27 10:14:07 2021 +0000 - Change the default value for ModSuperIsCtrlAlt from true to false to see - if anyone complains for issue #574. + Translated using Weblate (Dutch) - src/yprefs.h | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + Currently translated at 100.0% (473 of 473 strings) -commit adb82a54cb3c61a972790addaf2326072382f0c4 -Author: Bert Gijsbers -Date: Sat Apr 10 14:53:24 2021 +0200 + po/nl.po | 43 +++++++++++++++++-------------------------- + 1 file changed, 17 insertions(+), 26 deletions(-) - Support ModSuperIsCtrlAlt when testing the Super modifier in the quick - switch. This fixes issues #574. +commit f8cd7541853bcf47f9a1cba62b5e36d1d0b3eda9 +Author: Yasuhiko Kamata +Date: Mon Apr 26 22:08:27 2021 +0000 - src/wmswitch.cc | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) + Translated using Weblate (Japanese) -commit 636403977060bfea0f55092c73da7c83edc591cd -Author: Bert Gijsbers -Date: Fri Apr 9 21:38:09 2021 +0200 + Currently translated at 100.0% (473 of 473 strings) - Reduce the number of frame updates to only those frames visible on the - previous and the current workspace when changing workspace. + po/ja.po | 23 +++++++---------------- + 1 file changed, 7 insertions(+), 16 deletions(-) - src/WinMgr.h | 4 ++++ - src/wmclient.cc | 2 +- - src/wmframe.h | 7 ++++--- - src/wmmgr.cc | 19 ++++++++++--------- - src/wmmgr.h | 4 ++-- - src/wmsession.cc | 4 ++-- - 6 files changed, 23 insertions(+), 17 deletions(-) +commit 250adff966effedb0024231de5fce382ef5e89a1 +Author: Guillaume GARDET +Date: Mon Apr 26 18:38:49 2021 +0000 -commit 965749e8ce1b7a7b6b7f5821e9d0777151b69aab -Author: Bert Gijsbers -Date: Fri Apr 9 21:35:02 2021 +0200 + Translated using Weblate (French) - Free the memory for the About dialog after it is closed. + Currently translated at 100.0% (473 of 473 strings) - src/wmapp.cc | 33 ++++++++++++++++++--------------- - 1 file changed, 18 insertions(+), 15 deletions(-) + po/fr.po | 43 +++++++++++++++++-------------------------- + 1 file changed, 17 insertions(+), 26 deletions(-) -commit 2a0955455096d3955fefc311b12e54d24adecd6e -Author: Bert Gijsbers -Date: Fri Apr 9 21:33:26 2021 +0200 +commit 64c5c51008c2a91836c916ce40d9b0b1becfa91c +Author: David Medina +Date: Mon Apr 26 18:14:13 2021 +0000 - Add declarations for center and become to YDialog. + Translated using Weblate (Catalan) - src/ydialog.h | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) + Currently translated at 100.0% (473 of 473 strings) -commit 81ff8e20dadf75a6c74a1d827578dc5b3e8f99fc -Author: Bert Gijsbers -Date: Fri Apr 9 21:31:54 2021 +0200 + po/ca.po | 67 ++++++++++++++++++++++++++---------------------------------- + 1 file changed, 29 insertions(+), 38 deletions(-) - Refactor common code from dialogs to ydialog.cc. Improve layout design. +commit 3410d3b4b39d6c490f28d6f6b513c9a9781068af +Merge: 154d649d c58040d8 +Author: openSUSE Weblate +Date: Mon Apr 26 17:30:54 2021 +0000 - src/wmabout.cc | 27 ++++++------------ - src/wmabout.h | 4 ++- - src/wmaction.h | 2 ++ - src/yaction.h | 2 +- - src/ydialog.cc | 26 ++++++++++++++++- - src/ylayout.h | 83 +++++++++++++++++++++++++++++++----------------------- - src/ymsgbox.cc | 18 +++--------- - 7 files changed, 91 insertions(+), 71 deletions(-) + Merge branch 'origin/icewm-1-4-BRANCH' into Weblate. -commit b3952b79dadb8a0cd81fc3108b5cc151b72c2b10 -Author: Bert Gijsbers -Date: Fri Apr 9 21:27:29 2021 +0200 +commit c58040d87234f7b63c3189ed43c5fa79c4362999 +Author: Ferdinand Galko +Date: Mon Apr 26 16:32:37 2021 +0000 - Add testarray as a test target to cmake test. + Translated using Weblate (Slovak) - src/CMakeLists.txt | 4 ++++ - 1 file changed, 4 insertions(+) + Currently translated at 100.0% (472 of 472 strings) -commit 8ad5ae1c2a9c6d456fabaa0b0b85b3cd5a8a0531 + po/sk.po | 11 +++++------ + 1 file changed, 5 insertions(+), 6 deletions(-) + +commit 154d649db266941052e2ed08fc379a2c4e361047 Author: Bert Gijsbers -Date: Fri Apr 9 21:26:55 2021 +0200 +Date: Mon Apr 26 19:30:41 2021 +0200 - Make testarray.cc mostly silent by default. + make update-po - src/Makefile.am | 6 +- - src/testarray.cc | 180 +++++++++++++++++++++++++++++++++++---------------- - 2 files changed, 129 insertions(+), 57 deletions(-) + po/ar.po | 181 ++++++++++++++++++++++++++++------------------------- + po/be.po | 172 ++++++++++++++++++++++++++------------------------- + po/bg.po | 172 ++++++++++++++++++++++++++------------------------- + po/ca.po | 181 ++++++++++++++++++++++++++++------------------------- + po/cs.po | 181 ++++++++++++++++++++++++++++------------------------- + po/da.po | 181 ++++++++++++++++++++++++++++------------------------- + po/de.po | 181 ++++++++++++++++++++++++++++------------------------- + po/el.po | 181 ++++++++++++++++++++++++++++------------------------- + po/en.po | 168 ++++++++++++++++++++++++++------------------------ + po/es.po | 185 +++++++++++++++++++++++++++++-------------------------- + po/fi.po | 176 ++++++++++++++++++++++++++-------------------------- + po/fr.po | 181 ++++++++++++++++++++++++++++------------------------- + po/he.po | 172 ++++++++++++++++++++++++++------------------------- + po/hr.po | 168 ++++++++++++++++++++++++++------------------------ + po/hu.po | 172 ++++++++++++++++++++++++++------------------------- + po/icewm.pot | 170 ++++++++++++++++++++++++++------------------------ + po/id.po | 181 ++++++++++++++++++++++++++++------------------------- + po/it.po | 181 ++++++++++++++++++++++++++++------------------------- + po/ja.po | 181 ++++++++++++++++++++++++++++------------------------- + po/ko.po | 172 ++++++++++++++++++++++++++------------------------- + po/lt.po | 172 ++++++++++++++++++++++++++------------------------- + po/lv.po | 172 ++++++++++++++++++++++++++------------------------- + po/mk.po | 172 ++++++++++++++++++++++++++------------------------- + po/nb.po | 172 ++++++++++++++++++++++++++------------------------- + po/nl.po | 181 ++++++++++++++++++++++++++++------------------------- + po/no.po | 172 ++++++++++++++++++++++++++------------------------- + po/pl.po | 172 ++++++++++++++++++++++++++------------------------- + po/pt.po | 177 ++++++++++++++++++++++++++++------------------------ + po/pt_BR.po | 181 ++++++++++++++++++++++++++++------------------------- + po/ro.po | 168 ++++++++++++++++++++++++++------------------------ + po/ru.po | 172 ++++++++++++++++++++++++++------------------------- + po/sk.po | 181 ++++++++++++++++++++++++++++------------------------- + po/sl.po | 172 ++++++++++++++++++++++++++------------------------- + po/sv.po | 181 ++++++++++++++++++++++++++++------------------------- + po/tr.po | 172 ++++++++++++++++++++++++++------------------------- + po/uk.po | 172 ++++++++++++++++++++++++++------------------------- + po/vi.po | 172 ++++++++++++++++++++++++++------------------------- + po/zh_CN.po | 181 ++++++++++++++++++++++++++++------------------------- + po/zh_TW.po | 181 ++++++++++++++++++++++++++++------------------------- + 39 files changed, 3581 insertions(+), 3279 deletions(-) -commit 0d144609c4fb98b54a47d3ec38410cbe6202f20f +commit 23f0f10590b3f336def6285fe29dbca13be807bb Author: Bert Gijsbers -Date: Fri Apr 9 21:17:20 2021 +0200 +Date: Mon Apr 26 19:28:53 2021 +0200 - Improve removing the last element from an array. Add array pop and last. - Remove classes YStack and YStackSet. + Add new icewm option --rewrite-preferences to update preferences. - src/yarray.cc | 16 +++++++++++----- - src/yarray.h | 46 ++++++++++------------------------------------ - 2 files changed, 21 insertions(+), 41 deletions(-) + man/icewm.pod | 12 +- + src/CMakeLists.txt | 2 +- + src/Makefile.am | 2 + + src/wmapp.cc | 12 +- + src/wmconfig.cc | 136 +++++++++++++++++++++ + src/wmconfig.h | 1 + + src/wmpref.cc | 249 +------------------------------------- + src/wmpref.h | 21 ---- + src/wmsave.cc | 323 +++++++++++++++++++++++++++++++++++++++++++++++++ + src/wmsave.h | 36 ++++++ + src/yaction.h | 6 +- + src/yconfig.cc | 31 ++++- + src/yconfig.h | 23 ++-- + 13 files changed, 567 insertions(+), 287 deletions(-) -commit 49a9c524306bb7dfb15425a2b45bf6d2c82edc8e +commit 1d0fe7bc23ff7f38f5fe2bda34a417ac3e52b736 Author: Bert Gijsbers -Date: Fri Apr 9 21:15:56 2021 +0200 +Date: Mon Apr 26 01:14:41 2021 +0200 - Optimize allocation of icon path strings. + Improve documentation for options for Super/Windows key modifiers. - src/mstring.cc | 24 ++++++++++++++++++++++++ - src/mstring.h | 3 +++ - src/yicon.cc | 21 ++++++++++----------- - 3 files changed, 37 insertions(+), 11 deletions(-) + man/icewm-preferences.pod | 11 ++++++++--- + src/default.h | 6 +++--- + 2 files changed, 11 insertions(+), 6 deletions(-) -commit b1beaffcdb4056b33853573c2cfddae86cc91b5d +commit d04adb3166ae7b27b95d51c47af368ed8595c4bd Author: Bert Gijsbers -Date: Fri Apr 9 21:06:14 2021 +0200 +Date: Sun Apr 25 23:35:53 2021 +0200 - Remove unused variable textDrawn to prevent a compiler warning. + Make the modifiers dependent on the type of QuickSwitch: either from + the Alt+Tab + or from the "switchkey" keyword for issue #583. - src/atasks.cc | 2 -- - 1 file changed, 2 deletions(-) + src/wmprog.cc | 15 +++++++++++---- + src/wmswitch.cc | 10 +++++++--- + src/wmswitch.h | 1 + + 3 files changed, 19 insertions(+), 7 deletions(-) -commit 0a54dc8864a42dadb69bc96ec09b85c2742dbb04 -Author: Tommi Nieminen -Date: Fri Apr 9 09:04:53 2021 +0000 +commit da8fedb33ae42ee8aca3545c77c13d875ccdda1b +Author: Bert Gijsbers +Date: Sat Apr 24 15:28:17 2021 +0200 - Translated using Weblate (Finnish) + Don't reorder focus when Alt+Tabbing for issue #579. - Currently translated at 60.6% (286 of 472 strings) + src/wmswitch.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) - po/fi.po | 107 ++++++++++++++++++++++++++++++++++++----------------------- - 1 file changed, 65 insertions(+), 42 deletions(-) +commit 2df4083bfb52051d3f00716ef821bd9b028cc827 +Author: Panwar +Date: Thu Apr 22 14:41:10 2021 +0000 -commit 0ed7743bb8d8c41da9f0bb7571f591abd1febec4 -Author: Bert Gijsbers -Date: Sun Apr 4 02:16:33 2021 +0200 + Translated using Weblate (Hindi) - Prepare 2.3.1 release + Currently translated at 25.1% (85 of 338 strings) - AUTHORS | 2 +- - ChangeLog | 459 ++++++++++++++++++++++++++----------------------------- - NEWS | 83 ++++------ - README.md | 36 ++--- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 52 +++---- - po/be.po | 52 +++---- - po/bg.po | 52 +++---- - po/ca.po | 52 +++---- - po/cs.po | 52 +++---- - po/da.po | 52 +++---- - po/de.po | 52 +++---- - po/el.po | 52 +++---- - po/en.po | 52 +++---- - po/es.po | 52 +++---- - po/fi.po | 52 +++---- - po/fr.po | 52 +++---- - po/he.po | 52 +++---- - po/hr.po | 52 +++---- - po/hu.po | 52 +++---- - po/icewm.pot | 54 +++---- - po/id.po | 52 +++---- - po/it.po | 52 +++---- - po/ja.po | 52 +++---- - po/ko.po | 52 +++---- - po/lt.po | 52 +++---- - po/lv.po | 52 +++---- - po/mk.po | 52 +++---- - po/nb.po | 52 +++---- - po/nl.po | 52 +++---- - po/no.po | 52 +++---- - po/pl.po | 52 +++---- - po/pt.po | 52 +++---- - po/pt_BR.po | 52 +++---- - po/ro.po | 52 +++---- - po/ru.po | 52 +++---- - po/sk.po | 52 +++---- - po/sl.po | 52 +++---- - po/sv.po | 52 +++---- - po/tr.po | 52 +++---- - po/uk.po | 52 +++---- - po/vi.po | 52 +++---- - po/zh_CN.po | 52 +++---- - po/zh_TW.po | 52 +++---- - 45 files changed, 1288 insertions(+), 1334 deletions(-) + po/hi.po | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) -commit 7d3a58545e0a88d97e394a56ea6cf1893507d42e -Merge: e2d41f6b 55257c59 +commit 46db04944f3afa03af72d787063fae7d9d2616d3 Author: Bert Gijsbers -Date: Sun Apr 4 02:10:45 2021 +0200 - - Merge branch 'icewm-1-4-BRANCH' +Date: Tue Apr 20 01:07:51 2021 +0200 -commit 55257c595216538c0e47bf6d6b60ad5c338e2bef -Merge: 21630b2c 0963792b -Author: Bert Gijsbers -Date: Sun Apr 4 02:10:13 2021 +0200 + Defer loading internationalized help text until required. - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + src/base.h | 5 +++-- + src/genpref.cc | 10 ++++++++-- + src/icesh.cc | 2 +- + src/icewmhint.cc | 2 +- + src/misc.cc | 15 ++++++++++----- + 5 files changed, 23 insertions(+), 11 deletions(-) -commit 0963792bfd25120dfb1c39aa5c80c0a92a8f3976 +commit ed1b3058ad1a0be3e22fe51440f716d5925645c4 Author: Bert Gijsbers -Date: Sat Apr 3 19:46:45 2021 +0200 +Date: Tue Apr 20 00:50:18 2021 +0200 - Support different ways to indicate TaskBarTaskGrouping and closes #565. + Add support for conditional expressions to icesh. - man/icewm-preferences.pod | 2 + - src/atasks.cc | 92 +++++++++++++++++++++++++++++++------------ - src/atasks.h | 8 ++-- - src/default.h | 4 +- - src/wmframe.cc | 2 +- - 5 files changed, 76 insertions(+), 32 deletions(-) + man/icesh.pod | 39 ++++++++ + src/icesh.cc | 266 +++++++++++++++++++++++++++++++++++------------------- + 2 files changed, 213 insertions(+), 92 deletions(-) -commit aa1d6da2437d107be5780be4fd32d6dbaf25df94 +commit 7c38247ded0cc53922eba86cdd15e6ff192ae160 Author: Bert Gijsbers -Date: Sat Apr 3 19:46:45 2021 +0200 +Date: Fri Apr 16 16:03:42 2021 +0200 - Support drawing rounded rectangles. + Add a toggle option "^" to the "netState" command for issue #580. - src/ypaint.cc | 8 ++++---- - src/ypaint.h | 2 +- - 2 files changed, 5 insertions(+), 5 deletions(-) + man/icesh.pod | 22 +++++++++++++++++++++- + src/icesh.cc | 23 +++++++++++++++++++++-- + 2 files changed, 42 insertions(+), 3 deletions(-) -commit 8c4140b61f8516c52928b9733265962fbe354577 +commit 9175263b5cc9845460c9ecb35f8012ce0db635a2 Author: Bert Gijsbers -Date: Sat Apr 3 18:04:09 2021 +0200 +Date: Thu Apr 15 01:35:37 2021 +0200 - Avoid iterating over an empty array in MStringArray::begin() for #571. + Prepare 2.3.2 release - src/yarray.h | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) + AUTHORS | 4 +- + ChangeLog | 705 +++++++++++++++++++++++++++---------------------------- + NEWS | 82 ++++--- + README.md | 36 +-- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 62 ++--- + po/be.po | 62 ++--- + po/bg.po | 62 ++--- + po/ca.po | 62 ++--- + po/cs.po | 62 ++--- + po/da.po | 62 ++--- + po/de.po | 62 ++--- + po/el.po | 62 ++--- + po/en.po | 62 ++--- + po/es.po | 62 ++--- + po/fi.po | 66 +++--- + po/fr.po | 62 ++--- + po/he.po | 62 ++--- + po/hr.po | 62 ++--- + po/hu.po | 62 ++--- + po/icewm.pot | 64 ++--- + po/id.po | 62 ++--- + po/it.po | 62 ++--- + po/ja.po | 62 ++--- + po/ko.po | 62 ++--- + po/lt.po | 62 ++--- + po/lv.po | 62 ++--- + po/mk.po | 62 ++--- + po/nb.po | 62 ++--- + po/nl.po | 62 ++--- + po/no.po | 62 ++--- + po/pl.po | 62 ++--- + po/pt.po | 62 ++--- + po/pt_BR.po | 62 ++--- + po/ro.po | 62 ++--- + po/ru.po | 62 ++--- + po/sk.po | 62 ++--- + po/sl.po | 62 ++--- + po/sv.po | 62 ++--- + po/tr.po | 62 ++--- + po/uk.po | 62 ++--- + po/vi.po | 62 ++--- + po/zh_CN.po | 62 ++--- + po/zh_TW.po | 62 ++--- + 45 files changed, 1633 insertions(+), 1630 deletions(-) -commit 0177b3463464ae2ee2fa7b5ef8e4dbb26486089b +commit ec46c648ae768fc6d058b92ebe2abf0058b7f253 +Merge: 0ed7743b 56df42b9 Author: Bert Gijsbers -Date: Sat Apr 3 13:28:49 2021 +0200 - - Repaint the background when icewm restarts to evade bug in X server. +Date: Thu Apr 15 01:23:35 2021 +0200 - src/icewmbg.cc | 5 +++++ - 1 file changed, 5 insertions(+) + Merge branch 'icewm-1-4-BRANCH' -commit 2ebd2428b0cf29f6a06da4f10ea4952bb5c405f3 +commit 56df42b93451086a932a11c57e4d3f68c8cf0857 +Merge: 55257c59 7d3aad84 Author: Bert Gijsbers -Date: Sat Apr 3 12:34:23 2021 +0200 - - Drop wmMoveToWorkspace. +Date: Thu Apr 15 01:22:09 2021 +0200 - src/wmframe.cc | 6 +----- - src/wmframe.h | 1 - - 2 files changed, 1 insertion(+), 6 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 931e69a493a455ca30601f1b562627fa3a5ef043 +commit 7d3aad84210753328d68b387a08eea3f206c7269 Author: Bert Gijsbers -Date: Sat Apr 3 12:34:07 2021 +0200 +Date: Thu Apr 15 00:05:51 2021 +0200 - Fix for submenus when switching themes for issue #571 and #572. + Document more workspace button features. - src/objmenu.h | 2 +- - src/ymenu.cc | 4 ++-- - 2 files changed, 3 insertions(+), 3 deletions(-) + man/icewm.pod | 74 ++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 43 insertions(+), 31 deletions(-) -commit 4606871aaa408f285170df1d81fde56c1d6e071c +commit 5b06cc206ea1ca4a7a68b9ffdb0f5bedbd168240 Author: Bert Gijsbers -Date: Sat Apr 3 02:10:00 2021 +0200 +Date: Wed Apr 14 22:19:56 2021 +0200 - Enable iteration over a switchkey menu. + First synchronize with icewm, before updating background after icewm + restart. - src/wmprog.cc | 5 ++--- - 1 file changed, 2 insertions(+), 3 deletions(-) + src/icewmbg.cc | 64 +++++++++++++++++++++++++++++++++++++++++++----------- + 1 file changed, 51 insertions(+), 13 deletions(-) -commit 1dc3e781eb4d984f094a1e8f132d70ced01bdfb6 +commit 6161be0fbb57f4ad1fc987635e3ef8fa11742946 Author: Bert Gijsbers -Date: Sat Apr 3 00:31:01 2021 +0200 +Date: Wed Apr 14 22:18:21 2021 +0200 - Prefer for-each loops when iterating over resource paths. + Improve rounded rectangle corner painting detail. - src/aworkspaces.cc | 6 +++--- - src/browse.cc | 9 +++------ - src/wmapp.cc | 6 +++--- - src/wpixres.cc | 42 ++++++++++++++++++++---------------------- - src/yicon.cc | 22 ++++++++-------------- - src/ypaths.cc | 33 +++++++++++++-------------------- - src/ypaths.h | 22 ++++++++-------------- - 7 files changed, 58 insertions(+), 82 deletions(-) + src/ypaint.cc | 14 ++++++++------ + 1 file changed, 8 insertions(+), 6 deletions(-) -commit 0ae73a0ef344ff51035c00218d839c4cee443da3 +commit 09be9ed411c7f27d1a683967c89c09e4839006a4 Author: Bert Gijsbers -Date: Sat Apr 3 00:29:53 2021 +0200 +Date: Wed Apr 14 22:13:17 2021 +0200 - Smaller simpler YCursor. + Enforce the completion of the deallocation of the single YWMApp object. - src/ycursor.cc | 26 ++++++++------------------ - src/ycursor.h | 2 +- - 2 files changed, 9 insertions(+), 19 deletions(-) + src/wmapp.cc | 3 +++ + 1 file changed, 3 insertions(+) -commit 8f55fc003b8bae0918ccce7a55a46539f98c258d +commit c406fc804a585a1d96db7818bed7b119c69b940d Author: Bert Gijsbers -Date: Sat Apr 3 00:26:04 2021 +0200 +Date: Wed Apr 14 22:11:25 2021 +0200 - Test for large icon in YMsgBox to prevent accessing nil pointer. + Add append and replace to YProperty. Improve reporting detail when + XOpenDisplay fails. - src/ymsgbox.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + src/yxapp.cc | 20 +++++++++++++++++--- + src/yxapp.h | 7 +++++-- + 2 files changed, 22 insertions(+), 5 deletions(-) -commit 58f6819e9c9dfb4c6424b3961146a8fb1198f1a6 +commit da09cc77f2ffabf136bdb23f8a3b298e8e2ca66c Author: Bert Gijsbers -Date: Sat Apr 3 00:24:49 2021 +0200 +Date: Wed Apr 14 22:08:36 2021 +0200 - Add begin+end to properly support for-each on MStringArrays. + Reduce reactiveness to mouse motion of task button by deselecting task + button when dragging ends. - src/yarray.h | 3 +++ - 1 file changed, 3 insertions(+) + src/atasks.cc | 11 ++++++----- + src/atasks.h | 1 + + 2 files changed, 7 insertions(+), 5 deletions(-) -commit 43de75c4085aecacfc2b5613031062c8dcbdbbe3 +commit 474993356704e6c97e50073ea0d3b95f6723c1a1 Author: Bert Gijsbers -Date: Sat Apr 3 00:24:02 2021 +0200 +Date: Tue Apr 13 05:03:58 2021 +0200 - Restore use of isKey in ISwitchItems to fix switchkey. + Use reversed active taskbar app text colors for drawing grouping number + for issue #565. Improve drawing rectangles with rounded corners. + Don't update grouping when shutting down. - src/wmprog.cc | 3 +++ - src/wmswitch.cc | 10 +++++++++- - src/wmswitch.h | 2 ++ - 3 files changed, 14 insertions(+), 1 deletion(-) + src/atasks.cc | 22 +++++++------------- + src/wmmgr.h | 1 + + src/ypaint.cc | 61 ++++++++++++++++++++++++++++++++++++++++++++++++++++--- + src/ypaint.h | 3 ++- + 4 files changed, 68 insertions(+), 19 deletions(-) -commit 37b13884b23724c0039fb7f0a250d2cfc7287cea +commit 00cf9ea224eaa219103338d8eb560f7184a727ac Author: Bert Gijsbers -Date: Sat Apr 3 00:22:57 2021 +0200 +Date: Mon Apr 12 21:07:28 2021 +0200 - Use override consistently. + Dissolve the disparity between dragged and non-dragged task buttons for + issue #576. - src/objmenu.h | 8 ++++---- + src/atasks.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) -commit 79616ed36e05b8ae56eb1acc0afca5d9df68affb +commit 30782621ed6d4f0738c9b4070876d4e5f9b1f051 Author: Bert Gijsbers -Date: Sat Apr 3 00:22:36 2021 +0200 +Date: Mon Apr 12 16:20:00 2021 +0200 - Prefer object icon over default icon. + Fix segv in verifyPaths and closes #577. - src/objmenu.cc | 7 ++++--- + src/ypaths.cc | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) -commit 04a1a96b03f903fb25df2ccc981f4841cd9623d8 +commit e53c6e5e78f8e1cd9586a9c7982779d314534b9d Author: Bert Gijsbers -Date: Sat Apr 3 00:21:14 2021 +0200 +Date: Mon Apr 12 03:09:16 2021 +0200 - Remove use of resource paths. + Permit negative button position in function limited. - src/icewmbg.cc | 23 ++++++----------------- - 1 file changed, 6 insertions(+), 17 deletions(-) + src/aworkspaces.cc | 4 ++++ + src/aworkspaces.h | 2 +- + 2 files changed, 5 insertions(+), 1 deletion(-) -commit e2d41f6b82f5b87051558243df85a9d6f387d86b +commit a494f37a8b59fdc748b450d6aa2cde80682f9971 Author: Bert Gijsbers -Date: Thu Apr 1 15:01:43 2021 +0200 +Date: Mon Apr 12 02:49:16 2021 +0200 - Prepare 2.3.0 release + Allow button clicks where there is mouse motion between button press + and release for issue #575. - AUTHORS | 22 +- - ChangeLog | 9058 +++++++++++++++++++++++++++--------------------------- - NEWS | 263 +- - README.md | 36 +- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 50 +- - po/be.po | 50 +- - po/bg.po | 50 +- - po/ca.po | 50 +- - po/cs.po | 50 +- - po/da.po | 50 +- - po/de.po | 50 +- - po/el.po | 50 +- - po/en.po | 50 +- - po/es.po | 54 +- - po/fi.po | 50 +- - po/fr.po | 50 +- - po/he.po | 50 +- - po/hr.po | 50 +- - po/hu.po | 50 +- - po/icewm.pot | 52 +- - po/id.po | 50 +- - po/it.po | 50 +- - po/ja.po | 50 +- - po/ko.po | 50 +- - po/lt.po | 50 +- - po/lv.po | 50 +- - po/mk.po | 50 +- - po/nb.po | 50 +- - po/nl.po | 50 +- - po/no.po | 50 +- - po/pl.po | 50 +- - po/pt.po | 50 +- - po/pt_BR.po | 50 +- - po/ro.po | 50 +- - po/ru.po | 50 +- - po/sk.po | 50 +- - po/sl.po | 50 +- - po/sv.po | 50 +- - po/tr.po | 50 +- - po/uk.po | 50 +- - po/vi.po | 50 +- - po/zh_CN.po | 50 +- - po/zh_TW.po | 50 +- - 45 files changed, 5752 insertions(+), 5595 deletions(-) + src/atasks.cc | 4 +++- + src/atasks.h | 2 +- + src/aworkspaces.cc | 6 ++++-- + src/aworkspaces.h | 4 +++- + src/movesize.cc | 5 ++++- + src/wmbutton.cc | 4 +++- + src/wmbutton.h | 2 +- + src/wmframe.h | 2 +- + src/wmminiicon.cc | 3 ++- + src/wmminiicon.h | 2 +- + src/wmtitle.cc | 6 ++++-- + src/wmtitle.h | 2 +- + src/ywindow.cc | 31 +++++++++++++------------------ + src/ywindow.h | 2 +- + 14 files changed, 42 insertions(+), 33 deletions(-) -commit 4cbd349f588d79468922133d9e83bcbf262a62b4 -Merge: b37c55c0 21630b2c +commit 3410bc701629484b76002afe58af43fd2e92c71b Author: Bert Gijsbers -Date: Thu Apr 1 14:48:39 2021 +0200 +Date: Sun Apr 11 14:06:45 2021 +0200 - Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' + Pop down YInputMenu before deleting. Don't report focus lost when + popping YInputMenu. -commit 21630b2c0e7838403fa854d88c3ce01feada3292 -Merge: 6d9cfc9a ccaabb3c + src/yinputline.cc | 19 +++++++++++++++---- + src/yinputline.h | 13 ++++++++++--- + 2 files changed, 25 insertions(+), 7 deletions(-) + +commit 9d7a8d696f3f8745e44b550f559783311842263d Author: Bert Gijsbers -Date: Thu Apr 1 14:45:54 2021 +0200 +Date: Sun Apr 11 14:06:45 2021 +0200 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Repaint workspace button after editing the workspace name. -commit ccaabb3ca8462ad9e682b5d10eb4d409fd45d816 + src/aworkspaces.cc | 1 + + 1 file changed, 1 insertion(+) + +commit c6cbf56fe62efbfce58e232e398e4ca15405bcb2 Author: Bert Gijsbers -Date: Thu Apr 1 12:47:24 2021 +0200 +Date: Sat Apr 10 14:56:23 2021 +0200 - Also terminate with a dot when outputting in perl pod format. + Change the default value for ModSuperIsCtrlAlt from true to false to see + if anyone complains for issue #574. - src/genpref.cc | 13 +++++++++++-- - 1 file changed, 11 insertions(+), 2 deletions(-) + src/yprefs.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 539994330cd31cda6571cb1f2131ba6ce43ae65c +commit adb82a54cb3c61a972790addaf2326072382f0c4 Author: Bert Gijsbers -Date: Thu Apr 1 12:44:03 2021 +0200 +Date: Sat Apr 10 14:53:24 2021 +0200 - Ensure that descriptions are terminated with a dot. + Support ModSuperIsCtrlAlt when testing the Super modifier in the quick + switch. This fixes issues #574. - src/genpref.cc | 16 ++++++++-------- - 1 file changed, 8 insertions(+), 8 deletions(-) + src/wmswitch.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) -commit 2c8df5a829b6cd6a40962cdf0616e68a82c939ab +commit 636403977060bfea0f55092c73da7c83edc591cd Author: Bert Gijsbers -Date: Thu Apr 1 12:33:03 2021 +0200 +Date: Fri Apr 9 21:38:09 2021 +0200 - Use wmOccupyWorkspace instead of identical wmOccupyOnlyWorkspace. + Reduce the number of frame updates to only those frames visible on the + previous and the current workspace when changing workspace. - src/atasks.cc | 2 +- - src/atray.cc | 2 +- - src/wmclient.h | 1 - - src/wmframe.cc | 7 +------ - src/wmframe.h | 1 - - src/wmmgr.cc | 2 +- - src/wmwinmenu.cc | 2 +- - 7 files changed, 5 insertions(+), 12 deletions(-) + src/WinMgr.h | 4 ++++ + src/wmclient.cc | 2 +- + src/wmframe.h | 7 ++++--- + src/wmmgr.cc | 19 ++++++++++--------- + src/wmmgr.h | 4 ++-- + src/wmsession.cc | 4 ++-- + 6 files changed, 23 insertions(+), 17 deletions(-) -commit 940f4b7860a08c4dcf551f1250c087df5a5e5e01 +commit 965749e8ce1b7a7b6b7f5821e9d0777151b69aab Author: Bert Gijsbers -Date: Thu Apr 1 12:30:07 2021 +0200 +Date: Fri Apr 9 21:35:02 2021 +0200 - Update QuickSwitch preferences. + Free the memory for the About dialog after it is closed. - man/icewm-preferences.pod | 18 +++++++++++------- - 1 file changed, 11 insertions(+), 7 deletions(-) + src/wmapp.cc | 33 ++++++++++++++++++--------------- + 1 file changed, 18 insertions(+), 15 deletions(-) -commit 9cebf626c8cf63663c456698ce43ae893a041389 +commit 2a0955455096d3955fefc311b12e54d24adecd6e Author: Bert Gijsbers -Date: Thu Apr 1 12:22:35 2021 +0200 +Date: Fri Apr 9 21:33:26 2021 +0200 - Complete QuickSwitch documentation. + Add declarations for center and become to YDialog. - man/icewm.pod | 22 +++++++++++++--------- - 1 file changed, 13 insertions(+), 9 deletions(-) + src/ydialog.h | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) -commit fd00dce9eea68113dc84c2c8eeedc13a2b31e57f +commit 81ff8e20dadf75a6c74a1d827578dc5b3e8f99fc Author: Bert Gijsbers -Date: Thu Apr 1 01:55:50 2021 +0200 +Date: Fri Apr 9 21:31:54 2021 +0200 - Improve changing workspace when quick switching for issue #564. Allow to - accept the current quick switch selection by hitting the Return key. - Restore reordering of quick switch items when not raising candidates for - issue #558. Get rid of IClosablePopup. + Refactor common code from dialogs to ydialog.cc. Improve layout design. - src/wmprog.cc | 18 ++++----- - src/wmswitch.cc | 114 ++++++++++++++++++++++++++-------------------------- - src/wmswitch.h | 19 +++------ - 3 files changed, 69 insertions(+), 82 deletions(-) + src/wmabout.cc | 27 ++++++------------ + src/wmabout.h | 4 ++- + src/wmaction.h | 2 ++ + src/yaction.h | 2 +- + src/ydialog.cc | 26 ++++++++++++++++- + src/ylayout.h | 83 +++++++++++++++++++++++++++++++----------------------- + src/ymsgbox.cc | 18 +++--------- + 7 files changed, 91 insertions(+), 71 deletions(-) -commit a298b77370b4a17e1b9a6b4d5a94650d4b1e595d +commit b3952b79dadb8a0cd81fc3108b5cc151b72c2b10 Author: Bert Gijsbers -Date: Thu Apr 1 01:52:20 2021 +0200 +Date: Fri Apr 9 21:27:29 2021 +0200 - When activating a frame on another workspace, ignore any focus events - on the root window, for more reliable quick switching. + Add testarray as a test target to cmake test. - src/wmframe.cc | 8 +++++++- - 1 file changed, 7 insertions(+), 1 deletion(-) + src/CMakeLists.txt | 4 ++++ + 1 file changed, 4 insertions(+) -commit ab36adc7630eea73029a5a01bdabe6a93c442e35 +commit 8ad5ae1c2a9c6d456fabaa0b0b85b3cd5a8a0531 Author: Bert Gijsbers -Date: Wed Mar 31 23:23:51 2021 +0200 +Date: Fri Apr 9 21:26:55 2021 +0200 - Let canRaise also consider the future workspace. + Make testarray.cc mostly silent by default. - src/decorate.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + src/Makefile.am | 6 +- + src/testarray.cc | 180 +++++++++++++++++++++++++++++++++++---------------- + 2 files changed, 129 insertions(+), 57 deletions(-) -commit bf87d02fdf1d18cc8c3585fb1295bf6810707644 +commit 0d144609c4fb98b54a47d3ec38410cbe6202f20f Author: Bert Gijsbers -Date: Wed Mar 31 20:01:32 2021 +0200 +Date: Fri Apr 9 21:17:20 2021 +0200 - Add preference QuickSwitchRaiseCandidate to raise a selected QuickSwitch - window for issue #558 and #564. + Improve removing the last element from an array. Add array pop and last. + Remove classes YStack and YStackSet. - src/default.h | 32 +++++++++++++++++--------------- - src/wmframe.cc | 9 ++++++--- - src/wmmgr.cc | 12 ++++-------- - 3 files changed, 27 insertions(+), 26 deletions(-) + src/yarray.cc | 16 +++++++++++----- + src/yarray.h | 46 ++++++++++------------------------------------ + 2 files changed, 21 insertions(+), 41 deletions(-) -commit 28442857dd1778d75938bcd9c5db99cf20d14288 +commit 49a9c524306bb7dfb15425a2b45bf6d2c82edc8e Author: Bert Gijsbers -Date: Wed Mar 31 19:39:31 2021 +0200 - - Support colorful colors when using libXpm for issue ice-wm/icewm#45. +Date: Fri Apr 9 21:15:56 2021 +0200 - src/ycursor.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + Optimize allocation of icon path strings. -commit c6e0cd2dca83a737d89331bd3fa92eef671de92d -Author: Jorge Gallegos Carrasco -Date: Wed Mar 31 12:32:38 2021 +0000 + src/mstring.cc | 24 ++++++++++++++++++++++++ + src/mstring.h | 3 +++ + src/yicon.cc | 21 ++++++++++----------- + 3 files changed, 37 insertions(+), 11 deletions(-) - Translated using Weblate (Spanish) +commit b1beaffcdb4056b33853573c2cfddae86cc91b5d +Author: Bert Gijsbers +Date: Fri Apr 9 21:06:14 2021 +0200 - Currently translated at 100.0% (472 of 472 strings) + Remove unused variable textDrawn to prevent a compiler warning. - po/es.po | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) + src/atasks.cc | 2 -- + 1 file changed, 2 deletions(-) -commit 0ee4293553d1274fbb55bf67d054eb65c943b499 -Author: Antonio Simón -Date: Wed Mar 31 12:31:49 2021 +0000 +commit 0a54dc8864a42dadb69bc96ec09b85c2742dbb04 +Author: Tommi Nieminen +Date: Fri Apr 9 09:04:53 2021 +0000 - Translated using Weblate (Spanish) + Translated using Weblate (Finnish) - Currently translated at 100.0% (472 of 472 strings) + Currently translated at 60.6% (286 of 472 strings) - po/es.po | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) + po/fi.po | 107 ++++++++++++++++++++++++++++++++++++----------------------- + 1 file changed, 65 insertions(+), 42 deletions(-) -commit 97be7f5e7385a855b7baa122cf7a895c597ef77e +commit 0ed7743bb8d8c41da9f0bb7571f591abd1febec4 Author: Bert Gijsbers -Date: Tue Mar 30 09:48:52 2021 +0200 - - When QuickSwitch is up and a new window is created, then add the new - window to the existing QuickSwitch, if the conditions are met. - - src/wmmgr.cc | 2 + - src/wmprog.cc | 23 +++---- - src/wmswitch.cc | 170 +++++++++++++++++++++++++++++----------------------- - src/wmswitch.h | 19 +++--- - 4 files changed, 112 insertions(+), 102 deletions(-) +Date: Sun Apr 4 02:16:33 2021 +0200 -commit 1d2a5e468a1164910888dd4e27872d06a0cc33d1 -Author: Grace Yu -Date: Tue Mar 30 02:36:08 2021 +0000 + Prepare 2.3.1 release - Translated using Weblate (Chinese (China)) + AUTHORS | 2 +- + ChangeLog | 459 ++++++++++++++++++++++++++----------------------------- + NEWS | 83 ++++------ + README.md | 36 ++--- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 52 +++---- + po/be.po | 52 +++---- + po/bg.po | 52 +++---- + po/ca.po | 52 +++---- + po/cs.po | 52 +++---- + po/da.po | 52 +++---- + po/de.po | 52 +++---- + po/el.po | 52 +++---- + po/en.po | 52 +++---- + po/es.po | 52 +++---- + po/fi.po | 52 +++---- + po/fr.po | 52 +++---- + po/he.po | 52 +++---- + po/hr.po | 52 +++---- + po/hu.po | 52 +++---- + po/icewm.pot | 54 +++---- + po/id.po | 52 +++---- + po/it.po | 52 +++---- + po/ja.po | 52 +++---- + po/ko.po | 52 +++---- + po/lt.po | 52 +++---- + po/lv.po | 52 +++---- + po/mk.po | 52 +++---- + po/nb.po | 52 +++---- + po/nl.po | 52 +++---- + po/no.po | 52 +++---- + po/pl.po | 52 +++---- + po/pt.po | 52 +++---- + po/pt_BR.po | 52 +++---- + po/ro.po | 52 +++---- + po/ru.po | 52 +++---- + po/sk.po | 52 +++---- + po/sl.po | 52 +++---- + po/sv.po | 52 +++---- + po/tr.po | 52 +++---- + po/uk.po | 52 +++---- + po/vi.po | 52 +++---- + po/zh_CN.po | 52 +++---- + po/zh_TW.po | 52 +++---- + 45 files changed, 1288 insertions(+), 1334 deletions(-) - Currently translated at 100.0% (472 of 472 strings) +commit 7d3a58545e0a88d97e394a56ea6cf1893507d42e +Merge: e2d41f6b 55257c59 +Author: Bert Gijsbers +Date: Sun Apr 4 02:10:45 2021 +0200 - po/zh_CN.po | 14 +++++++------- - 1 file changed, 7 insertions(+), 7 deletions(-) + Merge branch 'icewm-1-4-BRANCH' -commit 9f1e58898f12504b2c99de262b55e5642b570dbd +commit 55257c595216538c0e47bf6d6b60ad5c338e2bef +Merge: 21630b2c 0963792b Author: Bert Gijsbers -Date: Mon Mar 29 19:40:29 2021 +0200 - - Replace inefficient GetZList with efficient updateList in QuickSwitch. +Date: Sun Apr 4 02:10:13 2021 +0200 - src/wmswitch.cc | 188 +++++++++++++++++++++++++++------------------------- - 1 file changed, 97 insertions(+), 91 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 114e6e338435c670b92baaf0b64c967366ab3e18 +commit 0963792bfd25120dfb1c39aa5c80c0a92a8f3976 Author: Bert Gijsbers -Date: Mon Mar 29 13:15:18 2021 +0200 +Date: Sat Apr 3 19:46:45 2021 +0200 - Don't reorder focus when switching workspaces for issue #564. Cancel - QuickSwitch when clicking outside the window. Improve calculating hinted - item. Support rotating mouse wheel buttons when scrolling over windows. + Support different ways to indicate TaskBarTaskGrouping and closes #565. - man/icewm.pod | 15 +++++++++----- - src/wmswitch.cc | 60 +++++++++++++++++++++++++++++++++-------------------- - 2 files changed, 47 insertions(+), 28 deletions(-) + man/icewm-preferences.pod | 2 + + src/atasks.cc | 92 +++++++++++++++++++++++++++++++------------ + src/atasks.h | 8 ++-- + src/default.h | 4 +- + src/wmframe.cc | 2 +- + 5 files changed, 76 insertions(+), 32 deletions(-) -commit 5123739d4013e78ccef604439c0fa5c5afe73a82 +commit aa1d6da2437d107be5780be4fd32d6dbaf25df94 Author: Bert Gijsbers -Date: Mon Mar 29 13:15:18 2021 +0200 +Date: Sat Apr 3 19:46:45 2021 +0200 - Add optional reorder flag to setFocus and dont reorder for QuickSwitch - for issue #564. + Support drawing rounded rectangles. - src/wmmgr.cc | 6 +++--- - src/wmmgr.h | 2 +- - 2 files changed, 4 insertions(+), 4 deletions(-) + src/ypaint.cc | 8 ++++---- + src/ypaint.h | 2 +- + 2 files changed, 5 insertions(+), 5 deletions(-) -commit 17f170b082ea77a4b1915fdef571909e60054fec +commit 8c4140b61f8516c52928b9733265962fbe354577 Author: Bert Gijsbers -Date: Mon Mar 29 01:06:27 2021 +0200 +Date: Sat Apr 3 18:04:09 2021 +0200 - Improve tracking of popup deactivation for SwitchWindow. - Avoid closing down SwitchWindow when a button release occurs outside of - the SwitchWindow. - Support keys '1' to '9' to index the SwitchWindow. + Avoid iterating over an empty array in MStringArray::begin() for #571. - src/wmswitch.cc | 17 ++++++++++++----- - 1 file changed, 12 insertions(+), 5 deletions(-) + src/yarray.h | 8 ++++++-- + 1 file changed, 6 insertions(+), 2 deletions(-) -commit ff60a59ebca7db27d3ae922d5262cca21a13c754 +commit 0177b3463464ae2ee2fa7b5ef8e4dbb26486089b Author: Bert Gijsbers -Date: Mon Mar 29 00:18:27 2021 +0200 +Date: Sat Apr 3 13:28:49 2021 +0200 - Reorder popup and displayFocus in QuickSwitch for immediate focus+raise - effect. + Repaint the background when icewm restarts to evade bug in X server. - src/wmswitch.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + src/icewmbg.cc | 5 +++++ + 1 file changed, 5 insertions(+) -commit 2acc14612d6d2a75f790c7c1e5b0ee436727acc7 +commit 2ebd2428b0cf29f6a06da4f10ea4952bb5c405f3 Author: Bert Gijsbers -Date: Sun Mar 28 23:27:20 2021 +0200 +Date: Sat Apr 3 12:34:23 2021 +0200 - make update-po + Drop wmMoveToWorkspace. - po/ar.po | 166 ++++++++++++++++++++++++++--------------------------- - po/be.po | 166 ++++++++++++++++++++++++++--------------------------- - po/bg.po | 166 ++++++++++++++++++++++++++--------------------------- - po/ca.po | 170 +++++++++++++++++++++++++++---------------------------- - po/cs.po | 170 +++++++++++++++++++++++++++---------------------------- - po/da.po | 166 ++++++++++++++++++++++++++--------------------------- - po/de.po | 170 +++++++++++++++++++++++++++---------------------------- - po/el.po | 166 ++++++++++++++++++++++++++--------------------------- - po/en.po | 166 ++++++++++++++++++++++++++--------------------------- - po/es.po | 170 +++++++++++++++++++++++++++---------------------------- - po/fi.po | 166 ++++++++++++++++++++++++++--------------------------- - po/fr.po | 170 +++++++++++++++++++++++++++---------------------------- - po/he.po | 166 ++++++++++++++++++++++++++--------------------------- - po/hr.po | 166 ++++++++++++++++++++++++++--------------------------- - po/hu.po | 166 ++++++++++++++++++++++++++--------------------------- - po/icewm.pot | 168 +++++++++++++++++++++++++++--------------------------- - po/id.po | 166 ++++++++++++++++++++++++++--------------------------- - po/it.po | 170 +++++++++++++++++++++++++++---------------------------- - po/ja.po | 170 +++++++++++++++++++++++++++---------------------------- - po/ko.po | 166 ++++++++++++++++++++++++++--------------------------- - po/lt.po | 166 ++++++++++++++++++++++++++--------------------------- - po/lv.po | 166 ++++++++++++++++++++++++++--------------------------- - po/mk.po | 166 ++++++++++++++++++++++++++--------------------------- - po/nb.po | 166 ++++++++++++++++++++++++++--------------------------- - po/nl.po | 170 +++++++++++++++++++++++++++---------------------------- - po/no.po | 166 ++++++++++++++++++++++++++--------------------------- - po/pl.po | 166 ++++++++++++++++++++++++++--------------------------- - po/pt.po | 166 ++++++++++++++++++++++++++--------------------------- - po/pt_BR.po | 166 ++++++++++++++++++++++++++--------------------------- - po/ro.po | 166 ++++++++++++++++++++++++++--------------------------- - po/ru.po | 166 ++++++++++++++++++++++++++--------------------------- - po/sk.po | 170 +++++++++++++++++++++++++++---------------------------- - po/sl.po | 166 ++++++++++++++++++++++++++--------------------------- - po/sv.po | 166 ++++++++++++++++++++++++++--------------------------- - po/tr.po | 166 ++++++++++++++++++++++++++--------------------------- - po/uk.po | 166 ++++++++++++++++++++++++++--------------------------- - po/vi.po | 166 ++++++++++++++++++++++++++--------------------------- - po/zh_CN.po | 166 ++++++++++++++++++++++++++--------------------------- - po/zh_TW.po | 166 ++++++++++++++++++++++++++--------------------------- - 39 files changed, 3256 insertions(+), 3256 deletions(-) + src/wmframe.cc | 6 +----- + src/wmframe.h | 1 - + 2 files changed, 1 insertion(+), 6 deletions(-) -commit 869d42c9470f1a19d8fa29c01472ef93e9dcea31 +commit 931e69a493a455ca30601f1b562627fa3a5ef043 Author: Bert Gijsbers -Date: Sun Mar 28 21:54:17 2021 +0200 +Date: Sat Apr 3 12:34:07 2021 +0200 - Add support for operation by arrow keys and Home and End. Support Delete - key to close a window. Move SwitchWindow away from wmapp and frames - and into manager. Support highlighting the active quickswitch frame by - reordering the X stacking order. Use the more lightweight setFocus to - give input focus. Fix for quickswitch on fullscreen for issue #558. Fix - for quickswitch raise for issue #564. + Fix for submenus when switching themes for issue #571 and #572. - man/icewm.pod | 24 +++++----- - src/wmapp.cc | 10 ---- - src/wmapp.h | 4 -- - src/wmframe.cc | 9 +--- - src/wmmgr.cc | 62 +++++++++++++++++++++---- - src/wmmgr.h | 15 +++++- - src/wmprog.cc | 3 -- - src/wmswitch.cc | 129 +++++++++++++++++++++++++++++++++------------------- - src/wmswitch.h | 76 +++++++++++++++---------------- - 9 files changed, 201 insertions(+), 131 deletions(-) + src/objmenu.h | 2 +- + src/ymenu.cc | 4 ++-- + 2 files changed, 3 insertions(+), 3 deletions(-) -commit 3de7f66851f96168d8ca8c3770022f4ec46622d8 +commit 4606871aaa408f285170df1d81fde56c1d6e071c Author: Bert Gijsbers -Date: Sun Mar 28 21:54:17 2021 +0200 +Date: Sat Apr 3 02:10:00 2021 +0200 - Add setPopDownListener. + Enable iteration over a switchkey menu. - src/ypopup.cc | 65 +++++++++++++++++++++---------------------------------- - src/ypopup.h | 1 + - 2 files changed, 26 insertions(+), 40 deletions(-) + src/wmprog.cc | 5 ++--- + 1 file changed, 2 insertions(+), 3 deletions(-) -commit a3ee06ecc395b81b4005306e6581be3e16162279 +commit 1dc3e781eb4d984f094a1e8f132d70ced01bdfb6 Author: Bert Gijsbers -Date: Sun Mar 28 21:54:17 2021 +0200 +Date: Sat Apr 3 00:31:01 2021 +0200 - Add contains. + Prefer for-each loops when iterating over resource paths. - src/yrect.h | 4 ++++ - 1 file changed, 4 insertions(+) + src/aworkspaces.cc | 6 +++--- + src/browse.cc | 9 +++------ + src/wmapp.cc | 6 +++--- + src/wpixres.cc | 42 ++++++++++++++++++++---------------------- + src/yicon.cc | 22 ++++++++-------------- + src/ypaths.cc | 33 +++++++++++++-------------------- + src/ypaths.h | 22 ++++++++-------------- + 7 files changed, 58 insertions(+), 82 deletions(-) -commit 258d17a7905dbd205a1b2d9ee11060e9e6bf448d +commit 0ae73a0ef344ff51035c00218d839c4cee443da3 Author: Bert Gijsbers -Date: Fri Mar 26 17:38:42 2021 +0100 - - Enable immediate toggling ofTaskBarTaskGrouping without a restart. +Date: Sat Apr 3 00:29:53 2021 +0200 - src/atasks.cc | 18 ++++++++++++++++++ - src/atasks.h | 3 ++- - src/wmclient.h | 2 ++ - 3 files changed, 22 insertions(+), 1 deletion(-) + Smaller simpler YCursor. -commit cdd61f0bd7912c28adde665dd0c0b551882eac5f -Author: Sophie Leroy -Date: Thu Mar 25 11:40:12 2021 +0000 + src/ycursor.cc | 26 ++++++++------------------ + src/ycursor.h | 2 +- + 2 files changed, 9 insertions(+), 19 deletions(-) - Translated using Weblate (French) +commit 8f55fc003b8bae0918ccce7a55a46539f98c258d +Author: Bert Gijsbers +Date: Sat Apr 3 00:26:04 2021 +0200 - Currently translated at 100.0% (472 of 472 strings) + Test for large icon in YMsgBox to prevent accessing nil pointer. - po/fr.po | 26 ++++++++++---------------- - 1 file changed, 10 insertions(+), 16 deletions(-) + src/ymsgbox.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit a2cda6635a0492692ccb228240b5a850af2edbd1 +commit 58f6819e9c9dfb4c6424b3961146a8fb1198f1a6 Author: Bert Gijsbers -Date: Wed Mar 24 17:23:51 2021 +0100 +Date: Sat Apr 3 00:24:49 2021 +0200 - Restart the QuickSwitch when changing workspace by key for issue #563. - Improve handling of modifier keys in QuickSwitch. + Add begin+end to properly support for-each on MStringArrays. - src/wmprog.cc | 3 +++ - src/wmswitch.cc | 64 +++++++++++++++++++++++++++++++++-------------------- - src/wmswitch.h | 7 +++--- - src/ywindow.cc | 8 +++---- - src/ywindow.h | 4 ++-- - 5 files changed, 53 insertions(+), 33 deletions(-) + src/yarray.h | 3 +++ + 1 file changed, 3 insertions(+) -commit 84dcf1588497a130324d6f8a40ba402ea108e550 -Author: Gemineo -Date: Wed Mar 24 13:54:06 2021 +0000 +commit 43de75c4085aecacfc2b5613031062c8dcbdbbe3 +Author: Bert Gijsbers +Date: Sat Apr 3 00:24:02 2021 +0200 - Translated using Weblate (German) + Restore use of isKey in ISwitchItems to fix switchkey. - Currently translated at 100.0% (472 of 472 strings) + src/wmprog.cc | 3 +++ + src/wmswitch.cc | 10 +++++++++- + src/wmswitch.h | 2 ++ + 3 files changed, 14 insertions(+), 1 deletion(-) - po/de.po | 26 ++++++++++---------------- - 1 file changed, 10 insertions(+), 16 deletions(-) +commit 37b13884b23724c0039fb7f0a250d2cfc7287cea +Author: Bert Gijsbers +Date: Sat Apr 3 00:22:57 2021 +0200 -commit c579d6c877a57dd329afbb4d77c1c630c2819e85 -Author: Davide Aiello -Date: Wed Mar 24 10:53:55 2021 +0000 + Use override consistently. - Translated using Weblate (Italian) + src/objmenu.h | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) - Currently translated at 100.0% (472 of 472 strings) +commit 79616ed36e05b8ae56eb1acc0afca5d9df68affb +Author: Bert Gijsbers +Date: Sat Apr 3 00:22:36 2021 +0200 - po/it.po | 12 +----------- - 1 file changed, 1 insertion(+), 11 deletions(-) + Prefer object icon over default icon. -commit f12bd2cd8e3e3c63fe17aef0bcbcea37487c4ad2 + src/objmenu.cc | 7 ++++--- + 1 file changed, 4 insertions(+), 3 deletions(-) + +commit 04a1a96b03f903fb25df2ccc981f4841cd9623d8 Author: Bert Gijsbers -Date: Wed Mar 24 13:10:07 2021 +0100 +Date: Sat Apr 3 00:21:14 2021 +0200 - Support buttons up to button number 9 for issue #333. + Remove use of resource paths. - src/icesh.cc | 2 +- - src/yconfig.cc | 7 +++++++ - 2 files changed, 8 insertions(+), 1 deletion(-) + src/icewmbg.cc | 23 ++++++----------------- + 1 file changed, 6 insertions(+), 17 deletions(-) -commit 81d8c029efc0cbd7303fd71ea25120ea3da1a0a0 +commit e2d41f6b82f5b87051558243df85a9d6f387d86b Author: Bert Gijsbers -Date: Wed Mar 24 12:58:23 2021 +0100 +Date: Thu Apr 1 15:01:43 2021 +0200 - Add missing modifiers declaration to fix compilation and closes #567 + Prepare 2.3.0 release - src/wmswitch.h | 1 + - 1 file changed, 1 insertion(+) + AUTHORS | 22 +- + ChangeLog | 9058 +++++++++++++++++++++++++++--------------------------- + NEWS | 263 +- + README.md | 36 +- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 50 +- + po/be.po | 50 +- + po/bg.po | 50 +- + po/ca.po | 50 +- + po/cs.po | 50 +- + po/da.po | 50 +- + po/de.po | 50 +- + po/el.po | 50 +- + po/en.po | 50 +- + po/es.po | 54 +- + po/fi.po | 50 +- + po/fr.po | 50 +- + po/he.po | 50 +- + po/hr.po | 50 +- + po/hu.po | 50 +- + po/icewm.pot | 52 +- + po/id.po | 50 +- + po/it.po | 50 +- + po/ja.po | 50 +- + po/ko.po | 50 +- + po/lt.po | 50 +- + po/lv.po | 50 +- + po/mk.po | 50 +- + po/nb.po | 50 +- + po/nl.po | 50 +- + po/no.po | 50 +- + po/pl.po | 50 +- + po/pt.po | 50 +- + po/pt_BR.po | 50 +- + po/ro.po | 50 +- + po/ru.po | 50 +- + po/sk.po | 50 +- + po/sl.po | 50 +- + po/sv.po | 50 +- + po/tr.po | 50 +- + po/uk.po | 50 +- + po/vi.po | 50 +- + po/zh_CN.po | 50 +- + po/zh_TW.po | 50 +- + 45 files changed, 5752 insertions(+), 5595 deletions(-) -commit e0070ecb75688eeef8a528a0e4fb7c5c0c52793e -Author: Hugo Carvalho -Date: Tue Mar 23 22:23:55 2021 +0000 +commit 4cbd349f588d79468922133d9e83bcbf262a62b4 +Merge: b37c55c0 21630b2c +Author: Bert Gijsbers +Date: Thu Apr 1 14:48:39 2021 +0200 - Translated using Weblate (Portuguese) + Merge remote-tracking branch 'origin/icewm-1-4-BRANCH' - Currently translated at 100.0% (472 of 472 strings) +commit 21630b2c0e7838403fa854d88c3ce01feada3292 +Merge: 6d9cfc9a ccaabb3c +Author: Bert Gijsbers +Date: Thu Apr 1 14:45:54 2021 +0200 - po/pt.po | 20 ++++++++------------ - 1 file changed, 8 insertions(+), 12 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 112d9b7cbc9fc8c627382f83bcf29b40d382bf6e -Author: Antonio Simón -Date: Tue Mar 23 16:55:39 2021 +0000 +commit ccaabb3ca8462ad9e682b5d10eb4d409fd45d816 +Author: Bert Gijsbers +Date: Thu Apr 1 12:47:24 2021 +0200 - Translated using Weblate (Spanish) + Also terminate with a dot when outputting in perl pod format. - Currently translated at 100.0% (472 of 472 strings) + src/genpref.cc | 13 +++++++++++-- + 1 file changed, 11 insertions(+), 2 deletions(-) - po/es.po | 26 ++++++++++---------------- - 1 file changed, 10 insertions(+), 16 deletions(-) +commit 539994330cd31cda6571cb1f2131ba6ce43ae65c +Author: Bert Gijsbers +Date: Thu Apr 1 12:44:03 2021 +0200 -commit 8c09c294c7ac5c0dc72f7924f6215f824e582754 -Author: Davide Aiello -Date: Tue Mar 23 13:46:35 2021 +0000 + Ensure that descriptions are terminated with a dot. - Translated using Weblate (Italian) + src/genpref.cc | 16 ++++++++-------- + 1 file changed, 8 insertions(+), 8 deletions(-) - Currently translated at 98.7% (466 of 472 strings) +commit 2c8df5a829b6cd6a40962cdf0616e68a82c939ab +Author: Bert Gijsbers +Date: Thu Apr 1 12:33:03 2021 +0200 - po/it.po | 20 ++++++++++++-------- - 1 file changed, 12 insertions(+), 8 deletions(-) + Use wmOccupyWorkspace instead of identical wmOccupyOnlyWorkspace. -commit 0ba1c000660bd89f61f883b293034a6e3a2051e3 + src/atasks.cc | 2 +- + src/atray.cc | 2 +- + src/wmclient.h | 1 - + src/wmframe.cc | 7 +------ + src/wmframe.h | 1 - + src/wmmgr.cc | 2 +- + src/wmwinmenu.cc | 2 +- + 7 files changed, 5 insertions(+), 12 deletions(-) + +commit 940f4b7860a08c4dcf551f1250c087df5a5e5e01 Author: Bert Gijsbers -Date: Tue Mar 23 12:20:34 2021 +0100 +Date: Thu Apr 1 12:30:07 2021 +0200 - Allow to switch workspaces when the Alt+Tab QuickSwitch window is - active for #563. + Update QuickSwitch preferences. - src/wmmgr.cc | 31 +++++++++++++++++-------------- - src/wmswitch.cc | 14 +++++++++++++- - 2 files changed, 30 insertions(+), 15 deletions(-) + man/icewm-preferences.pod | 18 +++++++++++------- + 1 file changed, 11 insertions(+), 7 deletions(-) -commit 6eba84b9843f0b3d38c80e9dba234db4334ace7a -Author: Kukuh Syafaat -Date: Tue Mar 23 03:22:23 2021 +0000 +commit 9cebf626c8cf63663c456698ce43ae893a041389 +Author: Bert Gijsbers +Date: Thu Apr 1 12:22:35 2021 +0200 - Translated using Weblate (Indonesian) + Complete QuickSwitch documentation. - Currently translated at 100.0% (472 of 472 strings) + man/icewm.pod | 22 +++++++++++++--------- + 1 file changed, 13 insertions(+), 9 deletions(-) - po/id.po | 22 ++++++++-------------- - 1 file changed, 8 insertions(+), 14 deletions(-) +commit fd00dce9eea68113dc84c2c8eeedc13a2b31e57f +Author: Bert Gijsbers +Date: Thu Apr 1 01:55:50 2021 +0200 -commit bf5f5f87bacdf7b717b7aeea37d4fa5ccb19c4c6 -Author: David Medina -Date: Mon Mar 22 20:09:15 2021 +0000 + Improve changing workspace when quick switching for issue #564. Allow to + accept the current quick switch selection by hitting the Return key. + Restore reordering of quick switch items when not raising candidates for + issue #558. Get rid of IClosablePopup. - Translated using Weblate (Catalan) + src/wmprog.cc | 18 ++++----- + src/wmswitch.cc | 114 ++++++++++++++++++++++++++-------------------------- + src/wmswitch.h | 19 +++------ + 3 files changed, 69 insertions(+), 82 deletions(-) - Currently translated at 100.0% (472 of 472 strings) +commit a298b77370b4a17e1b9a6b4d5a94650d4b1e595d +Author: Bert Gijsbers +Date: Thu Apr 1 01:52:20 2021 +0200 - po/ca.po | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) - -commit 31dcae3754a457f15a4ecc1da09aa892a81065f4 -Author: Ferdinand Galko -Date: Mon Mar 22 16:24:14 2021 +0000 - - Translated using Weblate (Slovak) - - Currently translated at 100.0% (472 of 472 strings) + When activating a frame on another workspace, ignore any focus events + on the root window, for more reliable quick switching. - po/sk.po | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) + src/wmframe.cc | 8 +++++++- + 1 file changed, 7 insertions(+), 1 deletion(-) -commit 4f1a1c567b1bc50fdb1303456609f7b70b5d1819 +commit ab36adc7630eea73029a5a01bdabe6a93c442e35 Author: Bert Gijsbers -Date: Mon Mar 22 11:48:31 2021 +0100 +Date: Wed Mar 31 23:23:51 2021 +0200 - Allow to switch workspaces when in Alt+Tab mode for issue #563. + Let canRaise also consider the future workspace. - src/wmmgr.cc | 145 ++++++++++++++++++++++++++++++---------------------- - src/wmmgr.h | 1 + - src/wmswitch.cc | 17 +++--- - 3 files changed, 97 insertions(+), 66 deletions(-) + src/decorate.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit bdd1f5b314d7cf0b514901084bea87091e9a8ceb +commit bf87d02fdf1d18cc8c3585fb1295bf6810707644 Author: Bert Gijsbers -Date: Mon Mar 22 02:56:34 2021 +0100 +Date: Wed Mar 31 20:01:32 2021 +0200 - Restore dynamic menus like Start, for issue #562. + Add preference QuickSwitchRaiseCandidate to raise a selected QuickSwitch + window for issue #558 and #564. - src/CMakeLists.txt | 3 +- - src/Makefile.am | 1 + - src/browse.cc | 42 ++++++++--------------- - src/browse.h | 3 ++ - src/obj.h | 17 ++++++---- - src/objmenu.cc | 69 +++++++++++++++++++++++++++++++++++++ - src/objmenu.h | 47 ++++++++++++++++---------- - src/themes.cc | 49 ++++++++++++++------------- - src/themes.h | 14 ++++---- - src/wmprog.cc | 92 +++++++------------------------------------------- - src/ymenu.h | 5 +-- - 11 files changed, 177 insertions(+), 165 deletions(-) + src/default.h | 32 +++++++++++++++++--------------- + src/wmframe.cc | 9 ++++++--- + src/wmmgr.cc | 12 ++++-------- + 3 files changed, 27 insertions(+), 26 deletions(-) -commit 656cbff63215a7a084043c55c4dcc0f38e28417f +commit 28442857dd1778d75938bcd9c5db99cf20d14288 Author: Bert Gijsbers -Date: Mon Mar 22 02:55:19 2021 +0100 +Date: Wed Mar 31 19:39:31 2021 +0200 - Add command "denormal" to icesh for issue #561. + Support colorful colors when using libXpm for issue ice-wm/icewm#45. - man/icesh.pod | 6 ++++++ - src/icesh.cc | 4 ++++ - 2 files changed, 10 insertions(+) + src/ycursor.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit b8c19be78ff3051171a43e9f6b73c8a5ef8e8f3a -Author: Freek de Kruijf -Date: Sat Mar 20 09:20:26 2021 +0000 +commit c6e0cd2dca83a737d89331bd3fa92eef671de92d +Author: Jorge Gallegos Carrasco +Date: Wed Mar 31 12:32:38 2021 +0000 - Translated using Weblate (Dutch) + Translated using Weblate (Spanish) Currently translated at 100.0% (472 of 472 strings) - po/nl.po | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) + po/es.po | 6 +++--- + 1 file changed, 3 insertions(+), 3 deletions(-) -commit ad6fed88f590ae03eb49d546cede552d749e9e09 -Author: Aleš Kastner -Date: Sat Mar 20 09:24:46 2021 +0000 +commit 0ee4293553d1274fbb55bf67d054eb65c943b499 +Author: Antonio Simón +Date: Wed Mar 31 12:31:49 2021 +0000 - Translated using Weblate (Czech) + Translated using Weblate (Spanish) Currently translated at 100.0% (472 of 472 strings) - po/cs.po | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) - -commit cec4943997fafafd1d1f71651e9b997f4ad52b7b -Author: Grace Yu -Date: Sat Mar 20 08:13:20 2021 +0000 + po/es.po | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) - Translated using Weblate (Chinese (Taiwan)) +commit 97be7f5e7385a855b7baa122cf7a895c597ef77e +Author: Bert Gijsbers +Date: Tue Mar 30 09:48:52 2021 +0200 - Currently translated at 100.0% (472 of 472 strings) + When QuickSwitch is up and a new window is created, then add the new + window to the existing QuickSwitch, if the conditions are met. - po/zh_TW.po | 22 ++++++++-------------- - 1 file changed, 8 insertions(+), 14 deletions(-) + src/wmmgr.cc | 2 + + src/wmprog.cc | 23 +++---- + src/wmswitch.cc | 170 +++++++++++++++++++++++++++++----------------------- + src/wmswitch.h | 19 +++--- + 4 files changed, 112 insertions(+), 102 deletions(-) -commit 500bb37e1d5491a6a4ee82655fff72d44753a8b2 +commit 1d2a5e468a1164910888dd4e27872d06a0cc33d1 Author: Grace Yu -Date: Sat Mar 20 08:01:46 2021 +0000 +Date: Tue Mar 30 02:36:08 2021 +0000 Translated using Weblate (Chinese (China)) Currently translated at 100.0% (472 of 472 strings) - po/zh_CN.po | 10 +++------- - 1 file changed, 3 insertions(+), 7 deletions(-) + po/zh_CN.po | 14 +++++++------- + 1 file changed, 7 insertions(+), 7 deletions(-) -commit 3ccb0afda6d996e629c551005ae828463c67245c -Merge: bd70d96c 0affb76e +commit 9f1e58898f12504b2c99de262b55e5642b570dbd Author: Bert Gijsbers -Date: Sat Mar 20 11:37:56 2021 +0100 +Date: Mon Mar 29 19:40:29 2021 +0200 - Merge + Replace inefficient GetZList with efficient updateList in QuickSwitch. -commit bd70d96c3989780812a839634fd0b9643d692fb2 + src/wmswitch.cc | 188 +++++++++++++++++++++++++++------------------------- + 1 file changed, 97 insertions(+), 91 deletions(-) + +commit 114e6e338435c670b92baaf0b64c967366ab3e18 Author: Bert Gijsbers -Date: Sat Mar 20 02:38:13 2021 +0100 +Date: Mon Mar 29 13:15:18 2021 +0200 - When WM_CLASS changes and task grouping is on, then reinsert task - app status. + Don't reorder focus when switching workspaces for issue #564. Cancel + QuickSwitch when clicking outside the window. Improve calculating hinted + item. Support rotating mouse wheel buttons when scrolling over windows. - src/wmclient.cc | 19 ++++++++++++------- - src/wmframe.cc | 14 +++++++++----- - src/wmframe.h | 1 + - 3 files changed, 22 insertions(+), 12 deletions(-) + man/icewm.pod | 15 +++++++++----- + src/wmswitch.cc | 60 +++++++++++++++++++++++++++++++++-------------------- + 2 files changed, 47 insertions(+), 28 deletions(-) -commit 0affb76e88012e4f5c5c3cf6ca0c3dfa117b1950 +commit 5123739d4013e78ccef604439c0fa5c5afe73a82 Author: Bert Gijsbers -Date: Sat Mar 20 02:38:13 2021 +0100 +Date: Mon Mar 29 13:15:18 2021 +0200 - When WM_CLASS and grouping is on then reinsert task app status. + Add optional reorder flag to setFocus and dont reorder for QuickSwitch + for issue #564. - src/wmclient.cc | 19 ++++++++++++------- - src/wmframe.cc | 14 +++++++++----- - src/wmframe.h | 1 + - 3 files changed, 22 insertions(+), 12 deletions(-) + src/wmmgr.cc | 6 +++--- + src/wmmgr.h | 2 +- + 2 files changed, 4 insertions(+), 4 deletions(-) -commit 6fdc24cb4a818f88d06420c1ac739421546f04db +commit 17f170b082ea77a4b1915fdef571909e60054fec Author: Bert Gijsbers -Date: Sat Mar 20 02:38:13 2021 +0100 +Date: Mon Mar 29 01:06:27 2021 +0200 - Set icon on task app. + Improve tracking of popup deactivation for SwitchWindow. + Avoid closing down SwitchWindow when a button release occurs outside of + the SwitchWindow. + Support keys '1' to '9' to index the SwitchWindow. - src/atasks.cc | 1 + - 1 file changed, 1 insertion(+) + src/wmswitch.cc | 17 ++++++++++++----- + 1 file changed, 12 insertions(+), 5 deletions(-) -commit c7204d0e66f242c2e30d2e79718413a16bffc229 -Author: Yasuhiko Kamata -Date: Fri Mar 19 22:21:38 2021 +0000 +commit ff60a59ebca7db27d3ae922d5262cca21a13c754 +Author: Bert Gijsbers +Date: Mon Mar 29 00:18:27 2021 +0200 - Translated using Weblate (Japanese) + Reorder popup and displayFocus in QuickSwitch for immediate focus+raise + effect. - Currently translated at 100.0% (472 of 472 strings) + src/wmswitch.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) - po/ja.po | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) +commit 2acc14612d6d2a75f790c7c1e5b0ee436727acc7 +Author: Bert Gijsbers +Date: Sun Mar 28 23:27:20 2021 +0200 -commit f9445f261cf25f742424e905c3086769ee403228 -Author: Luiz Fernando Ranghetti -Date: Fri Mar 19 16:16:28 2021 +0000 + make update-po - Translated using Weblate (Portuguese (Brazil)) + po/ar.po | 166 ++++++++++++++++++++++++++--------------------------- + po/be.po | 166 ++++++++++++++++++++++++++--------------------------- + po/bg.po | 166 ++++++++++++++++++++++++++--------------------------- + po/ca.po | 170 +++++++++++++++++++++++++++---------------------------- + po/cs.po | 170 +++++++++++++++++++++++++++---------------------------- + po/da.po | 166 ++++++++++++++++++++++++++--------------------------- + po/de.po | 170 +++++++++++++++++++++++++++---------------------------- + po/el.po | 166 ++++++++++++++++++++++++++--------------------------- + po/en.po | 166 ++++++++++++++++++++++++++--------------------------- + po/es.po | 170 +++++++++++++++++++++++++++---------------------------- + po/fi.po | 166 ++++++++++++++++++++++++++--------------------------- + po/fr.po | 170 +++++++++++++++++++++++++++---------------------------- + po/he.po | 166 ++++++++++++++++++++++++++--------------------------- + po/hr.po | 166 ++++++++++++++++++++++++++--------------------------- + po/hu.po | 166 ++++++++++++++++++++++++++--------------------------- + po/icewm.pot | 168 +++++++++++++++++++++++++++--------------------------- + po/id.po | 166 ++++++++++++++++++++++++++--------------------------- + po/it.po | 170 +++++++++++++++++++++++++++---------------------------- + po/ja.po | 170 +++++++++++++++++++++++++++---------------------------- + po/ko.po | 166 ++++++++++++++++++++++++++--------------------------- + po/lt.po | 166 ++++++++++++++++++++++++++--------------------------- + po/lv.po | 166 ++++++++++++++++++++++++++--------------------------- + po/mk.po | 166 ++++++++++++++++++++++++++--------------------------- + po/nb.po | 166 ++++++++++++++++++++++++++--------------------------- + po/nl.po | 170 +++++++++++++++++++++++++++---------------------------- + po/no.po | 166 ++++++++++++++++++++++++++--------------------------- + po/pl.po | 166 ++++++++++++++++++++++++++--------------------------- + po/pt.po | 166 ++++++++++++++++++++++++++--------------------------- + po/pt_BR.po | 166 ++++++++++++++++++++++++++--------------------------- + po/ro.po | 166 ++++++++++++++++++++++++++--------------------------- + po/ru.po | 166 ++++++++++++++++++++++++++--------------------------- + po/sk.po | 170 +++++++++++++++++++++++++++---------------------------- + po/sl.po | 166 ++++++++++++++++++++++++++--------------------------- + po/sv.po | 166 ++++++++++++++++++++++++++--------------------------- + po/tr.po | 166 ++++++++++++++++++++++++++--------------------------- + po/uk.po | 166 ++++++++++++++++++++++++++--------------------------- + po/vi.po | 166 ++++++++++++++++++++++++++--------------------------- + po/zh_CN.po | 166 ++++++++++++++++++++++++++--------------------------- + po/zh_TW.po | 166 ++++++++++++++++++++++++++--------------------------- + 39 files changed, 3256 insertions(+), 3256 deletions(-) - Currently translated at 100.0% (472 of 472 strings) +commit 869d42c9470f1a19d8fa29c01472ef93e9dcea31 +Author: Bert Gijsbers +Date: Sun Mar 28 21:54:17 2021 +0200 - po/pt_BR.po | 22 ++++++++-------------- - 1 file changed, 8 insertions(+), 14 deletions(-) + Add support for operation by arrow keys and Home and End. Support Delete + key to close a window. Move SwitchWindow away from wmapp and frames + and into manager. Support highlighting the active quickswitch frame by + reordering the X stacking order. Use the more lightweight setFocus to + give input focus. Fix for quickswitch on fullscreen for issue #558. Fix + for quickswitch raise for issue #564. -commit 345de99ddd3326dbdb74a65c230e088aab3676ca + man/icewm.pod | 24 +++++----- + src/wmapp.cc | 10 ---- + src/wmapp.h | 4 -- + src/wmframe.cc | 9 +--- + src/wmmgr.cc | 62 +++++++++++++++++++++---- + src/wmmgr.h | 15 +++++- + src/wmprog.cc | 3 -- + src/wmswitch.cc | 129 +++++++++++++++++++++++++++++++++------------------- + src/wmswitch.h | 76 +++++++++++++++---------------- + 9 files changed, 201 insertions(+), 131 deletions(-) + +commit 3de7f66851f96168d8ca8c3770022f4ec46622d8 Author: Bert Gijsbers -Date: Fri Mar 19 16:25:15 2021 +0100 +Date: Sun Mar 28 21:54:17 2021 +0200 - Fix pointer type. + Add setPopDownListener. - src/wmprog.cc | 2 +- - src/wmswitch.cc | 2 +- - src/wmswitch.h | 2 +- - 3 files changed, 3 insertions(+), 3 deletions(-) + src/ypopup.cc | 65 +++++++++++++++++++++---------------------------------- + src/ypopup.h | 1 + + 2 files changed, 26 insertions(+), 40 deletions(-) -commit 48fc8550f1e92ff8e6fc3ff1775dbb893635e2cf +commit a3ee06ecc395b81b4005306e6581be3e16162279 Author: Bert Gijsbers -Date: Fri Mar 19 16:18:41 2021 +0100 +Date: Sun Mar 28 21:54:17 2021 +0200 - make update-po + Add contains. - po/ar.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/be.po | 268 +++++++++++++++++++++++++++-------------------------- - po/bg.po | 268 +++++++++++++++++++++++++++-------------------------- - po/ca.po | 274 +++++++++++++++++++++++++++++-------------------------- - po/cs.po | 274 +++++++++++++++++++++++++++++-------------------------- - po/da.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/de.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/el.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/en.po | 266 +++++++++++++++++++++++++++-------------------------- - po/es.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/fi.po | 272 ++++++++++++++++++++++++++++-------------------------- - po/fr.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/he.po | 266 +++++++++++++++++++++++++++-------------------------- - po/hr.po | 268 +++++++++++++++++++++++++++-------------------------- - po/hu.po | 271 ++++++++++++++++++++++++++++-------------------------- - po/icewm.pot | 268 +++++++++++++++++++++++++++-------------------------- - po/id.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/it.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/ja.po | 274 +++++++++++++++++++++++++++++-------------------------- - po/ko.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/lt.po | 268 +++++++++++++++++++++++++++-------------------------- - po/lv.po | 268 +++++++++++++++++++++++++++-------------------------- - po/mk.po | 268 +++++++++++++++++++++++++++-------------------------- - po/nb.po | 268 +++++++++++++++++++++++++++-------------------------- - po/nl.po | 274 +++++++++++++++++++++++++++++-------------------------- - po/no.po | 268 +++++++++++++++++++++++++++-------------------------- - po/pl.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/pt.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/pt_BR.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/ro.po | 268 +++++++++++++++++++++++++++-------------------------- - po/ru.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/sk.po | 274 +++++++++++++++++++++++++++++-------------------------- - po/sl.po | 268 +++++++++++++++++++++++++++-------------------------- - po/sv.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/tr.po | 268 +++++++++++++++++++++++++++-------------------------- - po/uk.po | 268 +++++++++++++++++++++++++++-------------------------- - po/vi.po | 268 +++++++++++++++++++++++++++-------------------------- - po/zh_CN.po | 270 ++++++++++++++++++++++++++++-------------------------- - po/zh_TW.po | 270 ++++++++++++++++++++++++++++-------------------------- - 39 files changed, 5473 insertions(+), 5044 deletions(-) + src/yrect.h | 4 ++++ + 1 file changed, 4 insertions(+) -commit 7a112d90c880a73c541285aec0067bf6761d8350 +commit 258d17a7905dbd205a1b2d9ee11060e9e6bf448d Author: Bert Gijsbers -Date: Fri Mar 19 16:18:21 2021 +0100 +Date: Fri Mar 26 17:38:42 2021 +0100 - Update documentation. + Enable immediate toggling ofTaskBarTaskGrouping without a restart. - doc/icewm.adoc | 43 +++++++++++++++++++++++++------------------ - man/Makefile.am | 2 ++ - man/icewm-preferences.pod | 4 ++++ - 3 files changed, 31 insertions(+), 18 deletions(-) + src/atasks.cc | 18 ++++++++++++++++++ + src/atasks.h | 3 ++- + src/wmclient.h | 2 ++ + 3 files changed, 22 insertions(+), 1 deletion(-) -commit ee9668f1482c83f8c7e32cac468640710ebd2ed9 -Author: Grace Yu -Date: Fri Mar 19 07:01:02 2021 +0000 +commit cdd61f0bd7912c28adde665dd0c0b551882eac5f +Author: Sophie Leroy +Date: Thu Mar 25 11:40:12 2021 +0000 - Translated using Weblate (Chinese (China)) + Translated using Weblate (French) - Currently translated at 100.0% (470 of 470 strings) + Currently translated at 100.0% (472 of 472 strings) - po/zh_CN.po | 14 ++++++-------- - 1 file changed, 6 insertions(+), 8 deletions(-) + po/fr.po | 26 ++++++++++---------------- + 1 file changed, 10 insertions(+), 16 deletions(-) -commit 4273dc562641af3a160b94d5da87eeefdd002e92 +commit a2cda6635a0492692ccb228240b5a850af2edbd1 Author: Bert Gijsbers -Date: Fri Mar 19 00:25:02 2021 +0100 - - Support switching workspaces via window menu list. +Date: Wed Mar 24 17:23:51 2021 +0100 - src/wmwinmenu.cc | 6 ++++++ - 1 file changed, 6 insertions(+) + Restart the QuickSwitch when changing workspace by key for issue #563. + Improve handling of modifier keys in QuickSwitch. -commit 3a10af8f9d0e4500c2a97e3f6957fa4c32872ee7 -Author: Bert Gijsbers -Date: Fri Mar 19 00:11:37 2021 +0100 + src/wmprog.cc | 3 +++ + src/wmswitch.cc | 64 +++++++++++++++++++++++++++++++++-------------------- + src/wmswitch.h | 7 +++--- + src/ywindow.cc | 8 +++---- + src/ywindow.h | 4 ++-- + 5 files changed, 53 insertions(+), 33 deletions(-) - Make group menu popup via a click and restore dragging. +commit 84dcf1588497a130324d6f8a40ba402ea108e550 +Author: Gemineo +Date: Wed Mar 24 13:54:06 2021 +0000 - src/atasks.cc | 55 +++++++++++++++++++++++++++---------------------------- - src/atasks.h | 4 ++++ - 2 files changed, 31 insertions(+), 28 deletions(-) + Translated using Weblate (German) -commit 31b848c76024b16c93aa12685f117d3d4131b393 -Author: Bert Gijsbers -Date: Fri Mar 19 00:10:59 2021 +0100 + Currently translated at 100.0% (472 of 472 strings) - Renamed yinput.cc as yinputline.cc. + po/de.po | 26 ++++++++++---------------- + 1 file changed, 10 insertions(+), 16 deletions(-) - src/yinput.cc | 717 ------------------------------------------------------ - 1 file changed, 717 deletions(-) +commit c579d6c877a57dd329afbb4d77c1c630c2819e85 +Author: Davide Aiello +Date: Wed Mar 24 10:53:55 2021 +0000 -commit 4ef874c85567121ba8d565f0a3794c8e259bd723 -Author: Bert Gijsbers -Date: Fri Mar 19 00:10:42 2021 +0100 + Translated using Weblate (Italian) - Fix use of nullptr. + Currently translated at 100.0% (472 of 472 strings) - src/icelist.cc | 2 +- - src/icesame.cc | 2 +- - src/iceview.cc | 2 +- - src/testmenus.cc | 2 +- - 4 files changed, 4 insertions(+), 4 deletions(-) + po/it.po | 12 +----------- + 1 file changed, 1 insertion(+), 11 deletions(-) -commit 32fd056a759b7181b79c69fe7af3b3acf9eb8451 +commit f12bd2cd8e3e3c63fe17aef0bcbcea37487c4ad2 Author: Bert Gijsbers -Date: Fri Mar 19 00:09:35 2021 +0100 +Date: Wed Mar 24 13:10:07 2021 +0100 - Remove the actionPerformed callback from menu items. + Support buttons up to button number 9 for issue #333. - src/objmenu.h | 2 +- - src/wmmgr.h | 7 ++++++- - src/wmprog.cc | 12 +++++------- - src/wmwinmenu.cc | 46 ++++++++++++++++++++-------------------------- - src/ymenu.cc | 8 +++----- - src/ymenuitem.cc | 5 ----- - src/ymenuitem.h | 2 -- - src/ypopup.cc | 6 +++--- - 8 files changed, 38 insertions(+), 50 deletions(-) + src/icesh.cc | 2 +- + src/yconfig.cc | 7 +++++++ + 2 files changed, 8 insertions(+), 1 deletion(-) -commit 9f29526f2fdc21ccc8e3cd37ed71d16a3e6213ac +commit 81d8c029efc0cbd7303fd71ea25120ea3da1a0a0 Author: Bert Gijsbers -Date: Thu Mar 18 21:54:27 2021 +0100 +Date: Wed Mar 24 12:58:23 2021 +0100 - Improve update tracking to grouped task buttons. + Add missing modifiers declaration to fix compilation and closes #567 - src/atasks.cc | 58 ++++++++++++++++++++++++++++++++++++++++++------------- - 1 file changed, 45 insertions(+), 13 deletions(-) + src/wmswitch.h | 1 + + 1 file changed, 1 insertion(+) -commit 7e4482cd424070efbb5e26eaf79923023696310e -Author: Bert Gijsbers -Date: Thu Mar 18 21:53:35 2021 +0100 +commit e0070ecb75688eeef8a528a0e4fb7c5c0c52793e +Author: Hugo Carvalho +Date: Tue Mar 23 22:23:55 2021 +0000 - Add menu option to icehelp to open current document in a browser. + Translated using Weblate (Portuguese) - src/icehelp.cc | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++---- - 1 file changed, 73 insertions(+), 5 deletions(-) + Currently translated at 100.0% (472 of 472 strings) -commit 3ad7eb805991bf5aa8ddc2425ca735e7283ef48d -Author: Bert Gijsbers -Date: Thu Mar 18 21:53:11 2021 +0100 + po/pt.po | 20 ++++++++------------ + 1 file changed, 8 insertions(+), 12 deletions(-) - Consider grouping in updateAppStatus. +commit 112d9b7cbc9fc8c627382f83bcf29b40d382bf6e +Author: Antonio Simón +Date: Tue Mar 23 16:55:39 2021 +0000 - src/wmframe.cc | 7 +++++-- - 1 file changed, 5 insertions(+), 2 deletions(-) + Translated using Weblate (Spanish) -commit e1123ce73d112fa1a924a2cec4f734c33bad7880 -Author: Bert Gijsbers -Date: Thu Mar 18 21:52:20 2021 +0100 + Currently translated at 100.0% (472 of 472 strings) - Iterate backwards over fUpdates. + po/es.po | 26 ++++++++++---------------- + 1 file changed, 10 insertions(+), 16 deletions(-) - src/wmtaskbar.cc | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) +commit 8c09c294c7ac5c0dc72f7924f6215f824e582754 +Author: Davide Aiello +Date: Tue Mar 23 13:46:35 2021 +0000 -commit 2b7e0c09d46f2ef970ffe35b54c9728d6470f28d -Author: Bert Gijsbers -Date: Thu Mar 18 21:51:48 2021 +0100 + Translated using Weblate (Italian) - Move signalGuiEvent into its own class GuiSignaler. + Currently translated at 98.7% (466 of 472 strings) - src/guievent.h | 12 +++++++++ - src/wmapp.cc | 75 ++++++++++++++++++++++++++++++++++-------------------- - src/wmapp.h | 1 + - 3 files changed, 61 insertions(+), 27 deletions(-) + po/it.po | 20 ++++++++++++-------- + 1 file changed, 12 insertions(+), 8 deletions(-) -commit 8e9661c6334decbf533af1a38ef97b4203f38bfe +commit 0ba1c000660bd89f61f883b293034a6e3a2051e3 Author: Bert Gijsbers -Date: Thu Mar 18 21:46:16 2021 +0100 +Date: Tue Mar 23 12:20:34 2021 +0100 - Move ObjectButton to its own source file. Rename yinput.cc to - yinputline.cc. + Allow to switch workspaces when the Alt+Tab QuickSwitch window is + active for #563. - po/POTFILES.in | 3 +- - src/CMakeLists.txt | 4 +- - src/Makefile.am | 3 +- - src/objbar.cc | 79 ------ - src/objbutton.cc | 88 ++++++ - src/yinputline.cc | 717 +++++++++++++++++++++++++++++++++++++++++++++++++ - 6 files changed, 811 insertions(+), 83 deletions(-) + src/wmmgr.cc | 31 +++++++++++++++++-------------- + src/wmswitch.cc | 14 +++++++++++++- + 2 files changed, 30 insertions(+), 15 deletions(-) -commit 59ff821e4acb7e3722812fb082c09373cf975608 -Author: Bert Gijsbers -Date: Wed Mar 17 01:10:03 2021 +0100 +commit 6eba84b9843f0b3d38c80e9dba234db4334ace7a +Author: Kukuh Syafaat +Date: Tue Mar 23 03:22:23 2021 +0000 - Remove unneeded includes. + Translated using Weblate (Indonesian) - src/wmswitch.cc | 3 +-- - src/wmswitch.h | 2 -- - 2 files changed, 1 insertion(+), 4 deletions(-) + Currently translated at 100.0% (472 of 472 strings) -commit da482737b0605efb6c04f57776572b73a819ece0 -Author: Bert Gijsbers -Date: Wed Mar 17 01:09:33 2021 +0100 + po/id.po | 22 ++++++++-------------- + 1 file changed, 8 insertions(+), 14 deletions(-) - Remove superfluous field wmActionListener from ObjectMenu. +commit bf5f5f87bacdf7b717b7aeea37d4fa5ccb19c4c6 +Author: David Medina +Date: Mon Mar 22 20:09:15 2021 +0000 - src/browse.cc | 3 ++- - src/objbar.h | 8 ++------ - src/wmprog.cc | 4 ++-- - 3 files changed, 6 insertions(+), 9 deletions(-) + Translated using Weblate (Catalan) -commit 0584515a3fb035ee7970b3d57c33e9d374920502 -Author: Bert Gijsbers -Date: Wed Mar 17 01:07:24 2021 +0100 - - Add new option TaskBarTaskGrouping to group similar applications under - one task button for issue #198. + Currently translated at 100.0% (472 of 472 strings) - src/atasks.cc | 323 +++++++++++++++++++++++++++++++++++++++++++----------- - src/atasks.h | 29 ++++- - src/default.h | 4 +- - 3 files changed, 286 insertions(+), 70 deletions(-) + po/ca.po | 14 +++++--------- + 1 file changed, 5 insertions(+), 9 deletions(-) -commit 41847c25b1b2b0faccdc028a531dc06af3799152 -Author: Freek de Kruijf -Date: Tue Mar 16 10:31:49 2021 +0000 +commit 31dcae3754a457f15a4ecc1da09aa892a81065f4 +Author: Ferdinand Galko +Date: Mon Mar 22 16:24:14 2021 +0000 - Translated using Weblate (Dutch) + Translated using Weblate (Slovak) - Currently translated at 100.0% (470 of 470 strings) + Currently translated at 100.0% (472 of 472 strings) - po/nl.po | 14 +++++--------- + po/sk.po | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -commit 0ba46c306cabd35b687a237d4ef566c526b2ea43 -Author: Tommi Nieminen -Date: Mon Mar 15 12:56:43 2021 +0000 +commit 4f1a1c567b1bc50fdb1303456609f7b70b5d1819 +Author: Bert Gijsbers +Date: Mon Mar 22 11:48:31 2021 +0100 - Translated using Weblate (Finnish) + Allow to switch workspaces when in Alt+Tab mode for issue #563. - Currently translated at 59.6% (280 of 470 strings) + src/wmmgr.cc | 145 ++++++++++++++++++++++++++++++---------------------- + src/wmmgr.h | 1 + + src/wmswitch.cc | 17 +++--- + 3 files changed, 97 insertions(+), 66 deletions(-) - po/fi.po | 63 ++++++++++++++++++++++++++++++++++++++++++++---------------- - 1 file changed, 46 insertions(+), 17 deletions(-) +commit bdd1f5b314d7cf0b514901084bea87091e9a8ceb +Author: Bert Gijsbers +Date: Mon Mar 22 02:56:34 2021 +0100 -commit ab0a59a77340677fa9517a0eb844c3dd98950468 -Author: Yasuhiko Kamata -Date: Mon Mar 15 10:23:34 2021 +0000 + Restore dynamic menus like Start, for issue #562. - Translated using Weblate (Japanese) + src/CMakeLists.txt | 3 +- + src/Makefile.am | 1 + + src/browse.cc | 42 ++++++++--------------- + src/browse.h | 3 ++ + src/obj.h | 17 ++++++---- + src/objmenu.cc | 69 +++++++++++++++++++++++++++++++++++++ + src/objmenu.h | 47 ++++++++++++++++---------- + src/themes.cc | 49 ++++++++++++++------------- + src/themes.h | 14 ++++---- + src/wmprog.cc | 92 +++++++------------------------------------------- + src/ymenu.h | 5 +-- + 11 files changed, 177 insertions(+), 165 deletions(-) - Currently translated at 100.0% (470 of 470 strings) +commit 656cbff63215a7a084043c55c4dcc0f38e28417f +Author: Bert Gijsbers +Date: Mon Mar 22 02:55:19 2021 +0100 - po/ja.po | 12 +++++------- - 1 file changed, 5 insertions(+), 7 deletions(-) + Add command "denormal" to icesh for issue #561. -commit 6c5b727b79cebf2c5376396cac70aeb63e64080c + man/icesh.pod | 6 ++++++ + src/icesh.cc | 4 ++++ + 2 files changed, 10 insertions(+) + +commit b8c19be78ff3051171a43e9f6b73c8a5ef8e8f3a +Author: Freek de Kruijf +Date: Sat Mar 20 09:20:26 2021 +0000 + + Translated using Weblate (Dutch) + + Currently translated at 100.0% (472 of 472 strings) + + po/nl.po | 14 +++++--------- + 1 file changed, 5 insertions(+), 9 deletions(-) + +commit ad6fed88f590ae03eb49d546cede552d749e9e09 Author: Aleš Kastner -Date: Mon Mar 15 07:49:45 2021 +0000 +Date: Sat Mar 20 09:24:46 2021 +0000 Translated using Weblate (Czech) - Currently translated at 100.0% (470 of 470 strings) + Currently translated at 100.0% (472 of 472 strings) po/cs.po | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) -commit ef1bf58c68c5f1f862022c508013ba4209d97280 -Author: Bert Gijsbers -Date: Mon Mar 15 01:38:22 2021 +0100 - - Simplify filereader to reduce number of read system calls. +commit cec4943997fafafd1d1f71651e9b997f4ad52b7b +Author: Grace Yu +Date: Sat Mar 20 08:13:20 2021 +0000 - src/yfileio.cc | 78 ++++++++++++++++++++++++++++-------------------------- - src/yfileio.h | 2 ++ - 2 files changed, 43 insertions(+), 37 deletions(-) + Translated using Weblate (Chinese (Taiwan)) -commit ef9340cbfb2ea2b9566c0e8ca3b2e78a695e8051 -Author: Bert Gijsbers -Date: Mon Mar 15 01:36:09 2021 +0100 + Currently translated at 100.0% (472 of 472 strings) - When client loses its X shape then update frame functions. - This fixes toggling "Use system title bar and borders" in Chrome. + po/zh_TW.po | 22 ++++++++-------------- + 1 file changed, 8 insertions(+), 14 deletions(-) - src/wmclient.cc | 5 ++++- - 1 file changed, 4 insertions(+), 1 deletion(-) +commit 500bb37e1d5491a6a4ee82655fff72d44753a8b2 +Author: Grace Yu +Date: Sat Mar 20 08:01:46 2021 +0000 -commit 8c22561d241ebc7ac739de8c1df42a77a0921841 -Author: Bert Gijsbers -Date: Mon Mar 15 00:44:41 2021 +0100 + Translated using Weblate (Chinese (China)) - Print detail for all in icesh motif. + Currently translated at 100.0% (472 of 472 strings) - src/icesh.cc | 22 ++++++++++++---------- - 1 file changed, 12 insertions(+), 10 deletions(-) + po/zh_CN.po | 10 +++------- + 1 file changed, 3 insertions(+), 7 deletions(-) -commit eff145f15abe04e8ff6846abe404539ac4caa723 +commit 3ccb0afda6d996e629c551005ae828463c67245c +Merge: bd70d96c 0affb76e Author: Bert Gijsbers -Date: Mon Mar 15 00:43:47 2021 +0100 +Date: Sat Mar 20 11:37:56 2021 +0100 - Redraw task button when name changes. + Merge - src/wmframe.cc | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) +commit bd70d96c3989780812a839634fd0b9643d692fb2 +Author: Bert Gijsbers +Date: Sat Mar 20 02:38:13 2021 +0100 -commit 3dec595c346e1fd5ec2eedeb295d01b82f94b83b -Author: Ferdinand Galko -Date: Sun Mar 14 17:25:59 2021 +0000 + When WM_CLASS changes and task grouping is on, then reinsert task + app status. - Translated using Weblate (Slovak) + src/wmclient.cc | 19 ++++++++++++------- + src/wmframe.cc | 14 +++++++++----- + src/wmframe.h | 1 + + 3 files changed, 22 insertions(+), 12 deletions(-) - Currently translated at 100.0% (470 of 470 strings) +commit 0affb76e88012e4f5c5c3cf6ca0c3dfa117b1950 +Author: Bert Gijsbers +Date: Sat Mar 20 02:38:13 2021 +0100 - po/sk.po | 14 +++++--------- - 1 file changed, 5 insertions(+), 9 deletions(-) + When WM_CLASS and grouping is on then reinsert task app status. -commit 33270b6b98d23180f534b19cb3ed87a329f5c083 -Author: David Medina -Date: Sun Mar 14 17:00:07 2021 +0000 + src/wmclient.cc | 19 ++++++++++++------- + src/wmframe.cc | 14 +++++++++----- + src/wmframe.h | 1 + + 3 files changed, 22 insertions(+), 12 deletions(-) - Translated using Weblate (Catalan) +commit 6fdc24cb4a818f88d06420c1ac739421546f04db +Author: Bert Gijsbers +Date: Sat Mar 20 02:38:13 2021 +0100 - Currently translated at 100.0% (470 of 470 strings) + Set icon on task app. - po/ca.po | 12 +++++------- - 1 file changed, 5 insertions(+), 7 deletions(-) + src/atasks.cc | 1 + + 1 file changed, 1 insertion(+) -commit 558109b7dc6ccd9b7c85b2f296f575222f46fa53 -Author: Bert Gijsbers -Date: Sun Mar 14 12:21:42 2021 +0100 +commit c7204d0e66f242c2e30d2e79718413a16bffc229 +Author: Yasuhiko Kamata +Date: Fri Mar 19 22:21:38 2021 +0000 - Update translations. + Translated using Weblate (Japanese) - po/ar.po | 117 +++++++++++++++++++++++++++----------------------- - po/be.po | 117 +++++++++++++++++++++++++++----------------------- - po/bg.po | 124 ++++++++++++++++++++++++++++------------------------- - po/ca.po | 121 ++++++++++++++++++++++++++++------------------------ - po/cs.po | 128 +++++++++++++++++++++++++++++-------------------------- - po/da.po | 117 +++++++++++++++++++++++++++----------------------- - po/de.po | 124 ++++++++++++++++++++++++++++------------------------- - po/el.po | 117 +++++++++++++++++++++++++++----------------------- - po/en.po | 106 +++++++++++++++++++++++---------------------- - po/es.po | 124 ++++++++++++++++++++++++++++------------------------- - po/fi.po | 124 ++++++++++++++++++++++++++++------------------------- - po/fr.po | 124 ++++++++++++++++++++++++++++------------------------- - po/he.po | 117 +++++++++++++++++++++++++++----------------------- - po/hr.po | 108 ++++++++++++++++++++++++---------------------- - po/hu.po | 125 ++++++++++++++++++++++++++++------------------------- - po/icewm.pot | 108 +++++++++++++++++++++++----------------------- - po/id.po | 124 ++++++++++++++++++++++++++++------------------------- - po/it.po | 124 ++++++++++++++++++++++++++++------------------------- - po/ja.po | 121 ++++++++++++++++++++++++++++------------------------ - po/ko.po | 124 ++++++++++++++++++++++++++++------------------------- - po/lt.po | 117 +++++++++++++++++++++++++++----------------------- - po/lv.po | 124 ++++++++++++++++++++++++++++------------------------- - po/mk.po | 124 ++++++++++++++++++++++++++++------------------------- - po/nb.po | 124 ++++++++++++++++++++++++++++------------------------- - po/nl.po | 128 +++++++++++++++++++++++++++++-------------------------- - po/no.po | 124 ++++++++++++++++++++++++++++------------------------- - po/pl.po | 124 ++++++++++++++++++++++++++++------------------------- - po/pt.po | 117 +++++++++++++++++++++++++++----------------------- - po/pt_BR.po | 124 ++++++++++++++++++++++++++++------------------------- - po/ro.po | 117 +++++++++++++++++++++++++++----------------------- - po/ru.po | 124 ++++++++++++++++++++++++++++------------------------- - po/sk.po | 128 +++++++++++++++++++++++++++++-------------------------- - po/sl.po | 124 ++++++++++++++++++++++++++++------------------------- - po/sv.po | 117 +++++++++++++++++++++++++++----------------------- - po/tr.po | 124 ++++++++++++++++++++++++++++------------------------- - po/uk.po | 117 +++++++++++++++++++++++++++----------------------- - po/vi.po | 124 ++++++++++++++++++++++++++++------------------------- - po/zh_CN.po | 124 ++++++++++++++++++++++++++++------------------------- - po/zh_TW.po | 124 ++++++++++++++++++++++++++++------------------------- - 39 files changed, 2516 insertions(+), 2207 deletions(-) + Currently translated at 100.0% (472 of 472 strings) -commit e8dc345d5e4777aeaa3cfdab9f5583f654e905fc -Author: Bert Gijsbers -Date: Sun Mar 14 00:31:02 2021 +0100 + po/ja.po | 14 +++++--------- + 1 file changed, 5 insertions(+), 9 deletions(-) - Enforce updateLocation when without system tray for issue #559. +commit f9445f261cf25f742424e905c3086769ee403228 +Author: Luiz Fernando Ranghetti +Date: Fri Mar 19 16:16:28 2021 +0000 - src/wmtaskbar.cc | 4 +++- - 1 file changed, 3 insertions(+), 1 deletion(-) + Translated using Weblate (Portuguese (Brazil)) -commit 761514c25051d16006f61a3d7d45052707f98475 -Author: Ferdinand Galko -Date: Sat Mar 13 13:26:56 2021 +0000 + Currently translated at 100.0% (472 of 472 strings) - Translated using Weblate (Slovak) + po/pt_BR.po | 22 ++++++++-------------- + 1 file changed, 8 insertions(+), 14 deletions(-) - Currently translated at 100.0% (469 of 469 strings) +commit 345de99ddd3326dbdb74a65c230e088aab3676ca +Author: Bert Gijsbers +Date: Fri Mar 19 16:25:15 2021 +0100 - po/sk.po | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) + Fix pointer type. -commit 4774db302b2c4acda8c35a1f956f3847288adc06 -Author: Freek de Kruijf -Date: Sat Mar 13 14:35:13 2021 +0000 + src/wmprog.cc | 2 +- + src/wmswitch.cc | 2 +- + src/wmswitch.h | 2 +- + 3 files changed, 3 insertions(+), 3 deletions(-) - Translated using Weblate (Dutch) +commit 48fc8550f1e92ff8e6fc3ff1775dbb893635e2cf +Author: Bert Gijsbers +Date: Fri Mar 19 16:18:41 2021 +0100 - Currently translated at 100.0% (469 of 469 strings) + make update-po - po/nl.po | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) + po/ar.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/be.po | 268 +++++++++++++++++++++++++++-------------------------- + po/bg.po | 268 +++++++++++++++++++++++++++-------------------------- + po/ca.po | 274 +++++++++++++++++++++++++++++-------------------------- + po/cs.po | 274 +++++++++++++++++++++++++++++-------------------------- + po/da.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/de.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/el.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/en.po | 266 +++++++++++++++++++++++++++-------------------------- + po/es.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/fi.po | 272 ++++++++++++++++++++++++++++-------------------------- + po/fr.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/he.po | 266 +++++++++++++++++++++++++++-------------------------- + po/hr.po | 268 +++++++++++++++++++++++++++-------------------------- + po/hu.po | 271 ++++++++++++++++++++++++++++-------------------------- + po/icewm.pot | 268 +++++++++++++++++++++++++++-------------------------- + po/id.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/it.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/ja.po | 274 +++++++++++++++++++++++++++++-------------------------- + po/ko.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/lt.po | 268 +++++++++++++++++++++++++++-------------------------- + po/lv.po | 268 +++++++++++++++++++++++++++-------------------------- + po/mk.po | 268 +++++++++++++++++++++++++++-------------------------- + po/nb.po | 268 +++++++++++++++++++++++++++-------------------------- + po/nl.po | 274 +++++++++++++++++++++++++++++-------------------------- + po/no.po | 268 +++++++++++++++++++++++++++-------------------------- + po/pl.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/pt.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/pt_BR.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/ro.po | 268 +++++++++++++++++++++++++++-------------------------- + po/ru.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/sk.po | 274 +++++++++++++++++++++++++++++-------------------------- + po/sl.po | 268 +++++++++++++++++++++++++++-------------------------- + po/sv.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/tr.po | 268 +++++++++++++++++++++++++++-------------------------- + po/uk.po | 268 +++++++++++++++++++++++++++-------------------------- + po/vi.po | 268 +++++++++++++++++++++++++++-------------------------- + po/zh_CN.po | 270 ++++++++++++++++++++++++++++-------------------------- + po/zh_TW.po | 270 ++++++++++++++++++++++++++++-------------------------- + 39 files changed, 5473 insertions(+), 5044 deletions(-) -commit e21607a8995d81da2adcd773cffce04f51d710b6 -Author: Aleš Kastner -Date: Sat Mar 13 14:03:49 2021 +0000 +commit 7a112d90c880a73c541285aec0067bf6761d8350 +Author: Bert Gijsbers +Date: Fri Mar 19 16:18:21 2021 +0100 - Translated using Weblate (Czech) + Update documentation. - Currently translated at 100.0% (469 of 469 strings) + doc/icewm.adoc | 43 +++++++++++++++++++++++++------------------ + man/Makefile.am | 2 ++ + man/icewm-preferences.pod | 4 ++++ + 3 files changed, 31 insertions(+), 18 deletions(-) - po/cs.po | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) +commit ee9668f1482c83f8c7e32cac468640710ebd2ed9 +Author: Grace Yu +Date: Fri Mar 19 07:01:02 2021 +0000 -commit 60dfe2ba30ff3b839277c788799d08f6630fea77 -Author: Bert Gijsbers -Date: Sat Mar 13 12:32:21 2021 +0100 + Translated using Weblate (Chinese (China)) - Reduce systemcalls as much as possible when updating network status. + Currently translated at 100.0% (470 of 470 strings) - src/apppstatus.cc | 332 +++++++++++++++++++++++++++++--------------------- - src/apppstatus.h | 29 ++--- - 2 files changed, 208 insertions(+), 153 deletions(-) + po/zh_CN.po | 14 ++++++-------- + 1 file changed, 6 insertions(+), 8 deletions(-) -commit c92526267334b521ae790d793c347f4211572dfd +commit 4273dc562641af3a160b94d5da87eeefdd002e92 Author: Bert Gijsbers -Date: Sat Mar 13 12:31:45 2021 +0100 +Date: Fri Mar 19 00:25:02 2021 +0100 - Smaller timers. + Support switching workspaces via window menu list. - src/yapp.cc | 24 ++++++++++++------------ - src/ytimer.cc | 27 +++++++++++++++------------ - src/ytimer.h | 12 ++++++++---- - 3 files changed, 35 insertions(+), 28 deletions(-) + src/wmwinmenu.cc | 6 ++++++ + 1 file changed, 6 insertions(+) -commit 6070949a6d1c91332c94b0aab6782c6ca3f75a50 +commit 3a10af8f9d0e4500c2a97e3f6957fa4c32872ee7 Author: Bert Gijsbers -Date: Sat Mar 13 12:30:19 2021 +0100 +Date: Fri Mar 19 00:11:37 2021 +0100 - Cleanup empty handleCrossing. + Make group menu popup via a click and restore dragging. - src/amailbox.cc | 25 ------------------------- - src/amailbox.h | 1 - - 2 files changed, 26 deletions(-) + src/atasks.cc | 55 +++++++++++++++++++++++++++---------------------------- + src/atasks.h | 4 ++++ + 2 files changed, 31 insertions(+), 28 deletions(-) -commit e12eb0bac2093c3d00672046ddf9bc746eaa2e4d +commit 31b848c76024b16c93aa12685f117d3d4131b393 Author: Bert Gijsbers -Date: Sat Mar 13 12:30:07 2021 +0100 - - Postpone creating tooltips. - - src/atray.cc | 24 +++++++++++++++++------- - src/atray.h | 2 ++ - src/aworkspaces.cc | 10 ++++++++-- - src/aworkspaces.h | 1 + - src/objbar.cc | 10 +++++++++- - src/objbutton.h | 3 ++- - src/wmframe.cc | 7 +------ - src/ywindow.cc | 4 ++++ - src/ywindow.h | 1 + - 9 files changed, 45 insertions(+), 17 deletions(-) +Date: Fri Mar 19 00:10:59 2021 +0100 -commit 376f481391398ac16efca4eabb2b801a7b7affd2 -Author: Yasuhiko Kamata -Date: Fri Mar 12 22:23:15 2021 +0000 + Renamed yinput.cc as yinputline.cc. - Translated using Weblate (Japanese) + src/yinput.cc | 717 ------------------------------------------------------ + 1 file changed, 717 deletions(-) - Currently translated at 100.0% (469 of 469 strings) +commit 4ef874c85567121ba8d565f0a3794c8e259bd723 +Author: Bert Gijsbers +Date: Fri Mar 19 00:10:42 2021 +0100 - po/ja.po | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) + Fix use of nullptr. -commit 14d1e319b77832a2ab6e6502b1b3c8b9c0982588 -Author: David Medina -Date: Fri Mar 12 23:11:44 2021 +0000 + src/icelist.cc | 2 +- + src/icesame.cc | 2 +- + src/iceview.cc | 2 +- + src/testmenus.cc | 2 +- + 4 files changed, 4 insertions(+), 4 deletions(-) - Translated using Weblate (Catalan) +commit 32fd056a759b7181b79c69fe7af3b3acf9eb8451 +Author: Bert Gijsbers +Date: Fri Mar 19 00:09:35 2021 +0100 - Currently translated at 100.0% (469 of 469 strings) + Remove the actionPerformed callback from menu items. - po/ca.po | 10 ++++++---- - 1 file changed, 6 insertions(+), 4 deletions(-) + src/objmenu.h | 2 +- + src/wmmgr.h | 7 ++++++- + src/wmprog.cc | 12 +++++------- + src/wmwinmenu.cc | 46 ++++++++++++++++++++-------------------------- + src/ymenu.cc | 8 +++----- + src/ymenuitem.cc | 5 ----- + src/ymenuitem.h | 2 -- + src/ypopup.cc | 6 +++--- + 8 files changed, 38 insertions(+), 50 deletions(-) -commit e89809b4f01ba7186534e330a29c5eab38f7e71f +commit 9f29526f2fdc21ccc8e3cd37ed71d16a3e6213ac Author: Bert Gijsbers -Date: Fri Mar 12 22:20:09 2021 +0100 +Date: Thu Mar 18 21:54:27 2021 +0100 - Fixes for tooltips. + Improve update tracking to grouped task buttons. - src/aworkspaces.cc | 2 ++ - src/ytooltip.h | 1 + - src/ywindow.cc | 11 +++++++---- - 3 files changed, 10 insertions(+), 4 deletions(-) + src/atasks.cc | 58 ++++++++++++++++++++++++++++++++++++++++++------------- + 1 file changed, 45 insertions(+), 13 deletions(-) -commit 871b80383f47bcebd76446b6037f5aae24ff76dc -Merge: cc35fab9 98f2dffd -Author: Stanislav Brabec -Date: Wed Mar 10 04:33:45 2021 +0100 +commit 7e4482cd424070efbb5e26eaf79923023696310e +Author: Bert Gijsbers +Date: Thu Mar 18 21:53:35 2021 +0100 - Merge remote-tracking branch 'weblate/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Add menu option to icehelp to open current document in a browser. -commit cc35fab95ef4da61b45ed44017e29b7f42ecdfca + src/icehelp.cc | 78 ++++++++++++++++++++++++++++++++++++++++++++++++++---- + 1 file changed, 73 insertions(+), 5 deletions(-) + +commit 3ad7eb805991bf5aa8ddc2425ca735e7283ef48d Author: Bert Gijsbers -Date: Tue Mar 9 22:41:03 2021 +0100 +Date: Thu Mar 18 21:53:11 2021 +0100 - Only update tooltips when a tooltip window is visible. - Remove obsolete phonenumber from network status monitor. + Consider grouping in updateAppStatus. - src/aapm.cc | 1 - - src/aclock.cc | 1 - - src/acpustatus.cc | 1 - - src/akeyboard.cc | 8 +++----- - src/amailbox.cc | 1 - - src/amemstatus.cc | 1 - - src/applet.cc | 2 +- - src/apppstatus.cc | 15 ++++++--------- - src/apppstatus.h | 1 - - src/ywindow.cc | 5 +++-- - src/ywindow.h | 1 + - src/yxtray.cc | 2 +- - 12 files changed, 15 insertions(+), 24 deletions(-) + src/wmframe.cc | 7 +++++-- + 1 file changed, 5 insertions(+), 2 deletions(-) -commit c99dc4bb826f058dcb9b892cfb300f1bee668f80 +commit e1123ce73d112fa1a924a2cec4f734c33bad7880 Author: Bert Gijsbers -Date: Tue Mar 9 22:38:27 2021 +0100 +Date: Thu Mar 18 21:52:20 2021 +0100 - Improve formatting. + Iterate backwards over fUpdates. - man/icewm-preferences.pod | 22 +++++++++++----------- - 1 file changed, 11 insertions(+), 11 deletions(-) + src/wmtaskbar.cc | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) -commit 0a2a9a68bc65ce727d02d8f4f30e49490a3c2f17 +commit 2b7e0c09d46f2ef970ffe35b54c9728d6470f28d Author: Bert Gijsbers -Date: Tue Mar 9 00:28:51 2021 +0100 +Date: Thu Mar 18 21:51:48 2021 +0100 - Add option to only show running net interfaces in status bar by alspitz - and closes ice-wm/icewm#44. + Move signalGuiEvent into its own class GuiSignaler. - doc/icewm.adoc | 6 ++++++ - man/icewm-preferences.pod | 6 ++++++ - src/apppstatus.cc | 9 ++++++--- - src/default.h | 2 ++ - 4 files changed, 20 insertions(+), 3 deletions(-) + src/guievent.h | 12 +++++++++ + src/wmapp.cc | 75 ++++++++++++++++++++++++++++++++++-------------------- + src/wmapp.h | 1 + + 3 files changed, 61 insertions(+), 27 deletions(-) -commit 98f2dffdb02ba5d248f376d7b84751a8d8b7b7bf -Author: Grace Yu -Date: Thu Feb 25 10:08:27 2021 +0000 +commit 8e9661c6334decbf533af1a38ef97b4203f38bfe +Author: Bert Gijsbers +Date: Thu Mar 18 21:46:16 2021 +0100 - Translated using Weblate (Chinese (Taiwan)) + Move ObjectButton to its own source file. Rename yinput.cc to + yinputline.cc. - Currently translated at 100.0% (468 of 468 strings) + po/POTFILES.in | 3 +- + src/CMakeLists.txt | 4 +- + src/Makefile.am | 3 +- + src/objbar.cc | 79 ------ + src/objbutton.cc | 88 ++++++ + src/yinputline.cc | 717 +++++++++++++++++++++++++++++++++++++++++++++++++ + 6 files changed, 811 insertions(+), 83 deletions(-) - po/zh_TW.po | 65 +++++++++++++++++++++++---------------------------------- - 1 file changed, 26 insertions(+), 39 deletions(-) +commit 59ff821e4acb7e3722812fb082c09373cf975608 +Author: Bert Gijsbers +Date: Wed Mar 17 01:10:03 2021 +0100 -commit 31405184046365a0dde8f39708b18648d3871e34 -Author: Gemineo -Date: Thu Feb 25 12:08:53 2021 +0000 + Remove unneeded includes. - Translated using Weblate (German) + src/wmswitch.cc | 3 +-- + src/wmswitch.h | 2 -- + 2 files changed, 1 insertion(+), 4 deletions(-) - Currently translated at 100.0% (468 of 468 strings) +commit da482737b0605efb6c04f57776572b73a819ece0 +Author: Bert Gijsbers +Date: Wed Mar 17 01:09:33 2021 +0100 - po/de.po | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -commit 8965444f09494c9af6de7fb37d64bf749b2d0dbf -Author: Hela Basa -Date: Wed Mar 3 22:25:37 2021 +0000 - - Added translation using Weblate (Sinhala) + Remove superfluous field wmActionListener from ObjectMenu. - po/si.po | 2377 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 2377 insertions(+) + src/browse.cc | 3 ++- + src/objbar.h | 8 ++------ + src/wmprog.cc | 4 ++-- + 3 files changed, 6 insertions(+), 9 deletions(-) -commit b37c55c0e66bcf99c8d8f128f8c777130da82b66 +commit 0584515a3fb035ee7970b3d57c33e9d374920502 Author: Bert Gijsbers -Date: Tue Mar 2 15:50:20 2021 +0100 +Date: Wed Mar 17 01:07:24 2021 +0100 - Prepare 2.2.1 release + Add new option TaskBarTaskGrouping to group similar applications under + one task button for issue #198. - AUTHORS | 2 +- - ChangeLog | 304 +++++++++++++++++++++++++++++++------------------------ - NEWS | 50 ++++----- - README.md | 36 +++---- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 12 +-- - po/be.po | 12 +-- - po/bg.po | 12 +-- - po/ca.po | 12 +-- - po/cs.po | 12 +-- - po/da.po | 12 +-- - po/de.po | 12 +-- - po/el.po | 12 +-- - po/en.po | 12 +-- - po/es.po | 12 +-- - po/fi.po | 12 +-- - po/fr.po | 12 +-- - po/he.po | 12 +-- - po/hr.po | 12 +-- - po/hu.po | 12 +-- - po/icewm.pot | 14 +-- - po/id.po | 12 +-- - po/it.po | 12 +-- - po/ja.po | 12 +-- - po/ko.po | 12 +-- - po/lt.po | 12 +-- - po/lv.po | 12 +-- - po/mk.po | 12 +-- - po/nb.po | 12 +-- - po/nl.po | 12 +-- - po/no.po | 12 +-- - po/pl.po | 12 +-- - po/pt.po | 12 +-- - po/pt_BR.po | 12 +-- - po/ro.po | 12 +-- - po/ru.po | 12 +-- - po/sk.po | 12 +-- - po/sl.po | 12 +-- - po/sv.po | 12 +-- - po/tr.po | 12 +-- - po/uk.po | 12 +-- - po/vi.po | 12 +-- - po/zh_CN.po | 12 +-- - po/zh_TW.po | 12 +-- - 45 files changed, 458 insertions(+), 416 deletions(-) + src/atasks.cc | 323 +++++++++++++++++++++++++++++++++++++++++++----------- + src/atasks.h | 29 ++++- + src/default.h | 4 +- + 3 files changed, 286 insertions(+), 70 deletions(-) -commit 6f740d112a8fe755b4f302c7f99057fe2f1cdf54 -Merge: 6d4e1d4a 6d9cfc9a -Author: Bert Gijsbers -Date: Tue Mar 2 15:44:51 2021 +0100 +commit 41847c25b1b2b0faccdc028a531dc06af3799152 +Author: Freek de Kruijf +Date: Tue Mar 16 10:31:49 2021 +0000 - Merge branch 'icewm-1-4-BRANCH' + Translated using Weblate (Dutch) -commit 6d9cfc9ae76e9bad609ad24cb08d2dd00882ee8a -Merge: 5262cdcd 382707a3 -Author: Bert Gijsbers -Date: Tue Mar 2 15:44:18 2021 +0100 + Currently translated at 100.0% (470 of 470 strings) - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + po/nl.po | 14 +++++--------- + 1 file changed, 5 insertions(+), 9 deletions(-) -commit 382707a380c779e59ed0a1b76989fe6a7f4e22cd -Author: Bert Gijsbers -Date: Tue Mar 2 15:40:41 2021 +0100 +commit 0ba46c306cabd35b687a237d4ef566c526b2ea43 +Author: Tommi Nieminen +Date: Mon Mar 15 12:56:43 2021 +0000 - Add testpointer to Makefile.am. + Translated using Weblate (Finnish) - src/Makefile.am | 6 ++++++ - 1 file changed, 6 insertions(+) + Currently translated at 59.6% (280 of 470 strings) -commit 5262cdcdbfec88a3029047b6359780254cd84b4d -Merge: 03ecd3c8 8b75fa96 -Author: Bert Gijsbers -Date: Tue Mar 2 15:29:03 2021 +0100 + po/fi.po | 63 ++++++++++++++++++++++++++++++++++++++++++++---------------- + 1 file changed, 46 insertions(+), 17 deletions(-) - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH +commit ab0a59a77340677fa9517a0eb844c3dd98950468 +Author: Yasuhiko Kamata +Date: Mon Mar 15 10:23:34 2021 +0000 -commit 8b75fa96634d5aeb1a14694323f9d942308d04f0 -Author: Bert Gijsbers -Date: Tue Mar 2 14:31:20 2021 +0100 + Translated using Weblate (Japanese) - Draw an icon in each message box popup. + Currently translated at 100.0% (470 of 470 strings) - src/wmapp.cc | 6 +++--- - src/wmframe.cc | 2 +- - src/wmmgr.cc | 2 +- - src/wmpref.cc | 19 ++----------------- - src/ymsgbox.cc | 14 ++++++++++++-- - src/ymsgbox.h | 2 +- - 6 files changed, 20 insertions(+), 25 deletions(-) + po/ja.po | 12 +++++------- + 1 file changed, 5 insertions(+), 7 deletions(-) -commit 6e2cfa24e34e88b2d47dd6a2575af7cffa80beb4 -Author: Bert Gijsbers -Date: Tue Mar 2 10:54:40 2021 +0100 +commit 6c5b727b79cebf2c5376396cac70aeb63e64080c +Author: Aleš Kastner +Date: Mon Mar 15 07:49:45 2021 +0000 - Set margin of message box to 18. + Translated using Weblate (Czech) - src/wmpref.cc | 2 +- - src/ymsgbox.cc | 14 ++++++++------ - 2 files changed, 9 insertions(+), 7 deletions(-) + Currently translated at 100.0% (470 of 470 strings) -commit dc6bd8502a78b4a161ee314de0a7463036af7582 + po/cs.po | 14 +++++--------- + 1 file changed, 5 insertions(+), 9 deletions(-) + +commit ef1bf58c68c5f1f862022c508013ba4209d97280 Author: Bert Gijsbers -Date: Tue Mar 2 02:05:04 2021 +0100 +Date: Mon Mar 15 01:38:22 2021 +0100 - Draw an icon in the preference edit popup. + Simplify filereader to reduce number of read system calls. - src/wmpref.cc | 18 +++++++++++++++++- - src/ymsgbox.cc | 37 ++++++++++++++++++++++++++++--------- - src/ymsgbox.h | 5 ++++- - src/ypixmap.cc | 8 +++++--- - 4 files changed, 54 insertions(+), 14 deletions(-) + src/yfileio.cc | 78 ++++++++++++++++++++++++++++-------------------------- + src/yfileio.h | 2 ++ + 2 files changed, 43 insertions(+), 37 deletions(-) -commit a7c4e370d979d3ef743894e5566559b3559255d0 +commit ef9340cbfb2ea2b9566c0e8ca3b2e78a695e8051 Author: Bert Gijsbers -Date: Mon Mar 1 23:20:11 2021 +0100 +Date: Mon Mar 15 01:36:09 2021 +0100 - Make input field focus traversable when editing preferences. + When client loses its X shape then update frame functions. + This fixes toggling "Use system title bar and borders" in Chrome. - src/yinput.cc | 22 ++++++++++++++++++++++ - src/yinputline.h | 3 +++ - 2 files changed, 25 insertions(+) + src/wmclient.cc | 5 ++++- + 1 file changed, 4 insertions(+), 1 deletion(-) -commit b175f62c5a785b4266555fa55456011181c292c6 +commit 8c22561d241ebc7ac739de8c1df42a77a0921841 Author: Bert Gijsbers -Date: Mon Mar 1 19:51:06 2021 +0100 +Date: Mon Mar 15 00:44:41 2021 +0100 - When modifying preferences, only trim input for scalar options. + Print detail for all in icesh motif. - src/wmpref.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + src/icesh.cc | 22 ++++++++++++---------- + 1 file changed, 12 insertions(+), 10 deletions(-) -commit 71858244b30f6975b9ff89b1661d44e07d92ec04 +commit eff145f15abe04e8ff6846abe404539ac4caa723 Author: Bert Gijsbers -Date: Mon Mar 1 19:47:53 2021 +0100 +Date: Mon Mar 15 00:43:47 2021 +0100 - Simplify icewm manpage. + Redraw task button when name changes. - man/icewm.pod | 45 ++++++++++----------------------------------- - 1 file changed, 10 insertions(+), 35 deletions(-) + src/wmframe.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) -commit c0f6f9d507357d79c3318358266c9f697f5317ea -Author: Bert Gijsbers -Date: Mon Mar 1 19:44:59 2021 +0100 +commit 3dec595c346e1fd5ec2eedeb295d01b82f94b83b +Author: Ferdinand Galko +Date: Sun Mar 14 17:25:59 2021 +0000 - Taskbar may have a non-zero screen due to XineramaPrimaryScreen in - getNewPos. Only consider workarea when using same screen as taskbar, - otherwise allow entire desktop for issue #557. + Translated using Weblate (Slovak) - src/wmframe.cc | 11 ++++++++++- - src/wmtaskbar.cc | 2 +- - 2 files changed, 11 insertions(+), 2 deletions(-) + Currently translated at 100.0% (470 of 470 strings) -commit 248ba3974464fdabc9eca7c8afa357872ba8ad68 -Author: Bert Gijsbers -Date: Mon Mar 1 19:43:19 2021 +0100 + po/sk.po | 14 +++++--------- + 1 file changed, 5 insertions(+), 9 deletions(-) - Position the move/size-status on the screen of the window. +commit 33270b6b98d23180f534b19cb3ed87a329f5c083 +Author: David Medina +Date: Sun Mar 14 17:00:07 2021 +0000 - src/wmstatus.cc | 11 +++++++---- - src/wmstatus.h | 2 ++ - 2 files changed, 9 insertions(+), 4 deletions(-) + Translated using Weblate (Catalan) -commit 6d4e1d4ac773a29309d543918f3bc61988ca79e8 + Currently translated at 100.0% (470 of 470 strings) + + po/ca.po | 12 +++++------- + 1 file changed, 5 insertions(+), 7 deletions(-) + +commit 558109b7dc6ccd9b7c85b2f296f575222f46fa53 Author: Bert Gijsbers -Date: Sun Feb 28 14:02:46 2021 +0100 +Date: Sun Mar 14 12:21:42 2021 +0100 - Prepare 2.2.0 release + Update translations. - AUTHORS | 2 +- - ChangeLog | 784 ++++++++++++++++++++++++++++++------------------------- - NEWS | 76 +++--- - README.md | 38 +-- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 2 +- - po/be.po | 2 +- - po/bg.po | 2 +- - po/ca.po | 2 +- - po/cs.po | 2 +- - po/da.po | 2 +- - po/de.po | 2 +- - po/el.po | 2 +- - po/en.po | 2 +- - po/es.po | 2 +- - po/fi.po | 2 +- - po/fr.po | 2 +- - po/he.po | 2 +- - po/hr.po | 2 +- - po/hu.po | 2 +- - po/icewm.pot | 4 +- - po/id.po | 2 +- - po/it.po | 2 +- - po/ja.po | 2 +- - po/ko.po | 2 +- - po/lt.po | 2 +- - po/lv.po | 2 +- - po/mk.po | 2 +- - po/nb.po | 2 +- - po/nl.po | 2 +- - po/no.po | 2 +- - po/pl.po | 2 +- - po/pt.po | 2 +- - po/pt_BR.po | 2 +- - po/ro.po | 2 +- - po/ru.po | 2 +- - po/sk.po | 2 +- - po/sl.po | 2 +- - po/sv.po | 2 +- - po/tr.po | 2 +- - po/uk.po | 2 +- - po/vi.po | 2 +- - po/zh_CN.po | 2 +- - po/zh_TW.po | 2 +- - 45 files changed, 534 insertions(+), 458 deletions(-) + po/ar.po | 117 +++++++++++++++++++++++++++----------------------- + po/be.po | 117 +++++++++++++++++++++++++++----------------------- + po/bg.po | 124 ++++++++++++++++++++++++++++------------------------- + po/ca.po | 121 ++++++++++++++++++++++++++++------------------------ + po/cs.po | 128 +++++++++++++++++++++++++++++-------------------------- + po/da.po | 117 +++++++++++++++++++++++++++----------------------- + po/de.po | 124 ++++++++++++++++++++++++++++------------------------- + po/el.po | 117 +++++++++++++++++++++++++++----------------------- + po/en.po | 106 +++++++++++++++++++++++---------------------- + po/es.po | 124 ++++++++++++++++++++++++++++------------------------- + po/fi.po | 124 ++++++++++++++++++++++++++++------------------------- + po/fr.po | 124 ++++++++++++++++++++++++++++------------------------- + po/he.po | 117 +++++++++++++++++++++++++++----------------------- + po/hr.po | 108 ++++++++++++++++++++++++---------------------- + po/hu.po | 125 ++++++++++++++++++++++++++++------------------------- + po/icewm.pot | 108 +++++++++++++++++++++++----------------------- + po/id.po | 124 ++++++++++++++++++++++++++++------------------------- + po/it.po | 124 ++++++++++++++++++++++++++++------------------------- + po/ja.po | 121 ++++++++++++++++++++++++++++------------------------ + po/ko.po | 124 ++++++++++++++++++++++++++++------------------------- + po/lt.po | 117 +++++++++++++++++++++++++++----------------------- + po/lv.po | 124 ++++++++++++++++++++++++++++------------------------- + po/mk.po | 124 ++++++++++++++++++++++++++++------------------------- + po/nb.po | 124 ++++++++++++++++++++++++++++------------------------- + po/nl.po | 128 +++++++++++++++++++++++++++++-------------------------- + po/no.po | 124 ++++++++++++++++++++++++++++------------------------- + po/pl.po | 124 ++++++++++++++++++++++++++++------------------------- + po/pt.po | 117 +++++++++++++++++++++++++++----------------------- + po/pt_BR.po | 124 ++++++++++++++++++++++++++++------------------------- + po/ro.po | 117 +++++++++++++++++++++++++++----------------------- + po/ru.po | 124 ++++++++++++++++++++++++++++------------------------- + po/sk.po | 128 +++++++++++++++++++++++++++++-------------------------- + po/sl.po | 124 ++++++++++++++++++++++++++++------------------------- + po/sv.po | 117 +++++++++++++++++++++++++++----------------------- + po/tr.po | 124 ++++++++++++++++++++++++++++------------------------- + po/uk.po | 117 +++++++++++++++++++++++++++----------------------- + po/vi.po | 124 ++++++++++++++++++++++++++++------------------------- + po/zh_CN.po | 124 ++++++++++++++++++++++++++++------------------------- + po/zh_TW.po | 124 ++++++++++++++++++++++++++++------------------------- + 39 files changed, 2516 insertions(+), 2207 deletions(-) -commit 15bb43ee6e170ea468dec357bee5c996edebd5dd -Merge: 17357031 03ecd3c8 +commit e8dc345d5e4777aeaa3cfdab9f5583f654e905fc Author: Bert Gijsbers -Date: Sun Feb 28 13:48:54 2021 +0100 +Date: Sun Mar 14 00:31:02 2021 +0100 - Merge branch 'icewm-1-4-BRANCH' + Enforce updateLocation when without system tray for issue #559. -commit 03ecd3c8674c4fcb167b996dcbe69269601a5a75 -Author: Bert Gijsbers -Date: Sun Feb 28 13:46:27 2021 +0100 + src/wmtaskbar.cc | 4 +++- + 1 file changed, 3 insertions(+), 1 deletion(-) - Improve merge of 'upstream/icewm-1-4-BRANCH'. +commit 761514c25051d16006f61a3d7d45052707f98475 +Author: Ferdinand Galko +Date: Sat Mar 13 13:26:56 2021 +0000 - po/ar.po | 79 ------------------------------------------------------- - po/be.po | 81 --------------------------------------------------------- - po/bg.po | 81 --------------------------------------------------------- - po/ca.po | 79 ------------------------------------------------------- - po/cs.po | 79 ------------------------------------------------------- - po/da.po | 79 ------------------------------------------------------- - po/de.po | 79 ------------------------------------------------------- - po/el.po | 79 ------------------------------------------------------- - po/en.po | 79 ------------------------------------------------------- - po/es.po | 79 ------------------------------------------------------- - po/fi.po | 79 ------------------------------------------------------- - po/fr.po | 79 ------------------------------------------------------- - po/he.po | 81 --------------------------------------------------------- - po/hr.po | 79 ------------------------------------------------------- - po/hu.po | 66 ---------------------------------------------- - po/id.po | 79 ------------------------------------------------------- - po/it.po | 79 ------------------------------------------------------- - po/ja.po | 79 ------------------------------------------------------- - po/ko.po | 79 ------------------------------------------------------- - po/lt.po | 81 --------------------------------------------------------- - po/lv.po | 81 --------------------------------------------------------- - po/mk.po | 81 --------------------------------------------------------- - po/nb.po | 81 --------------------------------------------------------- - po/nl.po | 79 ------------------------------------------------------- - po/no.po | 81 --------------------------------------------------------- - po/pl.po | 79 ------------------------------------------------------- - po/pt.po | 79 ------------------------------------------------------- - po/pt_BR.po | 79 ------------------------------------------------------- - po/ro.po | 81 --------------------------------------------------------- - po/ru.po | 79 ------------------------------------------------------- - po/sk.po | 79 ------------------------------------------------------- - po/sl.po | 81 --------------------------------------------------------- - po/sv.po | 79 ------------------------------------------------------- - po/tr.po | 81 --------------------------------------------------------- - po/uk.po | 81 --------------------------------------------------------- - po/vi.po | 81 --------------------------------------------------------- - po/zh_CN.po | 79 ------------------------------------------------------- - po/zh_TW.po | 79 ------------------------------------------------------- - 38 files changed, 3015 deletions(-) + Translated using Weblate (Slovak) -commit 1735703152631bb687f9b9a5f399078523c2f3d2 -Merge: 095cda2a 1c0cbb9d -Author: Bert Gijsbers -Date: Sun Feb 28 13:39:00 2021 +0100 + Currently translated at 100.0% (469 of 469 strings) - Merge branch 'icewm-1-4-BRANCH' + po/sk.po | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) -commit 1c0cbb9df14215c78e4fc2a75774d93217d33c64 -Merge: 74069656 82a3ba85 -Author: Bert Gijsbers -Date: Sun Feb 28 13:35:50 2021 +0100 +commit 4774db302b2c4acda8c35a1f956f3847288adc06 +Author: Freek de Kruijf +Date: Sat Mar 13 14:35:13 2021 +0000 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Translated using Weblate (Dutch) -commit 82a3ba85b643425cf9341c5dd516b28f086db927 -Author: Bert Gijsbers -Date: Sun Feb 28 11:34:10 2021 +0100 + Currently translated at 100.0% (469 of 469 strings) - Show the bounds of integer options in the message box. + po/nl.po | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) - src/wmpref.cc | 9 ++++++++- - 1 file changed, 8 insertions(+), 1 deletion(-) +commit e21607a8995d81da2adcd773cffce04f51d710b6 +Author: Aleš Kastner +Date: Sat Mar 13 14:03:49 2021 +0000 -commit a5a85f07eb603c5e83dc5ae80836cea3273d4692 -Author: Bert Gijsbers -Date: Sun Feb 28 01:10:45 2021 +0100 + Translated using Weblate (Czech) - Permit undefinition of keys. + Currently translated at 100.0% (469 of 469 strings) - src/wmpref.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + po/cs.po | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) -commit f66b06effd242d03cbe90031a1f49eaeff3c87db +commit 60dfe2ba30ff3b839277c788799d08f6630fea77 Author: Bert Gijsbers -Date: Sat Feb 27 18:40:56 2021 +0100 +Date: Sat Mar 13 12:32:21 2021 +0100 - make update-po + Reduce systemcalls as much as possible when updating network status. - po/ar.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/be.po | 330 +++++++++++++++++++++++++++--------------------------- - po/bg.po | 330 +++++++++++++++++++++++++++--------------------------- - po/ca.po | 333 +++++++++++++++++++++++++++--------------------------- - po/cs.po | 333 +++++++++++++++++++++++++++--------------------------- - po/da.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/de.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/el.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/en.po | 318 ++++++++++++++++++++++++++-------------------------- - po/es.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/fi.po | 324 +++++++++++++++++++++++++++-------------------------- - po/fr.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/he.po | 328 +++++++++++++++++++++++++++-------------------------- - po/hr.po | 318 ++++++++++++++++++++++++++-------------------------- - po/hu.po | 333 +++++++++++++++++++++++++++--------------------------- - po/icewm.pot | 320 ++++++++++++++++++++++++++-------------------------- - po/id.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/it.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/ja.po | 333 +++++++++++++++++++++++++++--------------------------- - po/ko.po | 331 ++++++++++++++++++++++++++++-------------------------- - po/lt.po | 330 +++++++++++++++++++++++++++--------------------------- - po/lv.po | 330 +++++++++++++++++++++++++++--------------------------- - po/mk.po | 330 +++++++++++++++++++++++++++--------------------------- - po/nb.po | 330 +++++++++++++++++++++++++++--------------------------- - po/nl.po | 333 +++++++++++++++++++++++++++--------------------------- - po/no.po | 330 +++++++++++++++++++++++++++--------------------------- - po/pl.po | 331 ++++++++++++++++++++++++++++-------------------------- - po/pt.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/pt_BR.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/ro.po | 330 +++++++++++++++++++++++++++--------------------------- - po/ru.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/sk.po | 333 +++++++++++++++++++++++++++--------------------------- - po/sl.po | 330 +++++++++++++++++++++++++++--------------------------- - po/sv.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/tr.po | 330 +++++++++++++++++++++++++++--------------------------- - po/uk.po | 335 ++++++++++++++++++++++++++++--------------------------- - po/vi.po | 330 +++++++++++++++++++++++++++--------------------------- - po/zh_CN.po | 329 ++++++++++++++++++++++++++++-------------------------- - po/zh_TW.po | 329 ++++++++++++++++++++++++++++-------------------------- - 39 files changed, 6571 insertions(+), 6268 deletions(-) + src/apppstatus.cc | 332 +++++++++++++++++++++++++++++--------------------- + src/apppstatus.h | 29 ++--- + 2 files changed, 208 insertions(+), 153 deletions(-) -commit c021938ce48a40f37b514622a2fe21e4edc6299c +commit c92526267334b521ae790d793c347f4211572dfd Author: Bert Gijsbers -Date: Sat Feb 27 18:26:10 2021 +0100 +Date: Sat Mar 13 12:31:45 2021 +0100 - Give each preference option a meaningful description. + Smaller timers. - src/default.h | 164 ++++++++++++++++++++++++++--------------------------- - src/genpref.cc | 13 ++++- - src/themable.h | 2 +- - 3 files changed, 94 insertions(+), 85 deletions(-) + src/yapp.cc | 24 ++++++++++++------------ + src/ytimer.cc | 27 +++++++++++++++------------ + src/ytimer.h | 12 ++++++++---- + 3 files changed, 35 insertions(+), 28 deletions(-) -commit adfea64698ce9216761ec1decd6e006c8d9042aa +commit 6070949a6d1c91332c94b0aab6782c6ca3f75a50 Author: Bert Gijsbers -Date: Sat Feb 27 18:25:25 2021 +0100 +Date: Sat Mar 13 12:30:19 2021 +0100 - Add compositor and replace read by executed. + Cleanup empty handleCrossing. - man/icewm-startup.pod | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + src/amailbox.cc | 25 ------------------------- + src/amailbox.h | 1 - + 2 files changed, 26 deletions(-) -commit f6f320ec6d65d8328626c44b81b939808b4769dc +commit e12eb0bac2093c3d00672046ddf9bc746eaa2e4d Author: Bert Gijsbers -Date: Sat Feb 27 16:43:09 2021 +0100 - - Show the preferences comment line in the message box when modifying - preference. - Allow to reset a key or string option in the preferences menu. - Check if message box operation equals OK. - Remove a failed preference modification from the modification save set. +Date: Sat Mar 13 12:30:07 2021 +0100 - src/wmpref.cc | 90 +++++++++++++++++++++++++++++++++++++++++-------------- - src/wmpref.h | 4 ++- - 2 files changed, 71 insertions(+), 23 deletions(-) + Postpone creating tooltips. -commit 0154625966ca0bccf1690fe8e7ea9a475c423c88 -Author: Bert Gijsbers -Date: Fri Feb 26 20:33:01 2021 +0100 + src/atray.cc | 24 +++++++++++++++++------- + src/atray.h | 2 ++ + src/aworkspaces.cc | 10 ++++++++-- + src/aworkspaces.h | 1 + + src/objbar.cc | 10 +++++++++- + src/objbutton.h | 3 ++- + src/wmframe.cc | 7 +------ + src/ywindow.cc | 4 ++++ + src/ywindow.h | 1 + + 9 files changed, 45 insertions(+), 17 deletions(-) - Fix modifying and saving of all preferences by menu in icewm. +commit 376f481391398ac16efca4eabb2b801a7b7affd2 +Author: Yasuhiko Kamata +Date: Fri Mar 12 22:23:15 2021 +0000 - src/CMakeLists.txt | 2 +- - src/Makefile.am | 2 + - src/wmpref.cc | 459 +++++++++++++++++++++++++++++++++++++++++++++++++ - src/wmpref.h | 55 ++++++ - src/wmprog.cc | 321 +--------------------------------- - 5 files changed, 520 insertions(+), 319 deletions(-) + Translated using Weblate (Japanese) -commit d727188e5c2a0377cdbc3624db829c8520c96688 -Author: Bert Gijsbers -Date: Fri Feb 26 20:33:01 2021 +0100 + Currently translated at 100.0% (469 of 469 strings) - Remove bogus comment. + po/ja.po | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) - src/ypointer.h | 1 - - 1 file changed, 1 deletion(-) +commit 14d1e319b77832a2ab6e6502b1b3c8b9c0982588 +Author: David Medina +Date: Fri Mar 12 23:11:44 2021 +0000 -commit bda5c7db11d5355854846886bfb320bf66c9344f -Author: Bert Gijsbers -Date: Fri Feb 26 20:33:01 2021 +0100 + Translated using Weblate (Catalan) - Improve YInputLine in YMsgBox and simplify creating a YMsgBox. + Currently translated at 100.0% (469 of 469 strings) - src/wmapp.cc | 57 +++++++++++++++++++++++++------------------------ - src/wmapp.h | 1 + - src/wmframe.cc | 33 +++++++++++------------------ - src/wmframe.h | 1 - - src/wmmgr.cc | 12 +++++------ - src/ymsgbox.cc | 62 +++++++++++++++++++++++++++++++++++++++++++----------- - src/ymsgbox.h | 23 ++++++++++++++++---- - 7 files changed, 117 insertions(+), 72 deletions(-) + po/ca.po | 10 ++++++---- + 1 file changed, 6 insertions(+), 4 deletions(-) -commit fee59c61ea835eb6aa8ac03b5491bb2c8294b09f +commit e89809b4f01ba7186534e330a29c5eab38f7e71f Author: Bert Gijsbers -Date: Fri Feb 26 20:33:01 2021 +0100 +Date: Fri Mar 12 22:20:09 2021 +0100 - Add intmax and intmin to cfoption. + Fixes for tooltips. - src/yconfig.h | 2 ++ - 1 file changed, 2 insertions(+) + src/aworkspaces.cc | 2 ++ + src/ytooltip.h | 1 + + src/ywindow.cc | 11 +++++++---- + 3 files changed, 10 insertions(+), 4 deletions(-) -commit 75a957a9925335b5ffcbd5cb3cd9901c6c8c07f8 +commit 871b80383f47bcebd76446b6037f5aae24ff76dc +Merge: cc35fab9 98f2dffd +Author: Stanislav Brabec +Date: Wed Mar 10 04:33:45 2021 +0100 + + Merge remote-tracking branch 'weblate/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH + +commit cc35fab95ef4da61b45ed44017e29b7f42ecdfca Author: Bert Gijsbers -Date: Fri Feb 26 20:33:00 2021 +0100 +Date: Tue Mar 9 22:41:03 2021 +0100 - Fix test logoutMenu. + Only update tooltips when a tooltip window is visible. + Remove obsolete phonenumber from network status monitor. - src/testmenus.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + src/aapm.cc | 1 - + src/aclock.cc | 1 - + src/acpustatus.cc | 1 - + src/akeyboard.cc | 8 +++----- + src/amailbox.cc | 1 - + src/amemstatus.cc | 1 - + src/applet.cc | 2 +- + src/apppstatus.cc | 15 ++++++--------- + src/apppstatus.h | 1 - + src/ywindow.cc | 5 +++-- + src/ywindow.h | 1 + + src/yxtray.cc | 2 +- + 12 files changed, 15 insertions(+), 24 deletions(-) -commit bf89fa8d27d4262b9e730586541d16847e49d739 +commit c99dc4bb826f058dcb9b892cfb300f1bee668f80 Author: Bert Gijsbers -Date: Fri Feb 26 20:33:00 2021 +0100 - - Simplify file read. +Date: Tue Mar 9 22:38:27 2021 +0100 - src/apppstatus.cc | 2 +- - src/yimage2.cc | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + Improve formatting. -commit 165001100e47c9b3d28e7b3056bee08d6b9bcab4 -Author: Antonio Simón -Date: Wed Feb 24 20:43:03 2021 +0000 + man/icewm-preferences.pod | 22 +++++++++++----------- + 1 file changed, 11 insertions(+), 11 deletions(-) - Translated using Weblate (Spanish) +commit 0a2a9a68bc65ce727d02d8f4f30e49490a3c2f17 +Author: Bert Gijsbers +Date: Tue Mar 9 00:28:51 2021 +0100 - Currently translated at 100.0% (468 of 468 strings) + Add option to only show running net interfaces in status bar by alspitz + and closes ice-wm/icewm#44. - po/es.po | 29 +++++++++++++++-------------- - 1 file changed, 15 insertions(+), 14 deletions(-) + doc/icewm.adoc | 6 ++++++ + man/icewm-preferences.pod | 6 ++++++ + src/apppstatus.cc | 9 ++++++--- + src/default.h | 2 ++ + 4 files changed, 20 insertions(+), 3 deletions(-) -commit 2b554a46c3b5bac26b360e725d2afa17203cef46 -Author: Davide Aiello -Date: Wed Feb 24 16:13:46 2021 +0000 +commit 98f2dffdb02ba5d248f376d7b84751a8d8b7b7bf +Author: Grace Yu +Date: Thu Feb 25 10:08:27 2021 +0000 - Translated using Weblate (Italian) + Translated using Weblate (Chinese (Taiwan)) Currently translated at 100.0% (468 of 468 strings) - po/it.po | 23 +++++++++++++++-------- - 1 file changed, 15 insertions(+), 8 deletions(-) + po/zh_TW.po | 65 +++++++++++++++++++++++---------------------------------- + 1 file changed, 26 insertions(+), 39 deletions(-) -commit 2cbd926fd7268eaeeff61dc1febaa61fb0e0114a +commit 31405184046365a0dde8f39708b18648d3871e34 Author: Gemineo -Date: Wed Feb 24 14:11:27 2021 +0000 +Date: Thu Feb 25 12:08:53 2021 +0000 Translated using Weblate (German) Currently translated at 100.0% (468 of 468 strings) - po/de.po | 21 ++++++++++++++------- - 1 file changed, 14 insertions(+), 7 deletions(-) - -commit 0f09dece29dd49b62872826b6b50539c9e0e81c6 -Author: Sophie Leroy -Date: Wed Feb 24 10:28:43 2021 +0000 - - Translated using Weblate (French) - - Currently translated at 100.0% (468 of 468 strings) - - po/fr.po | 51 +++++++++++++++++++-------------------------------- - 1 file changed, 19 insertions(+), 32 deletions(-) - -commit bf58a79baefacbf68c54a5e1546b4470406462ea -Author: Grace Yu -Date: Wed Feb 24 09:27:04 2021 +0000 + po/de.po | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) - Translated using Weblate (Chinese (China)) +commit 8965444f09494c9af6de7fb37d64bf749b2d0dbf +Author: Hela Basa +Date: Wed Mar 3 22:25:37 2021 +0000 - Currently translated at 100.0% (468 of 468 strings) + Added translation using Weblate (Sinhala) - po/zh_CN.po | 18 ++++++++++++------ - 1 file changed, 12 insertions(+), 6 deletions(-) + po/si.po | 2377 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ + 1 file changed, 2377 insertions(+) -commit 2b4e0a1c8a82b1ba6ce5b7667fe68433272cea45 +commit b37c55c0e66bcf99c8d8f128f8c777130da82b66 Author: Bert Gijsbers -Date: Fri Feb 19 20:41:30 2021 +0100 +Date: Tue Mar 2 15:50:20 2021 +0100 - Fix for immediately redrawing after setting default clock format. + Prepare 2.2.1 release - src/aclock.cc | 13 ++++++------- - src/aclock.h | 3 ++- - 2 files changed, 8 insertions(+), 8 deletions(-) + AUTHORS | 2 +- + ChangeLog | 304 +++++++++++++++++++++++++++++++------------------------ + NEWS | 50 ++++----- + README.md | 36 +++---- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 12 +-- + po/be.po | 12 +-- + po/bg.po | 12 +-- + po/ca.po | 12 +-- + po/cs.po | 12 +-- + po/da.po | 12 +-- + po/de.po | 12 +-- + po/el.po | 12 +-- + po/en.po | 12 +-- + po/es.po | 12 +-- + po/fi.po | 12 +-- + po/fr.po | 12 +-- + po/he.po | 12 +-- + po/hr.po | 12 +-- + po/hu.po | 12 +-- + po/icewm.pot | 14 +-- + po/id.po | 12 +-- + po/it.po | 12 +-- + po/ja.po | 12 +-- + po/ko.po | 12 +-- + po/lt.po | 12 +-- + po/lv.po | 12 +-- + po/mk.po | 12 +-- + po/nb.po | 12 +-- + po/nl.po | 12 +-- + po/no.po | 12 +-- + po/pl.po | 12 +-- + po/pt.po | 12 +-- + po/pt_BR.po | 12 +-- + po/ro.po | 12 +-- + po/ru.po | 12 +-- + po/sk.po | 12 +-- + po/sl.po | 12 +-- + po/sv.po | 12 +-- + po/tr.po | 12 +-- + po/uk.po | 12 +-- + po/vi.po | 12 +-- + po/zh_CN.po | 12 +-- + po/zh_TW.po | 12 +-- + 45 files changed, 458 insertions(+), 416 deletions(-) -commit 88996a19cf52f7bec9d36ca9ce34b69844882a6b +commit 6f740d112a8fe755b4f302c7f99057fe2f1cdf54 +Merge: 6d4e1d4a 6d9cfc9a Author: Bert Gijsbers -Date: Mon Feb 15 23:05:41 2021 +0100 - - Drop support for nonICCCMconfigureRequest. +Date: Tue Mar 2 15:44:51 2021 +0100 - doc/icewm.adoc | 5 ----- - lib/winoptions.in | 2 -- - man/icewm-winoptions.pod | 3 --- - man/icewmhint.pod | 1 - - src/wmframe.cc | 8 -------- - src/wmframe.h | 1 - - src/wmoption.cc | 3 +-- - 7 files changed, 1 insertion(+), 22 deletions(-) + Merge branch 'icewm-1-4-BRANCH' -commit 91d0911df2ac603885e87f9a9a7012d7e68fa302 +commit 6d9cfc9ae76e9bad609ad24cb08d2dd00882ee8a +Merge: 5262cdcd 382707a3 Author: Bert Gijsbers -Date: Sun Feb 14 12:47:09 2021 +0100 - - Add clock format %H:%M and closes #554. +Date: Tue Mar 2 15:44:18 2021 +0100 - src/aclock.cc | 31 +++++++++++++++++++++---------- - 1 file changed, 21 insertions(+), 10 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 5ad7a6046bdb0382e4f3f2713d74372c60c2aac1 +commit 382707a380c779e59ed0a1b76989fe6a7f4e22cd Author: Bert Gijsbers -Date: Sun Feb 14 12:16:28 2021 +0100 +Date: Tue Mar 2 15:40:41 2021 +0100 - Fix cmake test target and closes ice-wm/icewm#41. + Add testpointer to Makefile.am. - CMakeLists.txt | 2 +- - src/CMakeLists.txt | 67 +++++++++++++++++++++++++++++--------------------- - 2 files changed, 40 insertions(+), 29 deletions(-) + src/Makefile.am | 6 ++++++ + 1 file changed, 6 insertions(+) -commit 6ebc4556b53ddf1c8acaea9af98e78e8a0c004b6 +commit 5262cdcdbfec88a3029047b6359780254cd84b4d +Merge: 03ecd3c8 8b75fa96 Author: Bert Gijsbers -Date: Sat Feb 13 19:28:19 2021 +0100 - - Define ice and itk libraries to reduce cmake build by a third. +Date: Tue Mar 2 15:29:03 2021 +0100 - src/CMakeLists.txt | 96 +++++++++++++++++++++++------------------------ - src/config.cmake.h.in | 5 --- - 2 files changed, 46 insertions(+), 55 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit dca09724335db075cdc599868c0c5f768a9b1218 +commit 8b75fa96634d5aeb1a14694323f9d942308d04f0 Author: Bert Gijsbers -Date: Fri Feb 12 17:10:39 2021 +0100 +Date: Tue Mar 2 14:31:20 2021 +0100 - Only reposition when resizing outside of bottom right corner to permit - negative positions in issue #550. + Draw an icon in each message box popup. - src/wmframe.cc | 6 ------ - 1 file changed, 6 deletions(-) + src/wmapp.cc | 6 +++--- + src/wmframe.cc | 2 +- + src/wmmgr.cc | 2 +- + src/wmpref.cc | 19 ++----------------- + src/ymsgbox.cc | 14 ++++++++++++-- + src/ymsgbox.h | 2 +- + 6 files changed, 20 insertions(+), 25 deletions(-) -commit 7c3df1d494067bd8da8da2c1488f620b5a1a1a89 +commit 6e2cfa24e34e88b2d47dd6a2575af7cffa80beb4 Author: Bert Gijsbers -Date: Fri Feb 12 15:36:03 2021 +0100 +Date: Tue Mar 2 10:54:40 2021 +0100 - Add testpointer. + Set margin of message box to 18. - .github/workflows/cmake.yml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + src/wmpref.cc | 2 +- + src/ymsgbox.cc | 14 ++++++++------ + 2 files changed, 9 insertions(+), 7 deletions(-) -commit 51d98138fe247895e6fd4c73d64053a3de92e78e +commit dc6bd8502a78b4a161ee314de0a7463036af7582 Author: Bert Gijsbers -Date: Fri Feb 12 15:22:57 2021 +0100 +Date: Tue Mar 2 02:05:04 2021 +0100 - Add testpointer test to CMake. + Draw an icon in the preference edit popup. - src/CMakeLists.txt | 8 +++++++- - src/testpointer.cc | 2 +- - 2 files changed, 8 insertions(+), 2 deletions(-) + src/wmpref.cc | 18 +++++++++++++++++- + src/ymsgbox.cc | 37 ++++++++++++++++++++++++++++--------- + src/ymsgbox.h | 5 ++++- + src/ypixmap.cc | 8 +++++--- + 4 files changed, 54 insertions(+), 14 deletions(-) -commit 9c0b837fa639ebf45ab9b837eaad8c8988469dcc +commit a7c4e370d979d3ef743894e5566559b3559255d0 Author: Bert Gijsbers -Date: Fri Feb 12 14:37:07 2021 +0100 +Date: Mon Mar 1 23:20:11 2021 +0100 - Better fix for CMake build. + Make input field focus traversable when editing preferences. - src/icesound.cc | 1 - - src/icewmhint.cc | 1 - - src/ylocale.cc | 8 ++------ - 3 files changed, 2 insertions(+), 8 deletions(-) + src/yinput.cc | 22 ++++++++++++++++++++++ + src/yinputline.h | 3 +++ + 2 files changed, 25 insertions(+) -commit e18ce57884dbe23e8703ec558894394b2e7f7b18 +commit b175f62c5a785b4266555fa55456011181c292c6 Author: Bert Gijsbers -Date: Fri Feb 12 14:26:21 2021 +0100 +Date: Mon Mar 1 19:51:06 2021 +0100 - Fix CMake build for ylocale.cc. + When modifying preferences, only trim input for scalar options. - src/CMakeLists.txt | 5 +++-- - src/icesound.cc | 1 + - src/icewmhint.cc | 1 + - 3 files changed, 5 insertions(+), 2 deletions(-) + src/wmpref.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit e6511c8b8316d0e9e080cd253b26e4addada2b00 +commit 71858244b30f6975b9ff89b1661d44e07d92ec04 Author: Bert Gijsbers -Date: Thu Feb 11 22:46:35 2021 +0100 +Date: Mon Mar 1 19:47:53 2021 +0100 - Call setlocale via YLocale for issue #553. + Simplify icewm manpage. - src/icesound.cc | 6 ++---- - src/icewmhint.cc | 5 ++--- - 2 files changed, 4 insertions(+), 7 deletions(-) + man/icewm.pod | 45 ++++++++++----------------------------------- + 1 file changed, 10 insertions(+), 35 deletions(-) -commit f3cce5f6cc5c286e0567b3c6a844d6a8eedfd52e +commit c0f6f9d507357d79c3318358266c9f697f5317ea Author: Bert Gijsbers -Date: Wed Feb 10 15:53:57 2021 +0100 +Date: Mon Mar 1 19:44:59 2021 +0100 - Fix ignoreQuickSwitch winoption for focused windows for issue #552. + Taskbar may have a non-zero screen due to XineramaPrimaryScreen in + getNewPos. Only consider workarea when using same screen as taskbar, + otherwise allow entire desktop for issue #557. - src/wmframe.cc | 4 ---- - src/wmframe.h | 1 - - src/wmswitch.cc | 5 +++-- - 3 files changed, 3 insertions(+), 7 deletions(-) + src/wmframe.cc | 11 ++++++++++- + src/wmtaskbar.cc | 2 +- + 2 files changed, 11 insertions(+), 2 deletions(-) -commit 8b624a0d7fce4017956529b92f560d233000a9a7 +commit 248ba3974464fdabc9eca7c8afa357872ba8ad68 Author: Bert Gijsbers -Date: Tue Feb 9 21:13:48 2021 +0100 +Date: Mon Mar 1 19:43:19 2021 +0100 - If an application resizes itself partially outside the work area, then - move it back inside the work area, if possible, for issue #550. + Position the move/size-status on the screen of the window. - src/wmclient.cc | 27 ++++++++++----------------- - src/wmclient.h | 5 ++++- - src/wmframe.cc | 53 +++++++++++++++++++++++++++++++++-------------------- - src/wmmgr.cc | 20 +++++++------------- - 4 files changed, 54 insertions(+), 51 deletions(-) + src/wmstatus.cc | 11 +++++++---- + src/wmstatus.h | 2 ++ + 2 files changed, 9 insertions(+), 4 deletions(-) -commit 095cda2ab13947e1c4860d2c4a5580f033f75256 +commit 6d4e1d4ac773a29309d543918f3bc61988ca79e8 Author: Bert Gijsbers -Date: Tue Feb 9 19:07:26 2021 +0100 +Date: Sun Feb 28 14:02:46 2021 +0100 - Prepare 2.1.2 release + Prepare 2.2.0 release - AUTHORS | 5 +- - ChangeLog | 1532 ++++++++++++++++++++++++++++++------------------------ - NEWS | 207 ++------ - README.md | 38 +- - po/ar.po | 54 +- - po/be.po | 54 +- - po/bg.po | 54 +- - po/ca.po | 54 +- - po/cs.po | 54 +- - po/da.po | 54 +- - po/de.po | 54 +- - po/el.po | 54 +- - po/en.po | 54 +- - po/es.po | 54 +- - po/fi.po | 54 +- - po/fr.po | 54 +- - po/he.po | 54 +- - po/hr.po | 54 +- - po/hu.po | 54 +- - po/icewm.pot | 56 +- - po/id.po | 54 +- - po/it.po | 54 +- - po/ja.po | 54 +- - po/ko.po | 54 +- - po/lt.po | 54 +- - po/lv.po | 54 +- - po/mk.po | 54 +- - po/nb.po | 54 +- - po/nl.po | 54 +- - po/no.po | 54 +- - po/pl.po | 54 +- - po/pt.po | 54 +- - po/pt_BR.po | 54 +- - po/ro.po | 54 +- - po/ru.po | 54 +- - po/sk.po | 54 +- - po/sl.po | 54 +- - po/sv.po | 54 +- - po/tr.po | 54 +- - po/uk.po | 54 +- - po/vi.po | 54 +- - po/zh_CN.po | 54 +- - po/zh_TW.po | 54 +- - 43 files changed, 1963 insertions(+), 1927 deletions(-) + AUTHORS | 2 +- + ChangeLog | 784 ++++++++++++++++++++++++++++++------------------------- + NEWS | 76 +++--- + README.md | 38 +-- + VERSION | 2 +- + configure.ac | 10 +- + po/ar.po | 2 +- + po/be.po | 2 +- + po/bg.po | 2 +- + po/ca.po | 2 +- + po/cs.po | 2 +- + po/da.po | 2 +- + po/de.po | 2 +- + po/el.po | 2 +- + po/en.po | 2 +- + po/es.po | 2 +- + po/fi.po | 2 +- + po/fr.po | 2 +- + po/he.po | 2 +- + po/hr.po | 2 +- + po/hu.po | 2 +- + po/icewm.pot | 4 +- + po/id.po | 2 +- + po/it.po | 2 +- + po/ja.po | 2 +- + po/ko.po | 2 +- + po/lt.po | 2 +- + po/lv.po | 2 +- + po/mk.po | 2 +- + po/nb.po | 2 +- + po/nl.po | 2 +- + po/no.po | 2 +- + po/pl.po | 2 +- + po/pt.po | 2 +- + po/pt_BR.po | 2 +- + po/ro.po | 2 +- + po/ru.po | 2 +- + po/sk.po | 2 +- + po/sl.po | 2 +- + po/sv.po | 2 +- + po/tr.po | 2 +- + po/uk.po | 2 +- + po/vi.po | 2 +- + po/zh_CN.po | 2 +- + po/zh_TW.po | 2 +- + 45 files changed, 534 insertions(+), 458 deletions(-) -commit 9a26c48c2a3eec09d22d8aa3b0c8ba88cb4c74e3 -Merge: 84bcd921 74069656 +commit 15bb43ee6e170ea468dec357bee5c996edebd5dd +Merge: 17357031 03ecd3c8 Author: Bert Gijsbers -Date: Tue Feb 9 18:54:47 2021 +0100 +Date: Sun Feb 28 13:48:54 2021 +0100 Merge branch 'icewm-1-4-BRANCH' -commit 74069656ed21b9f07e0ff8adfe2a5461072ab522 -Merge: 6c645294 23db4bc2 -Author: Bert Gijsbers -Date: Tue Feb 9 18:52:15 2021 +0100 - - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH - -commit 23db4bc248cc2b23b4c909f0b537f87aded7d995 +commit 03ecd3c8674c4fcb167b996dcbe69269601a5a75 Author: Bert Gijsbers -Date: Tue Feb 9 18:50:31 2021 +0100 - - Preparing 2.1.2. - - VERSION | 2 +- - configure.ac | 8 ++++---- - 2 files changed, 5 insertions(+), 5 deletions(-) +Date: Sun Feb 28 13:46:27 2021 +0100 -commit 93f4b37aacb40f21d58cf4560757b5b8572eb3fe -Author: Eduard Bloch -Date: Sat Feb 6 11:17:01 2021 +0100 + Improve merge of 'upstream/icewm-1-4-BRANCH'. - Don't abort directory scanning on bad menu items + po/ar.po | 79 ------------------------------------------------------- + po/be.po | 81 --------------------------------------------------------- + po/bg.po | 81 --------------------------------------------------------- + po/ca.po | 79 ------------------------------------------------------- + po/cs.po | 79 ------------------------------------------------------- + po/da.po | 79 ------------------------------------------------------- + po/de.po | 79 ------------------------------------------------------- + po/el.po | 79 ------------------------------------------------------- + po/en.po | 79 ------------------------------------------------------- + po/es.po | 79 ------------------------------------------------------- + po/fi.po | 79 ------------------------------------------------------- + po/fr.po | 79 ------------------------------------------------------- + po/he.po | 81 --------------------------------------------------------- + po/hr.po | 79 ------------------------------------------------------- + po/hu.po | 66 ---------------------------------------------- + po/id.po | 79 ------------------------------------------------------- + po/it.po | 79 ------------------------------------------------------- + po/ja.po | 79 ------------------------------------------------------- + po/ko.po | 79 ------------------------------------------------------- + po/lt.po | 81 --------------------------------------------------------- + po/lv.po | 81 --------------------------------------------------------- + po/mk.po | 81 --------------------------------------------------------- + po/nb.po | 81 --------------------------------------------------------- + po/nl.po | 79 ------------------------------------------------------- + po/no.po | 81 --------------------------------------------------------- + po/pl.po | 79 ------------------------------------------------------- + po/pt.po | 79 ------------------------------------------------------- + po/pt_BR.po | 79 ------------------------------------------------------- + po/ro.po | 81 --------------------------------------------------------- + po/ru.po | 79 ------------------------------------------------------- + po/sk.po | 79 ------------------------------------------------------- + po/sl.po | 81 --------------------------------------------------------- + po/sv.po | 79 ------------------------------------------------------- + po/tr.po | 81 --------------------------------------------------------- + po/uk.po | 81 --------------------------------------------------------- + po/vi.po | 81 --------------------------------------------------------- + po/zh_CN.po | 79 ------------------------------------------------------- + po/zh_TW.po | 79 ------------------------------------------------------- + 38 files changed, 3015 deletions(-) - Fix from issue #546 . +commit 1735703152631bb687f9b9a5f399078523c2f3d2 +Merge: 095cda2a 1c0cbb9d +Author: Bert Gijsbers +Date: Sun Feb 28 13:39:00 2021 +0100 - src/fdomenu.cc | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) + Merge branch 'icewm-1-4-BRANCH' -commit e76644944b994ba47bbac649f1c3c0598b6964dd +commit 1c0cbb9df14215c78e4fc2a75774d93217d33c64 +Merge: 74069656 82a3ba85 Author: Bert Gijsbers -Date: Thu Feb 4 11:22:03 2021 +0100 - - Relayout task buttons whenever a task button is removed for issue #548. +Date: Sun Feb 28 13:35:50 2021 +0100 - src/atasks.cc | 1 + - 1 file changed, 1 insertion(+) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 73535fc3f17a04e73bfaf7a9554819058b2d8bcd +commit 82a3ba85b643425cf9341c5dd516b28f086db927 Author: Bert Gijsbers -Date: Tue Feb 2 20:19:24 2021 +0100 +Date: Sun Feb 28 11:34:10 2021 +0100 - Add test for XShm extension+pixmaps. + Show the bounds of integer options in the message box. - src/wmapp.cc | 12 +++++++++--- - src/ywindow.h | 7 +++++++ - src/yxapp.cc | 11 +++++++++++ - 3 files changed, 27 insertions(+), 3 deletions(-) + src/wmpref.cc | 9 ++++++++- + 1 file changed, 8 insertions(+), 1 deletion(-) -commit e860a7d81ee12064ca0a10f7a7a47bb5c490e2c9 +commit a5a85f07eb603c5e83dc5ae80836cea3273d4692 Author: Bert Gijsbers -Date: Tue Feb 2 20:17:38 2021 +0100 +Date: Sun Feb 28 01:10:45 2021 +0100 - Free empty settings menu. + Permit undefinition of keys. - src/wmprog.cc | 2 ++ - 1 file changed, 2 insertions(+) + src/wmpref.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit e03c768f19afec9af6000452ea5b5143e8454fa5 +commit f66b06effd242d03cbe90031a1f49eaeff3c87db Author: Bert Gijsbers -Date: Tue Feb 2 20:14:24 2021 +0100 +Date: Sat Feb 27 18:40:56 2021 +0100 - Remove updateUrgency, fWmUrgency, fClientUrgency, fOldState, fOldLayer - from frames. Remove the urgent state flag from frame when gaining or - losing focus. + make update-po - src/wmclient.cc | 40 ++++++++++++++++------------------------ - src/wmclient.h | 11 ++++++----- - src/wmframe.cc | 51 +++++++++++++++++---------------------------------- - src/wmframe.h | 8 +------- - src/wmminiicon.cc | 2 +- - 5 files changed, 41 insertions(+), 71 deletions(-) + po/ar.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/be.po | 330 +++++++++++++++++++++++++++--------------------------- + po/bg.po | 330 +++++++++++++++++++++++++++--------------------------- + po/ca.po | 333 +++++++++++++++++++++++++++--------------------------- + po/cs.po | 333 +++++++++++++++++++++++++++--------------------------- + po/da.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/de.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/el.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/en.po | 318 ++++++++++++++++++++++++++-------------------------- + po/es.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/fi.po | 324 +++++++++++++++++++++++++++-------------------------- + po/fr.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/he.po | 328 +++++++++++++++++++++++++++-------------------------- + po/hr.po | 318 ++++++++++++++++++++++++++-------------------------- + po/hu.po | 333 +++++++++++++++++++++++++++--------------------------- + po/icewm.pot | 320 ++++++++++++++++++++++++++-------------------------- + po/id.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/it.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/ja.po | 333 +++++++++++++++++++++++++++--------------------------- + po/ko.po | 331 ++++++++++++++++++++++++++++-------------------------- + po/lt.po | 330 +++++++++++++++++++++++++++--------------------------- + po/lv.po | 330 +++++++++++++++++++++++++++--------------------------- + po/mk.po | 330 +++++++++++++++++++++++++++--------------------------- + po/nb.po | 330 +++++++++++++++++++++++++++--------------------------- + po/nl.po | 333 +++++++++++++++++++++++++++--------------------------- + po/no.po | 330 +++++++++++++++++++++++++++--------------------------- + po/pl.po | 331 ++++++++++++++++++++++++++++-------------------------- + po/pt.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/pt_BR.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/ro.po | 330 +++++++++++++++++++++++++++--------------------------- + po/ru.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/sk.po | 333 +++++++++++++++++++++++++++--------------------------- + po/sl.po | 330 +++++++++++++++++++++++++++--------------------------- + po/sv.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/tr.po | 330 +++++++++++++++++++++++++++--------------------------- + po/uk.po | 335 ++++++++++++++++++++++++++++--------------------------- + po/vi.po | 330 +++++++++++++++++++++++++++--------------------------- + po/zh_CN.po | 329 ++++++++++++++++++++++++++++-------------------------- + po/zh_TW.po | 329 ++++++++++++++++++++++++++++-------------------------- + 39 files changed, 6571 insertions(+), 6268 deletions(-) -commit e7a87348879b9cef5db06431a789a1c5c3633798 +commit c021938ce48a40f37b514622a2fe21e4edc6299c Author: Bert Gijsbers -Date: Tue Feb 2 20:13:28 2021 +0100 +Date: Sat Feb 27 18:26:10 2021 +0100 - Initialize TaskButton object. + Give each preference option a meaningful description. - src/atasks.cc | 18 +++++++++--------- - 1 file changed, 9 insertions(+), 9 deletions(-) + src/default.h | 164 ++++++++++++++++++++++++++--------------------------- + src/genpref.cc | 13 ++++- + src/themable.h | 2 +- + 3 files changed, 94 insertions(+), 85 deletions(-) -commit c01456ba31c790c13834d031fa344a7ccc8ff45a +commit adfea64698ce9216761ec1decd6e006c8d9042aa Author: Bert Gijsbers -Date: Tue Feb 2 20:13:01 2021 +0100 +Date: Sat Feb 27 18:25:25 2021 +0100 - Add 'urgent' action to icesh. + Add compositor and replace read by executed. - man/icesh.pod | 4 ++++ - src/icesh.cc | 6 +++++- - 2 files changed, 9 insertions(+), 1 deletion(-) + man/icewm-startup.pod | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit 84bcd921a0306323d5fa662ba34cd06989455635 +commit f6f320ec6d65d8328626c44b81b939808b4769dc Author: Bert Gijsbers -Date: Thu Jan 28 21:05:52 2021 +0100 +Date: Sat Feb 27 16:43:09 2021 +0100 - Commit release 2.1.1. + Show the preferences comment line in the message box when modifying + preference. + Allow to reset a key or string option in the preferences menu. + Check if message box operation equals OK. + Remove a failed preference modification from the modification save set. - AUTHORS | 5 +- - ChangeLog | 929 +++++++++++++++++---------------------------------- - NEWS | 158 ++++----- - README.md | 38 +-- - RELEASE.md | 2 +- - VERSION | 2 +- - configure.ac | 12 +- - man/icewm.pod | 4 + - po/ar.po | 18 +- - po/be.po | 18 +- - po/bg.po | 18 +- - po/ca.po | 18 +- - po/cs.po | 18 +- - po/da.po | 18 +- - po/de.po | 18 +- - po/el.po | 18 +- - po/en.po | 18 +- - po/es.po | 18 +- - po/fi.po | 18 +- - po/fr.po | 18 +- - po/he.po | 18 +- - po/hr.po | 18 +- - po/hu.po | 18 +- - po/icewm.pot | 20 +- - po/id.po | 18 +- - po/it.po | 18 +- - po/ja.po | 18 +- - po/ko.po | 18 +- - po/lt.po | 18 +- - po/lv.po | 18 +- - po/mk.po | 18 +- - po/nb.po | 18 +- - po/nl.po | 18 +- - po/no.po | 18 +- - po/pl.po | 18 +- - po/pt.po | 18 +- - po/pt_BR.po | 18 +- - po/ro.po | 18 +- - po/ru.po | 18 +- - po/sk.po | 18 +- - po/sl.po | 18 +- - po/sv.po | 18 +- - po/tr.po | 18 +- - po/uk.po | 18 +- - po/vi.po | 18 +- - po/zh_CN.po | 18 +- - po/zh_TW.po | 18 +- - src/wmtaskbar.cc | 1 + - src/ybutton.cc | 9 +- - src/ycursor.cc | 5 +- - 50 files changed, 764 insertions(+), 1105 deletions(-) + src/wmpref.cc | 90 +++++++++++++++++++++++++++++++++++++++++-------------- + src/wmpref.h | 4 ++- + 2 files changed, 71 insertions(+), 23 deletions(-) -commit bc0ddd726342a9068edfa7c1405936c6c6014831 +commit 0154625966ca0bccf1690fe8e7ea9a475c423c88 Author: Bert Gijsbers -Date: Mon Jan 25 13:36:32 2021 +0100 +Date: Fri Feb 26 20:33:01 2021 +0100 - Create a Settings submenu to reduce Start menu items for issue #543. + Fix modifying and saving of all preferences by menu in icewm. - src/wmprog.cc | 76 ++++++++++++++++++++----------------------------------- - 1 file changed, 28 insertions(+), 48 deletions(-) + src/CMakeLists.txt | 2 +- + src/Makefile.am | 2 + + src/wmpref.cc | 459 +++++++++++++++++++++++++++++++++++++++++++++++++ + src/wmpref.h | 55 ++++++ + src/wmprog.cc | 321 +--------------------------------- + 5 files changed, 520 insertions(+), 319 deletions(-) -commit 69b863383b78ee5bd6ac50b490c8dbfb07e36930 +commit d727188e5c2a0377cdbc3624db829c8520c96688 Author: Bert Gijsbers -Date: Mon Jan 25 13:34:17 2021 +0100 +Date: Fri Feb 26 20:33:01 2021 +0100 - Only add a separator if previous item is not. + Remove bogus comment. - src/ymenu.cc | 17 +++++++++++++++-- - src/ymenu.h | 8 +++++--- - src/ymenuitem.h | 5 ++--- - 3 files changed, 22 insertions(+), 8 deletions(-) + src/ypointer.h | 1 - + 1 file changed, 1 deletion(-) -commit 6c645294d3b8c417b8ffb5773657d981686072df +commit bda5c7db11d5355854846886bfb320bf66c9344f Author: Bert Gijsbers -Date: Sun Jan 24 14:16:35 2021 +0100 +Date: Fri Feb 26 20:33:01 2021 +0100 - Prepare 2.1.1 release + Improve YInputLine in YMsgBox and simplify creating a YMsgBox. - AUTHORS | 16 +- - ChangeLog | 8807 ++++++++++++++++++++++++++---------------------------- - INSTALL | 322 +- - NEWS | 963 ++---- - README.md | 4 +- - configure.ac | 4 +- - po/ar.po | 213 +- - po/be.po | 215 +- - po/bg.po | 215 +- - po/ca.po | 217 +- - po/cs.po | 217 +- - po/da.po | 213 +- - po/de.po | 213 +- - po/el.po | 213 +- - po/en.po | 210 +- - po/es.po | 213 +- - po/fi.po | 213 +- - po/fr.po | 213 +- - po/he.po | 215 +- - po/hr.po | 210 +- - po/hu.po | 217 +- - po/icewm.pot | 212 +- - po/id.po | 213 +- - po/it.po | 213 +- - po/ja.po | 217 +- - po/ko.po | 215 +- - po/lt.po | 215 +- - po/lv.po | 215 +- - po/mk.po | 215 +- - po/nb.po | 215 +- - po/nl.po | 217 +- - po/no.po | 215 +- - po/pl.po | 215 +- - po/pt.po | 213 +- - po/pt_BR.po | 213 +- - po/ro.po | 215 +- - po/ru.po | 213 +- - po/sk.po | 217 +- - po/sl.po | 215 +- - po/sv.po | 213 +- - po/tr.po | 215 +- - po/uk.po | 215 +- - po/vi.po | 215 +- - po/zh_CN.po | 213 +- - po/zh_TW.po | 213 +- - 45 files changed, 8954 insertions(+), 9516 deletions(-) + src/wmapp.cc | 57 +++++++++++++++++++++++++------------------------ + src/wmapp.h | 1 + + src/wmframe.cc | 33 +++++++++++------------------ + src/wmframe.h | 1 - + src/wmmgr.cc | 12 +++++------ + src/ymsgbox.cc | 62 +++++++++++++++++++++++++++++++++++++++++++----------- + src/ymsgbox.h | 23 ++++++++++++++++---- + 7 files changed, 117 insertions(+), 72 deletions(-) -commit c639b5a8c2ae47c85a0c3f5d983fea1e40e3ab53 -Merge: c8942a54 ae2d1703 +commit fee59c61ea835eb6aa8ac03b5491bb2c8294b09f Author: Bert Gijsbers -Date: Sun Jan 24 13:59:27 2021 +0100 +Date: Fri Feb 26 20:33:01 2021 +0100 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Add intmax and intmin to cfoption. -commit ae2d17030fd86a922649c9ab975a0df959e1593e + src/yconfig.h | 2 ++ + 1 file changed, 2 insertions(+) + +commit 75a957a9925335b5ffcbd5cb3cd9901c6c8c07f8 Author: Bert Gijsbers -Date: Sun Jan 24 13:41:29 2021 +0100 +Date: Fri Feb 26 20:33:00 2021 +0100 - Moving towards 2.1.1. + Fix test logoutMenu. - VERSION | 2 +- - configure.ac | 8 ++++---- - 2 files changed, 5 insertions(+), 5 deletions(-) + src/testmenus.cc | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit d63426a0dafa5307790144e71dcbadc13f87c6db +commit bf89fa8d27d4262b9e730586541d16847e49d739 Author: Bert Gijsbers -Date: Sun Jan 24 13:40:03 2021 +0100 +Date: Fri Feb 26 20:33:00 2021 +0100 - Detail. + Simplify file read. - man/icewm.pod | 4 ++++ - 1 file changed, 4 insertions(+) + src/apppstatus.cc | 2 +- + src/yimage2.cc | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) -commit 699a4c5ec86c2af6e4db9c899ad9f90210f5a421 -Author: Bert Gijsbers -Date: Sat Jan 23 18:50:22 2021 +0100 +commit 165001100e47c9b3d28e7b3056bee08d6b9bcab4 +Author: Antonio Simón +Date: Wed Feb 24 20:43:03 2021 +0000 - Improve the isValid test for Imlib2 custom cursors. + Translated using Weblate (Spanish) - src/ycursor.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) + Currently translated at 100.0% (468 of 468 strings) -commit 501cd852918dcdf21e4dddc4abf50d2d0f410cf0 -Author: Bert Gijsbers -Date: Sat Jan 23 18:22:44 2021 +0100 + po/es.po | 29 +++++++++++++++-------------- + 1 file changed, 15 insertions(+), 14 deletions(-) - Fix issue #542 for texturing background of task pane. +commit 2b554a46c3b5bac26b360e725d2afa17203cef46 +Author: Davide Aiello +Date: Wed Feb 24 16:13:46 2021 +0000 - src/wmtaskbar.cc | 1 + - 1 file changed, 1 insertion(+) + Translated using Weblate (Italian) -commit 1d28361a69d773ba0d026119ff197d38900eac0a -Author: Bert Gijsbers -Date: Sat Jan 23 16:02:21 2021 +0100 + Currently translated at 100.0% (468 of 468 strings) - Don't unarm menu popup buttons for issue #527. + po/it.po | 23 +++++++++++++++-------- + 1 file changed, 15 insertions(+), 8 deletions(-) - src/ybutton.cc | 9 +++++++-- - 1 file changed, 7 insertions(+), 2 deletions(-) +commit 2cbd926fd7268eaeeff61dc1febaa61fb0e0114a +Author: Gemineo +Date: Wed Feb 24 14:11:27 2021 +0000 -commit a0a85793c142a56ab7bf42e1a1d4023d36849b52 -Author: Bert Gijsbers -Date: Sat Jan 23 15:54:50 2021 +0100 + Translated using Weblate (German) - Provide drawable context when creating pixmap cursors with Imlib2 for - issue #541. + Currently translated at 100.0% (468 of 468 strings) - src/ycursor.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) + po/de.po | 21 ++++++++++++++------- + 1 file changed, 14 insertions(+), 7 deletions(-) -commit 61462c64a533a99774d1fe82aa5f39d2b5a65840 +commit 0f09dece29dd49b62872826b6b50539c9e0e81c6 +Author: Sophie Leroy +Date: Wed Feb 24 10:28:43 2021 +0000 + + Translated using Weblate (French) + + Currently translated at 100.0% (468 of 468 strings) + + po/fr.po | 51 +++++++++++++++++++-------------------------------- + 1 file changed, 19 insertions(+), 32 deletions(-) + +commit bf58a79baefacbf68c54a5e1546b4470406462ea +Author: Grace Yu +Date: Wed Feb 24 09:27:04 2021 +0000 + + Translated using Weblate (Chinese (China)) + + Currently translated at 100.0% (468 of 468 strings) + + po/zh_CN.po | 18 ++++++++++++------ + 1 file changed, 12 insertions(+), 6 deletions(-) + +commit 2b4e0a1c8a82b1ba6ce5b7667fe68433272cea45 Author: Bert Gijsbers -Date: Sat Jan 23 01:18:14 2021 +0100 +Date: Fri Feb 19 20:41:30 2021 +0100 - Prepare 2.1.0 release + Fix for immediately redrawing after setting default clock format. - AUTHORS | 4 +- - ChangeLog | 380 ++++++++++++++++++++++++++----------------------------- - NEWS | 96 +++++--------- - README.md | 36 +++--- - RELEASE.md | 2 +- - VERSION | 2 +- - configure.ac | 12 +- - po/ar.po | 169 +++++++++++++------------ - po/be.po | 171 ++++++++++++------------- - po/bg.po | 171 ++++++++++++------------- - po/ca.po | 169 +++++++++++++------------ - po/cs.po | 169 +++++++++++++------------ - po/da.po | 169 +++++++++++++------------ - po/de.po | 169 +++++++++++++------------ - po/el.po | 169 +++++++++++++------------ - po/en.po | 166 ++++++++++++------------ - po/es.po | 169 +++++++++++++------------ - po/fi.po | 169 +++++++++++++------------ - po/fr.po | 169 +++++++++++++------------ - po/he.po | 171 ++++++++++++------------- - po/hr.po | 166 ++++++++++++------------ - po/hu.po | 173 ++++++++++++------------- - po/icewm.pot | 168 ++++++++++++------------ - po/id.po | 169 +++++++++++++------------ - po/it.po | 169 +++++++++++++------------ - po/ja.po | 169 +++++++++++++------------ - po/ko.po | 171 ++++++++++++------------- - po/lt.po | 171 ++++++++++++------------- - po/lv.po | 171 ++++++++++++------------- - po/mk.po | 171 ++++++++++++------------- - po/nb.po | 171 ++++++++++++------------- - po/nl.po | 169 +++++++++++++------------ - po/no.po | 171 ++++++++++++------------- - po/pl.po | 171 ++++++++++++------------- - po/pt.po | 169 +++++++++++++------------ - po/pt_BR.po | 169 +++++++++++++------------ - po/ro.po | 171 ++++++++++++------------- - po/ru.po | 169 +++++++++++++------------ - po/sk.po | 169 +++++++++++++------------ - po/sl.po | 171 ++++++++++++------------- - po/sv.po | 169 +++++++++++++------------ - po/tr.po | 171 ++++++++++++------------- - po/uk.po | 171 ++++++++++++------------- - po/vi.po | 171 ++++++++++++------------- - po/zh_CN.po | 169 +++++++++++++------------ - po/zh_TW.po | 169 +++++++++++++------------ - 46 files changed, 3569 insertions(+), 3581 deletions(-) + src/aclock.cc | 13 ++++++------- + src/aclock.h | 3 ++- + 2 files changed, 8 insertions(+), 8 deletions(-) -commit bb98979dcf5de13d065c0e1d8b1d03d82b6c5244 -Merge: 7078f1a4 c8942a54 +commit 88996a19cf52f7bec9d36ca9ce34b69844882a6b Author: Bert Gijsbers -Date: Sat Jan 23 01:09:31 2021 +0100 +Date: Mon Feb 15 23:05:41 2021 +0100 - Merge branch 'icewm-1-4-BRANCH' + Drop support for nonICCCMconfigureRequest. + + doc/icewm.adoc | 5 ----- + lib/winoptions.in | 2 -- + man/icewm-winoptions.pod | 3 --- + man/icewmhint.pod | 1 - + src/wmframe.cc | 8 -------- + src/wmframe.h | 1 - + src/wmoption.cc | 3 +-- + 7 files changed, 1 insertion(+), 22 deletions(-) -commit c8942a542106429adb5012aeacdef1521fcd3d13 -Merge: eee57659 fe2600cd +commit 91d0911df2ac603885e87f9a9a7012d7e68fa302 Author: Bert Gijsbers -Date: Sat Jan 23 01:08:39 2021 +0100 +Date: Sun Feb 14 12:47:09 2021 +0100 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Add clock format %H:%M and closes #554. -commit fe2600cdb8010745f2e2d53c278fa29b4c6adcfb + src/aclock.cc | 31 +++++++++++++++++++++---------- + 1 file changed, 21 insertions(+), 10 deletions(-) + +commit 5ad7a6046bdb0382e4f3f2713d74372c60c2aac1 Author: Bert Gijsbers -Date: Wed Jan 20 01:48:52 2021 +0100 +Date: Sun Feb 14 12:16:28 2021 +0100 - Remember maximized when fullscreen for issues #538 and #533. + Fix cmake test target and closes ice-wm/icewm#41. - src/WinMgr.h | 7 ++----- - src/wmclient.cc | 25 +++++++++---------------- - src/wmclient.h | 6 ++---- - src/wmframe.cc | 25 ++++++++++++------------- - src/wmmgr.cc | 12 ++++-------- - 5 files changed, 29 insertions(+), 46 deletions(-) + CMakeLists.txt | 2 +- + src/CMakeLists.txt | 67 +++++++++++++++++++++++++++++--------------------- + 2 files changed, 40 insertions(+), 29 deletions(-) -commit 331dbf8a42325f4bb83e1764b8460f08ff7f46b4 +commit 6ebc4556b53ddf1c8acaea9af98e78e8a0c004b6 Author: Bert Gijsbers -Date: Mon Jan 18 20:45:11 2021 +0100 +Date: Sat Feb 13 19:28:19 2021 +0100 - Disarm button on release of mouse for issue #527. + Define ice and itk libraries to reduce cmake build by a third. - src/ybutton.cc | 3 +++ - 1 file changed, 3 insertions(+) + src/CMakeLists.txt | 96 +++++++++++++++++++++++------------------------ + src/config.cmake.h.in | 5 --- + 2 files changed, 46 insertions(+), 55 deletions(-) -commit 9e9cd63fd7b908a85955ec0031966aa19e3471a6 +commit dca09724335db075cdc599868c0c5f768a9b1218 Author: Bert Gijsbers -Date: Mon Jan 18 19:50:17 2021 +0100 +Date: Fri Feb 12 17:10:39 2021 +0100 - Fix dragging task buttons. + Only reposition when resizing outside of bottom right corner to permit + negative positions in issue #550. - src/atasks.cc | 24 ++++++++++++------------ - 1 file changed, 12 insertions(+), 12 deletions(-) + src/wmframe.cc | 6 ------ + 1 file changed, 6 deletions(-) -commit f505fa3c0ca869ee6a5e78795f65aefd964a32f0 +commit 7c3df1d494067bd8da8da2c1488f620b5a1a1a89 Author: Bert Gijsbers -Date: Mon Jan 18 04:06:28 2021 +0100 +Date: Fri Feb 12 15:36:03 2021 +0100 - Restore icesh setTrayOption and getTrayOption for issue #537. - Make support for "_NET_WM_FULLSCREEN_MONITORS" better conformant to EWMH - spec. Add "monitors", "frame", "properties" commands to icesh. - Make preference FullscreenUseAllMonitors use just all the monitors. + Add testpointer. - man/icesh.pod | 47 +++++++++++++++++++++++----- - src/icesh.cc | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++ - src/wmapp.cc | 1 + - src/wmclient.cc | 36 +++++++++++++++++++--- - src/wmclient.h | 1 + - src/wmframe.cc | 51 ++++++++++++++++--------------- - src/wmframe.h | 2 +- - src/wmmgr.h | 1 + - src/yrect.h | 6 ++++ - src/yxapp.cc | 2 ++ - 10 files changed, 198 insertions(+), 37 deletions(-) + .github/workflows/cmake.yml | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 9f67e9545e0e81868a6bb9a5f444b01c6e32ba1b +commit 51d98138fe247895e6fd4c73d64053a3de92e78e Author: Bert Gijsbers -Date: Mon Jan 18 04:05:00 2021 +0100 +Date: Fri Feb 12 15:22:57 2021 +0100 - Split the TaskBarApp class in a button class and an app class for - issue #198. + Add testpointer test to CMake. - src/atasks.cc | 360 +++++++++++++++++++++++++++++++++--------------------- - src/atasks.h | 119 +++++++++++------- - 2 files changed, 291 insertions(+), 188 deletions(-) + src/CMakeLists.txt | 8 +++++++- + src/testpointer.cc | 2 +- + 2 files changed, 8 insertions(+), 2 deletions(-) -commit ae84625c04299cca563d154aca065abfb8a17f7c +commit 9c0b837fa639ebf45ab9b837eaad8c8988469dcc Author: Bert Gijsbers -Date: Mon Jan 18 03:37:56 2021 +0100 +Date: Fri Feb 12 14:37:07 2021 +0100 - Revert "Clarify startMoveSize." to fix issue #540. + Better fix for CMake build. - This reverts commit 76a67485fe5d6a7f44bc82f05d891a112d682273. + src/icesound.cc | 1 - + src/icewmhint.cc | 1 - + src/ylocale.cc | 8 ++------ + 3 files changed, 2 insertions(+), 8 deletions(-) - src/movesize.cc | 9 +++++---- - 1 file changed, 5 insertions(+), 4 deletions(-) +commit e18ce57884dbe23e8703ec558894394b2e7f7b18 +Author: Bert Gijsbers +Date: Fri Feb 12 14:26:21 2021 +0100 -commit 9f06f7c869b66d36313e9aefca659daeff1efcf9 -Author: Eduard Bloch -Date: Sat Jan 9 17:21:49 2021 +0100 + Fix CMake build for ylocale.cc. - Option to move the ShowDesktop button to the right side + src/CMakeLists.txt | 5 +++-- + src/icesound.cc | 1 + + src/icewmhint.cc | 1 + + 3 files changed, 5 insertions(+), 2 deletions(-) - This looks more similar to the modern Windows desktop. +commit e6511c8b8316d0e9e080cd253b26e4addada2b00 +Author: Bert Gijsbers +Date: Thu Feb 11 22:46:35 2021 +0100 - doc/icewm.adoc | 2 +- - man/icewm-preferences.pod | 2 +- - src/default.h | 4 ++-- - src/wmtaskbar.cc | 12 ++++++++++-- - 4 files changed, 14 insertions(+), 6 deletions(-) + Call setlocale via YLocale for issue #553. -commit d042bab1f878ec4f96df63d4558747e0f046c227 -Author: Eduard Bloch -Date: Wed Jan 6 13:46:33 2021 +0100 + src/icesound.cc | 6 ++---- + src/icewmhint.cc | 5 ++--- + 2 files changed, 4 insertions(+), 7 deletions(-) - Restore the old position in quickswitch on window destruction +commit f3cce5f6cc5c286e0567b3c6a844d6a8eedfd52e +Author: Bert Gijsbers +Date: Wed Feb 10 15:53:57 2021 +0100 - src/wmswitch.cc | 6 ++---- - 1 file changed, 2 insertions(+), 4 deletions(-) + Fix ignoreQuickSwitch winoption for focused windows for issue #552. -commit 6ebb8816caa63fe0aef41ca71c8f666dcdff0dd7 -Author: Eduard Bloch -Date: Wed Jan 6 11:20:38 2021 +0100 + src/wmframe.cc | 4 ---- + src/wmframe.h | 1 - + src/wmswitch.cc | 5 +++-- + 3 files changed, 3 insertions(+), 7 deletions(-) - Option for Alt-F4ing windows in quick-switch +commit 8b624a0d7fce4017956529b92f560d233000a9a7 +Author: Bert Gijsbers +Date: Tue Feb 9 21:13:48 2021 +0100 - The close action is triggered by a meta key and the one from Window - Closing action, which is supposedly the same in almost all situations. + If an application resizes itself partially outside the work area, then + move it back inside the work area, if possible, for issue #550. - src/wmswitch.cc | 34 +++++++++++++++++++++++++++++----- - src/wmswitch.h | 2 ++ - 2 files changed, 31 insertions(+), 5 deletions(-) + src/wmclient.cc | 27 ++++++++++----------------- + src/wmclient.h | 5 ++++- + src/wmframe.cc | 53 +++++++++++++++++++++++++++++++++-------------------- + src/wmmgr.cc | 20 +++++++------------- + 4 files changed, 54 insertions(+), 51 deletions(-) -commit 7078f1a4fd047234792a2a1fbdd45a22aa57a242 +commit 095cda2ab13947e1c4860d2c4a5580f033f75256 Author: Bert Gijsbers -Date: Sat Jan 2 23:44:07 2021 +0100 +Date: Tue Feb 9 19:07:26 2021 +0100 - Prepare 2.0.1 release + Prepare 2.1.2 release - AUTHORS | 16 +- - ChangeLog | 563 ++++++++++++++++++++++++++++--------------------------- - NEWS | 103 +++++----- - README.md | 36 ++-- - RELEASE.md | 2 +- - VERSION | 2 +- - configure.ac | 12 +- - po/ar.po | 34 ++-- - po/be.po | 34 ++-- - po/bg.po | 34 ++-- - po/ca.po | 38 ++-- - po/cs.po | 38 ++-- - po/da.po | 34 ++-- - po/de.po | 34 ++-- - po/el.po | 34 ++-- - po/en.po | 34 ++-- - po/es.po | 34 ++-- - po/fi.po | 34 ++-- - po/fr.po | 34 ++-- - po/he.po | 34 ++-- - po/hr.po | 34 ++-- - po/hu.po | 34 ++-- - po/icewm.pot | 36 ++-- - po/id.po | 34 ++-- - po/it.po | 34 ++-- - po/ja.po | 38 ++-- - po/ko.po | 34 ++-- - po/lt.po | 34 ++-- - po/lv.po | 34 ++-- - po/mk.po | 34 ++-- - po/nb.po | 34 ++-- - po/nl.po | 38 ++-- - po/no.po | 34 ++-- - po/pl.po | 34 ++-- - po/pt.po | 34 ++-- - po/pt_BR.po | 34 ++-- - po/ro.po | 34 ++-- - po/ru.po | 34 ++-- - po/sk.po | 38 ++-- - po/sl.po | 34 ++-- - po/sv.po | 34 ++-- - po/tr.po | 34 ++-- - po/uk.po | 34 ++-- - po/vi.po | 34 ++-- - po/zh_CN.po | 34 ++-- - po/zh_TW.po | 34 ++-- - 46 files changed, 1044 insertions(+), 1038 deletions(-) + AUTHORS | 5 +- + ChangeLog | 1532 ++++++++++++++++++++++++++++++------------------------ + NEWS | 207 ++------ + README.md | 38 +- + po/ar.po | 54 +- + po/be.po | 54 +- + po/bg.po | 54 +- + po/ca.po | 54 +- + po/cs.po | 54 +- + po/da.po | 54 +- + po/de.po | 54 +- + po/el.po | 54 +- + po/en.po | 54 +- + po/es.po | 54 +- + po/fi.po | 54 +- + po/fr.po | 54 +- + po/he.po | 54 +- + po/hr.po | 54 +- + po/hu.po | 54 +- + po/icewm.pot | 56 +- + po/id.po | 54 +- + po/it.po | 54 +- + po/ja.po | 54 +- + po/ko.po | 54 +- + po/lt.po | 54 +- + po/lv.po | 54 +- + po/mk.po | 54 +- + po/nb.po | 54 +- + po/nl.po | 54 +- + po/no.po | 54 +- + po/pl.po | 54 +- + po/pt.po | 54 +- + po/pt_BR.po | 54 +- + po/ro.po | 54 +- + po/ru.po | 54 +- + po/sk.po | 54 +- + po/sl.po | 54 +- + po/sv.po | 54 +- + po/tr.po | 54 +- + po/uk.po | 54 +- + po/vi.po | 54 +- + po/zh_CN.po | 54 +- + po/zh_TW.po | 54 +- + 43 files changed, 1963 insertions(+), 1927 deletions(-) -commit a43eef27fbbd0502a700d189a90dc34e70286f5d -Merge: 3b95d791 eee57659 +commit 9a26c48c2a3eec09d22d8aa3b0c8ba88cb4c74e3 +Merge: 84bcd921 74069656 Author: Bert Gijsbers -Date: Sat Jan 2 23:38:25 2021 +0100 +Date: Tue Feb 9 18:54:47 2021 +0100 Merge branch 'icewm-1-4-BRANCH' -commit eee57659fd43a1643228fb61daae999397797ee7 -Merge: 5069b5f7 85977c3c +commit 74069656ed21b9f07e0ff8adfe2a5461072ab522 +Merge: 6c645294 23db4bc2 Author: Bert Gijsbers -Date: Sat Jan 2 23:31:53 2021 +0100 +Date: Tue Feb 9 18:52:15 2021 +0100 Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into icewm-1-4-BRANCH -commit 85977c3c36776a48fbf39e664885d7d415e0cbc0 -Author: Bert Gijsbers -Date: Sat Jan 2 19:12:52 2021 +0100 - - Fix spelling of Gerenciador for pt_BR. - - lib/icewm.desktop | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -commit b123f43e6d7d7d33a81cab310a736e39e21db1c7 +commit 23db4bc248cc2b23b4c909f0b537f87aded7d995 Author: Bert Gijsbers -Date: Sat Jan 2 14:29:51 2021 +0100 - - Improve getting icon window for WM_STATE. - - src/wmclient.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) +Date: Tue Feb 9 18:50:31 2021 +0100 -commit 064b979ae93bcf0fc804710e4564c53df27c6b08 -Author: Bert Gijsbers -Date: Fri Jan 1 12:10:58 2021 +0100 + Preparing 2.1.2. - Note that support was added for icon_pixmap and icon_window fields of - WM_HINTS property in 2.0.0. + VERSION | 2 +- + configure.ac | 8 ++++---- + 2 files changed, 5 insertions(+), 5 deletions(-) - TODO | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) +commit 93f4b37aacb40f21d58cf4560757b5b8572eb3fe +Author: Eduard Bloch +Date: Sat Feb 6 11:17:01 2021 +0100 -commit 6d3ec2529857191a8a6a10c8ae64990d38e262d8 -Author: Bert Gijsbers -Date: Fri Jan 1 12:10:12 2021 +0100 + Don't abort directory scanning on bad menu items - Update to 2.0.0. + Fix from issue #546 . - RELEASE.md | 4 ++-- + src/fdomenu.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -commit 57732612f28b5ea8230de64b21db51e3a2a8beac +commit e76644944b994ba47bbac649f1c3c0598b6964dd Author: Bert Gijsbers -Date: Fri Jan 1 12:09:38 2021 +0100 +Date: Thu Feb 4 11:22:03 2021 +0100 - Add IceVM explanation to README for ice-wm/icewm#35 + Relayout task buttons whenever a task button is removed for issue #548. - README.md | 15 +++++++++------ - README.md.in | 11 +++++++---- - 2 files changed, 16 insertions(+), 10 deletions(-) + src/atasks.cc | 1 + + 1 file changed, 1 insertion(+) -commit e1e58d86f2014f50b6893478b019a478a2f27ab7 +commit 73535fc3f17a04e73bfaf7a9554819058b2d8bcd Author: Bert Gijsbers -Date: Thu Dec 31 22:44:14 2020 +0100 +Date: Tue Feb 2 20:19:24 2021 +0100 - Reset horizontal scrolling when using the Home and End keys for the - window list. + Add test for XShm extension+pixmaps. - src/ylistbox.cc | 4 ++++ - 1 file changed, 4 insertions(+) + src/wmapp.cc | 12 +++++++++--- + src/ywindow.h | 7 +++++++ + src/yxapp.cc | 11 +++++++++++ + 3 files changed, 27 insertions(+), 3 deletions(-) -commit 51f375fc796203dabcdcf770c6e66d9c95119b50 +commit e860a7d81ee12064ca0a10f7a7a47bb5c490e2c9 Author: Bert Gijsbers -Date: Thu Dec 31 22:43:25 2020 +0100 +Date: Tue Feb 2 20:17:38 2021 +0100 - Make isUrgent a member of ClientData. + Free empty settings menu. - src/wmclient.h | 2 +- - src/wmframe.h | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + src/wmprog.cc | 2 ++ + 1 file changed, 2 insertions(+) -commit b2e70ee499c8d3a0c3049be0cdf4347af54abf50 +commit e03c768f19afec9af6000452ea5b5143e8454fa5 Author: Bert Gijsbers -Date: Thu Dec 31 22:42:07 2020 +0100 +Date: Tue Feb 2 20:14:24 2021 +0100 - Communicate the window ID of the icon window in WM_STATE when iconifying - to desktop. + Remove updateUrgency, fWmUrgency, fClientUrgency, fOldState, fOldLayer + from frames. Remove the urgent state flag from frame when gaining or + losing focus. - src/wmclient.cc | 5 ++++- - src/wmminiicon.cc | 4 ++++ - src/wmminiicon.h | 1 + - 3 files changed, 9 insertions(+), 1 deletion(-) + src/wmclient.cc | 40 ++++++++++++++++------------------------ + src/wmclient.h | 11 ++++++----- + src/wmframe.cc | 51 +++++++++++++++++---------------------------------- + src/wmframe.h | 8 +------- + src/wmminiicon.cc | 2 +- + 5 files changed, 41 insertions(+), 71 deletions(-) -commit 76a67485fe5d6a7f44bc82f05d891a112d682273 +commit e7a87348879b9cef5db06431a789a1c5c3633798 Author: Bert Gijsbers -Date: Thu Dec 31 22:39:31 2020 +0100 +Date: Tue Feb 2 20:13:28 2021 +0100 - Clarify startMoveSize. + Initialize TaskButton object. - src/movesize.cc | 9 ++++----- - 1 file changed, 4 insertions(+), 5 deletions(-) + src/atasks.cc | 18 +++++++++--------- + 1 file changed, 9 insertions(+), 9 deletions(-) -commit 2572bd7be90901756fb1f592e300d9ac58830874 +commit c01456ba31c790c13834d031fa344a7ccc8ff45a Author: Bert Gijsbers -Date: Thu Dec 31 22:37:27 2020 +0100 +Date: Tue Feb 2 20:13:01 2021 +0100 - Allow to set background opacity for QuickSwitch background for #534. + Add 'urgent' action to icesh. - src/wmswitch.cc | 8 -------- - src/wmswitch.h | 2 -- - 2 files changed, 10 deletions(-) + man/icesh.pod | 4 ++++ + src/icesh.cc | 6 +++++- + 2 files changed, 9 insertions(+), 1 deletion(-) -commit 2be556424a8985278a363a009fea1ea4a985a463 +commit 84bcd921a0306323d5fa662ba34cd06989455635 Author: Bert Gijsbers -Date: Thu Dec 31 22:37:27 2020 +0100 +Date: Thu Jan 28 21:05:52 2021 +0100 - Fix setting option values for #535. + Commit release 2.1.1. - src/wmprog.cc | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) + AUTHORS | 5 +- + ChangeLog | 929 +++++++++++++++++---------------------------------- + NEWS | 158 ++++----- + README.md | 38 +-- + RELEASE.md | 2 +- + VERSION | 2 +- + configure.ac | 12 +- + man/icewm.pod | 4 + + po/ar.po | 18 +- + po/be.po | 18 +- + po/bg.po | 18 +- + po/ca.po | 18 +- + po/cs.po | 18 +- + po/da.po | 18 +- + po/de.po | 18 +- + po/el.po | 18 +- + po/en.po | 18 +- + po/es.po | 18 +- + po/fi.po | 18 +- + po/fr.po | 18 +- + po/he.po | 18 +- + po/hr.po | 18 +- + po/hu.po | 18 +- + po/icewm.pot | 20 +- + po/id.po | 18 +- + po/it.po | 18 +- + po/ja.po | 18 +- + po/ko.po | 18 +- + po/lt.po | 18 +- + po/lv.po | 18 +- + po/mk.po | 18 +- + po/nb.po | 18 +- + po/nl.po | 18 +- + po/no.po | 18 +- + po/pl.po | 18 +- + po/pt.po | 18 +- + po/pt_BR.po | 18 +- + po/ro.po | 18 +- + po/ru.po | 18 +- + po/sk.po | 18 +- + po/sl.po | 18 +- + po/sv.po | 18 +- + po/tr.po | 18 +- + po/uk.po | 18 +- + po/vi.po | 18 +- + po/zh_CN.po | 18 +- + po/zh_TW.po | 18 +- + src/wmtaskbar.cc | 1 + + src/ybutton.cc | 9 +- + src/ycursor.cc | 5 +- + 50 files changed, 764 insertions(+), 1105 deletions(-) -commit ff6660817193de6420453def06373b5c3c15a11c +commit bc0ddd726342a9068edfa7c1405936c6c6014831 Author: Bert Gijsbers -Date: Thu Dec 31 22:37:27 2020 +0100 +Date: Mon Jan 25 13:36:32 2021 +0100 - Search for icewm icon for internal windows. + Create a Settings submenu to reduce Start menu items for issue #543. - src/wmframe.cc | 3 +++ - 1 file changed, 3 insertions(+) + src/wmprog.cc | 76 ++++++++++++++++++++----------------------------------- + 1 file changed, 28 insertions(+), 48 deletions(-) -commit 3a97a1f1d0decc8b677fa16996183a7535573c29 +commit 69b863383b78ee5bd6ac50b490c8dbfb07e36930 Author: Bert Gijsbers -Date: Mon Dec 21 18:11:27 2020 +0100 - - Handle horizontal scroll keys in window list window. - - src/ylistbox.cc | 8 ++++++++ - 1 file changed, 8 insertions(+) - -commit b4e720be08bf8ec2a8273bcc7b16eda0863202ea -Author: Kukuh Syafaat -Date: Mon Dec 21 11:33:10 2020 +0000 - - Translated using Weblate (Indonesian) - - Currently translated at 100.0% (468 of 468 strings) - - po/id.po | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -commit 4db3ccbe22a99c74f94ba6c33fa471c1935d33d0 -Author: Luiz Fernando Ranghetti -Date: Fri Dec 18 19:14:36 2020 +0000 - - Translated using Weblate (Portuguese (Brazil)) - - Currently translated at 100.0% (468 of 468 strings) - - po/pt_BR.po | 10 +++++----- - 1 file changed, 5 insertions(+), 5 deletions(-) - -commit 18ae6ec9b572dcf44cc3a98335c9690deb8010a2 -Author: Ferdinand Galko -Date: Tue Dec 15 14:28:03 2020 +0000 - - Translated using Weblate (Slovak) - - Currently translated at 100.0% (468 of 468 strings) - - po/sk.po | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) - -commit 674fe385b4cfe25267ff00391076dedbd06b59d6 -Author: Hugo Carvalho -Date: Mon Dec 14 20:20:45 2020 +0000 - - Translated using Weblate (Portuguese) - - Currently translated at 100.0% (468 of 468 strings) - - po/pt.po | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) - -commit f744887712f17800e9dea44c059712bdfd91921f -Author: David Medina -Date: Mon Dec 14 18:01:27 2020 +0000 - - Translated using Weblate (Catalan) - - Currently translated at 100.0% (468 of 468 strings) +Date: Mon Jan 25 13:34:17 2021 +0100 - po/ca.po | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) + Only add a separator if previous item is not. -commit 8001aa7f33bd1098f48d60145d45ca9d73a8f8c9 -Author: Freek de Kruijf -Date: Mon Dec 14 14:34:03 2020 +0000 + src/ymenu.cc | 17 +++++++++++++++-- + src/ymenu.h | 8 +++++--- + src/ymenuitem.h | 5 ++--- + 3 files changed, 22 insertions(+), 8 deletions(-) - Translated using Weblate (Dutch) +commit 6c645294d3b8c417b8ffb5773657d981686072df +Author: Bert Gijsbers +Date: Sun Jan 24 14:16:35 2021 +0100 - Currently translated at 100.0% (468 of 468 strings) + Prepare 2.1.1 release - po/nl.po | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) + AUTHORS | 16 +- + ChangeLog | 8807 ++++++++++++++++++++++++++---------------------------- + INSTALL | 322 +- + NEWS | 963 ++---- + README.md | 4 +- + configure.ac | 4 +- + po/ar.po | 213 +- + po/be.po | 215 +- + po/bg.po | 215 +- + po/ca.po | 217 +- + po/cs.po | 217 +- + po/da.po | 213 +- + po/de.po | 213 +- + po/el.po | 213 +- + po/en.po | 210 +- + po/es.po | 213 +- + po/fi.po | 213 +- + po/fr.po | 213 +- + po/he.po | 215 +- + po/hr.po | 210 +- + po/hu.po | 217 +- + po/icewm.pot | 212 +- + po/id.po | 213 +- + po/it.po | 213 +- + po/ja.po | 217 +- + po/ko.po | 215 +- + po/lt.po | 215 +- + po/lv.po | 215 +- + po/mk.po | 215 +- + po/nb.po | 215 +- + po/nl.po | 217 +- + po/no.po | 215 +- + po/pl.po | 215 +- + po/pt.po | 213 +- + po/pt_BR.po | 213 +- + po/ro.po | 215 +- + po/ru.po | 213 +- + po/sk.po | 217 +- + po/sl.po | 215 +- + po/sv.po | 213 +- + po/tr.po | 215 +- + po/uk.po | 215 +- + po/vi.po | 215 +- + po/zh_CN.po | 213 +- + po/zh_TW.po | 213 +- + 45 files changed, 8954 insertions(+), 9516 deletions(-) -commit 6d984320dd67a8da467593987e581e7877974f3d -Author: Aleš Kastner -Date: Mon Dec 14 14:27:51 2020 +0000 +commit c639b5a8c2ae47c85a0c3f5d983fea1e40e3ab53 +Merge: c8942a54 ae2d1703 +Author: Bert Gijsbers +Date: Sun Jan 24 13:59:27 2021 +0100 - Translated using Weblate (Czech) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH - Currently translated at 100.0% (468 of 468 strings) +commit ae2d17030fd86a922649c9ab975a0df959e1593e +Author: Bert Gijsbers +Date: Sun Jan 24 13:41:29 2021 +0100 - po/cs.po | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) + Moving towards 2.1.1. -commit 063df95364e113b7b4f0fa4efc3842cfd45adb88 -Author: Yasuhiko Kamata -Date: Mon Dec 14 01:31:39 2020 +0000 + VERSION | 2 +- + configure.ac | 8 ++++---- + 2 files changed, 5 insertions(+), 5 deletions(-) - Translated using Weblate (Japanese) +commit d63426a0dafa5307790144e71dcbadc13f87c6db +Author: Bert Gijsbers +Date: Sun Jan 24 13:40:03 2021 +0100 - Currently translated at 100.0% (468 of 468 strings) + Detail. - po/ja.po | 12 ++++++------ - 1 file changed, 6 insertions(+), 6 deletions(-) + man/icewm.pod | 4 ++++ + 1 file changed, 4 insertions(+) -commit 3b95d79143fdb8336a2519c7119fad02b3484836 +commit 699a4c5ec86c2af6e4db9c899ad9f90210f5a421 Author: Bert Gijsbers -Date: Mon Dec 14 02:18:46 2020 +0100 +Date: Sat Jan 23 18:50:22 2021 +0100 - Prepare 2.0.0 release + Improve the isValid test for Imlib2 custom cursors. - AUTHORS | 3 +- - ChangeLog | 9159 +++++++++++++++++++++++++++--------------------------- - NEWS | 330 +- - README.md | 36 +- - RELEASE.md | 2 +- - VERSION | 2 +- - configure.ac | 10 +- - po/ar.po | 2 +- - po/be.po | 2 +- - po/bg.po | 2 +- - po/ca.po | 2 +- - po/cs.po | 2 +- - po/da.po | 2 +- - po/de.po | 2 +- - po/el.po | 2 +- - po/en.po | 2 +- - po/es.po | 2 +- - po/fi.po | 2 +- - po/fr.po | 2 +- - po/he.po | 2 +- - po/hr.po | 2 +- - po/hu.po | 2 +- - po/icewm.pot | 4 +- - po/id.po | 2 +- - po/it.po | 2 +- - po/ja.po | 2 +- - po/ko.po | 2 +- - po/lt.po | 2 +- - po/lv.po | 2 +- - po/mk.po | 2 +- - po/nb.po | 2 +- - po/nl.po | 2 +- - po/no.po | 2 +- - po/pl.po | 2 +- - po/pt.po | 2 +- - po/pt_BR.po | 2 +- - po/ro.po | 2 +- - po/ru.po | 2 +- - po/sk.po | 2 +- - po/sl.po | 2 +- - po/sv.po | 2 +- - po/tr.po | 2 +- - po/uk.po | 2 +- - po/vi.po | 2 +- - po/zh_CN.po | 2 +- - po/zh_TW.po | 2 +- - 46 files changed, 4732 insertions(+), 4890 deletions(-) + src/ycursor.cc | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) -commit 4e55c22062b37f1a6071a91a0f4b9247d08e5093 -Merge: 84abbd6a 5069b5f7 +commit 501cd852918dcdf21e4dddc4abf50d2d0f410cf0 Author: Bert Gijsbers -Date: Mon Dec 14 02:11:22 2020 +0100 +Date: Sat Jan 23 18:22:44 2021 +0100 - Merge branch 'icewm-1-4-BRANCH' + Fix issue #542 for texturing background of task pane. -commit 5069b5f71dc607789be16966017c6738a8e2495e -Merge: 8c6ed08b 869a96fa + src/wmtaskbar.cc | 1 + + 1 file changed, 1 insertion(+) + +commit 1d28361a69d773ba0d026119ff197d38900eac0a Author: Bert Gijsbers -Date: Mon Dec 14 02:08:23 2020 +0100 +Date: Sat Jan 23 16:02:21 2021 +0100 - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH + Don't unarm menu popup buttons for issue #527. -commit 869a96fa8db2c090d48d962b9c98c1ac9c900593 + src/ybutton.cc | 9 +++++++-- + 1 file changed, 7 insertions(+), 2 deletions(-) + +commit a0a85793c142a56ab7bf42e1a1d4023d36849b52 Author: Bert Gijsbers -Date: Mon Dec 14 01:46:24 2020 +0100 +Date: Sat Jan 23 15:54:50 2021 +0100 - make update-po + Provide drawable context when creating pixmap cursors with Imlib2 for + issue #541. - po/ar.po | 319 +++++++++++++++++++++++++++--------------------------- - po/be.po | 322 +++++++++++++++++++++++++++--------------------------- - po/bg.po | 320 +++++++++++++++++++++++++++--------------------------- - po/ca.po | 319 +++++++++++++++++++++++++++--------------------------- - po/cs.po | 319 +++++++++++++++++++++++++++--------------------------- - po/da.po | 320 +++++++++++++++++++++++++++--------------------------- - po/de.po | 321 +++++++++++++++++++++++++++--------------------------- - po/el.po | 323 ++++++++++++++++++++++++++++--------------------------- - po/en.po | 307 ++++++++++++++++++++++++++-------------------------- - po/es.po | 319 +++++++++++++++++++++++++++--------------------------- - po/fi.po | 319 +++++++++++++++++++++++++++--------------------------- - po/fr.po | 320 +++++++++++++++++++++++++++--------------------------- - po/he.po | 313 ++++++++++++++++++++++++++--------------------------- - po/hr.po | 311 ++++++++++++++++++++++++++-------------------------- - po/hu.po | 322 +++++++++++++++++++++++++++--------------------------- - po/icewm.pot | 309 ++++++++++++++++++++++++++-------------------------- - po/id.po | 320 +++++++++++++++++++++++++++--------------------------- - po/it.po | 319 +++++++++++++++++++++++++++--------------------------- - po/ja.po | 323 ++++++++++++++++++++++++++++--------------------------- - po/ko.po | 319 +++++++++++++++++++++++++++--------------------------- - po/lt.po | 319 +++++++++++++++++++++++++++--------------------------- - po/lv.po | 320 +++++++++++++++++++++++++++--------------------------- - po/mk.po | 320 +++++++++++++++++++++++++++--------------------------- - po/nb.po | 319 +++++++++++++++++++++++++++--------------------------- - po/nl.po | 319 +++++++++++++++++++++++++++--------------------------- - po/no.po | 319 +++++++++++++++++++++++++++--------------------------- - po/pl.po | 319 +++++++++++++++++++++++++++--------------------------- - po/pt.po | 320 +++++++++++++++++++++++++++--------------------------- - po/pt_BR.po | 320 +++++++++++++++++++++++++++--------------------------- - po/ro.po | 322 +++++++++++++++++++++++++++--------------------------- - po/ru.po | 321 +++++++++++++++++++++++++++--------------------------- - po/sk.po | 321 +++++++++++++++++++++++++++--------------------------- - po/sl.po | 319 +++++++++++++++++++++++++++--------------------------- - po/sv.po | 319 +++++++++++++++++++++++++++--------------------------- - po/tr.po | 319 +++++++++++++++++++++++++++--------------------------- - po/uk.po | 321 +++++++++++++++++++++++++++--------------------------- - po/vi.po | 319 +++++++++++++++++++++++++++--------------------------- - po/zh_CN.po | 319 +++++++++++++++++++++++++++--------------------------- - po/zh_TW.po | 319 +++++++++++++++++++++++++++--------------------------- - 39 files changed, 6342 insertions(+), 6096 deletions(-) - -commit 9e18031899e011e3e171396327031bae5778eaca -Author: Bert Gijsbers -Date: Sun Dec 13 20:14:45 2020 +0100 - - Reposition window list if it got offscreen. - - src/wmwinlist.cc | 12 +++++++++++- - 1 file changed, 11 insertions(+), 1 deletion(-) + src/ycursor.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit 444a934f404b9b8cc017725c57eb8ed524e1d27f +commit 61462c64a533a99774d1fe82aa5f39d2b5a65840 Author: Bert Gijsbers -Date: Sun Dec 13 20:14:45 2020 +0100 +Date: Sat Jan 23 01:18:14 2021 +0100 - Optimize scrolling images in iceview. + Prepare 2.1.0 release - src/iceview.cc | 74 +++++++++++++++++++++--------------------------------- - 1 file changed, 29 insertions(+), 45 deletions(-) + AUTHORS | 4 +- + ChangeLog | 380 ++++++++++++++++++++++++++----------------------------- + NEWS | 96 +++++--------- + README.md | 36 +++--- + RELEASE.md | 2 +- + VERSION | 2 +- + configure.ac | 12 +- + po/ar.po | 169 +++++++++++++------------ + po/be.po | 171 ++++++++++++------------- + po/bg.po | 171 ++++++++++++------------- + po/ca.po | 169 +++++++++++++------------ + po/cs.po | 169 +++++++++++++------------ + po/da.po | 169 +++++++++++++------------ + po/de.po | 169 +++++++++++++------------ + po/el.po | 169 +++++++++++++------------ + po/en.po | 166 ++++++++++++------------ + po/es.po | 169 +++++++++++++------------ + po/fi.po | 169 +++++++++++++------------ + po/fr.po | 169 +++++++++++++------------ + po/he.po | 171 ++++++++++++------------- + po/hr.po | 166 ++++++++++++------------ + po/hu.po | 173 ++++++++++++------------- + po/icewm.pot | 168 ++++++++++++------------ + po/id.po | 169 +++++++++++++------------ + po/it.po | 169 +++++++++++++------------ + po/ja.po | 169 +++++++++++++------------ + po/ko.po | 171 ++++++++++++------------- + po/lt.po | 171 ++++++++++++------------- + po/lv.po | 171 ++++++++++++------------- + po/mk.po | 171 ++++++++++++------------- + po/nb.po | 171 ++++++++++++------------- + po/nl.po | 169 +++++++++++++------------ + po/no.po | 171 ++++++++++++------------- + po/pl.po | 171 ++++++++++++------------- + po/pt.po | 169 +++++++++++++------------ + po/pt_BR.po | 169 +++++++++++++------------ + po/ro.po | 171 ++++++++++++------------- + po/ru.po | 169 +++++++++++++------------ + po/sk.po | 169 +++++++++++++------------ + po/sl.po | 171 ++++++++++++------------- + po/sv.po | 169 +++++++++++++------------ + po/tr.po | 171 ++++++++++++------------- + po/uk.po | 171 ++++++++++++------------- + po/vi.po | 171 ++++++++++++------------- + po/zh_CN.po | 169 +++++++++++++------------ + po/zh_TW.po | 169 +++++++++++++------------ + 46 files changed, 3569 insertions(+), 3581 deletions(-) -commit 386e1b384dc7369c0f8baa9a8bd30648bd2c691e +commit bb98979dcf5de13d065c0e1d8b1d03d82b6c5244 +Merge: 7078f1a4 c8942a54 Author: Bert Gijsbers -Date: Sun Dec 13 20:14:45 2020 +0100 +Date: Sat Jan 23 01:09:31 2021 +0100 - Fix horizontal scrolling in icehelp. + Merge branch 'icewm-1-4-BRANCH' - src/icehelp.cc | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) +commit c8942a542106429adb5012aeacdef1521fcd3d13 +Merge: eee57659 fe2600cd +Author: Bert Gijsbers +Date: Sat Jan 23 01:08:39 2021 +0100 + + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 686815fe8c687927268f84b69d823b30d01209f6 +commit fe2600cdb8010745f2e2d53c278fa29b4c6adcfb Author: Bert Gijsbers -Date: Sun Dec 13 20:14:45 2020 +0100 +Date: Wed Jan 20 01:48:52 2021 +0100 - Optimize scrollbars. + Remember maximized when fullscreen for issues #538 and #533. - src/iceicon.cc | 17 ++-------- - src/ylistbox.cc | 4 --- - src/ylistbox.h | 1 - - src/yscrollbar.cc | 59 ++++++++------------------------ - src/yscrollbar.h | 8 ++--- - src/yscrollview.cc | 91 ++++++++++++++++++++++++++------------------------ - src/yscrollview.h | 30 ++++++++--------- - 7 files changed, 80 insertions(+), 130 deletions(-) + src/WinMgr.h | 7 ++----- + src/wmclient.cc | 25 +++++++++---------------- + src/wmclient.h | 6 ++---- + src/wmframe.cc | 25 ++++++++++++------------- + src/wmmgr.cc | 12 ++++-------- + 5 files changed, 29 insertions(+), 46 deletions(-) -commit 4344120d17ce2d165e01ab320eec46a8911db7b9 +commit 331dbf8a42325f4bb83e1764b8460f08ff7f46b4 Author: Bert Gijsbers -Date: Sun Dec 13 20:14:45 2020 +0100 +Date: Mon Jan 18 20:45:11 2021 +0100 - Ignore graphics exposures when in scrollWindow. + Disarm button on release of mouse for issue #527. - src/ywindow.cc | 15 ++++----------- - 1 file changed, 4 insertions(+), 11 deletions(-) + src/ybutton.cc | 3 +++ + 1 file changed, 3 insertions(+) -commit 499e587693f99391cc78825edeab4743e1df5936 +commit 9e9cd63fd7b908a85955ec0031966aa19e3471a6 Author: Bert Gijsbers -Date: Tue Dec 8 00:20:39 2020 +0100 +Date: Mon Jan 18 19:50:17 2021 +0100 - Use _NET_WM_STATE_HIDDEN instead of IconicState for minimize. + Fix dragging task buttons. - src/icesh.cc | 32 +++++++++++++++++--------------- - 1 file changed, 17 insertions(+), 15 deletions(-) + src/atasks.cc | 24 ++++++++++++------------ + 1 file changed, 12 insertions(+), 12 deletions(-) -commit c4039825c812fa1ed92f3b52788c50e8140f0343 +commit f505fa3c0ca869ee6a5e78795f65aefd964a32f0 Author: Bert Gijsbers -Date: Tue Dec 8 00:04:18 2020 +0100 +Date: Mon Jan 18 04:06:28 2021 +0100 - Tests for ypointer.h. + Restore icesh setTrayOption and getTrayOption for issue #537. + Make support for "_NET_WM_FULLSCREEN_MONITORS" better conformant to EWMH + spec. Add "monitors", "frame", "properties" commands to icesh. + Make preference FullscreenUseAllMonitors use just all the monitors. - src/testpointer.cc | 97 ++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 97 insertions(+) + man/icesh.pod | 47 +++++++++++++++++++++++----- + src/icesh.cc | 88 +++++++++++++++++++++++++++++++++++++++++++++++++++++ + src/wmapp.cc | 1 + + src/wmclient.cc | 36 +++++++++++++++++++--- + src/wmclient.h | 1 + + src/wmframe.cc | 51 ++++++++++++++++--------------- + src/wmframe.h | 2 +- + src/wmmgr.h | 1 + + src/yrect.h | 6 ++++ + src/yxapp.cc | 2 ++ + 10 files changed, 198 insertions(+), 37 deletions(-) -commit 4b7b28bb0d8b2bc25cf3de392d6218e5cd094f34 +commit 9f67e9545e0e81868a6bb9a5f444b01c6e32ba1b Author: Bert Gijsbers -Date: Tue Dec 8 00:00:45 2020 +0100 +Date: Mon Jan 18 04:05:00 2021 +0100 - Update 4.1.9 Icons for icon_pixmap and icon_window. + Split the TaskBarApp class in a button class and an app class for + issue #198. - COMPLIANCE | 8 ++++---- - 1 file changed, 4 insertions(+), 4 deletions(-) + src/atasks.cc | 360 +++++++++++++++++++++++++++++++++--------------------- + src/atasks.h | 119 +++++++++++------- + 2 files changed, 291 insertions(+), 188 deletions(-) -commit b0711844516ce624ce3fb09de672a7ec9217a149 +commit ae84625c04299cca563d154aca065abfb8a17f7c Author: Bert Gijsbers -Date: Mon Dec 7 23:57:13 2020 +0100 +Date: Mon Jan 18 03:37:56 2021 +0100 - Subtract border from icon_window position in MiniIcon. + Revert "Clarify startMoveSize." to fix issue #540. - src/wmminiicon.cc | 6 ++++-- - 1 file changed, 4 insertions(+), 2 deletions(-) + This reverts commit 76a67485fe5d6a7f44bc82f05d891a112d682273. -commit 206e753707789eacf1dd780f043d9cad2b6833bf -Author: Bert Gijsbers -Date: Mon Dec 7 09:59:58 2020 +0100 + src/movesize.cc | 9 +++++---- + 1 file changed, 5 insertions(+), 4 deletions(-) - Update man. +commit 9f06f7c869b66d36313e9aefca659daeff1efcf9 +Author: Eduard Bloch +Date: Sat Jan 9 17:21:49 2021 +0100 - man/icewm.pod | 17 ++++++++--------- - 1 file changed, 8 insertions(+), 9 deletions(-) + Option to move the ShowDesktop button to the right side -commit 39775ce30d47a13cff922cdc75c9140fd3bed925 -Author: Bert Gijsbers -Date: Mon Dec 7 09:58:02 2020 +0100 + This looks more similar to the modern Windows desktop. - Remove support for _WIN_PROTOCOL properties. + doc/icewm.adoc | 2 +- + man/icewm-preferences.pod | 2 +- + src/default.h | 4 ++-- + src/wmtaskbar.cc | 12 ++++++++++-- + 4 files changed, 14 insertions(+), 6 deletions(-) - man/icesh.pod | 95 +-------------- - src/icesh.cc | 330 ++++----------------------------------------------- - src/wmabout.cc | 4 +- - src/wmapp.cc | 48 +------- - src/wmclient.cc | 133 ++------------------- - src/wmclient.h | 13 +- - src/wmframe.cc | 30 ++--- - src/wmmgr.cc | 107 +---------------- - src/wmmgr.h | 16 +-- - src/wmtaskbar.cc | 4 +- - src/wmwinlist.cc | 4 +- - src/ymsgbox.cc | 4 +- - src/yxapp.cc | 28 ----- - 13 files changed, 66 insertions(+), 750 deletions(-) +commit d042bab1f878ec4f96df63d4558747e0f046c227 +Author: Eduard Bloch +Date: Wed Jan 6 13:46:33 2021 +0100 -commit 36e1aed6dc7a608dd5dd29c7cc498ae241237723 -Author: Bert Gijsbers -Date: Sun Dec 6 23:11:03 2020 +0100 + Restore the old position in quickswitch on window destruction - Don't unroll on button press for issue #525. + src/wmswitch.cc | 6 ++---- + 1 file changed, 2 insertions(+), 4 deletions(-) - src/wmtitle.cc | 3 ++- - 1 file changed, 2 insertions(+), 1 deletion(-) +commit 6ebb8816caa63fe0aef41ca71c8f666dcdff0dd7 +Author: Eduard Bloch +Date: Wed Jan 6 11:20:38 2021 +0100 -commit cd552f12bf6276511f32217b59e7bb18bd875cab -Author: Bert Gijsbers -Date: Sun Dec 6 20:32:10 2020 +0100 + Option for Alt-F4ing windows in quick-switch - Don't blend MiniIcon when not in 32-bit mode. + The close action is triggered by a meta key and the one from Window + Closing action, which is supposedly the same in almost all situations. - src/wmminiicon.cc | 8 +++++++- - src/yimage.h | 1 + - src/yimage2.cc | 9 +++++++++ - 3 files changed, 17 insertions(+), 1 deletion(-) + src/wmswitch.cc | 34 +++++++++++++++++++++++++++++----- + src/wmswitch.h | 2 ++ + 2 files changed, 31 insertions(+), 5 deletions(-) -commit e8d58b7939c3fa023432f863b335036006e9346d +commit 7078f1a4fd047234792a2a1fbdd45a22aa57a242 Author: Bert Gijsbers -Date: Sun Dec 6 18:35:17 2020 +0100 +Date: Sat Jan 2 23:44:07 2021 +0100 - Fix for drawing TitleAB and TitleIB pixmaps when they are gradients for - issue #523. + Prepare 2.0.1 release - src/yimage2.cc | 7 ++----- - 1 file changed, 2 insertions(+), 5 deletions(-) + AUTHORS | 16 +- + ChangeLog | 563 ++++++++++++++++++++++++++++--------------------------- + NEWS | 103 +++++----- + README.md | 36 ++-- + RELEASE.md | 2 +- + VERSION | 2 +- + configure.ac | 12 +- + po/ar.po | 34 ++-- + po/be.po | 34 ++-- + po/bg.po | 34 ++-- + po/ca.po | 38 ++-- + po/cs.po | 38 ++-- + po/da.po | 34 ++-- + po/de.po | 34 ++-- + po/el.po | 34 ++-- + po/en.po | 34 ++-- + po/es.po | 34 ++-- + po/fi.po | 34 ++-- + po/fr.po | 34 ++-- + po/he.po | 34 ++-- + po/hr.po | 34 ++-- + po/hu.po | 34 ++-- + po/icewm.pot | 36 ++-- + po/id.po | 34 ++-- + po/it.po | 34 ++-- + po/ja.po | 38 ++-- + po/ko.po | 34 ++-- + po/lt.po | 34 ++-- + po/lv.po | 34 ++-- + po/mk.po | 34 ++-- + po/nb.po | 34 ++-- + po/nl.po | 38 ++-- + po/no.po | 34 ++-- + po/pl.po | 34 ++-- + po/pt.po | 34 ++-- + po/pt_BR.po | 34 ++-- + po/ro.po | 34 ++-- + po/ru.po | 34 ++-- + po/sk.po | 38 ++-- + po/sl.po | 34 ++-- + po/sv.po | 34 ++-- + po/tr.po | 34 ++-- + po/uk.po | 34 ++-- + po/vi.po | 34 ++-- + po/zh_CN.po | 34 ++-- + po/zh_TW.po | 34 ++-- + 46 files changed, 1044 insertions(+), 1038 deletions(-) -commit 051cfd8c8a3ae05f742f70dc21cc17ac638e7561 +commit a43eef27fbbd0502a700d189a90dc34e70286f5d +Merge: 3b95d791 eee57659 Author: Bert Gijsbers -Date: Sun Dec 6 18:34:51 2020 +0100 - - Drop const from parameters. +Date: Sat Jan 2 23:38:25 2021 +0100 - src/ypaint.cc | 44 ++++++++++++++++++++++---------------------- - src/ypaint.h | 36 ++++++++++++++++++------------------ - 2 files changed, 40 insertions(+), 40 deletions(-) + Merge branch 'icewm-1-4-BRANCH' -commit 0913c1a1221ff5a1025f4ad0d746592eb0ae90f7 +commit eee57659fd43a1643228fb61daae999397797ee7 +Merge: 5069b5f7 85977c3c Author: Bert Gijsbers -Date: Sun Dec 6 18:34:26 2020 +0100 - - Fix typo for yorigin in composite. +Date: Sat Jan 2 23:31:53 2021 +0100 - src/yimage_gdk.cc | 2 +- - src/yximage.cc | 2 +- - 2 files changed, 2 insertions(+), 2 deletions(-) + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH -commit 41a4c4d10b42e3f0d23e224892c1680d0964a463 +commit 85977c3c36776a48fbf39e664885d7d415e0cbc0 Author: Bert Gijsbers -Date: Sun Dec 6 11:59:17 2020 +0100 - - Remove unwanted space and separator in taskbar if toolbar is empty for - issue #524. - - src/objbar.h | 1 + - src/wmtaskbar.cc | 6 +++++- - 2 files changed, 6 insertions(+), 1 deletion(-) - -commit f5efba5e15d137ed7a4e4e58b287a1ad249a9155 -Author: Claudio Cesar de Sá -Date: Sat Dec 5 11:33:37 2020 -0300 - - support BR_Portuguese language in 2 files /lib (#522) +Date: Sat Jan 2 19:12:52 2021 +0100 - icewm-session.desktop and - icewm.desktop with support BR_Portuguese language + Fix spelling of Gerenciador for pt_BR. - lib/icewm-session.desktop | 4 +++- - lib/icewm.desktop | 2 ++ - 2 files changed, 5 insertions(+), 1 deletion(-) + lib/icewm.desktop | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit 164243a8ed725f3a603f1a1362879a14699dab4c +commit b123f43e6d7d7d33a81cab310a736e39e21db1c7 Author: Bert Gijsbers -Date: Thu Nov 26 12:32:52 2020 +0100 - - Simplify call to nl_langinfo and improve readability. - - src/yfontxft.cc | 10 +++------- - 1 file changed, 3 insertions(+), 7 deletions(-) - -commit 32bfae82d6c8d2c678d6d0d5f2a70326c958d3bb -Author: Eduard Bloch -Date: Thu Nov 26 02:39:58 2020 +0100 - - If-case formating fix +Date: Sat Jan 2 14:29:51 2021 +0100 - Also separate regions to unconfuse the editor. + Improve getting icon window for WM_STATE. - src/yfontxft.cc | 8 +++++--- - 1 file changed, 5 insertions(+), 3 deletions(-) + src/wmclient.cc | 3 ++- + 1 file changed, 2 insertions(+), 1 deletion(-) -commit f1758cd090f03b6ff12e59c1ce66430644a33e63 +commit 064b979ae93bcf0fc804710e4564c53df27c6b08 Author: Bert Gijsbers -Date: Wed Nov 25 22:16:44 2020 +0100 - - Prevent deprecated warnings for librsvg. - - src/yimage2.cc | 10 ++++++++++ - 1 file changed, 10 insertions(+) - -commit e416b2ce984a56bab6a989a4d1441301ae2e17fb -Author: Eduard Bloch -Date: Wed Nov 25 21:18:55 2020 +0100 - - Check CONFIG_I18N prior to calling nl_langinfo +Date: Fri Jan 1 12:10:58 2021 +0100 - For #519 + Note that support was added for icon_pixmap and icon_window fields of + WM_HINTS property in 2.0.0. - src/yfontxft.cc | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) + TODO | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit 8666ef591a644572abcb64dabb9941c18269dbc8 +commit 6d3ec2529857191a8a6a10c8ae64990d38e262d8 Author: Bert Gijsbers -Date: Wed Nov 25 19:44:56 2020 +0100 +Date: Fri Jan 1 12:10:12 2021 +0100 - Add support for WM_HINTS icon_window in MiniIcons. + Update to 2.0.0. - src/wmminiicon.cc | 77 +++++++++++++++++++++++++++++++++++++++++++++------ - src/wmminiicon.h | 5 ++++ - 2 files changed, 74 insertions(+), 8 deletions(-) + RELEASE.md | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) -commit ac0efbe8b8b7f83db3fdd0bd35498d47e196cb5a +commit 57732612f28b5ea8230de64b21db51e3a2a8beac Author: Bert Gijsbers -Date: Wed Nov 25 19:44:56 2020 +0100 +Date: Fri Jan 1 12:09:38 2021 +0100 - In unmanage first delete MiniIcon. + Add IceVM explanation to README for ice-wm/icewm#35 - src/wmframe.cc | 59 ++++++++++++++++++++++++------------------------------ - 1 file changed, 26 insertions(+), 33 deletions(-) + README.md | 15 +++++++++------ + README.md.in | 11 +++++++---- + 2 files changed, 16 insertions(+), 10 deletions(-) -commit 1b4cb5ea94be72b5ec75e2b10e9079cabfc8be6d +commit e1e58d86f2014f50b6893478b019a478a2f27ab7 Author: Bert Gijsbers -Date: Wed Nov 25 19:44:56 2020 +0100 +Date: Thu Dec 31 22:44:14 2020 +0100 - Add more WM_HINTS accessor functions. Check if WM_HINTS update actually - changes anything. + Reset horizontal scrolling when using the Home and End keys for the + window list. - src/wmclient.cc | 77 +++++++++++++++++++++++++++++++++++++++-------------- - src/wmclient.h | 26 +++++++++--------- - 2 files changed, 69 insertions(+), 34 deletions(-) + src/ylistbox.cc | 4 ++++ + 1 file changed, 4 insertions(+) -commit 9d87fbe3393c73bf890244517892a0f1c4fe94d9 +commit 51f375fc796203dabcdcf770c6e66d9c95119b50 Author: Bert Gijsbers -Date: Wed Nov 25 19:44:56 2020 +0100 - - Check for destroyed when reparenting. +Date: Thu Dec 31 22:43:25 2020 +0100 - src/ywindow.cc | 11 +++++------ - 1 file changed, 5 insertions(+), 6 deletions(-) + Make isUrgent a member of ClientData. -commit a83bfd4a6e09474f7516dea6097aa59fd25f4d3c -Author: Eduard Bloch -Date: Wed Nov 18 23:19:05 2020 +0100 + src/wmclient.h | 2 +- + src/wmframe.h | 2 +- + 2 files changed, 2 insertions(+), 2 deletions(-) - No attempt to draw Unicode in non-UTF-8 environment +commit b2e70ee499c8d3a0c3049be0cdf4347af54abf50 +Author: Bert Gijsbers +Date: Thu Dec 31 22:42:07 2020 +0100 - Workaround for issue #519 + Communicate the window ID of the icon window in WM_STATE when iconifying + to desktop. - src/yfontxft.cc | 6 ++++++ - 1 file changed, 6 insertions(+) + src/wmclient.cc | 5 ++++- + src/wmminiicon.cc | 4 ++++ + src/wmminiicon.h | 1 + + 3 files changed, 9 insertions(+), 1 deletion(-) -commit 8d139c52bc11c2001976ab319f5d796e8795e41a +commit 76a67485fe5d6a7f44bc82f05d891a112d682273 Author: Bert Gijsbers -Date: Tue Nov 24 18:41:19 2020 +0100 +Date: Thu Dec 31 22:39:31 2020 +0100 - Fixes for showing the icon_pixmap from WM_HINTS for timidity and fontforge. + Clarify startMoveSize. - src/wmframe.cc | 66 +++++++++++++++++++++++++++++++++--------------------- - 1 file changed, 40 insertions(+), 26 deletions(-) + src/movesize.cc | 9 ++++----- + 1 file changed, 4 insertions(+), 5 deletions(-) -commit cf61b0182c8574e507791c62063bdeae9d843dbf +commit 2572bd7be90901756fb1f592e300d9ac58830874 Author: Bert Gijsbers -Date: Tue Nov 24 02:34:26 2020 +0100 +Date: Thu Dec 31 22:37:27 2020 +0100 - Remove superfluous. + Allow to set background opacity for QuickSwitch background for #534. - src/wmtaskbar.cc | 6 ------ - 1 file changed, 6 deletions(-) + src/wmswitch.cc | 8 -------- + src/wmswitch.h | 2 -- + 2 files changed, 10 deletions(-) -commit bb08cd1468aac9b6585f41c0ab2769d5646d6281 +commit 2be556424a8985278a363a009fea1ea4a985a463 Author: Bert Gijsbers -Date: Tue Nov 24 02:34:26 2020 +0100 +Date: Thu Dec 31 22:37:27 2020 +0100 - Center MiniIcon. + Fix setting option values for #535. - src/wmminiicon.cc | 8 ++++++-- - 1 file changed, 6 insertions(+), 2 deletions(-) + src/wmprog.cc | 6 ++++-- + 1 file changed, 4 insertions(+), 2 deletions(-) -commit 63fa7c2195f4865a1312e1541088f3630b45621e +commit ff6660817193de6420453def06373b5c3c15a11c Author: Bert Gijsbers -Date: Tue Nov 24 02:34:26 2020 +0100 +Date: Thu Dec 31 22:37:27 2020 +0100 - XGetGeometry returns True. + Search for icewm icon for internal windows. - src/wmframe.cc | 6 +++--- - 1 file changed, 3 insertions(+), 3 deletions(-) + src/wmframe.cc | 3 +++ + 1 file changed, 3 insertions(+) -commit 305261c2e169539bbe0afb6b29821fbe57b5dd62 +commit 3a97a1f1d0decc8b677fa16996183a7535573c29 Author: Bert Gijsbers -Date: Mon Nov 23 12:16:16 2020 +0100 - - Fix for showing the icon_pixmap from WM_HINTS, which fixes the icon for - NEdit and xmgrace. +Date: Mon Dec 21 18:11:27 2020 +0100 - src/wmframe.cc | 20 +++++++++++++------- - 1 file changed, 13 insertions(+), 7 deletions(-) + Handle horizontal scroll keys in window list window. -commit 2e764445d1f92e8dc7d1d438ac7f9a0fcadda85d -Author: Bert Gijsbers -Date: Sun Nov 22 21:30:47 2020 +0100 + src/ylistbox.cc | 8 ++++++++ + 1 file changed, 8 insertions(+) - If Imlib2 then disable GdkPixbuf. +commit b4e720be08bf8ec2a8273bcc7b16eda0863202ea +Author: Kukuh Syafaat +Date: Mon Dec 21 11:33:10 2020 +0000 - src/CMakeLists.txt | 9 ++++----- - 1 file changed, 4 insertions(+), 5 deletions(-) + Translated using Weblate (Indonesian) -commit 0c23649ee0fb8d783580ab01b23d870ef76ff77f -Author: Bert Gijsbers -Date: Sun Nov 22 21:14:22 2020 +0100 + Currently translated at 100.0% (468 of 468 strings) - Add libimlib2-dev dependency. + po/id.po | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) - .github/workflows/cmake.yml | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) +commit 4db3ccbe22a99c74f94ba6c33fa471c1935d33d0 +Author: Luiz Fernando Ranghetti +Date: Fri Dec 18 19:14:36 2020 +0000 -commit c8b0368722d4a7c13c45484be12832d6f9ffb0ae -Author: Bert Gijsbers -Date: Sun Nov 22 20:21:51 2020 +0100 + Translated using Weblate (Portuguese (Brazil)) - Support SVG in Imlib2. Make Imlib2 the default render engine. + Currently translated at 100.0% (468 of 468 strings) - configure.ac | 41 ++++++++++++++++++++++++----------------- - src/CMakeLists.txt | 37 +++++++++++++++++++++---------------- - 2 files changed, 45 insertions(+), 33 deletions(-) + po/pt_BR.po | 10 +++++----- + 1 file changed, 5 insertions(+), 5 deletions(-) -commit de1d52120e8c9acf585d5496c958560b032c702f -Author: Bert Gijsbers -Date: Sun Nov 22 20:21:14 2020 +0100 +commit 18ae6ec9b572dcf44cc3a98335c9690deb8010a2 +Author: Ferdinand Galko +Date: Tue Dec 15 14:28:03 2020 +0000 - Show render engine in About. Use layout classes. + Translated using Weblate (Slovak) - src/wmabout.cc | 175 ++++++++++++----------------------------------------- - src/wmabout.h | 24 +++----- - 2 files changed, 48 insertions(+), 151 deletions(-) + Currently translated at 100.0% (468 of 468 strings) -commit fd4cd666b3bd0e4383f15cfd8957cd158d85116e -Author: Bert Gijsbers -Date: Sun Nov 22 20:18:58 2020 +0100 + po/sk.po | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) - Better MiniIcons for Imlib2. Support SVG in Imlib2. Add renderName. +commit 674fe385b4cfe25267ff00391076dedbd06b59d6 +Author: Hugo Carvalho +Date: Mon Dec 14 20:20:45 2020 +0000 - src/wmminiicon.cc | 2 +- - src/yicon.cc | 10 +++--- - src/yimage.h | 6 ++-- - src/yimage2.cc | 85 ++++++++++++++++++++++++++++++++++++++++++++------- - src/yimage_gdk.cc | 4 +++ - src/yximage.cc | 4 +++ - 6 files changed, 91 insertions(+), 20 deletions(-) + Translated using Weblate (Portuguese) -commit d9b6af6f89479a4b5567160004baf8bdffa7d412 -Author: Bert Gijsbers -Date: Sun Nov 22 20:17:29 2020 +0100 + Currently translated at 100.0% (468 of 468 strings) - Add ylayout.h + po/pt.po | 8 ++++---- + 1 file changed, 4 insertions(+), 4 deletions(-) - src/Makefile.am | 2 ++ - 1 file changed, 2 insertions(+) +commit f744887712f17800e9dea44c059712bdfd91921f +Author: David Medina +Date: Mon Dec 14 18:01:27 2020 +0000 -commit 6ec4609a0876a111dd49224b893f1b95095778a1 -Author: Bert Gijsbers -Date: Sun Nov 22 20:16:55 2020 +0100 + Translated using Weblate (Catalan) - Add layouts for dialogs. + Currently translated at 100.0% (468 of 468 strings) - src/ylayout.h | 233 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ - 1 file changed, 233 insertions(+) + po/ca.po | 12 ++++++------ + 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/NEWS b/NEWS index 3cba5a90..ae512669 100644 --- a/NEWS +++ b/NEWS @@ -1,11 +1,92 @@ -icewm -- history of user-visible changes. 2021-08-06 +icewm -- history of user-visible changes. 2021-10-04 + +Release icewm-2.8.0 released 2021-10-04 +--------------------------------------- + +git shortlog -e -n -w80,6,8 2.7.0...2.8.0 + +Bert Gijsbers (27): + Fix overflows in battery calculations for issue #607. Change defines to + enums. Use longs for capacity numbers. + Prevent a pedantic warning for netDevice. + Fix typo in sizeby description. + Update date and version number to 2.7.0. + Fix potential trailing -I flag for issue ice-wm/icewm#57. + Move SVG loader in a dedicated source file. Only support SVG for icons, + not for icewmbg backgrounds. Let icewmbg pixmaps free its associated + Image to reduce memory usage. + Include string.h in ysvg.cc to fix build for some. + Improve filtering on WM_CLASS property in icesh. + Update pot files. + Include yimage.h for gdk-pixbuf. + Add +group and +Class select options to icesh. + In the window list window group similar application windows together. + Improve performance and scalability of the window list menu. + Update to pt_BR.po by marcelocripe and closes ice-wm/icewm#60. + Add yimage2.h. + Remove obsolete Makefile.os2. + Remove obsolete preferences.xml. + Guard against a color name being set to the empty string for issue #614. + Explain how to spy on client messages. + Update winoptions example on DockApps. + Update potfiles. + Clarify some preferences. + Clarify MailBoxPath. + When rearranging windows with tile placement, cascade placement, correct + for the top side vertical offset, in those themes which have a masked + top border. + Improve the explanation on how to spy on client messages. + Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into + icewm-1-4-BRANCH + Merge branch 'icewm-1-4-BRANCH' + +marcelo cripe (5): + Translated using Weblate (Portuguese (Brazil)) + Translated using Weblate (Portuguese (Brazil)) + Translated using Weblate (Portuguese (Brazil)) + Translated using Weblate (Portuguese (Brazil)) + Translated using Weblate (Portuguese (Brazil)) + +Hugo Carvalho (3): + Translated using Weblate (Portuguese) + Translated using Weblate (Portuguese) + Translated using Weblate (Portuguese) + +Henrik Tunedal (2): + Fix OSS/ALSA defaults in icesound man page (#608) + Fix OSS/ALSA defaults in icesound help message (#609) + +Aleš Kastner (1): + Translated using Weblate (Czech) + +David Medina (1): + Translated using Weblate (Catalan) + +Efstathios Iosifidis (1): + Translated using Weblate (Greek) + +Ferdinand Galko (1): + Translated using Weblate (Slovak) + +Freek de Kruijf (1): + Translated using Weblate (Dutch) + +Kukuh Syafaat (1): + Translated using Weblate (Indonesian) + +Rodrigo Macedo (1): + Translated using Weblate (Portuguese (Brazil)) + +Yasuhiko Kamata (1): + Translated using Weblate (Japanese) + Release icewm-2.7.0 released 2021-08-06 --------------------------------------- git shortlog -e -n -w80,6,8 2.6.0...2.7.0 -Bert Gijsbers (40): +Bert Gijsbers (41): Get rid of unneeded classes YCursor and YResourcePaths. This also reduces the number of stat(2) system calls on startup. When changing themeName, allocate it dynamically. @@ -56,6 +137,7 @@ Bert Gijsbers (40): Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into icewm-1-4-BRANCH Merge branch 'icewm-1-4-BRANCH' + Prepare 2.7.0 release Mehmet Akif 9oglu (4): Translated using Weblate (Turkish) @@ -381,54 +463,3 @@ Yasuhiko Kamata (1): openSUSE Weblate (1): Merge branch 'origin/icewm-1-4-BRANCH' into Weblate. - -Release icewm-2.3.2 released 2021-04-15 ---------------------------------------- - -git shortlog -e -n -w80,6,8 2.3.1...2.3.2 - -Bert Gijsbers (27): - Remove unused variable textDrawn to prevent a compiler warning. - Optimize allocation of icon path strings. - Improve removing the last element from an array. Add array pop and last. - Remove classes YStack and YStackSet. - Make testarray.cc mostly silent by default. - Add testarray as a test target to cmake test. - Refactor common code from dialogs to ydialog.cc. Improve layout design. - Add declarations for center and become to YDialog. - Free the memory for the About dialog after it is closed. - Reduce the number of frame updates to only those frames visible on the - previous and the current workspace when changing workspace. - Support ModSuperIsCtrlAlt when testing the Super modifier in the quick - switch. This fixes issues #574. - Change the default value for ModSuperIsCtrlAlt from true to false to see - if anyone complains for issue #574. - Repaint workspace button after editing the workspace name. - Pop down YInputMenu before deleting. Don't report focus lost when popping - YInputMenu. - Allow button clicks where there is mouse motion between button press and - release for issue #575. - Permit negative button position in function limited. - Fix segv in verifyPaths and closes #577. - Dissolve the disparity between dragged and non-dragged task buttons for - issue #576. - Use reversed active taskbar app text colors for drawing grouping number - for issue #565. Improve drawing rectangles with rounded corners. Don't - update grouping when shutting down. - Reduce reactiveness to mouse motion of task button by deselecting task - button when dragging ends. - Add append and replace to YProperty. Improve reporting detail when - XOpenDisplay fails. - Enforce the completion of the deallocation of the single YWMApp object. - Improve rounded rectangle corner painting detail. - First synchronize with icewm, before updating background after icewm - restart. - Document more workspace button features. - Merge remote-tracking branch 'upstream/icewm-1-4-BRANCH' into - icewm-1-4-BRANCH - Merge branch 'icewm-1-4-BRANCH' - Prepare 2.3.2 release - -Tommi Nieminen (1): - Translated using Weblate (Finnish) - diff --git a/README.md b/README.md index 4a5c0ebc..a0c2fd0b 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ list, and various other GitHub forks. Release ------- -This is the `icewm-2.7.0` package, released 2021-08-06. This release, and +This is the `icewm-2.8.0` package, released 2021-10-04. This release, and the latest version, can be obtained from [GitHub][1], using a command such as: $> git clone https://github.com/bbidulock/icewm.git @@ -162,29 +162,29 @@ translations. If you have difficulties using the tools, just send me the update [1]: https://github.com/bbidulock/icewm [2]: https://github.com/bbidulock/icewm/issues -[3]: https://github.com/ice-wm/icewm/blob/2.7.0/NEWS -[4]: https://github.com/ice-wm/icewm/blob/2.7.0/ChangeLog -[5]: https://github.com/ice-wm/icewm/blob/2.7.0/TODO -[6]: https://github.com/ice-wm/icewm/blob/2.7.0/COMPLIANCE -[7]: https://github.com/ice-wm/icewm/blob/2.7.0/INSTALL -[8]: https://github.com/ice-wm/icewm/blob/2.7.0/BUGS -[9]: https://github.com/ice-wm/icewm/blob/2.7.0/COPYING +[3]: https://github.com/ice-wm/icewm/blob/2.8.0/NEWS +[4]: https://github.com/ice-wm/icewm/blob/2.8.0/ChangeLog +[5]: https://github.com/ice-wm/icewm/blob/2.8.0/TODO +[6]: https://github.com/ice-wm/icewm/blob/2.8.0/COMPLIANCE +[7]: https://github.com/ice-wm/icewm/blob/2.8.0/INSTALL +[8]: https://github.com/ice-wm/icewm/blob/2.8.0/BUGS +[9]: https://github.com/ice-wm/icewm/blob/2.8.0/COPYING [10]: https://github.com/ [11]: https://l10n.opensuse.org/ [12]: https://sourceforge.net/projects/icewm/ [13]: https://ice-wm.org/ [14]: https://ice-wm.org/FAQ/ -[15]: https://github.com/ice-wm/icewm/blob/2.7.0/doc/icewm.adoc +[15]: https://github.com/ice-wm/icewm/blob/2.8.0/doc/icewm.adoc [16]: https://github.com/bbidulock/bbkeys/ -[17]: https://github.com/ice-wm/icewm/blob/2.7.0/lib/icewm.desktop -[18]: https://github.com/ice-wm/icewm/blob/2.7.0/lib/icewm-session.desktop -[19]: https://github.com/ice-wm/icewm/blob/2.7.0/INSTALL-cmakebuild.md +[17]: https://github.com/ice-wm/icewm/blob/2.8.0/lib/icewm.desktop +[18]: https://github.com/ice-wm/icewm/blob/2.8.0/lib/icewm-session.desktop +[19]: https://github.com/ice-wm/icewm/blob/2.8.0/INSTALL-cmakebuild.md [20]: https://github.com/bbidulock/xde-menu/ -[21]: https://github.com/ice-wm/icewm/blob/2.7.0/man/icesound.pod -[22]: https://github.com/ice-wm/icewm/blob/2.7.0/man/icewmbg.pod -[23]: https://github.com/ice-wm/icewm/blob/2.7.0/man/icewmhint.pod -[24]: https://github.com/ice-wm/icewm/blob/2.7.0/man/icewm-menu-fdo.pod -[26]: https://github.com/ice-wm/icewm/blob/2.7.0/man/icewm.pod -[27]: https://github.com/ice-wm/icewm/blob/2.7.0/man/icewm-session.pod +[21]: https://github.com/ice-wm/icewm/blob/2.8.0/man/icesound.pod +[22]: https://github.com/ice-wm/icewm/blob/2.8.0/man/icewmbg.pod +[23]: https://github.com/ice-wm/icewm/blob/2.8.0/man/icewmhint.pod +[24]: https://github.com/ice-wm/icewm/blob/2.8.0/man/icewm-menu-fdo.pod +[26]: https://github.com/ice-wm/icewm/blob/2.8.0/man/icewm.pod +[27]: https://github.com/ice-wm/icewm/blob/2.8.0/man/icewm-session.pod [ vim: set ft=markdown sw=4 tw=80 nocin nosi fo+=tcqlorn spell: ]: # diff --git a/RELEASE.md b/RELEASE.md index b5462c29..b4b1c4ee 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -1,6 +1,6 @@ [icewm -- release notes. 2021-07-08]: # -Release 2.7.0 +Release 2.8.0 ============= Included in the release is an autoconf tarball for building the package diff --git a/VERSION b/VERSION index 4eeb0f94..9a43ca60 100644 --- a/VERSION +++ b/VERSION @@ -1,2 +1,2 @@ PACKAGE=icewm -VERSION=2.7.0 +VERSION=2.8.0 diff --git a/configure.ac b/configure.ac index f996ce0b..0ba3dce6 100644 --- a/configure.ac +++ b/configure.ac @@ -2,10 +2,10 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([icewm],[2.7.0], +AC_INIT([icewm],[2.8.0], [https://github.com/bbidulock/icewm/issues], [icewm],[https://ice-wm.org]) -AC_REVISION([2.7.0]) +AC_REVISION([2.8.0]) # set better defaults AC_PREFIX_DEFAULT([/usr]) @@ -22,13 +22,13 @@ AC_CONFIG_AUX_DIR([scripts]) AC_USE_SYSTEM_EXTENSIONS AC_CANONICAL_TARGET -DATE='2021-08-06' +DATE='2021-10-04' AC_SUBST([DATE]) -MDOCDATE='August 6, 2021' +MDOCDATE='October 4, 2021' AC_SUBST([MDOCDATE]) -BRANCH='2.7.0' +BRANCH='2.8.0' AC_SUBST([BRANCH]) APPLICATIONS='icewm icewm-session icesh icewmhint icewmbg icehelp' diff --git a/po/ar.po b/po/ar.po index 821f5a65..b72ae036 100644 --- a/po/ar.po +++ b/po/ar.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.3.12.52\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2020-05-02 19:50+0000\n" "Last-Translator: mohammad alhargan \n" "Language-Team: Arabic " msgstr "<لا شيئ>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID معرف العميل المطلوب استخدامه عند الاتصال بمدير " "الجلسة.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2172,7 +2172,7 @@ msgstr "" "الجلسة.\n" " --debug-z طباعة رسائل تصحيح الأخطاء المتعلقة بتراص النوافذ.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2200,7 +2200,7 @@ msgstr "" "-p --postpreferences طباعة التفضيلات بعد كل عمليات المعالجة.\n" "--trace = رمز ، مسارات التتبع أيقونة المستخدمة لتحميل الاعداد.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2259,21 +2259,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "دلائل إعداد %s:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s خيارات تمت إعدادها:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "تأكيد تسجيل الخروج" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2441,11 +2441,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "لم يصدر عن '%s' أية مخرجات" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2547,37 +2547,37 @@ msgid "Session Manager: Unknown line %s" msgstr "مدير الجلسة: خط غير معروف %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "قرميد عمودي" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "قرميد أفقي" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "تتالي" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "رتب" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "تصغير الكل" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "اخفاء الكل" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "تراجع" @@ -2615,27 +2615,27 @@ msgstr "إظهار شريط المهام" msgid "All Workspaces" msgstr "كل مساحات العمل" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "عرض" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Raise" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "حذف" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "إنهاء العملية" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "قتل العملية" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "قائمة النوافذ" @@ -2752,23 +2752,23 @@ msgstr "تحديد الكل" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "اللغة غير معتمدة من قبل مكتبة C أو Xlib. يتم التراجع إلى الإعدادات المحلية " "'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "فشل في تحديد ترميز اللغة الحالية. الافتراض ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "لا يوفر iconv محولات %s إلى %s كافية." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "البيانات المتعددة غير صحيحة \"%s\": %s" diff --git a/po/be.po b/po/be.po index 37931610..4930d57f 100644 --- a/po/be.po +++ b/po/be.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.2\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2003-01-27 22:26+0300\n" "Last-Translator: Hleb Valoska \n" "Language-Team: Belarusian \n" @@ -1377,7 +1377,7 @@ msgstr "Дзеяньне `%s' патрабуе прынамсі %d парамэ msgid "Invalid expression: `%s'" msgstr "Няправільны выраз: `%s'" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1779,7 +1779,7 @@ msgid "" msgstr "" # fixme -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Нераспазнаная опцыя: %s\n" @@ -1940,7 +1940,7 @@ msgstr "_Пад усімі вокнамі" msgid "D_esktop" msgstr "На ўзроўні _стальца" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "Вернуць ранейшы _стан" @@ -1952,35 +1952,35 @@ msgstr "_Перасунуць вакно" msgid "_Size" msgstr "Зьмяніць па_мер" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "З_гарнуць" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "_Разгарнуць" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Разгарнуць" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Разгарнуць" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "На поўны _экран" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "С_хаваць" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "С_круціць угору" @@ -1988,19 +1988,19 @@ msgstr "С_круціць угору" msgid "R_aise" msgstr "Уз_ьняць над усімі вокнамі" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "Ап_усьціць пад усе вокны" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "Узровень разьмя_шчэньня" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Перамесьціць на _варштат" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Хай займае _ўсе варштаты" @@ -2008,15 +2008,15 @@ msgstr "Хай займае _ўсе варштаты" msgid "Limit _Workarea" msgstr "_Абмежаваць вобласьць" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "Значка _панэлі" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "За_крыць" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "Заб_іць кліент" @@ -2047,23 +2047,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "<няма>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2075,7 +2075,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2132,22 +2132,22 @@ msgstr "" "Наведай https://ice-wm.org/ каб паведаміць пра памылкі, запатрабаваць\n" "падтрымкі, ці проста выказацца пра IceWM...\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" # fixme -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Нераспазнаная опцыя: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Пацьвердзі выйсьце" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2314,11 +2314,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2422,37 +2422,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Кіраўнік сэсій: невядомы радок %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Побач па _вэртыкалі" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Побач па _гарызанталі" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Каскадам" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Упарадкавана" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Згарнуць усе" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Схаваць усе" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Вернуць" @@ -2500,30 +2500,30 @@ msgstr "Панэль задач" msgid "All Workspaces" msgstr "Працоўнае поле: " -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Па_казаць" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "Уз_ьняць над усімі вокнамі" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 #, fuzzy msgid "Del" msgstr "Выдаліць" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Ск_ончыць працэс" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Забіць _працэс" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Сьпіс вакон" @@ -2643,24 +2643,24 @@ msgstr "Вылучыць _усё" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Настройкі лякалі не падтрымліваюцца бібліятэкай C: ужываю лякаль \\'С\\'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Няўдалае вызначэньне кодавага набору ў данай лякалі. Ужываецца ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv не забясьпечвае (дастаткова) пераўтварэньне з %s у %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Няправільны шматбайтавы радок \"%s\": %s" diff --git a/po/bg.po b/po/bg.po index 8a866b27..718fd54a 100644 --- a/po/bg.po +++ b/po/bg.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.10\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2017-02-26 21:51+0000\n" "Last-Translator: Shyukri Shyukriev \n" "Language-Team: Bulgarian " msgstr "<нищо>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2114,7 +2114,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2172,21 +2172,21 @@ msgstr "" "Посетете https://ice-wm.org/ за съобщения за грешки,предложения и " "коментари...\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Неразпозната опция: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Потвърди Изход" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2349,11 +2349,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2457,37 +2457,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Сесиен мениджър: Непознат ред %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "_Вертикална мозайка" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "_Хоризонтална мозайка" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Колода" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Подреждане" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Минимизирай Всички" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Скрий Всички" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Отмени" @@ -2533,29 +2533,29 @@ msgstr "Лента за задачи" msgid "All Workspaces" msgstr "Всички Работни полета" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Покажи" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "Пов_дигане" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Изтриване" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Прекрати Процес" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Убий _Процес" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Списък на прозорци" @@ -2674,23 +2674,23 @@ msgstr "Маркирай _Всичко" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "Locale not supported by C library. Falling back to 'C' locale'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv doesn't supply (sufficient) %s to %s converters." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Invalid multibyte string \"%s\": %s" diff --git a/po/ca.po b/po/ca.po index 66752605..2a031e71 100644 --- a/po/ca.po +++ b/po/ca.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.0.9\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-10 01:11+0000\n" "Last-Translator: David Medina \n" "Language-Team: Catalan " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Id de client per usar quan es contacti amb el gestor " "de sessions.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2154,7 +2154,7 @@ msgstr "" " --debug-z Imprimeix els missatges de depuració sobre l'apilament " "de finestres.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2175,7 +2175,7 @@ msgstr "" " --rewrite-preferences Actualitza un fitxer de preferències existent.\n" " --trace=conf,icon Traça els camins usats per carregar la configuració.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2235,21 +2235,21 @@ msgstr "" "%s.\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s directoris de configuració:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s opcions configurades:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Confirmació de la sortida" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2416,11 +2416,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "\"%s\" no produeix cap sortida" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Manca el programa setxkbmap." -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Per canviar el teclat, si us plau, instal·leu setxkbmap." @@ -2522,37 +2522,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Gestor de sessions: línia desconeguda: %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Mosaic _vertical" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Mosaic _horitzontal" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ca_scada" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Organitza" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimitza-ho tot" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Amaga-ho tot" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Desfés" @@ -2590,27 +2590,27 @@ msgstr "Mostra la barra de tasques" msgid "All Workspaces" msgstr "Tots els espais de treball" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Mostra" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "Apu_ja" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Supr" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Acaba el procés" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "_Mata el procés" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Llista de finestres" @@ -2727,24 +2727,24 @@ msgstr "Selecciona-ho _tot" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Llengua no admesa per la biblioteca C o Xlib. Es torna per defecte a \"C\"." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Ha fallat determinar el conjunt de codis de la llengua actual. S'assumeix " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv no proporciona %s (suficients) a convertidors %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Cadena multibyte no vàlida \"%s\": %s" diff --git a/po/cs.po b/po/cs.po index 7c9d2121..8d9bec06 100644 --- a/po/cs.po +++ b/po/cs.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm-1.2.30\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-11 21:11+0000\n" "Last-Translator: Aleš Kastner \n" "Language-Team: Czech " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID ID klienta, který bude použit při kontaktování správce " "sezení.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2149,7 +2149,7 @@ msgstr "" " --debug Vypíše všeobecné ladicí zprávy.\n" " --debug-z Vypíše ladicí zprávy ohledně seskládání oken.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2169,7 +2169,7 @@ msgstr "" " --rewrite-preferences Aktualizovat soubor s nastavením.\n" " --trace=conf,icon K zavedení konfigurace použity cesty pro sledování.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2228,21 +2228,21 @@ msgstr "" "%s.\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s konfigurační adresáře:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s zkonfigurované voľby: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Potvrdit odhlášení" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2409,11 +2409,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' nevytváří žádný výstup" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Chybí program setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Instalujte setxkbmap pro přepínání klávesnic." @@ -2515,37 +2515,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Správce relace: Neznámý řádek %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Uspořádat _svisle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Uspořádat _vodorovně" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Uspořádat do _kaskády" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Uspořádat" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimalizovat vše" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Schovat vše" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Vrá_tit" @@ -2583,27 +2583,27 @@ msgstr "Zobraz panel úloh" msgid "All Workspaces" msgstr "Všechny pracovní plochy" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Ukáz_at" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Zvýšit" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Smazat" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Ukončit proces" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "_Zabít proces" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Seznam oken" @@ -2721,25 +2721,25 @@ msgstr "Vybr_at vše" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Nastavení jazyka (locale) není knihovnou C nebo Xlib podporováno. Vracím " "nastavení jazyka (locale) na „C“." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Nepodařilo se zjistit znakovou sadu stávajícího jazykového nastavení. " "Předpokládám ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv (dostatečně) nepodporuje konverzi z %s do %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Neplatný vícebajtový řetězec „%s“: %s" diff --git a/po/da.po b/po/da.po index acf1602d..334125c2 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.4.2.1038\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2020-03-13 16:55+0000\n" "Last-Translator: scootergrisen \n" "Language-Team: Danish " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Klient-id som skal bruges når sessionshåndteringen " "kontaktes.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2177,7 +2177,7 @@ msgstr "" " --debug-z Udskriv fejlsøgningsmeddelelser vedrørende " "vinduesstakning.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2206,7 +2206,7 @@ msgstr "" " --trace=konf,ikon Spor stier som blev brugt til at indlæse " "konfiguration.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2267,21 +2267,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s konfigurationsmapper:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s konfigurerede tilvalg:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Bekræft udlogning" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2449,11 +2449,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "\"%s\" producerer intet output" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2555,37 +2555,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sessionshåndtering: Ukendt linje %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Fliselæg _lodret" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Fliselæg _vandret" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Overlappet" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Arranger" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "Mi_nimer alle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Skjul alle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Fortryd" @@ -2623,27 +2623,27 @@ msgstr "Vis værktøjslinje" msgid "All Workspaces" msgstr "Alle arbejdsområder" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Vis" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Hæv" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Slet" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Afslut proces" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Dræb _proces" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Vinduesliste" @@ -2762,25 +2762,25 @@ msgstr "Markér _alt" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Lokalitet understøttes ikke af C-biblioteket or Xlib. Indlæser standard-\"C" "\"-lokalitet." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Kunne ikke fastsætte tegnsættet for den nuværende lokalitet. Antager " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv leverer ikke (tilstrækkelig) %s til %s konvertere." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Ugyldig multibytestreng \"%s\": %s" diff --git a/po/de.po b/po/de.po index f014d6f5..8e7dc1e1 100644 --- a/po/de.po +++ b/po/de.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.2.26\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-05-17 14:59+0000\n" "Last-Translator: Gemineo \n" "Language-Team: German " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID zu verwendende Client-ID, wenn der Sitzungs-Manager " "kontaktiert wird.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2174,7 +2174,7 @@ msgstr "" " --debug-z Gibt Debug-Nachrichten mit dem Blick auf window " "stacking aus.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2196,7 +2196,7 @@ msgstr "" " --trace=conf,icon Pfade zeichnen, die zum Laden der Konfiguration " "verwendet werden.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2257,21 +2257,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s Konfigurationsverzeichnisse:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s konfigurierte Optionen: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Abmelden bestätigen" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2444,11 +2444,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' produziert keine Ausgabe" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Fehlendes Program: 'setxkbmap'" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Um die Tastatur zu ändern, installieren Sie bitte setxkbmap." @@ -2550,37 +2550,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sitzungsmanager: Unbekannte Zeile %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Ve_rtikal anordnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "_Horizontal anordnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Überlappend anordnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Ordnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "Alle _Minimieren" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Alle _Verstecken" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Rückgängig" @@ -2618,27 +2618,27 @@ msgstr "Taskleiste anzeigen" msgid "All Workspaces" msgstr "Alle Arbeitsbereiche" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Anzeigen" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "An_heben" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Entf" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Prozess be_enden" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Prozess _töten" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Fensterliste" @@ -2757,26 +2757,26 @@ msgstr "_Alles auswählen" msgid "Ctrl+A" msgstr "Strg+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Lokale wird von der C-Bibliothek nicht unterstützt. Es wird auf die lokale " "Variable 'C' zurückgegriffen." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Die Kodierung der momentanen lokalen Variablen konnte nicht bestimmt werden. " "Es wird ISO-8859-1 angenommen.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "" "iconv verfügt nicht über einen (zufriedenstellenden) %s zu %s-Konvertierer." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Ungültige Multibyte-Zeichenkette \"%s\": %s" diff --git a/po/el.po b/po/el.po index 7bdd7c2d..5ac5a109 100644 --- a/po/el.po +++ b/po/el.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: el\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-21 08:11+0000\n" "Last-Translator: Efstathios Iosifidis \n" "Language-Team: Greek " msgstr "<κανένα>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ΤΑΥΤΟΤΗΤΑ Ταυτότητα του πελάτη που θα χρησιμοποιηθεί όταν " "γίνεται επαφή με το διαχειριστή συνεδρίας.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2217,7 +2217,7 @@ msgstr "" " --debug-z Εκτύπωση μηνυμάτων αποσφαλμάτωσης σχετικά με το " "στοίβαγμα των παράθυρων.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2247,7 +2247,7 @@ msgstr "" " --trace=conf,icon Ίχνη διαδρομών που χρησιμοποιούνται για τη φόρτωση " "ρυθμίσεων.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2314,21 +2314,21 @@ msgstr "" "\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s κατάλογοι ρυθμίσεων:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s ρυθμισμένες επιλογές:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Επιβεβαίωση αποσύνδεσης" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2494,11 +2494,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Λείπει το πρόγραμμα setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2600,37 +2600,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Διαχειριστής συνεδρίας: Άγνωστη γραμμή %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Παράλληλη Τοποθέτηση _Κάθετα" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Παράλληλη τοποθέτηση _τριζόντια" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Διαδοχική επικάλυψη" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Παράθεση" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Ελαχιστοποίηση όλων" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Απόκρυψη όλων" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Αναίρεση" @@ -2668,27 +2668,27 @@ msgstr "Προβολή της γραμμής εργασιών" msgid "All Workspaces" msgstr "Όλες οι επιφάνειες εργασίας" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Προβολη" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Ανύψωση" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Διαγραφή" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Τερματισμός διεργασίας" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Διακοπή _Διεργασίας" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Λίστα παραθύρων" @@ -2811,25 +2811,25 @@ msgstr "Επιλογή _Όλων" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Η τοπικοποίηση αυτή δεν υποστηρίζεται από τη βιβλιοθήκη C η το Xlib. Γίνεται " "υποχώρηση στη 'C' locale'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Απέτυχε ο καθορισμός της τρέχουσας ομάδας κώδικα για την τοπικοποίηση. Το " "σύστημα θα υποθέσει την ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "το iconv δεν παρέχει (επαρκείς) μετατροπείς από %s σε %s ." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Μη έγκυρος στίχος πολλαπλών μπάιτιων \"%s\": %s" diff --git a/po/en.po b/po/en.po index 319038f9..bedfa803 100644 --- a/po/en.po +++ b/po/en.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.0.9\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2000-10-21 12:13+2000\n" "Last-Translator: Mathias Hasselmann \n" "Language-Team: English\n" @@ -1316,7 +1316,7 @@ msgstr "" msgid "Invalid expression: `%s'" msgstr "" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1671,7 +1671,7 @@ msgid "" "\n" msgstr "" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, c-format msgid "Unrecognized option '%s'." msgstr "" @@ -1828,7 +1828,7 @@ msgstr "" msgid "D_esktop" msgstr "" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "" @@ -1840,31 +1840,31 @@ msgstr "" msgid "_Size" msgstr "" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 msgid "Maximize_Vert" msgstr "" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 msgid "MaximizeHori_z" msgstr "" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "" @@ -1872,19 +1872,19 @@ msgstr "" msgid "R_aise" msgstr "" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "" @@ -1892,15 +1892,15 @@ msgstr "" msgid "Limit _Workarea" msgstr "" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "" @@ -1929,23 +1929,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -1957,7 +1957,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -1989,21 +1989,21 @@ msgid "" "\n" msgstr "" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2162,11 +2162,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2268,37 +2268,37 @@ msgid "Session Manager: Unknown line %s" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "" @@ -2336,27 +2336,27 @@ msgstr "" msgid "All Workspaces" msgstr "" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "" @@ -2472,21 +2472,21 @@ msgstr "" msgid "Ctrl+A" msgstr "" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "" diff --git a/po/es.po b/po/es.po index fc1aa31d..3c909cf0 100644 --- a/po/es.po +++ b/po/es.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.26\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-03-31 14:56+0000\n" "Last-Translator: Jorge Gallegos Carrasco \n" "Language-Team: Spanish " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Identificador de cliente a usar al contactar con el " "administrador de sesiones.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2172,7 +2172,7 @@ msgstr "" " --debug-z Muestra mensajes de depuración relacionados con la " "pila de ventanas.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2202,7 +2202,7 @@ msgstr "" " --trace=conf,icon Rastrea las rutas usadas para cargar la " "configuración.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2263,21 +2263,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s directorios de configuración:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s opciones configuradas:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Confirmar el cierre de sesión" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2445,11 +2445,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' no produce ninguna salida" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Falta el programa setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Instale setxkbmap para cambiar de teclados." @@ -2551,37 +2551,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Administrador de sesiones: línea %s desconocida" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "_Mosaico vertical" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Mosaico _horizontal" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Cascada" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Ordenar" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "Mi_nimizar todo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Oc_ultar todo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Deshacer" @@ -2619,27 +2619,27 @@ msgstr "Mostrar la barra de tareas" msgid "All Workspaces" msgstr "Todas las áreas de trabajo" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Mostrar" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "E_levar" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Supr" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Term_inar proceso" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Matar _proceso" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Lista de ventanas" @@ -2761,25 +2761,25 @@ msgstr "Seleccionar _todo" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Configuración regional no admitida por la biblioteca C o Xlib. Se revierte a " "«C»." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "No se ha podido determinar el conjunto de códigos de la configuración " "regional actual. Se presupone ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv no proporciona (suficiente) %s a %s convertidores." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Cadena multibyte no válida «%s»: %s" diff --git a/po/fi.po b/po/fi.po index 136b12aa..0f98da4f 100644 --- a/po/fi.po +++ b/po/fi.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.14\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-04-09 11:57+0000\n" "Last-Translator: Tommi Nieminen \n" "Language-Team: Finnish " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2127,7 +2127,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2186,21 +2186,21 @@ msgstr "" "Käy osoitteessa https://ice-wm.org/ kun haluat ilmoittaa virheestä, kaipaat\n" "apua tai jos haluat vain antaa kommenttisi.\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s määritetyt asetukset:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Varmista uloskirjautuminen" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2363,11 +2363,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2469,37 +2469,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Istuntomanageri: Tuntematon rivi %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Lomita _vertikaalisesti" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Lomita _horisontaalisesti" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Pu_dota" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Järjestä" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Pienennä kaikki" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "P_iilota kaikki" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Per_u" @@ -2537,27 +2537,27 @@ msgstr "Näytä tehtäväpalkki" msgid "All Workspaces" msgstr "Kaikki työpöydät" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Näytä" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "Nos_ta" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Poista" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Lopeta prosessi" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Tapa _prosessi" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Ikkunalista" @@ -2677,24 +2677,24 @@ msgstr "Valitse k_aikki" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "C-kirjasto tai xlib ei tue kieliasetusta. Palataan takaisin 'C' locale'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Nykyisen kieliasetuksen merkistöä ei pystytty tunnistamaan. Oletetaan " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv ei tarjoa (riittävää) muunnosta %s:sta %s:iin." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Virheellinen monitavuinen merkkijono \"%s\": %s" diff --git a/po/fr.po b/po/fr.po index 7689f006..fc4b40f3 100644 --- a/po/fr.po +++ b/po/fr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.2.15pre3\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-06-28 20:08+0000\n" "Last-Translator: Lucie Charrier \n" "Language-Team: French " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID ID de client à utiliser lors du contact du " "gestionnaire de session.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2189,7 +2189,7 @@ msgstr "" " --debug-z Imprime les messages de débogage concernant la pile de " "fenêtres.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2211,7 +2211,7 @@ msgstr "" " --trace=conf,icon Trace les chemins utilisés pour charger la " "configuration.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2274,21 +2274,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "Répertoires de configuration de %s :\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s options configurées : %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Confirmer la déconnexion" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2460,11 +2460,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' ne produit aucune sortie" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Programme setxkbmap manquant" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Pour le changement de clavier, installez setxkbmap." @@ -2566,37 +2566,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Gestionnaire de session : ligne \"%s\" inconnue" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Mosaïque _verticale" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Mosaïque hori_zontale" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ca_scade" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Arranger" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Tout icônifier" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Tout _cacher" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Ann_uler" @@ -2634,27 +2634,27 @@ msgstr "Afficher la barre de tâche" msgid "All Workspaces" msgstr "Tous les bureaux" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Montrer" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "A_vant plan" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Suppr" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Terminer le processus" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Tuer le _processus" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Liste des fenêtres" @@ -2771,25 +2771,25 @@ msgstr "T_out sélectionner" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Paramètres régionaux non pris en charge par la bibliothèque C ou xlib. " "Basculement vers les paramètres régionaux de C." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Échec lors de la détection de l'encodage des caractères courants. Par défaut " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv ne fournit pas de convertisseur %s vers %s suffisant." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Chaîne de caractère multi-octects incorrecte \"%s\" : %s" diff --git a/po/he.po b/po/he.po index 88d975e0..467f38ef 100644 --- a/po/he.po +++ b/po/he.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm VERSION\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2016-06-06 12:13+0000\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Hebrew " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2068,7 +2068,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2100,21 +2100,21 @@ msgid "" "\n" msgstr "CLI" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "אפשרות לא מוכרת: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "אימות התנתקות" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2279,11 +2279,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2395,41 +2395,41 @@ msgstr "מנהל סשן: שורה לא מוכרת %s" # רצף אנכית (במאונך) # מו _ערמים #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "חלונות מו_ערמים" # רצף אנכית (במאוזן) #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "חלונות מרו_צפים" # מ_דורגים #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "חלונות מ_דורגים" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "סד_ר חלונות" # מזער הכל #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_מזער הכל" # הסתר הכל #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_הסתר הכל" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "בט_ל" @@ -2475,29 +2475,29 @@ msgstr "סרגל משימות" msgid "All Workspaces" msgstr "כל מרחבי העבודה" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_הצג" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "ה_רם" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_סיים תהליך" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "הרוג _תהליך" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "רשימת חלון" @@ -2616,21 +2616,21 @@ msgstr "בחר ה_כל" msgid "Ctrl+A" msgstr "" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "" diff --git a/po/hr.po b/po/hr.po index 4a94d77c..2bf3fa4a 100644 --- a/po/hr.po +++ b/po/hr.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.0.7\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2001-03-25 17:00+GMT1\n" "Last-Translator: Vlatko Kosturjak \n" "Language-Team: Croatian \n" @@ -1361,7 +1361,7 @@ msgstr "" msgid "Invalid expression: `%s'" msgstr "Nepravilna putanja: %s\n" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1719,7 +1719,7 @@ msgid "" "\n" msgstr "" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Nepoznata opcija prozora: %s" @@ -1878,7 +1878,7 @@ msgstr "_Ispod" msgid "D_esktop" msgstr "_Radno Okružje" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "Pov_rati" @@ -1890,35 +1890,35 @@ msgstr "_Pomakni" msgid "_Size" msgstr "_Veličina" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "Mi_nimiziraj" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "Ma_ksimiziraj" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Maksimiziraj" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Maksimiziraj" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "_Sakrij" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "Zarola_j" @@ -1926,19 +1926,19 @@ msgstr "Zarola_j" msgid "R_aise" msgstr "Po_digni" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "Spus_ti" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "Ra_zina" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Pomakni _Na" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Z_auzmi sve" @@ -1946,15 +1946,15 @@ msgstr "Z_auzmi sve" msgid "Limit _Workarea" msgstr "" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "_Zatvori" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "_Ubij klijent" @@ -1983,23 +1983,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2011,7 +2011,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2043,21 +2043,21 @@ msgid "" "\n" msgstr "" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Nepoznata opcija prozora: %s" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Potvrdite odjavljivanje" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2219,11 +2219,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2325,37 +2325,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Upravitelj sesijom: Nepoznata linija %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Posloži _Vertikalno" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Posloži _Horizontalno" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ka_skadno" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Posloži" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimiziraj Sve" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Sakrij Sve" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Vra_ti" @@ -2400,30 +2400,30 @@ msgstr "Traka s alatima" msgid "All Workspaces" msgstr "Radni prostor: " -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Prikaži" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "Po_digni" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 #, fuzzy msgid "Del" msgstr "Obriši" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Terminiraj Proces" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Ubij _Proces" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Popis prozora" @@ -2542,21 +2542,21 @@ msgstr "Označi _Sve" msgid "Ctrl+A" msgstr "CTRL+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, fuzzy, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Nepravilna putanja do sandučića: \"%s\"" diff --git a/po/hu.po b/po/hu.po index 10422b30..4d7937bb 100644 --- a/po/hu.po +++ b/po/hu.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.2.7\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2019-02-07 06:32+0000\n" "Last-Translator: Robert Taisz \n" "Language-Team: Hungarian " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID A munkamenet-kezelőhöz való csatlakozáskor használandó " "ügyfélazonosító.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2382,7 +2382,7 @@ msgstr "" " --debug-z Ablaksorrenddel kapcsolatos hibakeresési üzenetek " "nyomtatása.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2404,7 +2404,7 @@ msgstr "" " -t, --theme=FÁJL Téma betöltése a FÁJL-ból.\n" " --postpreferences Beállítások nyomtatása a feldolgozás után.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2465,24 +2465,24 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s konfigurációs könyvtárai:\n" # ../src/wmoption.cc:209 -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s konfigurált beállítás: %s\n" # ../src/wmapp.cc:676 -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Kilépés megerősítése" # ../src/wmapp.cc:677 -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2676,11 +2676,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "A(z) '%s' nem hoz létre kimenetet" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2791,43 +2791,43 @@ msgstr "Munkafolyamat-kezelő: ismeretlen sor %s" # ../src/wmtaskbar.cc:207 ../src/wmwinlist.cc:253 ../src/wmwinlist.cc:262 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "_Függőleges mozaik" # ../src/wmtaskbar.cc:208 ../src/wmwinlist.cc:254 ../src/wmwinlist.cc:263 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "_Vízszintes mozaik" # ../src/wmtaskbar.cc:209 ../src/wmwinlist.cc:255 ../src/wmwinlist.cc:264 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Vízesés" # ../src/wmtaskbar.cc:210 ../src/wmwinlist.cc:256 ../src/wmwinlist.cc:265 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "El_rendez" # ../src/wmtaskbar.cc:211 ../src/wmwinlist.cc:266 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Mindent minimalizál" # ../src/wmtaskbar.cc:212 ../src/wmwinlist.cc:267 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Mindent elre_jt" # ../src/wmtaskbar.cc:213 ../src/wmwinlist.cc:268 #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Visszavonás" @@ -2873,32 +2873,32 @@ msgid "All Workspaces" msgstr "Minden munkaterület" # ../src/wmwinlist.cc:246 -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Megjelenítés" # ../src/wmapp.cc:515 -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Előrehozás" # ../src/wmwinlist.cc:236 -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Törlés" # ../src/wmwinlist.cc:240 -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Folyama_t leállítása" # ../src/wmwinlist.cc:241 -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Folyamat lelö_vése" # ../src/wmwinlist.cc:276 ../src/wmwinlist.cc:277 -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Ablaklista" @@ -3041,27 +3041,27 @@ msgstr "Mi_ndent kijelöl" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "A C függvénykönyvtár vagy az Xlib nem támogatja a területi beállítást. A 'C' " "területi beállítás lesz használva." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Nem sikerült megállapítani az aktuális locale kódkészletét. ISO-8859-1 lesz " "feltételezve.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "" "Az iconv nem biztosít (elegendő) %s elemet a(z) %s konverterek számára." # ../src/amailbox.cc:71 -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Érvénytelen több byte-os karakterlánc (multibyte string): \"%s\": %s" diff --git a/po/icewm.pot b/po/icewm.pot index 5e26ea60..5196e235 100644 --- a/po/icewm.pot +++ b/po/icewm.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: icewm 2.7.0.38\n" +"Project-Id-Version: icewm 2.8.0\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -1318,7 +1318,7 @@ msgstr "" msgid "Invalid expression: `%s'" msgstr "" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1673,7 +1673,7 @@ msgid "" "\n" msgstr "" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, c-format msgid "Unrecognized option '%s'." msgstr "" @@ -1830,7 +1830,7 @@ msgstr "" msgid "D_esktop" msgstr "" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "" @@ -1842,31 +1842,31 @@ msgstr "" msgid "_Size" msgstr "" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 msgid "Maximize_Vert" msgstr "" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 msgid "MaximizeHori_z" msgstr "" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "" @@ -1874,19 +1874,19 @@ msgstr "" msgid "R_aise" msgstr "" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "" @@ -1894,15 +1894,15 @@ msgstr "" msgid "Limit _Workarea" msgstr "" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "" @@ -1931,23 +1931,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -1959,7 +1959,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -1991,21 +1991,21 @@ msgid "" "\n" msgstr "" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2164,11 +2164,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2270,37 +2270,37 @@ msgid "Session Manager: Unknown line %s" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "" @@ -2338,27 +2338,27 @@ msgstr "" msgid "All Workspaces" msgstr "" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "" @@ -2474,21 +2474,21 @@ msgstr "" msgid "Ctrl+A" msgstr "" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "" diff --git a/po/id.po b/po/id.po index c6bc4ec4..7bcc6b63 100644 --- a/po/id.po +++ b/po/id.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.0.9\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-04 16:12+0000\n" "Last-Translator: Kukuh Syafaat \n" "Language-Team: Indonesian " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Klien id yang digunakan saat menghubungi pengelola " "sesi.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2152,7 +2152,7 @@ msgstr "" " --debug Cetak pesan awakutu umum.\n" " --debug-z Cetak pesan awakutu tentang penumpukan jendela.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2172,7 +2172,7 @@ msgstr "" " --rewrite-preferences Mutakhirkan berkas preferensi yang ada.\n" " --trace=conf,icon Path jejak yang digunakan untuk memuat konfigurasi.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2232,21 +2232,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "Direktori konfigurasi %s:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "Opsi %s yang dikonfigurasi: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Konfirmasi Log Keluar" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2413,11 +2413,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' tidak menghasilkan keluaran" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Tak ada program setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Untuk mengubah papan tik, silakan instal setxkbmap." @@ -2519,37 +2519,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Pengelola Sesi: Baris tidak diketahui %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Ubin Secara _Vertikal" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Ub_in Secara Horizontal" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Bertin_gkat" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Atur" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimalkan Semua" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Sembunyikan Semua" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Ta_k Jadi" @@ -2587,27 +2587,27 @@ msgstr "Tampilkan bilah tugas" msgid "All Workspaces" msgstr "Semua Ruang kerja" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Tampilkan" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Naikkan" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Hapus" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Hen_tikan Proses" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Bunuh _Process" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Daftar jendela" @@ -2725,22 +2725,22 @@ msgstr "Pilih Semu_a" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "Locale tidak didukung oleh pustaka C. Kembali ke locale 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Gagal untuk menentukan set kode locale saat ini. Dengan asumsi ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv tidak menyediakan (cukup) %s ke %s konverter." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "String multibyte \"%s\": %s tidak valid" diff --git a/po/it.po b/po/it.po index f80cb15f..0324a46d 100644 --- a/po/it.po +++ b/po/it.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.31\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-05-17 11:59+0000\n" "Last-Translator: Davide Aiello \n" "Language-Team: Italian " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID ID del client da usare quando si contatta il gestore " "delle sessioni.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2172,7 +2172,7 @@ msgstr "" " --debug-z Stampa messaggi di debug riguardanti la pila delle " "finestre.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2193,7 +2193,7 @@ msgstr "" " --trace=conf,icon Traccia i percorsi utilizzati per caricare la " "configurazione.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2252,21 +2252,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "Directory di configurazione di %s:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "Opzioni configurate di %s: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Conferma uscita" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2436,11 +2436,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' non produce alcun risultato" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Programma mancante setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Per cambiare tastiera, installare setxkbmap." @@ -2542,37 +2542,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Gestore delle sessioni: riga %s sconosciuta" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Affianca _verticalmente" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Affianca or_izzontalmente" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "A ca_scata" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "Dis_poni" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimizza tutto" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Nascondi tutto" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Ann_ulla" @@ -2610,27 +2610,27 @@ msgstr "Mostra barra delle applicazioni" msgid "All Workspaces" msgstr "Tutti gli spazi di lavoro" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Mo_stra" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Alza" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Canc" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Termina il processo" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Termina il _processo" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Elenco finestre" @@ -2751,25 +2751,25 @@ msgstr "Selezion_a tutto" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Localizzazione non supportata dalla libreria C o da Xlib. Si ripiega sulla " "localizzazione 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Impossibile determinare il set di codici della localizzazione corrente. " "Presumibilmente è ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv non fornisce (abbastanza) convertitori da %s a %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Stringa multibyte \"%s\" non valida: %s" diff --git a/po/ja.po b/po/ja.po index 877fc618..288b4fd5 100644 --- a/po/ja.po +++ b/po/ja.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.0.6\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-10 01:11+0000\n" "Last-Translator: Yasuhiko Kamata \n" "Language-Team: Japanese " msgstr "<なし>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID セッションマネージャに接続する際のクライアント ID を指" "定します。\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2165,7 +2165,7 @@ msgstr "" " --debug-z ウインドウのスタック処理に関連するデバッグメッセージを" "表示します。\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2185,7 +2185,7 @@ msgstr "" " --rewrite-preferences 既存の設定ファイルを更新します。\n" " --trace=conf,icon 設定の読み込み時に使用するパスをトレースします。\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2245,21 +2245,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s の設定ディレクトリ:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s の設定済みオプション: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "ログアウトの確認" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2426,11 +2426,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' は何も出力しませんでした" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "プログラム setxkbmap がありません" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" "キーボードの切り替えを行なうため、 setxkbmap をインストールしてください。" @@ -2533,37 +2533,37 @@ msgid "Session Manager: Unknown line %s" msgstr "セッションマネージャ: 未知の行 %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "垂直に並べる (_V)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "水平に並べる (_I)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "カスケード (_S)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "整列 (_A)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "全て最小化 (_M)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "全て隠す (_H)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "元に戻す (_U)" @@ -2601,27 +2601,27 @@ msgstr "タスクバーを表示" msgid "All Workspaces" msgstr "全てのワークスペース" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "表示 (_S)" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "上に表示 (_R)" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "削除" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "プロセス終了 (_T)" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "プロセス強制終了 (_P)" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "ウインドウ一覧" @@ -2743,25 +2743,25 @@ msgstr "全て選択 (_A)" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "C ライブラリまたは Xlib がロケールに対応していません。 'C' ロケールにフォール" "バックします。" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "現在のロケールに対するコードセットを判別できませんでした。 ISO-8859-1 と仮定" "します。\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv は %s から %s への変換に対応していません。" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "マルチバイト文字列が正しくありません \"%s\": %s" diff --git a/po/ko.po b/po/ko.po index 0aeaa117..3ea42fec 100644 --- a/po/ko.po +++ b/po/ko.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.35\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2019-02-07 06:32+0000\n" "Last-Translator: Hwajin Kim \n" "Language-Team: Korean " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID 세션 관리자에게 문의할 때 사용할 클라이언트 ID입니다.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2237,7 +2237,7 @@ msgstr "" " --debug 일반 디버그 메시지를 인쇄합니다.\n" " --debug-z 창 스택 관련 디버그 메시지를 인쇄합니다.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2259,7 +2259,7 @@ msgstr "" " -t, --theme=FILE FILE에서 테마를 로드합니다.\n" " --postpreferences 모든 처리 후 기본 설정을 인쇄합니다.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2318,21 +2318,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s 구성 디렉터리:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s 구성된 옵션: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "종료 확인" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2500,11 +2500,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s'은(는) 출력이 없습니다." -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2606,37 +2606,37 @@ msgid "Session Manager: Unknown line %s" msgstr "세션 관리자: 알 수 없는 줄 %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "수직 정렬(_V)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "수평 정렬(_I)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "계단식 정렬(_S)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "정렬(_A)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "모두 최소화(_M)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "모두 숨기기(_H)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "실행 취소(_U)" @@ -2674,27 +2674,27 @@ msgstr "작업 표시줄 표시" msgid "All Workspaces" msgstr "모든 작업공간" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "보여주기(_S)" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "올리기(_R)" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "지우기" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "프로세스 종결(_T)" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "프로세스 죽이기(_P)" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "창 목록" @@ -2812,22 +2812,22 @@ msgstr "전체 선택(_A)" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "C 라이브러리 또는 Xlib가 지원하지 않는 로케일입니다. 'C' 로케일로 폴링합니다." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "현재 로케일의 코드셋을 결정할 수 없음. ISO-8859-1 가정.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv는 (충분한) %s를 %s 변환기에 공급하지 않는다." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "잘못된 멀티바이트 문자열 \"%s\": %s" diff --git a/po/lt.po b/po/lt.po index c18a772b..19a28275 100644 --- a/po/lt.po +++ b/po/lt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.1\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-05-14 07:59+0000\n" "Last-Translator: Mindaugas Baranauskas \n" "Language-Team: Lithuanian " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2103,7 +2103,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2135,21 +2135,21 @@ msgid "" "\n" msgstr "" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Neatpažinta parinktis: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Patvirtink atsijungimą" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2312,11 +2312,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2423,37 +2423,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sesijos tvarkytuvė: nežinoma eilutė %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Suskirstyti _vertikaliai" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Suskirstyti _horizontaliai" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Suskirstyti ka_skadiškai" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "Sutv_arkyti" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "Su_mažinti visus" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Paslėpti visus" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Atša_ukti" @@ -2499,29 +2499,29 @@ msgstr "Užduočių juosta" msgid "All Workspaces" msgstr "Visi darbalaukiai" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Rodyti" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "Iš_kelti" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Šalinti" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Užbaigti procesą" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "_Nužudyti procesą" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Langų sąrašas" @@ -2641,23 +2641,23 @@ msgstr "Pažymėti _viską" msgid "Ctrl+A" msgstr "Vald+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "C biblioteka nepalaiko šios lokalės. Grįžtama prie „C“ lokalės." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Nepavyko nustatyti dabartinės lokalės koduotės. Naudosima ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv nepalaiko (pakankamai) %s į %s pavertėjų." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Neteisinga daugiabaitinė eilutė \"%s\": %s" diff --git a/po/lv.po b/po/lv.po index e1e4f1ac..52731ea7 100644 --- a/po/lv.po +++ b/po/lv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2005-06-12 12:59+0300\n" "Last-Translator: Kristaps Kaupe \n" "Language-Team: \n" @@ -1378,7 +1378,7 @@ msgstr "Darbībai `%s' vajag vismaz %d argumentus." msgid "Invalid expression: `%s'" msgstr "Kļūdaina izteiksme: `%s'" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1788,7 +1788,7 @@ msgstr "" " DesktopTransparencyColor - Logu caurspīdīguma krāsa\n" " DesktopTransparencyImage - Logu caurspīdīguma attēls\n" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Nezināma opcija: %s\n" @@ -1947,7 +1947,7 @@ msgstr "_Zem" msgid "D_esktop" msgstr "_Darbavirsma" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "At_jaunot" @@ -1959,35 +1959,35 @@ msgstr "Pā_rvietot" msgid "_Size" msgstr "Izmēr_s" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "Mi_nimizēt" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "Ma_ksimizēt" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Maksimizēt" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Maksimizēt" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "_Pilnekrānā" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "N_oslēpt" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "Sar_itināt" @@ -1995,19 +1995,19 @@ msgstr "Sar_itināt" msgid "R_aise" msgstr "P_aaugstināt" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "Pa_zemināt" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "S_lānis" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Pārvie_tot uz" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "_Aizņemt visas" @@ -2015,15 +2015,15 @@ msgstr "_Aizņemt visas" msgid "Limit _Workarea" msgstr "Ierobežot _darba apgabalu" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "Paplātes _ikona" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "Aiz_vērt" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "Nogalināt _klientu" @@ -2054,23 +2054,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2082,7 +2082,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2140,21 +2140,21 @@ msgstr "" "Apmeklējiet https://ice-wm.org/, lai ziņotu par kļūdām, prasītu atbalstu vai " "atstātu komentārus...\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Nezināma opcija: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Apstiprināt izlogošanos" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2318,11 +2318,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2426,37 +2426,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sesiju pārvaldnieks: Nezināma rinda %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Kārtot blakus _vertikāli" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Kārtot blakus hor_izontāli" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ka_skadēt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "S_akārtot" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimizēt visus" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Noslēpt visus" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Atsa_ukt" @@ -2502,29 +2502,29 @@ msgstr "Uzdevumu josla" msgid "All Workspaces" msgstr "Visas darba vides" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Parādīt" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "P_aaugstināt" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Del" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Aizvēr_t procesu" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Nogalināt _procesu" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Logu saraksts" @@ -2644,22 +2644,22 @@ msgstr "Iezīmēt _visu" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "C bibliotēka neatbalsta šo lokāli. Atkrītu uz 'C' lokāli." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "Neizdevās noteikt tekošās lokāles kodu kopu. Pieņemam ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv nepiedāvā pietiekami derīgus pārveidotājus no %s uz %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Kļūdaina vairākbaitu virkne \"%s\": %s" diff --git a/po/mk.po b/po/mk.po index be1b3300..3a179c5c 100644 --- a/po/mk.po +++ b/po/mk.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2006-01-26 23:29+0100\n" "Last-Translator: Bozidar Proevski \n" "Language-Team: \n" @@ -1377,7 +1377,7 @@ msgstr "Дејството „%s“ бара најмалку %d аргумен msgid "Invalid expression: `%s'" msgstr "Невалиден израз: „%s“" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1795,7 +1795,7 @@ msgstr "" " DesktopTransparencyColor - боја за полупроѕирните прозорци\n" " DesktopTransparencyImage - слика за полупроѕирните прозорци\n" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Непрепознаена опција: %s\n" @@ -1954,7 +1954,7 @@ msgstr "_Под" msgid "D_esktop" msgstr "Раб. површ_ина" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "_Обнови" @@ -1966,35 +1966,35 @@ msgstr "Пре_мести" msgid "_Size" msgstr "Го_лемина" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "С_мали" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "_Рашири" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Рашири" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Рашири" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "Преку _цел екран" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "С_криј" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "Свиткај на_горе" @@ -2002,19 +2002,19 @@ msgstr "Свиткај на_горе" msgid "R_aise" msgstr "П_одигни" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "_Спушти" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "Сл_ој" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Премес_ти на" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Окупир_ај ги сите" @@ -2022,15 +2022,15 @@ msgstr "Окупир_ај ги сите" msgid "Limit _Workarea" msgstr "Ограничи работна о_бласт" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "_Икона во сис. лента" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "_Затвори" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "_Прекини клиент" @@ -2061,23 +2061,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "<нема>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2089,7 +2089,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2148,21 +2148,21 @@ msgstr "" "Посете ја страницата https://ice-wm.org/ за да известите за бубачки,\n" "за барања за поддршка, коментари итн...\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Непрепознаена опција: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Потврда на одјавувањето" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2326,11 +2326,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2434,37 +2434,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Менаџер на сесии: Непозната линија %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Поплочи _вертикално" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Поплочи _хоризонтално" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ка_скадирај" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "Р_аспореди" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "С_мали ги сите" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "С_криј ги сите" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Отповикај" @@ -2510,29 +2510,29 @@ msgstr "Лента со задачи" msgid "All Workspaces" msgstr "Сите работни простори" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Прик_ажи" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "П_одигни" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Del" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Запри процес" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Прекини _процес" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Листа со прозорци" @@ -2654,24 +2654,24 @@ msgstr "Избери ги _сите" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "Локалот не е поддржан од Ц-библиотеката. Продолжувам со локалот „C“." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Не успеав да го одредам множ. кодови на тековниот локал. Претпоставувам " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv не доставува (доволно) конвертери за %s во %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Невалидна повеќебајтна низа „%s“: %s" diff --git a/po/nb.po b/po/nb.po index bdb109d5..896745ce 100644 --- a/po/nb.po +++ b/po/nb.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.2\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2002-09-22 22:00+0200\n" "Last-Translator: Petter Johan Olsen \n" "Language-Team: Norwegian\n" @@ -1379,7 +1379,7 @@ msgstr "Kommandoen `%s' krever minst %d argumenter." msgid "Invalid expression: `%s'" msgstr "Ugyldig uttrykk: `%s'" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1784,7 +1784,7 @@ msgid "" "\n" msgstr "" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Ukjent opsjon: %s\n" @@ -1943,7 +1943,7 @@ msgstr "_Under" msgid "D_esktop" msgstr "_Skrivebord" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "_Gjenopprett" @@ -1955,35 +1955,35 @@ msgstr "_Flytt" msgid "_Size" msgstr "_Endre størrelse" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "Mi_nimer" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "Ma_ksimer" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Maksimer" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Maksimer" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "_Fullskjerm" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "G_jem" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "_Rull opp" @@ -1991,19 +1991,19 @@ msgstr "_Rull opp" msgid "R_aise" msgstr "_Hev" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "_Senk" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "_Lag" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Fl_ytt til" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Finnes på _alle" @@ -2011,15 +2011,15 @@ msgstr "Finnes på _alle" msgid "Limit _Workarea" msgstr "_Begrens område" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "_Trayikon" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "L_ukk" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "_Drep klient" @@ -2050,23 +2050,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2078,7 +2078,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2137,21 +2137,21 @@ msgstr "" "Se https://ice-wm.org/ for å rapportere feil, få hjelp, og gi kommentarer.\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Ukjent opsjon: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Bekreft avlogging" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2315,11 +2315,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2423,37 +2423,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sesjonshåndterer: ukjent linje `%s'" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Flislegg _vertikalt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Flislegg _horisontalt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Overlapp" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Arranger" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimer alle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Gjem alle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "A_ngre" @@ -2501,30 +2501,30 @@ msgstr "Oppgavelinje" msgid "All Workspaces" msgstr "Skrivebordsområde: " -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Vis" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "_Hev" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 #, fuzzy msgid "Del" msgstr "Delete" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Terminer prosess" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Drep _prosess" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Vindusliste" @@ -2643,25 +2643,25 @@ msgstr "_Velg alt" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Dine regionale innstillinger støttes ikke av C-biblioteket.\n" "Bruker innstilligene for 'C' i stedet." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Klarte ikke å identifisere tegnkodingen som brukes. Antar ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv tilbyr ikke tilstrekkelig konvertering fra `%s' til `%s'." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Ugyldig flerbytestreng `%s': %s" diff --git a/po/nl.po b/po/nl.po index 6beaf218..055fade7 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.2.23\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-10 01:11+0000\n" "Last-Translator: Freek de Kruijf \n" "Language-Team: Dutch " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Te gebruiken client-id bij contact maken met de " "sessiemanager.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2161,7 +2161,7 @@ msgstr "" " --debug Algemene debugberichten afdrukken.\n" " --debug-z Debugberichten over stapelen van vensters afdrukken.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2181,7 +2181,7 @@ msgstr "" "--rewrite-preferences Een bestaand bestand met voorkeuren bijwerken.\n" " --trace=conf,icon Paden volgen gebruiken om configuratie te laden.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2240,21 +2240,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s configuratiemappen:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s geconfigureerde opties:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Afmelden bevestigen" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2423,11 +2423,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' produceert geen uitvoer" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Programma setxkbmap ontbreekt" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Om van toetsenbord te wisselen, installeer setxkbmap." @@ -2529,37 +2529,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sessie manager: Onbekende regel %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "_Vertikaal uitlijnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "_Horizontaal uitlijnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Overlappend uitlijnen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Optimaliseren" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "Alles _minimaliseren" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Alles _verstoppen" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Ongedaan" @@ -2597,27 +2597,27 @@ msgstr "Taakbalk tonen" msgid "All Workspaces" msgstr "Alle werkruimten" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Tonen" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "Om_hoog" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Verwijderen" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Programma stoppen" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Programma stoppen" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Window lijst" @@ -2735,23 +2735,23 @@ msgstr "_Alles selecteren" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Taalregio wordt niet ondersteund door C-bibliotheek of Xlib. Er wordt " "teruggevallen op de algemene taalregio 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "Kom huidige lokaliteit niet bepalen. Ga uit van ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv heeft (onvoldoende) %s naar %s-vertalers." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Ongeldige Multibyte-string »%s«: %s" diff --git a/po/no.po b/po/no.po index 293dbef1..ef613fac 100644 --- a/po/no.po +++ b/po/no.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.2\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2002-09-22 22:00+0200\n" "Last-Translator: Petter Johan Olsen \n" "Language-Team: Norwegian\n" @@ -1378,7 +1378,7 @@ msgstr "Kommandoen `%s' krever minst %d argumenter." msgid "Invalid expression: `%s'" msgstr "Ugyldig uttrykk: `%s'" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1783,7 +1783,7 @@ msgid "" "\n" msgstr "" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Ukjent opsjon: %s\n" @@ -1942,7 +1942,7 @@ msgstr "_Under" msgid "D_esktop" msgstr "_Skrivebord" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "_Gjenopprett" @@ -1954,35 +1954,35 @@ msgstr "_Flytt" msgid "_Size" msgstr "_Endre størrelse" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "Mi_nimer" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "Ma_ksimer" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Maksimer" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Maksimer" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "_Fullskjerm" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "G_jem" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "_Rull opp" @@ -1990,19 +1990,19 @@ msgstr "_Rull opp" msgid "R_aise" msgstr "_Hev" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "_Senk" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "_Lag" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Fl_ytt til" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Finnes på _alle" @@ -2010,15 +2010,15 @@ msgstr "Finnes på _alle" msgid "Limit _Workarea" msgstr "_Begrens område" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "_Trayikon" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "L_ukk" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "_Drep klient" @@ -2049,23 +2049,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2077,7 +2077,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2136,21 +2136,21 @@ msgstr "" "Se https://ice-wm.org/ for å rapportere feil, få hjelp, og gi kommentarer.\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Ukjent opsjon: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Bekreft avlogging" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2314,11 +2314,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2422,37 +2422,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sesjonshåndterer: ukjent linje `%s'" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Flislegg _vertikalt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Flislegg _horisontalt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Overlapp" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Arranger" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimer alle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Gjem alle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "A_ngre" @@ -2500,30 +2500,30 @@ msgstr "Oppgavelinje" msgid "All Workspaces" msgstr "Skrivebordsområde: " -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Vis" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "_Hev" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 #, fuzzy msgid "Del" msgstr "Delete" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Terminer prosess" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Drep _prosess" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Vindusliste" @@ -2642,25 +2642,25 @@ msgstr "_Velg alt" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Dine regionale innstillinger støttes ikke av C-biblioteket.\n" "Bruker innstilligene for 'C' i stedet." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Klarte ikke å identifisere tegnkodingen som brukes. Antar ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv tilbyr ikke tilstrekkelig konvertering fra `%s' til `%s'." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Ugyldig flerbytestreng `%s': %s" diff --git a/po/pl.po b/po/pl.po index e797a674..3a5add90 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: 1.2.15\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2019-02-07 06:32+0000\n" "Last-Translator: Ewelina Michalowska \n" "Language-Team: Polish " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Identyfikator klienta używany do kontaktu z menedżerem " "sesji.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2261,7 +2261,7 @@ msgstr "" " --debug-z Wyświetlenie komunikatów debugowania dotyczących " "układania okien.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2284,7 +2284,7 @@ msgstr "" " --postpreferences Wyświetlenie preferencji po zakończeniu " "przetwarzania.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2344,21 +2344,21 @@ msgstr "" "↵\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "Katalogi konfiguracji %s:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "Skonfigurowane opcje %s: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Potwierdź wyjście" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2526,11 +2526,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "%s nie generuje wyniku" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2632,37 +2632,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Menedżer sesji: nieznany wiersz %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Wyłóż Poziomo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Wyłóż P_ionowo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ka_skada" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "Rozmieść" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimalizuj wszystkie" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Sc_howaj wszystkie" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Cofnij" @@ -2700,27 +2700,27 @@ msgstr "Pokaż pasek zadań" msgid "All Workspaces" msgstr "Wszystkie obszary robocze" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Pokaż" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "Podnieś" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Usuń" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Zakończ proces" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Zabij _proces" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Lista okien" @@ -2838,25 +2838,25 @@ msgstr "Wybierz wszystko" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Ustawienia regionalne nieobsługiwane przez bibliotekę C lub Xlib. \n" "Przywrócenie ustawień regionalnych C." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Określenie bieżącego lokalnego zestawu kodowania nie powiodło się. Przyjmuję " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv nie dostarcza (wystarczającego) %s dla konwerterów %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Niepoprawny wielobajtowy łańcuch: \"%s\": %s" diff --git a/po/pt.po b/po/pt.po index ac649eb8..74b6e894 100644 --- a/po/pt.po +++ b/po/pt.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.6.6.83\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-15 16:11+0000\n" "Last-Translator: Hugo Carvalho \n" "Language-Team: Portuguese " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID ID do cliente a usar ao contatar o gerenciador de " "sessão.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2153,7 +2153,7 @@ msgstr "" " --debug-z Mostrar mensagens de depuração sobre a pilha das " "janelas.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2173,7 +2173,7 @@ msgstr "" " --rewrite-preferences Atualiza um ficheiro de preferências existente.\n" " --trace=conf,icon Caminho do trace usado para carregar a configuração.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2233,21 +2233,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s Diretórios de configuração:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s opções configuradas: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Confirmar saída" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2414,11 +2414,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' não produz resultado" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Programa setxkbmap em falta" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Para alternar o teclado, instale o setxkbmap." @@ -2520,37 +2520,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Gestor de sessão: linha desconhecida %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Agrupar _verticalmente" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Agrupar hor_izontalmente" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Cas_cata" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Organizar" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimizar tudo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Ocultar _tudo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Desfazer" @@ -2588,27 +2588,27 @@ msgstr "Mostrar barra de tarefas" msgid "All Workspaces" msgstr "Todas as áreas de trabalho" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Mostrar" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "Para _frente" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Eliminar" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "T_erminar processo" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Interromper _processo" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Lista de janelas" @@ -2724,24 +2724,24 @@ msgstr "Selecion_ar tudo" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Localização não suportada pela biblioteca C ou Xlib. A retroceder à " "localização 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Falha ao determinar a codificação de localização atual. Assumir ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv não supre (suficientes) %s para conversores %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Cadeia multibyte \"%s\" inválida: %s" diff --git a/po/pt_BR.po b/po/pt_BR.po index 93c58f7d..ca0f148e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.3.4pre2\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-20 02:34+0000\n" "Last-Translator: marcelo cripe \n" "Language-Team: Portuguese (Brazil) " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" @@ -2168,7 +2168,7 @@ msgstr "" " entrar em contato com o gerenciador de " "sessão.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2179,7 +2179,7 @@ msgstr "" " --debug-z Exibe as mensagens de depuração relacionadas ao " "empilhamento das janelas.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2201,7 +2201,7 @@ msgstr "" " --trace=conf,icon Caminho de rastreamento utilizado para carregar a\n" " configuração.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2261,21 +2261,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s diretórios de configuração:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s opções estão configuradas: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Confirmar a Saída" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2443,11 +2443,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' não produz saída" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "O programa setxkbmap não está disponível" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Para alternar o teclado, por favor, instale o setxkbmap." @@ -2549,37 +2549,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Gerenciador de Sessão: A linha %s não é conhecida" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Agrupar _Verticalmente" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Agrupar Hor_izontalmente" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Cas_cata" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Organizar" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimizar Tudo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Ocultar _Tudo" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Desfazer" @@ -2617,27 +2617,27 @@ msgstr "Exibir a Barra de Tarefas" msgid "All Workspaces" msgstr "Todas as Áreas de Trabalho" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Exibir" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Subir" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Apagar" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "T_erminar o Processo" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Interromper o _Processo" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Lista de janelas" @@ -2760,25 +2760,25 @@ msgstr "Selecion_ar Tudo" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "A localização não é suportada pela biblioteca C ou Xlib. Retornando à " "localização 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Falha ao determinar a codificação da localização atual. Assumindo a " "codificação de caracteres ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "o iconv não supre (suficientemente) %s para os conversores %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "A cadeia de vários bytes \"%s\" não é válida: %s" diff --git a/po/ro.po b/po/ro.po index cf8b37f7..a1f71c4a 100644 --- a/po/ro.po +++ b/po/ro.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.0.9\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2002-10-04 12:30+0200\n" "Last-Translator: Tiberiu Micu \n" "Language-Team: Romanian \n" @@ -1374,7 +1374,7 @@ msgstr "" msgid "Invalid expression: `%s'" msgstr "Argument invalid: `%s'." -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1775,7 +1775,7 @@ msgid "" "\n" msgstr "" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Opţiune nerecunoscută: %s\n" @@ -1934,7 +1934,7 @@ msgstr "Dedesu_bt" msgid "D_esktop" msgstr "D_esktop" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "_Restaurează" @@ -1946,35 +1946,35 @@ msgstr "_Mută" msgid "_Size" msgstr "Mărime" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "Mi_nimizează" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "Ma_ximizează" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Maximizează" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Maximizează" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "Ascunde" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "Rulează" @@ -1982,19 +1982,19 @@ msgstr "Rulează" msgid "R_aise" msgstr "Ridică" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "_Coboară" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "Strat" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Mută în" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Ocupă tot" @@ -2002,15 +2002,15 @@ msgstr "Ocupă tot" msgid "Limit _Workarea" msgstr "Limitează spaţiul de lucru" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "Închide" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "Închide clientul" @@ -2041,23 +2041,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2069,7 +2069,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2101,21 +2101,21 @@ msgid "" "\n" msgstr "" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Opţiune nerecunoscută: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Confirmă ieşirea" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2279,11 +2279,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2387,37 +2387,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Managerul de sesiuni: linie necunoscută %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Alăturare _verticală" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Alăturare or_izontală" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ca_scadare" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Aranjare" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimizează tot" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Ascunde tot" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Anulează" @@ -2465,30 +2465,30 @@ msgstr "Bara sarcini" msgid "All Workspaces" msgstr "Spaţiu de lucru: " -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Arată" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "Ridică" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 #, fuzzy msgid "Del" msgstr "Şterge" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Termină procesul" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Opreşte procesul" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Lista ferestre" @@ -2608,21 +2608,21 @@ msgstr "Selecte_ază tot" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv nu furnizează (suficient) %s pentru convertirea %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Şir multioctet invalid \"%s\": %s" diff --git a/po/ru.po b/po/ru.po index 424c7767..e7adf4cf 100644 --- a/po/ru.po +++ b/po/ru.po @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.4.2\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2019-06-15 19:49+0000\n" "Last-Translator: Olga Smirnova \n" "Language-Team: Russian " msgstr "<пусто>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Идентификатор клиента для связи с менеджером сеансов.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2196,7 +2196,7 @@ msgstr "" " --debug-z Печатать отладочные сообщения, относящиеся к стеку " "окон.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2218,7 +2218,7 @@ msgstr "" " -t, --theme=FILE Загрузка темы из файла FILE.\n" " --postpreferences Вывод настроек после завершения обработки.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2279,21 +2279,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "Каталоги конфигурации %s:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "Настроенные параметры %s: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Подтверждение выхода" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2463,11 +2463,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "%s не возвращает выходных данных" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2569,37 +2569,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Session Manager: Неизвестная линия %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Разделить _Вертикально" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Р_азделить Горизонтально" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ка_скадом" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Упорядочить" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Свернуть все" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Скрыть все" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Отмена" @@ -2637,27 +2637,27 @@ msgstr "Показать Панель задач" msgid "All Workspaces" msgstr "Все рабочие места" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Показать" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Поднять" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Удалить" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Остановить процесс" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Убить _процесс" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Список окон" @@ -2774,23 +2774,23 @@ msgstr "Выделить _всё" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Локаль не поддерживается библиотекой C или Xlib. Используется локаль C." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Не удалось определить кодировку текущей локали. Предполагаю ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv не поддерживает (достаточно) перекодировку из %s в %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Неверная многобайтовая строка \"%s\": %s" diff --git a/po/sk.po b/po/sk.po index 86da11ef..797d2a14 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm-1.2.22\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-09-10 18:12+0000\n" "Last-Translator: Ferdinand Galko \n" "Language-Team: Slovak " msgstr "<žiadny>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID ID klienta, ktoré bude použité pri kontaktovaní " "správcu sedenia.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2149,7 +2149,7 @@ msgstr "" " --debug Vypíše všeobecné ladiace správy.\n" " --debug-z Vypíše ladiace správy týkajúce naskladania okien.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2169,7 +2169,7 @@ msgstr "" " --rewrite-preferences Aktualizuje existujúci súbor predvolieb.\n" " --trace=conf,icon Stopové cesty použité na načítanie konfigurácie.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2229,21 +2229,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s konfiguračné adresáre:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s nakonfigurované voľby: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Potvrdiť odhlásenie" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2410,11 +2410,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' nevytára žiadny výstup" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "Chýba program setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Pre prepínanie klávesníc nainštalujte setxkbmap." @@ -2516,37 +2516,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Manažér sedení: Neznámy riadok %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Zarovnať _vertikálne" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Zarovnať _horizontálne" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Zarovnať do _kaskády" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Usporiadať" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimalizovať všetko" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Skryť všetko" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Vrátiť" @@ -2584,27 +2584,27 @@ msgstr "Ukázať Panel úloh" msgid "All Workspaces" msgstr "Všetky pracovné plochy" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Ukáz_ať" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Zvýšiť" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Zmazať" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Ukončiť proces" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "_Zabiť proces" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Zoznam okien" @@ -2722,24 +2722,24 @@ msgstr "Vybr_ať všetko" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Locale nie je podporované knižnicou C alebo Xlib. Núdzovo sa použije 'C' " "locale'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Nepodarilo sa zistiť aktuálnu kódovú stránku. Predpokladá sa ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv (dostatočne) nepodporuje konverziu z %s do %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Neplatný viacbajtový reťazec \"%s\": %s" diff --git a/po/sl.po b/po/sl.po index da192c59..8288b37a 100644 --- a/po/sl.po +++ b/po/sl.po @@ -19,7 +19,7 @@ msgid "" msgstr "" "Project-Id-Version: sl\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2004-10-03 21:56+0200\n" "Last-Translator: Jernej Kovacic \n" "Language-Team: Slovenian \n" @@ -1391,7 +1391,7 @@ msgstr "Dejanje `%s' zahteva vsaj %d argumentov." msgid "Invalid expression: `%s'" msgstr "Neveljaven izraz: `%s'" -#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1195 +#: src/icesh.cc:3367 src/icesound.cc:794 src/icewmhint.cc:37 src/wmapp.cc:1176 #: src/yxapp.cc:1022 #, c-format msgid "Can't open display: %s. X must be running and $DISPLAY set." @@ -1805,7 +1805,7 @@ msgstr "" " DesktopTransparencyColor - Barva oznanitve polprosojnih oken\n" " DesktopTransparencyImage - Slika oznanitve polprosojnih oken\n" -#: src/icewmbg.cc:1042 src/wmapp.cc:1774 +#: src/icewmbg.cc:1042 src/wmapp.cc:1751 #, fuzzy, c-format msgid "Unrecognized option '%s'." msgstr "Neprepoznana izbira: %s\n" @@ -1964,7 +1964,7 @@ msgstr "_Spodaj" msgid "D_esktop" msgstr "_Namizje" -#: src/wmapp.cc:564 src/wmwinlist.cc:365 +#: src/wmapp.cc:564 src/wmwinlist.cc:366 msgid "_Restore" msgstr "O_bnovi" @@ -1976,35 +1976,35 @@ msgstr "P_restavi" msgid "_Size" msgstr "Velikos_t" -#: src/wmapp.cc:570 src/wmwinlist.cc:366 +#: src/wmapp.cc:570 src/wmwinlist.cc:367 msgid "Mi_nimize" msgstr "Poma_njšaj" -#: src/wmapp.cc:572 src/wmwinlist.cc:367 +#: src/wmapp.cc:572 src/wmwinlist.cc:368 msgid "Ma_ximize" msgstr "R_azpni" -#: src/wmapp.cc:573 src/wmwinlist.cc:368 +#: src/wmapp.cc:573 src/wmwinlist.cc:369 #, fuzzy #| msgid "Maximize" msgid "Maximize_Vert" msgstr "Razpni" -#: src/wmapp.cc:574 src/wmwinlist.cc:369 +#: src/wmapp.cc:574 src/wmwinlist.cc:370 #, fuzzy #| msgid "Maximize" msgid "MaximizeHori_z" msgstr "Razpni" -#: src/wmapp.cc:577 src/wmwinlist.cc:370 +#: src/wmapp.cc:577 src/wmwinlist.cc:371 msgid "_Fullscreen" msgstr "_Celoten zaslon" -#: src/wmapp.cc:580 src/wmwinlist.cc:372 +#: src/wmapp.cc:580 src/wmwinlist.cc:373 msgid "_Hide" msgstr "S_krij" -#: src/wmapp.cc:582 src/wmwinlist.cc:373 +#: src/wmapp.cc:582 src/wmwinlist.cc:374 msgid "Roll_up" msgstr "Navz_gor" @@ -2012,19 +2012,19 @@ msgstr "Navz_gor" msgid "R_aise" msgstr "_Dvigni" -#: src/wmapp.cc:591 src/wmwinlist.cc:375 +#: src/wmapp.cc:591 src/wmwinlist.cc:376 msgid "_Lower" msgstr "_Spusti" -#: src/wmapp.cc:593 src/wmwinlist.cc:376 +#: src/wmapp.cc:593 src/wmwinlist.cc:377 msgid "La_yer" msgstr "S_loj" -#: src/wmapp.cc:597 src/wmwinlist.cc:378 +#: src/wmapp.cc:597 src/wmwinlist.cc:379 msgid "Move _To" msgstr "Prestavi _v" -#: src/wmapp.cc:598 src/wmwinlist.cc:379 +#: src/wmapp.cc:598 src/wmwinlist.cc:380 msgid "Occupy _All" msgstr "Za_sedi vse" @@ -2032,15 +2032,15 @@ msgstr "Za_sedi vse" msgid "Limit _Workarea" msgstr "_Omeji delovno površino" -#: src/wmapp.cc:608 src/wmwinlist.cc:380 +#: src/wmapp.cc:608 src/wmwinlist.cc:381 msgid "Tray _icon" msgstr "Pladenj z _ikonami" -#: src/wmapp.cc:613 src/wmwinlist.cc:395 src/wmwinlist.cc:403 +#: src/wmapp.cc:613 src/wmwinlist.cc:396 src/wmwinlist.cc:404 msgid "_Close" msgstr "_Zapri" -#: src/wmapp.cc:615 src/wmwinlist.cc:397 +#: src/wmapp.cc:615 src/wmwinlist.cc:398 msgid "_Kill Client" msgstr "_Ubij odjemalca" @@ -2071,23 +2071,23 @@ msgid "" "as a terminal. Proceed?" msgstr "" -#: src/wmapp.cc:1196 src/yxapp.cc:1023 +#: src/wmapp.cc:1177 src/yxapp.cc:1023 msgid "" msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2099,7 +2099,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2157,21 +2157,21 @@ msgstr "" "Sporočanje hroščev, zahteve za podporo, komentarji, ... na https://ice-wm." "org/\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Neprepoznana izbira: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Potrdi odjavo" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2335,11 +2335,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2443,37 +2443,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Upravljalnik sej: neznana vrstica %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Zloži na_vpično" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Zlož_i vodoravno" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Kaskadno" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Razporedi" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "Poma_njšaj vse" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Skri_j vse" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "P_rekliči" @@ -2519,29 +2519,29 @@ msgstr "Opravilna vrstica" msgid "All Workspaces" msgstr "Vse delovne površine" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "Pri_kaži" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "_Dvigni" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Izbriši" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Prekini proces" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Ubij _proces" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Seznam oken" @@ -2662,24 +2662,24 @@ msgstr "Izberi _vse" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "Knjižnica C ne podpira tega jezikovnega okolja. Vključujem okolje 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Določitev nabora znakov za trenutni locale ni uspela. Predpostavljam, da je " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv pretvornikom %2$s ne ponuja (zadostnega) %1$s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Neveljaven večzložni niz \"%s\": %s" diff --git a/po/sv.po b/po/sv.po index cda49f5f..7d36aa1e 100644 --- a/po/sv.po +++ b/po/sv.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: Icewm 1.2.0-beta1\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2020-05-07 08:52+0000\n" "Last-Translator: ingemar karlsson \n" "Language-Team: Swedish " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Klient-ID som ska användas vid kontakt med " "sessionshanteraren.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2164,7 +2164,7 @@ msgstr "" " --debug Skriv ut allmänna felsökningsmeddelanden.\n" " --debug-z Skriv ut felsökningsmeddelanden om fönsterstackning.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2192,7 +2192,7 @@ msgstr "" " -p, --postpreferences Skriv ut inställningar efter all bearbetning.\n" " --trace=conf, icon Sökvägar som används för att ladda konfiguration.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2251,21 +2251,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s konfigureringskataloger:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s konfigurerade väljare:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Bekräfta utloggning" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2434,11 +2434,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' genererar inga utdata" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2540,37 +2540,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Sessionshanteraren: Okänd rad %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Rada upp _lodrätt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Rada upp _vågrätt" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Kaskad" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "O_rdna" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Minimera alla" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Göm _alla" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Ångra" @@ -2608,27 +2608,27 @@ msgstr "Visa aktivitetsfält" msgid "All Workspaces" msgstr "Alla arbetsytor" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "V_isa" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Höj" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Ta bort" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Avsluta process" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "_Döda process" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Fönsterlista" @@ -2745,25 +2745,25 @@ msgstr "Markera _allt" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Språkkonventionen stöds inte av C-biblioteket eller Xlib. Faller tillbaka " "till språkkonvention 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Kunde inte avgöra teckenuppsättning för aktuell språkkonvention. Antar " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv tillhandahåller inte (tillräckliga) %s till %s-konverterare." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Ogiltig multibyte-sträng \"%s\": %s" diff --git a/po/tr.po b/po/tr.po index 84030193..2a67ebfa 100644 --- a/po/tr.po +++ b/po/tr.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.2.12\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-07-21 10:11+0000\n" "Last-Translator: Mehmet Akif 9oglu \n" "Language-Team: Turkish " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Oturum yöneticisiyle iletişim kurarken kullanılacak " "istemci kimliği.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2160,7 +2160,7 @@ msgstr "" " --debug-z Pencere yığınlaması ile ilgili hata ayıklama " "mesajlarını yazdırın.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2181,7 +2181,7 @@ msgstr "" " --trace=conf,icon Yapılandırmayı yüklemek için kullanılan yolları " "izleyin.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2241,21 +2241,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s yapılandırma dizinleri:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s yapılandırılmış seçenekler:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Oturum Kapatma Onayı" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2420,11 +2420,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "setxkbmap programı eksik" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "Klavye geçişi için lütfen setxkbmap yükleyin." @@ -2528,37 +2528,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Oturum Yöneticisi: Bilinmeyen satır %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "D_ikey Döşe" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "_Yatay Döşe" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "_Basamakla" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Düzenle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Hepsini Küçült" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "H_epsini gizle" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "Ge_rial" @@ -2596,27 +2596,27 @@ msgstr "Görev Çubuğunu Göster" msgid "All Workspaces" msgstr "Tüm Çalışma Alanları" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Göster" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "_Yükselt" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Sil" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_İşlemi Sonlandır" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "İşlemi _Öldür" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Pencere Listesi" @@ -2737,24 +2737,24 @@ msgstr "_Hepsini Seç" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "C kütüphanesi yada XLib yerelleştirmeyi desteklemiyor. Varsayılan 'C' " "locale'ye dönüldü." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Geçerli yerel ayar kod kümesi belirlenemedi. ISO-8859-1 varsayılıyor.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv (yeterli) %s - %s dönüştürücüsü sağlamıyor." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Geçersiz çok baytlı dize \"%s\": %s" diff --git a/po/uk.po b/po/uk.po index 846dde4e..49b8b073 100644 --- a/po/uk.po +++ b/po/uk.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: IceWM 1.0.6\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2018-04-14 08:08+0000\n" "Last-Translator: Andriy Bandura \n" "Language-Team: Ukrainian " msgstr "<немає>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" " --client-id=ID Ідентифікатор клієнта для зв'язку із менеджером " "сеансів.\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2326,7 +2326,7 @@ msgstr "" " --debug-z Друкує зневаджувальні повідомлення, які стосуються " "стеку вікон.\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2348,7 +2348,7 @@ msgstr "" " -t, --theme=FILE Завантаження теми із файлу FILE.\n" " --postpreferences Друк налаштувань після завершення обробки.\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2410,21 +2410,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s каталоги конфігурації:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s налаштовані параметри:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Підтвердження виходу" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2592,11 +2592,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' не створює виводу" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2700,37 +2700,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Session Manager: невідома лінія %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "Викласти по _вертикалі" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Викласти по _горизонталі" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Ка_скадом" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Впорядкувати" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Згорнути усі" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "_Сховати усі" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Повернути" @@ -2776,29 +2776,29 @@ msgstr "Панель завдань" msgid "All Workspaces" msgstr "Усі робочі місця" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Показати" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "Підняти" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Видалити" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "_Перервати процес" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Вбити процес" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Список вікон" @@ -2916,23 +2916,23 @@ msgstr "Вибрати все" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Локаль не підтримується бібліотекою C або Xlib. Переходимо на локаль 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Не вдалося визначити кодування поточної локалі. Припускаємо ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "Iconv не підтримує (на достатньому рівні) перекодування з %s у %s." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Невірна багатобайтова стрічка \"%s\": %s" diff --git a/po/vi.po b/po/vi.po index 555364ae..bb9010d2 100644 --- a/po/vi.po +++ b/po/vi.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.2.21pre1\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2016-08-25 08:19+0000\n" "Last-Translator: Hoàng Phạm \n" "Language-Team: Vietnamese " msgstr "" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr "" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" " --debug-z Print debug messages regarding window stacking.\n" msgstr "" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 msgid "" "\n" " -a, --alpha Use a 32-bit visual for translucency.\n" @@ -2125,7 +2125,7 @@ msgid "" " --trace=conf,icon Trace paths used to load configuration.\n" msgstr "" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, fuzzy, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2182,21 +2182,21 @@ msgstr "" "\n" "Để báo cáo lỗi, yêu cầu hỗ trợ, nhận xét,... hãy lên https://ice-wm.org/\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, fuzzy, c-format msgid "%s configured options:%s\n" msgstr "Tuỳ chọn không xác định: %s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "Xác nhận việc thoát" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2359,11 +2359,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "" @@ -2469,37 +2469,37 @@ msgid "Session Manager: Unknown line %s" msgstr "Trình quản lí: Dòng không rõ %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "_Lát Thẳng đứng" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "Lát _Nằm ngang" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "Xếp the_o tầng" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "_Sắp xếp" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "_Thu nhỏ tất cả" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "Ẩn tất _cả" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "_Hoàn tác" @@ -2545,29 +2545,29 @@ msgstr "Thanh tác vụ" msgid "All Workspaces" msgstr "Tất cả không gian" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "_Hiện" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 #, fuzzy #| msgid "R_aise" msgid "_Raise" msgstr "T_rên tất cả" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "Xoá" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "Dừng _tiến trình" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "Diệt tiến trì_nh" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "Danh sách cửa sổ" @@ -2686,25 +2686,25 @@ msgstr "Chọn _tất cả" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 #, fuzzy msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "" "Thư viện C không hỗ trợ bản địa (locale) này. Quay lại dùng bản địa 'C'." -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "" "Không xác định thành công bảng mã của bản địa hiện thời. Coi như " "ISO-8859-1.\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv không cung cấp (đủ) %s cho %s bộ chuyển đổi." -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "Lỗi chuỗi nhiều byte \"%s\": %s" diff --git a/po/zh_CN.po b/po/zh_CN.po index 5fa39cde..237b8707 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -2,7 +2,7 @@ msgid "" msgstr "" "Project-Id-Version: Chinese (China) (icewm)\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-03-30 04:56+0000\n" "Last-Translator: Grace Yu \n" "Language-Team: Chinese (China) " msgstr "<无>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr " --client-id=ID 与会话管理器通信时使用客户端 ID\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2141,7 +2141,7 @@ msgstr "" " --debug 打印通用调试信息。\n" " --debug-z 窗口层叠时打印调试信息。\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2169,7 +2169,7 @@ msgstr "" " -p, --postpreferences 处理完成后显示配置选项。\n" " --trace=conf,icon 追踪用于加载配置文件的路径。\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2228,21 +2228,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s 配置选项目录:\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s 配置选项:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "确认退出" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2410,11 +2410,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "'%s' 无输出" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "缺少程序 setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "要使用键盘切换,请安装 setxkbmap。" @@ -2516,37 +2516,37 @@ msgid "Session Manager: Unknown line %s" msgstr "会话管理者:未知行 %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "垂直平铺(_V)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "水平平铺(_I)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "层叠(_S)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "排列(_A)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "全部最小化(_M)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "全部隐藏(_H)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "撤消(_U)" @@ -2584,27 +2584,27 @@ msgstr "显示任务栏" msgid "All Workspaces" msgstr "所有工作区" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "显示(_S)" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "提升(_R)" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "删除" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "结束进程(_T)" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "杀掉进程(_p)" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "窗口列表" @@ -2721,21 +2721,21 @@ msgstr "全选(_A)" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "C 运行库或 Xlib 不支持该语言环境。将使用默认的 'C' 区域。" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "检测当前语言环境的编码失败。将假定为 ISO-8859-1。\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv 没有提供(足够)的 %s 到 %s 转换器。" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "错误的多字节字符串“%s”:%s" diff --git a/po/zh_TW.po b/po/zh_TW.po index 7fac2a5a..c6f2541c 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: icewm 1.2.30\n" "Report-Msgid-Bugs-To: https://github.com/bbidulock/icewm/issues\n" -"POT-Creation-Date: 2021-09-30 22:26+0200\n" +"POT-Creation-Date: 2021-10-04 20:31+0200\n" "PO-Revision-Date: 2021-03-20 11:56+0000\n" "Last-Translator: Grace Yu \n" "Language-Team: Chinese (Taiwan) " msgstr "<無>" -#: src/wmapp.cc:1517 +#: src/wmapp.cc:1498 msgid "" " --client-id=ID Client id to use when contacting session manager.\n" msgstr " --client-id=ID 聯絡工作階段管理程式時要使用的用戶端 ID。\n" -#: src/wmapp.cc:1523 +#: src/wmapp.cc:1504 msgid "" "\n" " --debug Print generic debug messages.\n" @@ -2143,7 +2143,7 @@ msgstr "" " --debug 列印一般除錯訊息。\n" " --debug-z 列印有關視窗堆疊的除錯訊息。\n" -#: src/wmapp.cc:1531 +#: src/wmapp.cc:1512 #, fuzzy #| msgid "" #| "\n" @@ -2171,7 +2171,7 @@ msgstr "" " -p、--postpreferences 執行所有處理後列印優先設定。\n" " --trace=conf,icon 追蹤用於載入組態的路徑。\n" -#: src/wmapp.cc:1541 +#: src/wmapp.cc:1522 #, c-format msgid "" "Usage: %s [OPTIONS]\n" @@ -2230,21 +2230,21 @@ msgstr "" "%s\n" "\n" -#: src/wmapp.cc:1607 +#: src/wmapp.cc:1588 #, c-format msgid "%s configuration directories:\n" msgstr "%s 組態目錄︰\n" -#: src/wmapp.cc:1689 +#: src/wmapp.cc:1670 #, c-format msgid "%s configured options:%s\n" msgstr "%s 設定的選項:%s\n" -#: src/wmapp.cc:1823 +#: src/wmapp.cc:1800 msgid "Confirm Logout" msgstr "確定登出" -#: src/wmapp.cc:1824 +#: src/wmapp.cc:1801 msgid "" "Logout will close all active applications.\n" "Proceed?" @@ -2412,11 +2412,11 @@ msgstr "" msgid "'%s' produces no output" msgstr "「%s」未產生任何輸出" -#: src/wmmgr.cc:3259 +#: src/wmmgr.cc:3309 msgid "Missing program setxkbmap" msgstr "缺少程式 setxkbmap" -#: src/wmmgr.cc:3260 +#: src/wmmgr.cc:3310 msgid "For keyboard switching, please install setxkbmap." msgstr "若要進行鍵盤切換,請安裝 setxkbmap。" @@ -2518,37 +2518,37 @@ msgid "Session Manager: Unknown line %s" msgstr "作業階段管理程式:未知的列 %s" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:215 src/wmwinlist.cc:382 src/wmwinlist.cc:415 +#: src/wmtaskbar.cc:215 src/wmwinlist.cc:383 src/wmwinlist.cc:416 msgid "Tile _Vertically" msgstr "垂直並排(_V)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:217 src/wmwinlist.cc:383 src/wmwinlist.cc:416 +#: src/wmtaskbar.cc:217 src/wmwinlist.cc:384 src/wmwinlist.cc:417 msgid "T_ile Horizontally" msgstr "水平並排(_I)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:219 src/wmwinlist.cc:384 src/wmwinlist.cc:417 +#: src/wmtaskbar.cc:219 src/wmwinlist.cc:385 src/wmwinlist.cc:418 msgid "Ca_scade" msgstr "階狀(_S)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:221 src/wmwinlist.cc:385 src/wmwinlist.cc:418 +#: src/wmtaskbar.cc:221 src/wmwinlist.cc:386 src/wmwinlist.cc:419 msgid "_Arrange" msgstr "排列(_A)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:223 src/wmwinlist.cc:387 src/wmwinlist.cc:419 +#: src/wmtaskbar.cc:223 src/wmwinlist.cc:388 src/wmwinlist.cc:420 msgid "_Minimize All" msgstr "全部縮到最小(_M)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:225 src/wmwinlist.cc:388 src/wmwinlist.cc:420 +#: src/wmtaskbar.cc:225 src/wmwinlist.cc:389 src/wmwinlist.cc:421 msgid "_Hide All" msgstr "全部隱藏(_H)" #. TRANSLATORS: This appears in a group with others items, so please make the hotkeys unique in the set: # T_ile Horizontally, Ca_scade, _Arrange, _Minimize All, _Hide All, _Undo, Arrange _Icons, _Windows, _Refresh, _About, _Logout -#: src/wmtaskbar.cc:227 src/wmwinlist.cc:389 src/wmwinlist.cc:421 +#: src/wmtaskbar.cc:227 src/wmwinlist.cc:390 src/wmwinlist.cc:422 msgid "_Undo" msgstr "復原(_U)" @@ -2586,27 +2586,27 @@ msgstr "顯示工作列" msgid "All Workspaces" msgstr "所有工作區" -#: src/wmwinlist.cc:371 +#: src/wmwinlist.cc:372 msgid "_Show" msgstr "顯示(_S)" -#: src/wmwinlist.cc:374 +#: src/wmwinlist.cc:375 msgid "_Raise" msgstr "提升(_R)" -#: src/wmwinlist.cc:395 +#: src/wmwinlist.cc:396 msgid "Del" msgstr "刪除" -#: src/wmwinlist.cc:399 +#: src/wmwinlist.cc:400 msgid "_Terminate Process" msgstr "終止行程(_T)" -#: src/wmwinlist.cc:400 +#: src/wmwinlist.cc:401 msgid "Kill _Process" msgstr "砍掉行程(_P)" -#: src/wmwinlist.cc:435 src/wmwinlist.cc:436 +#: src/wmwinlist.cc:436 src/wmwinlist.cc:437 msgid "Window list" msgstr "視窗清單" @@ -2723,21 +2723,21 @@ msgstr "全部選取(_A)" msgid "Ctrl+A" msgstr "Ctrl+A" -#: src/ylocale.cc:56 +#: src/ylocale.cc:55 msgid "Locale not supported by C library or Xlib. Falling back to 'C' locale'." msgstr "C 函式庫或 Xlib 不支援的語系。回復為「C」語系。" -#: src/ylocale.cc:91 +#: src/ylocale.cc:90 msgid "" "Failed to determinate the current locale's codeset. Assuming ISO-8859-1.\n" msgstr "判別目前語系的字碼集時失敗。假定為 ISO-8859-1。\n" -#: src/ylocale.cc:124 src/ylocale.cc:132 +#: src/ylocale.cc:123 src/ylocale.cc:131 #, c-format msgid "iconv doesn't supply (sufficient) %s to %s converters." msgstr "iconv 不(完全)支援 %s 到 %s 的轉換器。" -#: src/ylocale.cc:234 +#: src/ylocale.cc:231 #, c-format msgid "Invalid multibyte string \"%s\": %s" msgstr "無效的多位元字串「%s」:%s"