Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/xfce-mirror/xfce4-sensors-plugin

Mirror repository, PRs are not watched, please use Xfce's GitLab
https://github.com/xfce-mirror/xfce4-sensors-plugin

Fix missing-prototypes

middlelayer.c:331:1: error: no previous prototype for 'cleanup_interfaces' [-Werror=missing-prot...

354688948e63eeb539a4819b39e59f60e1995d58 authored over 3 years ago by Olaf Hering <[email protected]>
Fix invalid order of widgets after changing panel orientation

The label "Sensors", initially on the left side in horizontal mode if the
label is enabled, inco...

ec0eb6638d739559e7bd778e2bb2c466d3487e98 authored over 3 years ago by Jan Ziak <[email protected]>
Fix accesses to destroyed widgets when changing the panel orientation

This fixes the following GTK warning messages:

(wrapper-2.0:30917): Gtk-CRITICAL **: gtk_widget...

e5cea2081934e589332a8bb372176d18afa71229 authored over 3 years ago by Jan Ziak <[email protected]>
Code cleanup: Move a couple of variable declarations to inner scopes

This decreases the number of source code lines by 5. This is just a sample
of how moving variabl...

606670b3057c30448533ed31e3fcc55b161ae90f authored over 3 years ago by Jan Ziak <[email protected]>
Increase icon size in about dialog from 32 to 48 pixels

High-DPI displays are more common today.

7eabefcd63e4cbc42edbcdefe9913661d600ba1b authored over 3 years ago by Jan Ziak <[email protected]>
Update copyright year in about dialog

8b555d9204c1c4afb75e017631083de47e3ba83e authored over 3 years ago by Jan Ziak <[email protected]>
Update and sort .gitignore

97f907a82cfef013ae1ad563c5222088205ed3d2 authored over 3 years ago by Jan Ziak <[email protected]>
Avoid implicit conversions between XfcePanelPluginMode and GtkOrientation

This patch fixes clang warning messages.

4a7c1120352e96eca6ba9e80a5c04174dbcc4c2d authored over 3 years ago by Jan Ziak <[email protected]>
Fix invalid state flag

tacho.c:402:55: warning: implicit conversion from enumeration type 'GtkStateType' to different e...

071ece03a129ebea386e0a24868b168de548f73c authored over 3 years ago by Jan Ziak <[email protected]>
Code cleanup: Convert refresh_tacho_view() to a static function

6b7799c2cec1e15634fc73157eecc85464bf83ed authored over 3 years ago by Jan Ziak <[email protected]>
Code cleanup: Fix indentation and remove stale lines

3b06e55e7a97bcf1c409dd21aa7072485fb4bb7d authored over 3 years ago by Jan Ziak <[email protected]>
Code cleanup: Remove superfluous newlines in trace code

2927eda6e4a40a1d0c195c0686ab710bc2004b67 authored over 3 years ago by Jan Ziak <[email protected]>
Code cleanup: Remove empty lines

839ffb6084adcce069ae669a1fbe9df48c0899b1 authored over 3 years ago by Jan Ziak <[email protected]>
I18n: Update translation es (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

ac7a5ac62e3f793dc5467f4431522623d7a85770 authored almost 4 years ago by Toni Estévez <[email protected]>
I18n: Update translation he (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

ecff999314077dbbcd14ad171bee9c8cdabcf577 authored almost 4 years ago by Omer I.S <[email protected]>
I18n: Update translation tr (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

3edfabeb5522e7be0ad0947987a4b2ac50e506c4 authored almost 4 years ago by Emin Tufan Çetin <[email protected]>
I18n: Update translation de (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

f8bca6e1916b5d2082add9819ebc70250dc3a24f authored almost 4 years ago by Fabian <[email protected]>
I18n: Update translation be (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

acf43098464e181d57216f8f1c74fb0d4b298419 authored almost 4 years ago by Źmicier Turok <[email protected]>
I18n: Update translation eu (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e108e4631df1643eb55daa02e7598ed246f67de8 authored almost 4 years ago by Anonymous <[email protected]>
Include X11 headers before NVCtrl headers

See also: https://bugs.gentoo.org/746107

fa63a854bf2f4a651260e635e8fdc34e423b6018 authored almost 4 years ago by Jan Ziak <[email protected]>
I18n: Update translation cs (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

5970f5780ba94017523d3b39245f7e7f8ff4b29f authored almost 4 years ago by Michal Várady <[email protected]>
Set version tag to development after 1.3.95 again

6e339ad4553dc2c377ccea3edd0778816dc0b444 authored almost 4 years ago by Fabian Nowak <[email protected]>
Make sensors plugin compile on Debian 9 on i386 with Gtk2/3 again

Bump version to 1.3.95 to create a new release, also including corrected German translation

3e3847db7eeca726b2a8a15be72bb4b036a8d9c7 authored almost 4 years ago by Fabian Nowak <[email protected]>
Revised German translation again with wrong 'verdecken' instead of 'bedecken' or 'verwenden'; maybe English text is bad, but anyway translators have to try out their translations, e.g., via copying the .mo files to their system.

3dd10338beea2c6d9226a6e5b3ff1ef97e0c8780 authored almost 4 years ago by Fabian Nowak <[email protected]>
Enhance working with CSS

Bump version to 1.3.94
Silent output when compiling
Update copyright

1ea102768417f5fc1a40e0e4f4ef9067e105481a authored almost 4 years ago by Fabian <[email protected]>
Merge branch 'master' of ssh://gitlab.xfce.org/panel-plugins/xfce4-sensors-plugin

367df62db494fb8c1f025a355ef3798f5960fb3b authored almost 4 years ago by Fabian <[email protected]>
change prototype of sensors_create_tooltip

The function always returns TRUE.

Signed-off-by: Olaf Hering <[email protected]>

e2f852e5d7c85dd0439feec309aade376d77380a authored about 4 years ago by Olaf Hering <[email protected]>
change prototype of sensors_update_values

The function always returns TRUE.

Signed-off-by: Olaf Hering <[email protected]>

f0dc1f080ca008ac3bce8c83793adb42eea8881e authored about 4 years ago by Olaf Hering <[email protected]>
fix potential use after free

Just in case there is some multithreading going on.

Signed-off-by: Olaf Hering <[email protected]>

c192c4e6f154aad8acfb1ac7957e59ca631be13d authored about 4 years ago by Olaf Hering <[email protected]>
remove input check from private on_font_set

The input is never NULL.

Signed-off-by: Olaf Hering <[email protected]>

e111bbfe7d06501f4fd7d04875b202f830aa6fb2 authored about 4 years ago by Olaf Hering <[email protected]>
remove input check from sensors_update_tacho_panel

The input is never NULL.

Signed-off-by: Olaf Hering <[email protected]>

d5895c997eda3e1afa42a27b88cbe1da52d8fe99 authored about 4 years ago by Olaf Hering <[email protected]>
Change prototype of refresh_sensor

This function always returns TRUE.

Signed-off-by: Olaf Hering <[email protected]>

01b5967ce16be077b52f22c6abb929416e5b7d7f authored about 4 years ago by Olaf Hering <[email protected]>
Change prototype of refresh_sensor_data

This function always returns TRUE.

Signed-off-by: Olaf Hering <[email protected]>

d2efff2d428c763a0f338565e6112d0d5302593c authored about 4 years ago by Olaf Hering <[email protected]>
remove casts from refresh_view calls

The function receives a 'void *' pointer already.

Signed-off-by: Olaf Hering <[email protected]>

70ec68083227f6bc868ae388d3443f5380f254d1 authored about 4 years ago by Olaf Hering <[email protected]>
remove unused return value in sensors_show_panel

Adjust input to t_sensors *.
The called functions always return true.
Their input is always vali...

1221c1a8aa29872f0ca2d489203242e388965a2e authored about 4 years ago by Olaf Hering <[email protected]>
remove casts from sensors_show_panel calls

The function receives a 'void *' pointer already.

Signed-off-by: Olaf Hering <[email protected]>

833935fd61ebece46553bbade875845fd92927e9 authored about 4 years ago by Olaf Hering <[email protected]>
Remove GSourceFunc casts

Create a callback function for g_timeout_add.
A followup patch will change the prototype of sens...

c80b56b745dc478394febdc2a4c4b2a92c69823a authored about 4 years ago by Olaf Hering <[email protected]>
I18n: Update translation tr (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

a487acbd6a7bd8a6c648e51ff3ba26fa75f1bbee authored about 4 years ago by Emin Tufan <[email protected]>
I18n: Update translation ug (82%).

70 translated messages, 15 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

f46340894413178eb6488c8cf6b780bdd9f100fc authored about 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation sq (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

bb7f2463ddcc61bd465decea4c4805ca1b90a823 authored about 4 years ago by Besnik Bleta <[email protected]>
I18n: Update translation sk (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

d583270bcbfe08e458daecc80978ba83b346beb1 authored about 4 years ago by Slavko <[email protected]>
I18n: Update translation hy_AM (78%).

67 translated messages, 18 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

ac598eb451567d899d084123c42e372a4b2e9bc4 authored about 4 years ago by Real School <[email protected]>
I18n: Update translation hu (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

b88ff17a4fb1c26734afc39e9bbafbeb87951e5c authored about 4 years ago by Balázs Meskó <[email protected]>
I18n: Update translation he (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

a29f38b8047be325e448e1f30314cb204db02c76 authored about 4 years ago by Elishai Eliyahu <[email protected]>
I18n: Update translation sv (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

ca6fa43c45a7b7c11d27d5a8d47516b52503234e authored about 4 years ago by Luna Jernberg <[email protected]>
I18n: Update translation id (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

2aff2bdc92d30fb5d9109656dc83fa677c8cc9c7 authored over 4 years ago by Triyan W. Nugroho <[email protected]>
I18n: Update translation lt (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

64d8a9c06abdf525d4931f25986f378e2535cf73 authored over 4 years ago by Anonymous <[email protected]>
Save preferences when dialog is closed

Since panel 4.15.1 the close button is not shown anymore

24a6e82305c0b75e46d9ecc76a79db94731f25f1 authored over 4 years ago by Andre Miranda <[email protected]>
Fix multiple definition errors under GCC 10.0

Fixes issue #9, RHBZ#1800268

108ffac9eac23a5d87f142e36d162d62be0619e2 authored over 4 years ago by Robin Lee <[email protected]>
I18n: Update translation hye (95%).

81 translated messages, 4 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

ff45285fe3e4b7ef71a124306fbace0c3c55cbd0 authored over 4 years ago by Vahe Safaryan <[email protected]>
I18n: Update translation hye (91%).

78 translated messages, 7 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

85ffdfe8c9d4c58f766b341107f06b9cdf8ca564 authored over 4 years ago by Vahe Safaryan <[email protected]>
I18n: Add new translation hye (78%).

67 translated messages, 18 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

40d944f806d0097f70b724722f7f4c15db70458e authored over 4 years ago by Arman Harutyunyan <[email protected]>
Update URLs from goodies.x.o to docs.x.o (Bug #16175)

9bf030445b892af1ed3b1c6c04896aea5b5adb2a authored over 4 years ago by Kevin Bowen <[email protected]>
I18n: Update translation es (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e89a7b28dc78679c5772b03f80a3adc63da3d8a8 authored over 4 years ago by Ignacio Poggi <[email protected]>
I18n: Update translation es (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

9fa0d4163acf64b044926663fc8ec42675c582a4 authored over 4 years ago by Ignacio Poggi <[email protected]>
I18n: Update translation zh_TW (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

49e4b5a82c1330609203a23680226ee7955d9203 authored over 4 years ago by 黃柏諺 <[email protected]>
I18n: Update translation pl (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

aafea331aaaba1bb83ef9216e6bc90116398f9c3 authored over 4 years ago by Anonymous <[email protected]>
I18n: Update translation ie (85%).

73 translated messages, 12 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

b93fe6aef5dbf9facdbe9a0a73383bb8d1930a22 authored over 4 years ago by Anonymous <[email protected]>
I18n: Update translation id (88%).

75 translated messages, 10 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

ce551dfc835ba4df9384bcbe7bcc19081aafdbdb authored over 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation hu (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

f5d9617af099b82e7aa3fff0d8934b86e68942d5 authored over 4 years ago by Balázs Meskó <[email protected]>
I18n: Update translation es (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

9e9623fe46a305362fa217f19e6eeb6cdb2cd4d6 authored over 4 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

67e51abca8d91aa937a0477780d3971ba6d0167f authored over 4 years ago by Anonymous <[email protected]>
I18n: Update translation pt (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

949d3b607a4467e0123167ca1684a0cafbc62259 authored over 4 years ago by Nuno Miguel <[email protected]>
I18n: Update translation be (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

5960a3418492b16697f5c79ee5610658b2209f02 authored almost 5 years ago by Zmicer Turok <[email protected]>
I18n: Update translation sv (95%).

81 translated messages, 4 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

8c9b908866e49940188bd603b2d9c19eb099108c authored almost 5 years ago by Luna Jernberg <[email protected]>
I18n: Update translation sq (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

97f5ecbedebd32f1af928b199414eeaa745156f9 authored almost 5 years ago by Besnik <[email protected]>
Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin

54ed444d0e564432397d7770b889515119cd49fb authored about 5 years ago by Fabian <[email protected]>
I18n: Add new translation sl (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

25c9709ef5165b8b7fed2dba6187298771480235 authored about 5 years ago by Arnold Marko <[email protected]>
Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin

5127f9cee02bfd0e5a173788446f73b379e8ee89 authored about 5 years ago by Fabian <[email protected]>
I18n: Update translation hr (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

15d6ee08023c2a7b19fc344a07635b39f19ccb23 authored about 5 years ago by Ivica Kolić <[email protected]>
I18n: Update translation gl (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

c0fe5b939100adaa42fe1bb57c7ec92909f9d648 authored over 5 years ago by Daniel Muñiz Fontoira <[email protected]>
I18n: Update translation gl (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

ab9bf3a5df441b9d60cb3faebe2563bd9121405f authored over 5 years ago by Daniel Muñiz Fontoira <[email protected]>
I18n: Update translation nb (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

5464dbc5d940bec5d30f36e5b793465e12fed727 authored over 5 years ago by Kjell Cato Heskjestad <[email protected]>
I18n: Update translation gl (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

9bde3ee13742082666e159f2f03faae6f1e3b797 authored over 5 years ago by Daniel Muñiz Fontoira <[email protected]>
I18n: Add new translation hy_AM (78%).

67 translated messages, 18 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

742885db1ef92437728453a4aaf5849e85dd3a0b authored over 5 years ago by Real School <[email protected]>
I18n: Update translation nb (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

9fef1313d8e0b8687a07d88b9fb0b6c0bd14a2a3 authored over 5 years ago by Kjell Cato Heskjestad <[email protected]>
I18n: Update translation fi (94%).

80 translated messages, 5 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

1f0df53a0940cfc744fea3a1d5629295f345324f authored over 5 years ago by Jiri Grönroos <[email protected]>
I18n: Update translation fi (92%).

79 translated messages, 6 untranslated messages.

Transifex (https://www.transifex.com/xfce/publ...

ed309730dee5f800d456b8c15f393b314eebd626 authored over 5 years ago by Jiri Grönroos <[email protected]>
Revised German translation again with power [W] being translated as energy [J] or [mWh]

bc77afcdabd305dfd2720a6616012775b1d9b91d authored over 5 years ago by Fabian <[email protected]>
Merge branch 'master' of ssh://git.xfce.org/panel-plugins/xfce4-sensors-plugin

ba5a7b5cf705b9ca5cef809eec735dd4b70590c6 authored over 5 years ago by Fabian <[email protected]>
I18n: Update translation pt_BR (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

bb82f2021ad10b379af9848db5615e0de31f8941 authored over 5 years ago by Michael Martins <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

7b169ca74cad86fca68e851d6d358c094fa02442 authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

2c2a8cedf265cec13b626dc8053a130d4968f110 authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

3396dc48b1cd7791127265a023b317fd714fae84 authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

cf6980ac3a3d40eb15628eec75dd894e7e82844b authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

53a0228ec9b55ddebe9c49ea6be76f99aa4900c7 authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

e3459d893617aa4608493c5e921bcbdb2ad0f1b9 authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

4111b95f2e227e11459072824990ab3a0a4e235b authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation pt (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

7432fdfee5e51eb0054cfeb678c636813753287c authored over 5 years ago by Nuno Miguel <[email protected]>
I18n: Add new translation ie (85%).

73 translated messages, 12 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

9271c2bbd17aad4b77719141e60509f99bd83fdc authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

b1dcd36d1ae43c03211a62b9d31418912a6df86f authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation da (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

31871f1b5502a2370229dcabd3d1c6d6a634256f authored over 5 years ago by Anonymous <[email protected]>
I18n: Update translation is (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

7ed84386c04ffa4b316f54653f003915ec373433 authored over 5 years ago by Sveinn í Felli <[email protected]>
I18n: Update translation zh_TW (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

0a0997bfba1e0c4f715d2af123e44cc7121e9e00 authored over 5 years ago by Jeff Huang <[email protected]>
I18n: Update translation ur_PK (65%).

56 translated messages, 29 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

1e22f33c089b49ec87ecb6403cb9668f82986042 authored over 5 years ago by Xfce Bot <[email protected]>
I18n: Update translation ug (82%).

70 translated messages, 15 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

12a96d997a5a5949a8269c39007cc03e105c60ee authored over 5 years ago by Xfce Bot <[email protected]>
I18n: Update translation ur (65%).

56 translated messages, 29 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

44611ca0ca2f6495e60ad0b5879b1ec77915d6d7 authored over 5 years ago by Xfce Bot <[email protected]>
I18n: Update translation oc (84%).

72 translated messages, 13 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

c64c0bb9e7d713761769be95511b5bc9de78f671 authored over 5 years ago by Xfce Bot <[email protected]>
I18n: Update translation sv (88%).

75 translated messages, 10 untranslated messages.

Transifex (https://www.transifex.com/xfce/pub...

a382639319233ac68e03eb45e6eb080a6950e0a8 authored over 5 years ago by Xfce Bot <[email protected]>
I18n: Update translation ru (100%).

85 translated messages.

Transifex (https://www.transifex.com/xfce/public/).

242a69bad302c018209a385d13f4ab7643d153b3 authored over 5 years ago by Igor <[email protected]>