eb8ffeb65c
cli: fix spelling of CPU in a translatable string
2018-10-16 20:41:12 +02:00
adbc46f6ee
Merge branch 'wip/jtojnar/link-args' into 'master'
...
build: Check relro support using cc.has_link_argument
See merge request GNOME/sysprof!9
2018-10-16 18:06:34 +00:00
fd395eb067
build: Check relro support using cc.has_link_argument
...
Meson 0.46 added cc.has_link_argument, which allows us to get rid
of the cc.links hack.
2018-10-16 19:48:42 +02:00
55372c5228
visualizers: discover memory counters
...
Simple discovery of memory counters to display in the capture set. We will
want to refactor this type of stuff in the future into recording "gadgets"
that combine a data-collector with a visualization layer.
2018-10-16 07:05:40 -07:00
1946306567
line-visualizer: auto-discover counter ranges
...
If we have not received a y-lower/upper value, then we can discover that
from the data set at the cost of an extra capture linear scan.
This is useful for the meomry source which can change the upper value
during the lifetime of a process.
2018-10-16 07:04:33 -07:00
36d76402cf
memory: simplify memory recording source
...
There is certainly more we'll want to do here, but this gets some basics
in place that will make it easier to render the graph when visualizing.
2018-10-16 07:03:19 -07:00
9d9b79a438
theme: fix foreground
2018-10-15 19:01:57 -07:00
be185c2fbc
theme: add development highlight to headerbar
2018-10-15 18:57:13 -07:00
23adcf0a23
cli: allow disabling memory/cpu sources
...
This allows us to add new data collection automatically, but allow users
to disable it if they know it's unnecessary for their use-case.
2018-10-15 16:51:23 -07:00
4d336a6235
profiler: fix leak of error array
2018-10-15 16:51:23 -07:00
e89df38d22
Update Brazilian Portuguese translation
2018-10-15 10:20:30 +00:00
4120510d22
Update Polish translation
2018-10-14 17:27:34 +02:00
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