Bastien Nocera
3f0510cac8
build: Better libm checks
...
Use AC_CHECK_LIBM instead of AC_CHECK_LIB(m,...
and use $(LIBM) instead of hardcoding "-lm" in Makefiles.
2017-02-08 19:21:53 +01:00
Christophe Fergeau
eb3acad453
universal-access: Use AM_CPPFLAGS rather than INCLUDES
...
This is deprecated in newer automake versions, and this causes warnings
with automake 1.14:
panels/printers/Makefile.am:3: warning: 'INCLUDES' is the old name for
AM_CPPFLAGS' (or '*_CPPFLAGS')
https://bugzilla.gnome.org/show_bug.cgi?id=732189
2014-06-25 12:46:42 +02:00
Cosimo Cecchi
8d5f2908b5
panels: add --sourcedir=$(srcdir) when generating resource list
...
Like b8e93fb333
but for all panels.
2013-01-07 16:23:57 -05:00
Cosimo Cecchi
f7ae09c561
universal-access: use a GResource for GtkBuilder UI definition
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:16 +01:00
Bastien Nocera
727c8f8677
universal-access: Remove unused marshallers
2012-12-11 17:09:04 +01:00
Bastien Nocera
3686cf7eb8
shell: Make all control-center plugins static
...
This makes loading faster, with less I/O, avoids unnecessary
code duplication (around 1k lines shaved), and ensures that
all the panels link and work appropriately.
By the same token, it will stop external panels from being
created, and loaded.
https://bugzilla.gnome.org/show_bug.cgi?id=690036
2012-12-11 17:07:39 +01:00
Bastien Nocera
bc6d4b3cf1
universal-access: Remove unused GConf helper
2011-11-14 14:29:31 +00:00
Bastien Nocera
1465f98af9
universal-access: Use GTK+ instead of custom code
...
https://bugzilla.gnome.org/show_bug.cgi?id=663341
2011-11-04 17:00:39 +00:00
Joseph Scheuhammer
f7fa758b2b
Universal access: add dialog for zoom options
...
Added UI and code to spawn a zoom options preferences dialog to
modify various magnifier settings. Modified the 'Seeing'
section of the universal access panel to enable the 'Options...'
button.
https://bugzilla.gnome.org/show_bug.cgi?id=643086
2011-09-21 18:49:42 +01:00
Florian Müllner
827459fef1
Revert "universal-access: Fix build"
...
This reverts commit 85e20b040f
.
2011-06-29 22:56:19 +02:00
Florian Müllner
85e20b040f
universal-access: Fix build
...
Commit 4a8c7afbe0
broke build of the ua panel, fix this.
2011-06-29 21:15:25 +02:00
Bastien Nocera
4a8c7afbe0
universal-access: Keep your own gconf horrors
2011-06-29 17:34:22 +01:00
Bastien Nocera
1b39b18b7c
universal-access: Show the actual keyboard shortcuts
...
Rather than hard-coded versions
https://bugzilla.gnome.org/show_bug.cgi?id=642582
2011-02-23 16:47:47 +00:00
Thomas Wood
e2f944a66a
configure: Group pkg-config checks based on how they are used
...
Group the pkg-config checks so that pkg-config can remove duplicated CFLAGS
and LIBS.
https://bugzilla.gnome.org/show_bug.cgi?id=636593
2011-02-19 16:46:26 +00:00
Bastien Nocera
d2ceab7be1
panels: Add capplet names
...
So that debug logs are useful, for those panels.
2011-01-19 15:43:18 +00:00
Rodrigo Moya
047f48e850
Some build fixes
2010-11-15 10:35:49 +01:00
William Jon McCann
ced070982a
[universal-access] Use the UI dir set in the Makefile.am
2010-10-31 21:54:24 -04:00
Thomas Wood
54127b805e
build: Make sure distcheck passes
...
Rename files in POTFILES to match new names. Rename the universal access
.desktop file to be consistent with the other desktop files.
2010-06-04 17:45:54 +01:00
Thomas Wood
98ffb24bf1
Add initial universal-access module and UI
2010-06-04 16:38:44 +01:00