Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
xfce4-settings
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
197
Issues
197
List
Boards
Labels
Service Desk
Milestones
Custom Issue Tracker
Custom Issue Tracker
Merge Requests
6
Merge Requests
6
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Xfce
xfce4-settings
Commits
7b7ae352
Commit
7b7ae352
authored
May 18, 2019
by
Simon Steinbeiss
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updates for release
parent
f3ad7b6e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
57 additions
and
2 deletions
+57
-2
NEWS
NEWS
+55
-0
configure.ac.in
configure.ac.in
+2
-2
No files found.
NEWS
View file @
7b7ae352
4.13.6
======
- New Feature: Add color-settings (colord frontend)
- New Feature: Add display profile support to the daemon
- Bugfixes and other smaller changes:
- display:
- Track and highlight active profile
- Ask user to update profile when closing with unsaved
changes
- Add interactive information about primary display setting
- Improve profile-create popover
- Improve profile-delete dialog
- UI alignment improvements
- Reduce complexity of the code and speedup
display_settings_get_profiles
- Replace deprecated GtkStock
- Re-introduce display numbering
- Ensure the settomgs dialog gets properly destroyed
- Verify unique profile names
- Drop connector name from profile matching
- Correctly fall back to previous profile on cancel
- Fix alignment of buttons in minimal dialog
- Only show profiles which match *all* connected displays
- Update profile list on screen changes
- Fix crash when no RRMode is available (bug #12607)
- Correctly hide primary setting with 1 display
- Fix calculation of offset
- Always show the 'primary display' option
- Make primary indicator a star icon
- Throw warning when monitors exceed max screen size
- color: Always select first device on startup (Bug #15266)
- xfsettingsd: Increase startup priority
- Fix scrolling in embedded settings dialogs (Xfce #14285, LP #1653448)
- Fix search change clearing and hiding sections (bug #14792)
- Resolved g_type_class_add_private deprecations (GObject 2.58)
- Fix incremental sending from the clipboard manager (Bug #13537)
- Fix WindowScalingFactory property type
- Fix code spacing
- Fix memory leaks
- Fix CID 337242: Null pointer dereferences (REVERSE_INULL)
- Fix compiler warnings
- Fix icon names
- Update configure.ac.in
- Update .gitignore
- Set yes as the default debug level
- Translation Updates:
Albanian, Arabic, Asturian, Basque, Belarusian, Bulgarian, Catalan,
Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian,
Czech, Danish, Dutch (Flemish), English (Australia), English (Great
Britain), Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian,
Malay, Norwegian Bokmål, Norwegian Nynorsk, Occitan, Polish,
Portuguese, Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak,
Slovenian, Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur
4.13.5
======
- New: Add display profiles feature
...
...
configure.ac.in
View file @
7b7ae352
...
...
@@ -11,10 +11,10 @@ dnl *** Version information ***
dnl ***************************
m4_define([xfce4_settings_version_major], [4])
m4_define([xfce4_settings_version_minor], [13])
m4_define([xfce4_settings_version_micro], [
5
])
m4_define([xfce4_settings_version_micro], [
6
])
m4_define([xfce4_settings_version_nano], [])
m4_define([xfce4_settings_version_build], [@REVISION@])
m4_define([xfce4_settings_version_tag], [
git
]) # Leave empty for releases
m4_define([xfce4_settings_version_tag], []) # Leave empty for releases
m4_define([xfce4_settings_version], [xfce4_settings_version_major().xfce4_settings_version_minor().xfce4_settings_version_micro()ifelse(xfce4_settings_version_nano(), [], [], [.xfce4_settings_version_nano()])ifelse(xfce4_settings_version_tag(), [git], [xfce4_settings_version_tag()-xfce4_settings_version_build()], [xfce4_settings_version_tag()])])
dnl define a short version string for xfce4-settings
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment