Commit Graph

1066 Commits

Author SHA1 Message Date
1a1cdd190e Update Brazilian Portuguese translation 2018-10-05 14:22:41 +00:00
46d40dac2c Update Indonesian translation 2018-10-02 13:36:14 +00:00
9abac0931e app: add missing locale.h include 2018-09-29 14:09:47 -07:00
024e743c93 Update Swedish translation 2018-09-29 13:03:31 +00:00
aa598df9dd Updated Czech translation 2018-09-28 12:43:54 +02:00
7ed1847894 Update Polish translation 2018-09-26 17:46:17 +02:00
a827b61d63 i18n: ensure we setup i18n/l10n during application startup
Historically, Sysprof never supported translations. When revamping the
Sysprof implementation we didn't fix that, even though we were able to
start accepting translations.

This ensures we setup the translation tooling at startup.

Fixes #3
2018-09-25 14:38:29 -07:00
0b81a30313 Merge branch 'wip/piotrdrag/broken-i18n' into 'master'
build: use modern Meson helpers for i18n

See merge request GNOME/sysprof!8
2018-09-25 21:21:11 +00:00
d6ccf1b4fd build: use modern Meson helpers for i18n 2018-09-25 21:59:09 +02:00
d32e8bc379 Merge branch 'wip/piotrdrag/i18n-fixes' into 'master'
Add translator comments and disambiguate a string

See merge request GNOME/sysprof!7
2018-09-25 18:50:16 +00:00
93a2f9f392 window: disambiguate a string 2018-09-25 20:46:29 +02:00
64ce198a07 Add translator comments 2018-09-25 20:43:48 +02:00
16d2afe56a Update POTFILES.in 2018-09-25 20:05:36 +02:00
1d10c90aba window: add ellipsis to dialogs
This makes the title more closely match the menu items.
2018-09-24 20:59:23 -07:00
bf1472b009 app-menu: move to using window menu instead of app-menu
This starts moving things towards our 3.32 goals of using window menus
intead of the app-menu.
2018-09-24 20:55:20 -07:00
1584fca77a profiler-menu-button: be robust against window destroy
If the window is closed, we want to be more careful about accessing
structure data. This short-circuits some of those situations.
2018-09-24 20:49:28 -07:00
e4a5f5f629 post release version bump
This bumps us to 3.31 for 3.32 development. See the sysprof-3-30 branch
for updated patches to 3.30.
2018-09-24 17:51:41 -07:00
790b41ddbc release 3.30.1 2018-09-24 17:47:19 -07:00
db6445d6aa Update Brazilian Portuguese translation
(cherry picked from commit 982cd11ae4fbc50ad193e9afc72982b3818ebf11)
2018-09-15 07:22:16 +00:00
c8d97eb198 filter: backport fixes from dazzle 2018-09-10 17:07:29 -07:00
08a8423c41 Merge branch 'master' into 'master'
capture: use size of void* instead of glibc-specific __WORDSIZE

See merge request GNOME/sysprof!5
2018-09-07 17:24:37 +00:00
013d2dc575 Merge branch 'format' into 'master'
Fix clang warnings

See merge request GNOME/sysprof!6
2018-09-07 17:23:03 +00:00
fa1def2afc fix non-literal format string issues
clang errors out when using -Werror=format-nonliteral
since the definition of g_strdup_vprintf() from glib-2.0
is using va_list and clangs still warns where as
gcc doesn't do that for va_list arguments

Fixes
src/sp-window.c:96:27: error: format string is not a string literal [-Werror,-Wformat-nonliteral]
|   str = g_strdup_vprintf (format, args);
|                           ^~~~~~

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
2018-09-07 11:21:39 +01:00
bc7e3e27c2 capture: use size of void* instead of glibc-specific __WORDSIZE
__WORDSIZE is glibc-specific so sp-capture-types.h doesn't work with musl.
2018-09-07 10:52:52 +01:00
b4b19ceb3e Update Swedish translation 2018-09-05 11:07:11 +00:00
1b059ca806 Update Hungarian translation 2018-09-05 05:26:11 +00:00
139a6365a8 release 3.30.0 2018-09-04 21:45:44 -07:00
d2a8f16e97 Update Swedish translation 2018-09-03 12:29:58 +00:00
de586a552c Update Italian translation 2018-09-03 12:23:29 +00:00
28c28eb11a kernel-symbol: respect ENABLE_POLKIT setting
This fixes the compilation when we have sysprofd fully disabled.
That is not an ideal configuration, but keeping it working
ensures that some of the code is easy copy/paste'able in the
future for some situations.
2018-08-28 12:22:57 -07:00
94cdb1a6c7 Update Indonesian translation 2018-08-27 07:37:37 +00:00
6f635ad371 build: don't disable assert on tests
This fixes #2 where meson errors about tests and assert being disabled.
2018-08-22 13:06:15 -07:00
6ead0097de build: fix warnings for release builds 2018-08-22 13:06:15 -07:00
c1b4fe3838 build: remove disabling of checks
This is excessive and not really worth it.
2018-08-22 13:06:15 -07:00
0676870d2d Updated Spanish translation 2018-08-21 11:26:52 +02:00
d1f6ebf0c4 Update German translation 2018-08-12 13:26:21 +00:00
bfac3ab762 tests: fix leak in test
This allows the test to pass under ASAN.
2018-07-27 18:02:15 -07:00
9e770999ee Update Brazilian Portuguese translation 2018-07-05 18:05:51 +00:00
716e8e860f Updated Spanish translation 2018-06-22 12:08:26 +02:00
45a3fb8e66 Merge branch 'pc-config-fix' into 'master'
build: fix overriding libdir & includedir

See merge request GNOME/sysprof!2
2018-06-20 20:48:10 +00:00
f1a558e6ef Merge branch 'master' into 'master'
README tweaks

See merge request GNOME/sysprof!1
2018-06-20 20:45:46 +00:00
9ff4dfca6e Merge branch 'suggsted-action' into 'master'
window: fix spelling of suggested-action CSS class

See merge request GNOME/sysprof!3
2018-06-20 20:44:45 +00:00
f7b27bcd59 window: fix spelling of suggested-action CSS class
I think this was masked by the .destructive-action class being defined
later in the Adwaita CSS than the .suggested-action class, so its values
for each property win.
2018-06-20 14:34:08 +01:00
7cb15d2de7 perf: fix incorrect free func for ptr array 2018-06-19 14:19:44 -07:00
984d58f958 release 3.29.3 2018-06-18 20:42:59 -07:00
f11bc530c3 hostinfo: fix pid parameter 2018-06-17 23:43:41 -07:00
50ccd73592 visualizers: use double instead of float
To give us less changes of incorrect values when converting between scales
(at the cost of 2x the array size).
2018-06-16 20:22:53 -07:00
c9c86ff37a hostinfo: up the sample rate
Now that our CPU sampling has a bit less overhead, we can up the sampling
rate a bit without too much affect on performance.
2018-06-16 20:07:38 -07:00
9665cebbdc hostinfo: reuse proc FD and memory when parsing
Re-opening the FD on every poll is pretty expensive. So we should avoid
doing that as well re-use the read buffer (page-aligned, <=1 page) for
the sample data.
2018-06-16 19:50:44 -07:00
a1e3d06296 cpu: make row a bit bigger
We should make it at least the size of the minimum for the view area, or
things look weird when we dont have marks added.
2018-06-16 19:48:23 -07:00