Next | Query returned 128 messages, browsing 41 to 50 | Previous

History of commit frequency

CVS Commit History:


   2018-05-16 00:35:10 by Youri Mouton | Files touched by this commit (4) | Package updated
Log message:
Update:

4.13.3
======
- Bugfixes:
  - Get the actual widget state flags to avoid constant redraws (Bug #14307)
  -	launcher: Fix empty button in remove launcher dialog (Bug #13962)
  -	launcher: Make sure icons are not oversize
  - launcher: Make sure the appropriate icon size is used
  - launcher: Fix resizing of pixbuf based icons (Bug #14138)
  - Move "Separator" to the top of the "Add New Items..." \ 
menu (Bug #14086)
  - Make a couple of strings translatable (Bug #14338)
  - Make former GtkStock dialog buttons translateable (Bug #14338)
  - Make double-click add plugin in the "Add item" dialog (Bug #9784)
  - clock: Improve discoverability of tooltip help-texts (Bug #11708)
  - Correctly initialize return value (Bug #10873)
  - Gtk+3 fixes:
    Fix various warnings with Gtk3 (Bug #14135)
    Fix Gtk+3 version in ifdef
    Use 'gdk_screen_is_composited' with Gtk3 (Bug #14128)
  	Try to fix menu positioning with Gtk3.22
  - Various icon fixes:
    Switch to GtkIconTheme (Bug #14125)
    Fix missing icons with Adwaita icon theme (Bug #14133)
    Fix remaining deprecated icon names
- Translation updates: Belarusian, Bulgarian, Catalan, Chinese (China),
   Croatian, Czech, Danish, Dutch (Flemish), English (Australia), Finnish,
   French, Galician, German, Greek, Hebrew, Hungarian, Italian, Japanese,
   Lithuanian, Malay, Norwegian Bokmål, Polish, Portuguese (Brazilian),
   Russian, Serbian, Turkish, Ukrainian

4.13.2
======
- Add support for gobject-introspection (Vidar Haarr)
- Bugfixes:
  - actions: Fix GPtrArray usage (Bug #13981)
  - actions: Show Hybrid Sleep option (Bug #12771)
  - clock: Fix invalid datetime formats appearing in list (Bug #11527)
  - clock: Use freedesktop.org compliant icon (Bug #13779)
  - clock: Add a validator for digital custom formats (Bug #11527)
  - clock: Fix format validation (Bug #11527)
  - launcher: Fix custom images
  - tasklist: Fix scrolling to cycle through open windows (Bug #13789)
  - tasklist: Define cosmetic default padding for images (Bug #13865)
  - tasklist: Fix alignment of labels when orientation is changed (Bug #13864)
  - tasklist: Allow to hide label decorations (Bug #10546)
  - systray: Fix crash when systray is empty (Bug #13927)
  - systray: Don't lookup hash table for null keys (Bug #11929)
  - systray: Add option to display icons with square sizing (Bug #12093)
  - Pass socket id to D-Bus service to embed settings window (Bug #13854)
  - Make "Automatic" the default selection in the panel config dialog
  - Fix make distcheck (But #14040)
  - Improve gtkdoc
- Translation updates: Arabic, Asturian, Basque, Bengali, Bulgarian, Catalan,
   Chinese (China), Chinese (Hong Kong), Chinese (Taiwan), Croatian, Czech,
   Danish, Dutch (Flemish), English (Australia), English (Great Britain),
   Estonian, Finnish, French, Galician, German, Greek, Hebrew, Hungarian,
   Icelandic, Indonesian, Italian, Japanese, Kazakh, Korean, Lithuanian, Malay,
   Norwegian Bokmål, Norwegian Nynorsk, Occitan, Panjabi, Polish, Portuguese,
   Portuguese (Brazilian), Romanian, Russian, Serbian, Slovak, Slovenian,
   Spanish, Swedish, Thai, Turkish, Ukrainian, Uyghur, Vietnamese

4.13.1
======
- Port to GDBus (Ali)
   This means the panel now depends on xfconf 4.13 - recommended is 4.13.3.
- Features:
  - systray: Allow ordering of items (Bug #11929)
  - tasklist: Add styleclass to make life easier for themers
- Bugfixes:
  - Fix DND between external plugins (Bug #13687)
  - Fix drag and drop for internal plugins (Bug #13642)
  - Correct enter and leave opacity label positions (Bug #13594)
  - Fix Gtk3 XfceArrowButtons not blinking (Bug #13599)
  - Fix datarootdir declaration in .pc files (Bug #13589)
  - Use fd.org terminal icon name (Bug #13592)
  - Don't let the wrapper crash on unknown properties (Bug #13614)
  - Set default panel-2 size of default settings
  - windowmenu: Fix icon size in menu
  - systray: Fix alignment of single non-square items (Bug #9095)
  - clock: Make the default date and time format translatable (Bug #9637)
- Translation updates: Arabic, Bengali, Bulgarian, Catalan, Chinese (China),
   Chinese (Taiwan), Croatian, Czech, Danish, Dutch (Flemish), French, German,
   Hebrew, Indonesian, Japanese, Kazakh, Korean, Lithuanian, Norwegian Bokmål,
   Polish, Portuguese, Portuguese (Brazilian), Russian, Slovak, Spanish, Swedish,
   Turkish, Ukrainian
   2018-04-16 16:35:28 by Thomas Klausner | Files touched by this commit (1284)
Log message:
Recursive bump for new fribidi dependency in pango.
   2018-03-12 12:18:01 by Thomas Klausner | Files touched by this commit (2155)
Log message:
Recursive bumps for fontconfig and libzip dependency changes.
   2017-11-23 18:20:22 by Thomas Klausner | Files touched by this commit (556)
Log message:
recursive bump for libxkbcommon removal from at-spi2-core
   2017-06-19 00:29:54 by Youri Mouton | Files touched by this commit (4) | Package updated
Log message:
Update xfce4-panel to 4.13.0:

4.13.0
======
- Port to Gtk3:
    The port is the result of the hard work Nick, Peter, Andrzejr, Simon and
    many others that helped with testing, patches and translations.
- Features:
  - Support for the "primary" monitor option in RandR
  - Gtk2 plugins are still supported and work almost completely fine
    (see regressions below)
- Deprecations:
  - xfce_panel_image is deprecated, instead plugins shall use GtkImage and
    xfce_panel_plugin_get_icon_size which introduces defined icon size-steps
    to avoid fuzzy icons
- Known regressions:
  - The panel is not visually focused by default (fixed in Xfwm4>=4.12.4)
  - Moving panel plugins via drag and drop on the panel directly via the plugins
    context menu action "Move" is currently broken (works fine in \ 
preferences dialog)
  - Small regression with intelligent hiding (when opening a menu, the panel
    hides and comes back immediately while it should just remain visible)
  - Enter/leave opacity does not work for Gtk2 plugins
  - Not all panel settings may be kept as the configuration is not 100% backward
    compatible (e.g. we're using GdkRGBA instead of GdkColor for the backgorund)
- Known todos:
  - Fix all bugs/regressions
  - Remove more/all Gtk+ deprecations
    (lots of warnings when compiling currently)
- Lots of translations updates

4.12.1
======
- Long overdue maintenance release.
- Translation updates.
- Clock: fixed compiler warnings.
- Preferences: support for xfpanel-switch (if installed).
- DirectoryMenu: fixed bugs #10331 and #11742
- Tasklist: fixed background color issue.
- ApplicationsMenu: fixed uninitialized variable.
- make distcheck fix/workaround.
   2017-02-12 07:26:18 by Ryo ONODERA | Files touched by this commit (1451)
Log message:
Recursive revbump from fonts/harfbuzz
   2017-02-06 14:56:14 by Thomas Klausner | Files touched by this commit (1452)
Log message:
Recursive bump for harfbuzz's new graphite2 dependency.
   2016-08-03 12:23:40 by Adam Ciarcinski | Files touched by this commit (1248) | Package updated
Log message:
Revbump after graphics/gd update
   2016-06-09 10:36:33 by Youri Mouton | Files touched by this commit (3)
Log message:
xfce4-panel: Enable Gtk3 support.
   2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670)
Log message:
Add SHA512 digests for distfiles for x11 category

Problems found locating distfiles:
        Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
        Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
        Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
        Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
        Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz

Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden).  All existing
SHA1 digests retained for now as an audit trail.

Next | Query returned 128 messages, browsing 41 to 50 | Previous