Commit Graph

707 Commits (a3765c89546506dff5b95c7d7a53688f99449fca)

Author SHA1 Message Date
Steve Harris a3765c8954 I18n: Update translation en_CA (97%).
38 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
John Humphrys cb3b3f5c6a I18n: Update translation en_AU (97%).
38 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
Anonymous c3b643e013 I18n: Update translation el (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
Andreas Eitel 1199ea8306 I18n: Update translation de (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
Chris Darnell 2a476160e3 I18n: Update translation da (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
Nick Schermer 31e9a9d430 I18n: Update translation cs (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
Robert Antoni Buj Gelonch f8935b1203 I18n: Update translation ca (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:40:00 +02:00
Kiril Kirilov 5a38bee25a I18n: Update translation bg (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:39:59 +02:00
Źmicier Turok 40ab826db8 I18n: Update translation be (97%).
38 translated messages, 1 untranslated message.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:39:59 +02:00
Nick Schermer 5ce6dac656 I18n: Update translation ar (79%).
31 translated messages, 8 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-22 10:39:59 +02:00
Ivica Kolić 0b8f9ba86c I18n: Update translation hr (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-04-10 12:49:52 +02:00
Daniel Muñiz Fontoira 0389226620 I18n: Update translation gl (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-26 12:49:51 +01:00
Triyan W. Nugroho 46da7de460 I18n: Update translation id (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-23 00:48:23 +01:00
Pjotr 9332f9adb1 I18n: Update translation nl (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-22 00:47:45 +01:00
Michael Martins a3a1867e94 I18n: Update translation pt_BR (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-17 00:48:04 +01:00
Elishai Eliyahu d43786f65a I18n: Update translation he (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-17 00:48:04 +01:00
Emanuele Petriglia 0e86621ffc I18n: Update translation it (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-14 00:47:38 +01:00
Toni Estévez 36b5b7fd15 I18n: Update translation es (100%).
39 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-03-13 12:51:02 +01:00
Simon Steinbeiss a0dc188eaa Back to development 2021-03-10 17:18:23 +01:00
Simon Steinbeiss 3aa9ceec35 Updates for release 2021-03-10 17:17:36 +01:00
Simon Steinbeiss f2b9f502b0 Fix netload documentation URL 2021-03-10 17:13:55 +01:00
Simon Steinbeiss 5639fcf39a Move to common m4 versioning macros 2021-03-10 17:11:08 +01:00
Simon Steinbeiss daf8435a95 Improve progressbar look
Otherwise the selected-bg-color of the theme will be used for the border
of the progressbar, making it sorta awkward-looking.
2021-03-10 16:32:19 +01:00
Simon Steinbeiss 5cedef35c5 Add "About" dialog 2021-03-10 16:31:53 +01:00
Simon Steinbeiss bd012459a5 Add help button to properties dialog 2021-03-10 16:31:08 +01:00
Simon Steinbeiss 876dfd10a7 Add new icons and switch to rDNS naming 2021-03-10 16:30:12 +01:00
Gaël Bonithon f7f50e1e03 Fix compilation warnings 2021-02-01 23:08:53 +01:00
Gaël Bonithon e0cac0dec6 autoconf: AM_CONFIG_HEADER -> AC_CONFIG_HEADERS 2021-02-01 23:08:53 +01:00
Gaël Bonithon 074f1663cb Update `.gitignore` 2021-02-01 23:08:53 +01:00
Olaf Hering d3da808568 Fix missing-prototypes
utils.c:38:15: error: no previous prototype for 'min_array' [-Werror=missing-prototypes]
utils.c:55:15: error: no previous prototype for 'max_array' [-Werror=missing-prototypes]
utils.c:73:7: error: no previous prototype for 'format_byte_humanreadable' [-Werror=missing-prototypes]

Signed-off-by: Olaf Hering <olaf@aepfle.de>
2021-02-01 23:07:33 +01:00
Olaf Hering 7a4820a3f8 Remove GSourceFunc casts
Convert the callback into a real GSourceFunc.

Signed-off-by: Olaf Hering <olaf@aepfle.de>
2021-02-01 23:06:11 +01:00
Emin Tufan Çetin 0ffbd97168 I18n: Update translation tr (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-01-19 10:39:37 +01:00
Igor c73f5bd99a I18n: Update translation ru (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-01-19 10:39:36 +01:00
Steve Harris 824212ce66 I18n: Update translation en_CA (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-01-19 10:39:34 +01:00
Źmicier Turok 6c5f22efc2 I18n: Update translation be (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-01-19 10:39:32 +01:00
Anonymous 9e1da9a90e I18n: Update translation eu (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2021-01-10 00:48:18 +01:00
Anonymous 477136a42f I18n: Update translation da (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-11-17 00:48:20 +01:00
Brian J. Tarricone 34f4441815 Populate a combo box with known network interfaces
Use getifaddrs() to enumerate all addresses associated with all network
interfaces, discarding duplicate interface names, and sorting.  For OSes
where getifaddrs() is not available, an interface name can still be
manually typed in.
2020-11-16 21:59:08 +01:00
Emin Tufan d8ef8c1915 I18n: Update translation tr (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-11-16 12:51:02 +01:00
Xfce Bot f2bf83ef9b I18n: Update translation ug (82%).
29 translated messages, 6 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:14 +02:00
Besnik Bleta f829328756 I18n: Update translation sq (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:13 +02:00
Dušan Kazik d6f04b67ab I18n: Update translation sk (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:13 +02:00
Igor 479f1896eb I18n: Update translation ru (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:13 +02:00
Balázs Meskó 4935323368 I18n: Update translation hu (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:10 +02:00
Elishai Eliyahu 22dc2c38c0 I18n: Update translation he (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:10 +02:00
Jiri Grönroos 250dc5d3f9 I18n: Update translation fi (85%).
30 translated messages, 5 untranslated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-10-16 18:43:09 +02:00
Landry Breuil 5bfad35280 remove unused wormulon files
would have avoided confusion, see #16
2020-07-22 21:02:54 +02:00
Theo Buehler 6192f5b356 Fix type for media_list on OpenBSD
The `SIOCGIFMEDIA` ioctl was changed in OpenBSD to take a `uint64_t` for
`ifm_ulist` in [this OpenBSD commit][1].  The current code results in a
buffer overflow.

Resolves #16

[1]: f2a0e42315
2020-07-17 10:59:03 +02:00
Steve Harris 40e6dc11d9 I18n: Add new translation en_CA (100%).
35 translated messages.

Transifex (https://www.transifex.com/xfce/public/).
2020-06-26 12:50:06 +02:00
Simon Steinbeiss 6aa5de3e10 Add basic GitLab pipeline 2020-06-25 11:37:02 +02:00