ec612da699
Updated Czech translation
2018-10-13 08:24:22 +02:00
ad991ef7e7
app: update copyright in about dialog
2018-10-12 17:14:13 -07:00
52f411e1de
memory: add memory source for basic mem stats
2018-10-12 17:11:42 -07:00
b2bec2d572
build: drop configuration from i18n merge
...
We don't need this in the policy file, as there are no expansions.
Fixes #4
2018-10-09 11:55:41 -07:00
bd4c4e5586
release 3.31.1
2018-10-08 17:48:54 -07:00
5b45b1b054
appdata: update appdata contact
2018-10-08 17:48:13 -07:00
5bb985c783
appdata: update kudos
2018-10-08 17:48:13 -07:00
921e6d48d7
meson: bump to newer release of meson
2018-10-08 17:48:13 -07:00
f4870fdd38
meson: fix linker checks
2018-10-08 17:48:13 -07:00
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