[Xfce4-commits] [xfce/xfce4-settings] branch master updated (a6a0681 -> 40410bc)
noreply at xfce.org
noreply at xfce.org
Thu Mar 21 22:13:48 CET 2019
This is an automated email from the git hooks/post-receive script.
o c h o s i p u s h e d a c h a n g e t o b r a n c h m a s t e r
in repository xfce/xfce4-settings.
from a6a0681 I18n: Update translation id (90%).
new 9b57ee6 Preparations for colord
new 8b40a01 Fixed compilation issues
new 6b54c6f color: Initial skeleton for color-settings
new 18f7fcd color: Continue preparations for colord support
new 84fa676 color: Add basic colord device detection
new 8e777d5 Minor changes for compiler warnings
new 07131dd color: Finalize handling of existing profiles
new de5d3a6 color: Drop unneeded code
new b98d406 color: Add device type icons to the list
new 859a6ce color: Always show the profile toolbar
new a3dd984 color: Make profiles-remove button insensitive conditionally
new 6948b21 color: Try to fix race condition
new 9c14578 color: Fix justification of info labels
new 3b5f04b color: Fix initial state of "color_device->enabled"
new 29ef3c8 color: More state machine simplifications
new 152a4d3 color: Implement removing profiles and prepare adding
new 4c87e1b color: Indentation fixes
new 9859b76 color: Make it possible to import .icc profile files
new e046d56 color: Add profile list dialog
new c91839f color: Re-pack profile list dialog
new 6988ef4 color: Move the import button to the profile add dialog
new e79c299 color: Conditionally make the add profile button in/sensitive
new 6af3029 color: Remove unused var
new b1d8aa4 color: Conditionally enable the ok button
new 6188f33 color: Fix conditional state of profile remove button
new 5d61912 color: Improve state machine for profile remove
new ffaf82f color: Correctly initialize add/remove button states
new 83c4ab2 color: Sort the device list
new 221b703 color: Flicker-free profile changes
new fb37b30 color: Indentation fixes
new 4137d45 color: More indentation fixes
new 3c05ac1 color: Fix name of executable in desktop file
new 6acb949 color: Ensure to only show profiles for current device
new 2f150d8 color: Drop unnecessary code
new b24c12c color: Make sure g_date_time_format doesn't fail
new a903f64 color: Add enable button and fix inline-toolbar
new 7a12e76 color: Ensure you can double-click to add profiles
new e897451 color: Remove dead code
new ea01bab color: Remove unused var
new 7c38f94 color: Add tooltip to add button
new 35a7a8d color: Drop xfconf (not needed)
new dd6ee79 color: Ensure remove/enable buttons are disabled
new 16dcf89 color: Fix alignment of profile list
new 1013f9d color: Switch to side-by-side layout
new 2b40134 color: More UI tweaks
new 18e9da3 color: Small visual tweak
new dead544 color: Drop superfluous labels
new a4b4351 color: Try to clean up dialog on shutdown
new 2eaf6b2 color: Add info button to show profile details
new 7d22743 color: Fix previous commit
new eab40a6 color: Add profile info button to assign dialog
new 0582983 color: Small cleanup
new 5f71ead color: Initial support for gcm-calibrate
new 5a68491 color: Conditionally enable/disable calibrate
new d0c72af color: Make add-profile dialog device specific
new 7bbb761 color: Make type naming consistent
new 40410bc color: Indentation fixes
The 57 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
.gitignore | 3 +
configure.ac.in | 13 +
dialogs/Makefile.am | 5 +
.../Makefile.am | 38 +-
dialogs/color-settings/color-device.c | 393 ++++++
dialogs/color-settings/color-device.h | 42 +
dialogs/color-settings/color-dialog.glade | 630 +++++++++
dialogs/color-settings/color-profile.c | 364 +++++
dialogs/color-settings/color-profile.h | 41 +
dialogs/color-settings/main.c | 1440 ++++++++++++++++++++
.../xfce4-color-settings.desktop.in} | 9 +-
dialogs/display-settings/Makefile.am | 9 +
dialogs/display-settings/xfce-randr.h | 8 +-
13 files changed, 2966 insertions(+), 29 deletions(-)
copy dialogs/{appearance-settings => color-settings}/Makefile.am (50%)
create mode 100644 dialogs/color-settings/color-device.c
create mode 100644 dialogs/color-settings/color-device.h
create mode 100644 dialogs/color-settings/color-dialog.glade
create mode 100644 dialogs/color-settings/color-profile.c
create mode 100644 dialogs/color-settings/color-profile.h
create mode 100644 dialogs/color-settings/main.c
copy dialogs/{mime-settings/xfce4-mime-settings.desktop.in => color-settings/xfce4-color-settings.desktop.in} (62%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list