Ecosyste.ms: OpenCollective

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

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

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

I18n: Update translation eu (100%).

57 translated messages.

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

9136b93ee5e7cfd211da2e16e229de33694ac461 authored almost 4 years ago by Anonymous <[email protected]>
Bump properties dialog to Xfce 4.14 API

Since the plugin already depends on the minimum Gtk3 version of Xfce
4.14 we can also bump the m...

2fd4741308574f55d811529b01fdcf3b03fdec30 authored almost 4 years ago by Simon Steinbeiss <[email protected]>
Export SVG icons to PNG

16a95b160413d7c66e110126502a74e061282eee authored almost 4 years ago by Jan Ziak <[email protected]>
New icons

8ff4892f88defa129cdfc460f218f6fc74c74877 authored almost 4 years ago by Simon Steinbeiß <[email protected]>
I18n: Update translation ja (100%).

57 translated messages.

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

502caf2030f08a951fb090403ea432b4d3f08a28 authored almost 4 years ago by UTUMI Hirosi <[email protected]>
I18n: Update translation es (100%).

57 translated messages.

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

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

57 translated messages.

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

8342cdcc92b5d90653b7999fe10660a8cc5e6ffe authored almost 4 years ago by Kjell Cato Heskjestad <[email protected]>
I18n: Update translation es (100%).

57 translated messages.

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

ca89c21d88ac8e985b4a2ae6c343d11ea85391a8 authored almost 4 years ago by Anonymous <[email protected]>
I18n: Update translation sk (100%).

57 translated messages.

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

9b9fc28e58d12f0eeada201a28193a58769dd439 authored almost 4 years ago by Jan Ziak <[email protected]>
I18n: Update translation sq (92%).

53 translated messages, 4 untranslated messages.

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

b6d87dceefe88219f2fc5e8b4a052afda88136a3 authored almost 4 years ago by Besnik Bleta <[email protected]>
I18n: Update translation pt (100%).

57 translated messages.

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

b0256d52c6d64072e1c7ebab34cb3106d4a4c9a0 authored almost 4 years ago by Hugo Carvalho <[email protected]>
I18n: Update translation fr (100%).

57 translated messages.

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

327a6b861bacc2881eff2c5ce7f392a54aeeb7c1 authored almost 4 years ago by jc1 <[email protected]>
I18n: Update translation de (100%).

57 translated messages.

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

280e591c04c427c41565ce77d1a147fac2f33f17 authored almost 4 years ago by Andreas Eitel <[email protected]>
I18n: Update translation pl (100%).

57 translated messages.

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

cbf994305fb9c064bb3e74900dd6cb24c06477cf authored almost 4 years ago by Anonymous <[email protected]>
I18n: Update translation it (100%).

57 translated messages.

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

97071374e202facecffebc1777f44982c289e56d authored almost 4 years ago by Emanuele Petriglia <[email protected]>
I18n: Update translation cs (100%).

57 translated messages.

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

96568228bf3628b061885eca304ee1b60660108e authored almost 4 years ago by Michal Várady <[email protected]>
Back to development

ee32a6c76859a2384461aaf5ae3d29bfb60bbb46 authored almost 4 years ago by Jan Ziak <[email protected]>
Updates for release

1e4ebbe49ab7ace6919a4e8d66cf73bb87ef9843 authored almost 4 years ago by Jan Ziak <[email protected]>
Add NetBeans project directory to .gitignore

67a3ddbdd194b8483b484679974796f321a4feb8 authored almost 4 years ago by Jan Ziak <[email protected]>
Enable user-defined spacing between per-core history graphs

The default value of the spacing is 1 pixel, maximum is 3 pixels. The
maximum spacing might need...

775adfbaa2cfed889f69de896f47c7c3b1023a7c authored almost 4 years ago by Jan Ziak <[email protected]>
Improve performance of current CPU usage bars

0da6b7b619a6be8aced7393795769aff737ed771 authored almost 4 years ago by Jan Ziak <[email protected]>
Improve LED rendering performance

af1beaa1999e2a382c55dcc950be7a9eace6a7db authored almost 4 years ago by Jan Ziak <[email protected]>
Improve grid rendering performance

b3992bb475ef7f202d1a31030777270a0b334f81 authored almost 4 years ago by Jan Ziak <[email protected]>
Add support for per-core history graphs

This patch enables the plugin to display the histories of all CPU cores
next to each other.

The...

f0c62e9dae9f6e70b96891dbe704ef07fa7b0a7f authored almost 4 years ago by Jan Ziak <[email protected]>
Enumerate CPU cores from 0 (instead of 1) to match Linux command-line tools

a2a30f2b4e5d3877a3dbf42ab3ba53984e9c7c0a authored almost 4 years ago by Jan Ziak <[email protected]>
Use 0 or 1 when storing single-bit boolean settings as integers

If gboolean:1 is true, it is converted to -1 during implicit conversion to
an integer.

f0f48bf485bd0c7af1c2c34b2fb8a1bd52cd150a authored almost 4 years ago by Jan Ziak <[email protected]>
Code cleanup: Use a single bit per boolean setting

Before: 8*sizeof(gboolean) = 8*4 = 32 bytes
After: 8*(1 bit) = 1 byte

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

54 translated messages.

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

348b3ec74755810a7fcf70adba0cfefe5eba6593 authored almost 4 years ago by Arnold Marko <[email protected]>
I18n: Update translation fr (100%).

54 translated messages.

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

5df798492a46ba9495b55584efadcd5e89d7d76b authored almost 4 years ago by Yannick Le Guen <[email protected]>
Ensure that the bars and the history cannot be disabled at the same time

21c67ad20a2b81c7f1952bb46be9f62d8384a875 authored almost 4 years ago by Jan Ziak <[email protected]>
Slightly better handling of colors

This patch removes obsoleted code, improves responsiveness to color
changes, and avoids calls to...

e818c260e6e91fc86cdb34ce886b98904d46dd4a authored almost 4 years ago by Jan Ziak <[email protected]>
Use an exponential function when painting the grid in non-linear mode

9faa15d8ca4849e6e995b58c45b92a18344ad85d authored almost 4 years ago by Jan Ziak <[email protected]>
Back to development

01331d163d770f753167e7fe41b9688477b913a4 authored almost 4 years ago by Jan Ziak <[email protected]>
Updates for release

0bbc430356313d0e627b3127f77b1d2b25ae595b authored almost 4 years ago by Jan Ziak <[email protected]>
Record CPU load data even if the chart is currently disabled

Recording the history of the CPU load has a very low overhead. There is
no benefit to be gained ...

ff5c8db0b3f095f18c5a40f781f0947bea4f72c6 authored almost 4 years ago by Jan Ziak <[email protected]>
Validate size against minimum and maximum allowed values

612eeae757fb22af3b9dc4c116416ed1b9da9669 authored almost 4 years ago by Jan Ziak <[email protected]>
Change semantics of the non-linear time-scale mode

This patch changes the semantics of the non-linear mode from scaling the
y-axis (CPU load) to sc...

7dac8fed3862b71b7732dd53ec4f1e0eddd4b10a authored almost 4 years ago by Jan Ziak <[email protected]>
I18n: Update translation el (70%).

38 translated messages, 16 untranslated messages.

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

548ebac62549864d2c2acdcb0033aa49cdd837e1 authored almost 4 years ago by Anonymous <[email protected]>
Fix corner cases when rendering the grid and LED modes

889be68d93e18132f8bef5d156631b6340c76ddd authored almost 4 years ago by Jan Ziak <[email protected]>
Show SMT stats tooltip only when needed

d2a2a84d784f3693c4a9d519c460898815d883d6 authored almost 4 years ago by Jan Ziak <[email protected]>
I18n: Update translation ca (85%).

46 translated messages, 8 untranslated messages.

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

558863f5b7aef88ee8474a36068ad5eb95dcdd7b authored almost 4 years ago by Robert Antoni Buj Gelonch <[email protected]>
Back to development

81bbfd05e7c31f6a601f36200d3c0bac67da8198 authored almost 4 years ago by Jan Ziak <[email protected]>
Updates for release

31cba658719add81e66ee4e2c1a6b3a921299e3c authored almost 4 years ago by Jan Ziak <[email protected]>
Fix compilation warnings

a3875c3ac3cc116b25b3bb41ea8421236a0774cb authored almost 4 years ago by Gaël Bonithon <[email protected]>
Update `.gitignore`

0b9532b6c0d4c6f05a471fd94775761c5934cbe0 authored almost 4 years ago by Gaël Bonithon <[email protected]>
I18n: Update translation cs (100%).

54 translated messages.

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

e2ccfa83b8d1f00746e2811892528efe063400a2 authored almost 4 years ago by Michal Várady <[email protected]>
Repaint CPU load history after the user changes the update interval

Previously, the user had to wait up to 3 seconds for the repaint to happen.

59b3ffd22fc2dcbe90026ebbeada377114b8df6b authored almost 4 years ago by Jan Ziak <[email protected]>
Properly initialize current usage bars

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

54 translated messages.

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

98daa018f07fbeb4e7f1cecef2b5519403fadbf5 authored almost 4 years ago by Андрій Мізик <[email protected]>
Scale CPU load history chart according to the current update interval

When displaying the CPU load history chart, the algorithm determines
the CPU load values which a...

244d1e7214a8c6dd3ed736b3791dbd94715958b8 authored almost 4 years ago by Jan Ziak <[email protected]>
Store history in a circular buffer

The circular buffer avoids memmove() when adding a history item,
changing the temporal complexit...

9911111926b780b6bb822c52c0c3bc74528b26b4 authored almost 4 years ago by Jan Ziak <[email protected]>
I18n: Update translation sk (94%).

51 translated messages, 3 untranslated messages.

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

300e89ed9efcd3683bc1ffb9b9f2ebc91102ab15 authored almost 4 years ago by Jan Ziak <[email protected]>
I18n: Update translation ru (77%).

42 translated messages, 12 untranslated messages.

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

ae23a07eb5844f1ef0fc05fed9278f434fec8f8b authored almost 4 years ago by AlexanderFilev <[email protected]>
Add timestamps to CPU load history

This change is intended to make it possible (in a future patch) for
cpugraph to correctly displa...

80ee368c7178d46b9ebc1103a085a11436747ce0 authored almost 4 years ago by Jan Ziak <[email protected]>
Code cleanup: Add newlines to enum typedefs

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

54 translated messages.

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

b65ee576bcfb9cfa1170da405be00dd05e952fbb authored almost 4 years ago by Daniel Muñiz Fontoira <[email protected]>
I18n: Update translation eu (100%).

54 translated messages.

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

804f10ccdf6dcaa875fdbb368d053758773de182 authored almost 4 years ago by Anonymous <[email protected]>
I18n: Update translation sr (100%).

54 translated messages.

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

72deffdf6cdac46c1890e568875af343b94913c0 authored almost 4 years ago by Саша Петровић <[email protected]>
I18n: Update translation uk (68%).

37 translated messages, 17 untranslated messages.

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

81793c1b5a177df771f4db90934785ecdee890e6 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation sk (68%).

37 translated messages, 17 untranslated messages.

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

367d3b1187c4da9d8e13dfbf05eccd6b90ce6d3c authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ug (64%).

35 translated messages, 19 untranslated messages.

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

027fa424f79b0fc17fd2827871cc1e77af5430c3 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation sl (74%).

40 translated messages, 14 untranslated messages.

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

062e2924dac25b2af97cd322e22adef2c749b6cc authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation th (68%).

37 translated messages, 17 untranslated messages.

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

545f4d9a0ede36e45e071b28f3c4e81721d44e68 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ru (74%).

40 translated messages, 14 untranslated messages.

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

a272b02ed685a1c43f904b8d91c4c7e746d813b8 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation sr (98%).

53 translated messages, 1 untranslated message.

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

224718642cdb6b43bc51abb6791710d4a8209b10 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation oc (66%).

36 translated messages, 18 untranslated messages.

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

f3532a7e38454e3f187ca7e393263ea164259317 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ms (68%).

37 translated messages, 17 untranslated messages.

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

ff079045f89a624dafe8628ac1c45da9ec76263f authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ko (68%).

37 translated messages, 17 untranslated messages.

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

1d514332005509793483a7bdea615f08a509bc57 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation kk (68%).

37 translated messages, 17 untranslated messages.

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

383bacb03b130441ff448c181083d9a747059904 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ie (68%).

37 translated messages, 17 untranslated messages.

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

a2d23cbda3e6b2d53f0307a356e5d295b7376cc2 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation id (70%).

38 translated messages, 16 untranslated messages.

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

1096597e232ff337b24fab06dd0e1ed56e4bc61f authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation is (66%).

36 translated messages, 18 untranslated messages.

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

7ca4992917450e467a2afaa2273f64c4b2ee7345 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation hye (68%).

37 translated messages, 17 untranslated messages.

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

93a2d1868ea8fc20823233c9714a209bfa80cea7 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation hy_AM (68%).

37 translated messages, 17 untranslated messages.

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

88e944cca288d6547efb3a1e57328d4f1d05f624 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation fi (68%).

37 translated messages, 17 untranslated messages.

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

62be4d97f751e534d6dc4083540feeb141b29bbd authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation gl (98%).

53 translated messages, 1 untranslated message.

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

03b4c05bbf014f557ea61b119a186330f40ed019 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation et (70%).

38 translated messages, 16 untranslated messages.

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

d7b9667c24f617bbb396f28a4c533cae305173f9 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation he (98%).

53 translated messages, 1 untranslated message.

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

d6617391ef87f661285a31900928f334776b12a0 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation eu (92%).

50 translated messages, 4 untranslated messages.

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

d36ea64d54567d9bc966963bde4b3ae8e3dce5ff authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation fr (98%).

53 translated messages, 1 untranslated message.

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

47e27a283917ccb792717f17e3b74ff6d57cfb47 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation hu (68%).

37 translated messages, 17 untranslated messages.

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

2facf86eed41b9cb42b0ea1eb0daddcd252417fb authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation hr (68%).

37 translated messages, 17 untranslated messages.

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

d996b1bbf7d24eacc77aa04891c6f28ff087677e authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ca (83%).

45 translated messages, 9 untranslated messages.

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

91316eae6201a0fcbe60d67dcc8e77e9814f93ee authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation cs (98%).

53 translated messages, 1 untranslated message.

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

7f469cb6423565e5f2ff6f988f3e707da1569a49 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation da (100%).

54 translated messages.

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

99f1635b49b18660fab4b3525a230900f995320c authored almost 4 years ago by Anonymous <[email protected]>
I18n: Update translation en_GB (66%).

36 translated messages, 18 untranslated messages.

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

3afef2f0ae83bad5eeb988a43872a9cfb4961e20 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation en_AU (66%).

36 translated messages, 18 untranslated messages.

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

a06fd6907cfdf48ae1de1a3c564d1ae6984b6d04 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation el (68%).

37 translated messages, 17 untranslated messages.

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

ef69e5b66de9a76a18ce04185dafbba42fc1fc59 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation be (98%).

53 translated messages, 1 untranslated message.

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

f5e1c98d36c811aed098cf0031e67526adb1515f authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation ar (66%).

36 translated messages, 18 untranslated messages.

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

2d1a3dae836273bf7f996bacb577fdb3f167a639 authored almost 4 years ago by Xfce Bot <[email protected]>
I18n: Update translation nb (100%).

54 translated messages.

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

390d5868788d841a793c8ae10adc741d9795ec83 authored almost 4 years ago by Kjell Cato Heskjestad <[email protected]>
I18n: Update translation lt (100%).

54 translated messages.

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

2d6069856eacb9c1845e561c66039592e1599b87 authored almost 4 years ago by Anonymous <[email protected]>
I18n: Update translation tr (100%).

54 translated messages.

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

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

54 translated messages.

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

66dee521d7cef153b5ac5509633833388db22d01 authored almost 4 years ago by Anonymous <[email protected]>
I18n: Update translation ja (100%).

54 translated messages.

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

6817c1ea6d50717f144b365533842d88a0072881 authored almost 4 years ago by UTUMI Hirosi <[email protected]>
I18n: Update translation sq (96%).

52 translated messages, 2 untranslated messages.

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

fdd676e235616c785943990e0b45f08796217dd6 authored almost 4 years ago by Besnik Bleta <[email protected]>
I18n: Update translation zh_TW (100%).

54 translated messages.

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

76782a40b05ca5d6600633b198c0ac6b630d6171 authored almost 4 years ago by 黃柏諺 <[email protected]>
I18n: Update translation sv (81%).

44 translated messages, 10 untranslated messages.

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

a1f02ab3f0fcb7ef29bd08631d94368cb74e8f08 authored almost 4 years ago by Luna Jernberg <[email protected]>
I18n: Update translation zh_CN (100%).

54 translated messages.

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

39616ba823accea61cb4a4266c35491fbb9d1ed8 authored almost 4 years ago by 玉堂白鹤 <[email protected]>
I18n: Update translation pt_BR (100%).

54 translated messages.

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

27af4d36077cea4809e304d6be73236fd95aa293 authored almost 4 years ago by Lucas Wilm <[email protected]>