Benjamin Berg
c2f601a9d4
Move common panel code from shell/ to panel/common
...
This creates a new static library called libwidget which the shell links
against.
2018-04-17 15:26:59 +02:00
Georges Basile Stavracas Neto
8e56ea35f3
color: Cache D-Bus proxies
2018-04-06 22:23:38 -03:00
Georges Basile Stavracas Neto
32613ed4f3
color: Replace deprecated functions
...
soup_session_sync_new_with_options → soup_session_new_with_options
gtk_show_uri → gtk_show_uri_on_window
2018-01-21 11:12:06 -02:00
Georges Basile Stavracas Neto
024bb97a12
color: Avoid casting before checking for errors
...
When the asynchronous operation is finished in the Color
panel, the user may potentially have already changed to
another panel, making the CcColorPanel reference invalid.
In the callback, the first thing that is done is casting
(and type-checking) the CcColorPanel pointer, causing
a segmentation fault.
Fix that by only casting anything after checking the result
of the asynchronous call.
https://bugzilla.gnome.org/show_bug.cgi?id=786096
2017-08-16 18:07:19 -03:00
Georges Basile Stavracas Neto
f7bdd3c969
panels: Minor adjustments for the new shell
2017-08-09 19:31:41 +02:00
Damián Nohales
073d49ea88
color: Allow to change profile color by activating the list box row
2015-04-14 12:54:41 +01:00
Richard Hughes
ff16c19832
color: Set the users profile title when generating a profile
2015-03-25 13:46:57 +00:00
Richard Hughes
d94d512dd1
color: Set the default profile quality at startup
...
I assume once we got a spurious callback from GTK to set this.
2015-03-25 13:46:28 +00:00
Richard Hughes
e9b0527b4b
color: Do not set the 'Details' button for virtual profiles
...
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1119408
2014-07-29 19:46:22 +01:00
Bastien Nocera
1ca1c883f2
color: Fix compilation warning
2014-06-25 12:46:43 +02:00
Bastien Nocera
5c732074b3
color: Use new listbox helpers
...
https://bugzilla.gnome.org/show_bug.cgi?id=732106
2014-06-24 11:35:30 +02:00
Richard Hughes
e33eb83305
color: Do not crash when toggling devices and reopening the panel
...
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=728584
2014-04-22 11:37:19 +01:00
Damián Nohales
08b8c1b55e
color: Refresh toolbar buttons when profile has changed
...
https://bugzilla.gnome.org/show_bug.cgi?id=724499
Signed-off-by: Richard Hughes <richard@hughsie.com>
2014-02-24 11:46:54 +00:00
Daniel Mustieles
2c5951819d
Updated FSF's address
2014-01-29 11:27:38 +01:00
Richard Hughes
31b82a7863
color: Fix a crash if the user closes the window after calibrating
...
The assistant_calib is set from gtk_builder_get_object() and so should not be
destroyed manually.
2013-12-12 13:45:57 +00:00
Rui Matos
418b9f9811
color: Don't leak the assign dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Rui Matos
177655812c
color: Don't leak the calibration assistant dialog
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Rui Matos
73a7f4c4e3
color: Remove unused toplevel window from .ui file
...
https://bugzilla.gnome.org/show_bug.cgi?id=708286
2013-10-01 10:05:02 +02:00
Yosef Or Boczko
972648fd5f
color: drop GtkStock
...
https://bugzilla.gnome.org/show_bug.cgi?id=704178
2013-07-19 15:56:11 +03:00
Alexander Larsson
3a811defed
color panel: Convert to GtkListBox
...
https://bugzilla.gnome.org/show_bug.cgi?id=702164
2013-07-02 16:19:09 +01:00
Antoine Jacoutot
3db55d68e1
gcm_prefs_is_livecd() should be linux-only
...
/proc/cmdline only exists on Linux and in this case used to check
whether we are running out of a LiveCD.
Signed-off-by: Richard Hughes <richard@hughsie.com>
2013-05-08 12:44:49 +01:00
Richard Hughes
829f703af6
color: Allow uploading to the Internet when using a LiveCD
...
If the user is calibrating on a LiveCD the final finished profile is written to
disk. This somehow needs to be transfered to the main system before it will work.
Two button are now provided, one to save the profile to disk, and one to upload
the profile to the Internet.
2013-04-19 10:42:41 +01:00
Richard Hughes
16b28c2a18
color: Fix a typo where we set the wrong button sensitivity
2013-02-18 17:22:42 +00:00
Richard Hughes
6e3c635fe8
color: Expand profiles assigned to the device when single clicked
...
We only collapse the device if another device is selected.
2013-02-18 17:12:15 +00:00
Richard Hughes
3ac77e5d47
color: Do not unselect the first GtkTreeView item on realize as it makes the UI flicker
2013-02-06 15:22:48 +00:00
Richard Hughes
edc9286a0a
color: Do not show the user display types the selected sensor does not support
...
Additionally, hide the display types page if the sensor only supports one
display technology.
2013-02-06 15:07:06 +00:00
Richard Hughes
dc77c05e91
color: Set the default calibration quality to medium
2013-02-06 12:39:45 +00:00
Richard Hughes
fe3a7df31e
color: Show sRGB and AdobeRGB profiles when selecting a profile for a display
...
The logic here is that you can make expensive hardware emulate a known color
space, for which you shouldn't need to generate a custom profile for.
2013-02-04 11:48:47 +00:00
Richard Hughes
e759f28020
color: Remove some conditional code, the colord dep is new enough
2013-02-04 11:47:05 +00:00
Richard Hughes
4e33954d94
color: Do not show the profile warning label if there are no profiles
...
This can happen if gnome-settings-daemon is not running or the device type is a
camera.
2013-02-03 23:29:06 +00:00
Richard Hughes
98fde07657
color: Allow the user to remove automatically added profiles
...
You need to be running colord from git master for this feature to work.
2013-01-24 16:47:54 +00:00
Richard Hughes
4c9a96260f
color: Show a summary page when running on a LiveCD
...
This matches the mockups from jimmac. You need colord (specifially, the D-Bus
activated helper) from git master to make this work.
You can test this on non-live media by setting CC_COLOR_PANEL_IS_LIVECD=1
before running gnome-control-center.
2013-01-23 20:36:43 +00:00
Richard Hughes
80ec65b2ef
color: Use a EggListBox for the main device display to match the new mockups
...
This matches the new mockups as specified by Allan in
https://raw.github.com/gnome-design-team/gnome-mockups/master/system-settings/color/panel.png
The CcColorDevice and CcColorProfile widgets are lines in the EggListBox and are
smart by watching for changes in each colord device.
To use this new functionality you need colord from git master, and for the
'Laptop' devices to be recognised as internal, you also need to be _running_
gnome-settings-daemon from git, although this is not strictly required.
2013-01-23 15:45:17 +00:00
Richard Hughes
8a353753e0
color: Use colord-session to calibrate the display
...
This allows us to match the new mockups from Allan.
2013-01-23 13:47:47 +00:00
Matthias Clasen
3472c225f9
Fix the build
2013-01-23 07:44:51 -05:00
Matthias Clasen
fcce4dcbe7
color: disconnect signals when the panel goes away
...
The CdClient object is a singleton, thus it could conceivable
survive the panel, even though we drop our reference in dispose.
In that case, the signal handlers have stale user_data, and
bad things might happen when they trigger.
This patch is a guess at the cause for the stacktrace in
https://bugzilla.redhat.com/show_bug.cgi?id=893914
https://bugzilla.gnome.org/show_bug.cgi?id=692354
2013-01-23 06:46:07 -05:00
Richard Hughes
c7e48eb16a
color: Do not crash if no sensors are plugged in
2013-01-08 14:53:18 +00:00
Cosimo Cecchi
bd7e87babe
color: use a GResource for GtkBuilder UI definition
...
https://bugzilla.gnome.org/show_bug.cgi?id=691132
2013-01-07 10:57:05 +01:00
Richard Hughes
2040456835
color: Remove the virtual device functionality as it's unused
...
Nobody uses this, and real power users are using the D-Bus API or the command
line already.
2013-01-05 23:00:00 +00:00
Richard Hughes
8ca4de4059
color: Detect multiple sensors if they are plugged in after the panel has loaded
2013-01-05 23:00:00 +00:00
Richard Hughes
b641acbf44
color: Use g_clear_object() in more places
2013-01-05 23:00:00 +00:00
Richard Hughes
6151442050
color: Trivial whitespace fix
...
No code changes.
2013-01-05 23:00:00 +00:00
Richard Hughes
f9584966d8
color: Only show the add button when the device is selected
2013-01-03 09:35:21 +00:00
Richard Hughes
540f37bebe
color: Only show the calibrate button when the device is selected
2013-01-03 09:35:07 +00: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
Richard Hughes
3b3b95a8a0
color: Show the user a warning if they try to add a broken profile
...
Broken profiles are very common when the user imports canned profiles from vendors.
2012-11-20 16:10:08 +00:00
Richard Hughes
76e451fd51
color: Do not use a combobox when listing profiles to add to devices
...
On some machines used for pre-press or animation the number of display-suitable
profiles is going to be large. We really don't want to have a GtkComboBox
several times bigger than the height of the screen to navigate.
Also, while we're here get some design feedback from the #gnome-design guys and
fix up some spacing and alignment issues.
2012-11-20 16:10:07 +00:00
Ray Strode
b0e7a5efa8
panels: add register macro
...
Bastien says he doesn't like the blank class_finalize
functions in every panel and he would like a wrapper
macro to hide them.
This commit does that.
2012-08-21 14:32:33 -04:00
Florian Müllner
186d615dee
color: Add get_help_uri() implementation
...
https://bugzilla.gnome.org/show_bug.cgi?id=675471
2012-05-18 18:48:37 +02:00
Richard Hughes
93184f16b9
color: Make the 'Set for all users' insensitive if the profile is already set
...
Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=676271
2012-05-18 15:59:34 +01:00