pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/gtk4 gtk4: update to 4.8.0.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ab90de5fb4e1
branches: trunk
changeset: 385044:ab90de5fb4e1
user: wiz <wiz%pkgsrc.org@localhost>
date: Sat Sep 10 09:47:52 2022 +0000
description:
gtk4: update to 4.8.0.
Overview of Changes in 4.8.0, 06-09-2022
========================================
* GtkTreeView:
- Fix a problem with scrolling animations
- Fix some event handling problems
- Drop unreachable code
* GtkText:
- Respect the no-emoji input hint fully
* GtkEmojiChooser:
- Fix arrow key navigation
* GtkFontChooser:
- Improve the handling of OpenType font features
* GtkTreeListModel:
- Fix handling of collapsed child nodes
* GtkInscription:
- Fix accessible name
* Theme:
- Fix placeholder text in HighContrast
* Increase the memory limit for the jpeg loader to 300M
* Miscellaneous memory leak fixes
* Wayland:
- Refactor handling of text protocol client updates
* Windows:
- Support high-resolution scroll wheel events
- Generate GdkWin32.gir
- Implement color picking
Overview of Changes in 4.7.2, 10-08-2022
========================================
* GtkTextView:
- Fix child positioning with gutters
* GtkText:
- Update placeholder visibility when necessary
* GtkPicture:
- Add a content-fit property
* GtkPopover:
- Fix a size allocation problem with the arrow
* GtkTreeView:
- Fix a problem with DND
* GtkTreePopover:
- Support scrolling
* GtkGridView:
- Fix issues with rubberband selection
* GtkLabel:
- Add a tabs property
* GtkSnapshot:
- Make GtkSnapshot work from bindings
* GtkScrolledWindow:
- Scroll at a reasonable speed
* GtkPaned:
- Avoid an infinite loop
* GtkWindow:
- Improve generation and handling of crossing events
* CSS:
- Fix handling of certain transform values
* Media support:
- Add audio support to the ffmpeg backend
- Avoid oom with pathological jpeg images
* GDK:
- Fix handling of touchpad hold events
- Add support for hi-resolution scroll events
* X11:
- Fix preferred action for DND
* Windows:
- Fix DND
* List models:
- Fix items-changed emission
- Add more list model tests
* Demos:
- Add a winning sound to game demos
- Make app icons work uninstalled
Overview of Changes in 4.7.1, 12-07-2022
========================================
* GtkInscription:
- A new label-like widget for use in list views
* GtkColorChooser:
- Style improvements
* GtkFontChooser:
- Improve support for OpenType features a bit
* GtkLabel:
- Allow selectable labels to be activated via mnemonic
* GtkTextView:
- Implement GetCharacterExtents for accessibility
* GtkStack:
- Fix a poblem with stack page accessibility
* GtkListView:
- Cull listitems that are out of view
- Make all our list models implement ::n-items and
::item-type properties
* Translations:
- Stop translating property nicks and blurbs
- Fix extracting translations from ui files
* Debugging:
- Support GTK_DEBUG=invert-text-dir
- Allow inspecting inspectors
- Replace GTK_USE_PORTAL with GDK_DEBUG=portals
- Improve responsiveness of the inspector
* CSS:
- Allow fractional letterspacing
* Theme:
- Improve legibility of selectable labels
* Demos:
- Improve the font features demo
- Add demos for GtkInscription
* Wayland:
- Freeze popups when hidden
- Only send smooth scroll events for tablet tools
- Make scaled cursor image have the right size
- Fix problems with the activation protocol
- Don't force the HighContrast icon theme
- Support xdg_toplevel.bounds
* X11:
- Always update the shadoe size
* Windows:
- Improve touchpad support by using DirectManipulation
- Add more directories to the builtin hicolor icon theme
Overview of Changes in 4.7.0, 07-05-2022
========================================
* GtkTextView:
- Reduce overdraws
* GtkViewport:
- Default scroll-to-focus to TRUE
* GtkText:
- Stop blinking when we lose focus
* GtkSearchEntry:
- Make search delay configurable
* GtkPopoverMenu:
- Fix RTL positioning of buttons
* GtkLabel:
- Fix focus keynav with links
* GtkFileChooser:
- Prevent undesirable completion popups
- Fix a corner case in save mode
- Keep the portal filechooser alive long enough
* GtkCheckButton:
- Allow setting a custom child
* GtkEditableLabel:
- Make the :editing property writable
* GtkColumnView:
- Various optimizations to improve scrolling performance
* GtkTreeStore:
- Allow populating tree stores from ui files
* GtkBoxLayout:
- Avoid infinite loops
* CSS:
- Optimize reordering within the same parent
* Emoji:
- Update to CLDR v40 / Unicode 14
- Add more locales
* Input:
- Add scroll unit handling
- Handle display changes in GtkIMMultiContext
- Always populate GDK_AXIS_X/Y in event history
- Don't crash for large compose tables
* Accessibility:
- Fix a crash at start when orca is running
* Theme:
- Refresh icons
- Fix selection in vertical spin buttons
- Fix selection in editable labels
* gdk:
- Optimize pixel format conversions
- Use EGL_KHR_swap_buffers_with_damage for NVidia
* gsk:
- Handle large viewports
- Prepare texture libraries for glyphy rendering
- Don't leak big glyphs in the glyph cache
- Align offscreen rendering with th pixel grid
- Check for half-float support before using it
* Wayland:
- Use xdg-activation protocol
- Fix text caret coordinates
- Fix on-screen keyboard activation
* MacOS:
- Fix sluggish and reversed scrolling
- Improve monitor detection
- Event handling fixes
- Fix keyboard input on popovers
- Support OpenGL-based video playback
- Suport fullscreen
- Improve native filechoooser size allocation
- Use CALayer and IOSurface for rendering
- Use a per-monitor CVDisplayLink
- Fix kinetic scrolling
- Improve window placement
- Improve multi-monitor handling
- Start applications in the foreground
- Fix cursor blink time
* Windows:
- Fix preedit window placement on HiDPI
* Tools:
- gtk4-builder-tool: Don't require a display for all commands
- gtk4-builder-tool: Add a screenshot command
- gtk4-node-editor: Install this utility
* Debugging:
- inspector: Show more application data
- inspector: Allow viewing PangoAttrList properties
* Documentation:
- Use the gtk-builder-tool to generate screenshots
* Build:
- Fix cross-compilation
- Fix build on aarch64
- Fix build with gcc 12
diffstat:
x11/gtk4/Makefile | 5 +-
x11/gtk4/PLIST | 128 +--------------------
x11/gtk4/distinfo | 9 +-
x11/gtk4/patches/patch-gtk_gtkfilechooserwidget.c | 22 ---
4 files changed, 16 insertions(+), 148 deletions(-)
diffs (truncated from 347 to 300 lines):
diff -r 7f0f1106f866 -r ab90de5fb4e1 x11/gtk4/Makefile
--- a/x11/gtk4/Makefile Sat Sep 10 09:34:27 2022 +0000
+++ b/x11/gtk4/Makefile Sat Sep 10 09:47:52 2022 +0000
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.15 2022/08/27 18:16:08 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2022/09/10 09:47:52 wiz Exp $
-DISTNAME= gtk-4.6.6
+DISTNAME= gtk-4.8.0
PKGNAME= ${DISTNAME:S/gtk/gtk4/}
-PKGREVISION= 2
CATEGORIES= x11
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/gtk/${PKGVERSION_NOREV:R}/}
EXTRACT_SUFX= .tar.xz
diff -r 7f0f1106f866 -r ab90de5fb4e1 x11/gtk4/PLIST
--- a/x11/gtk4/PLIST Sat Sep 10 09:34:27 2022 +0000
+++ b/x11/gtk4/PLIST Sat Sep 10 09:47:52 2022 +0000
@@ -1,10 +1,11 @@
-@comment $NetBSD: PLIST,v 1.3 2022/07/29 16:08:20 wiz Exp $
+@comment $NetBSD: PLIST,v 1.4 2022/09/10 09:47:52 wiz Exp $
bin/gtk4-builder-tool
bin/gtk4-demo
bin/gtk4-demo-application
bin/gtk4-encode-symbolic-svg
bin/gtk4-icon-browser
bin/gtk4-launch
+bin/gtk4-node-editor
bin/gtk4-print-editor
bin/gtk4-query-settings
bin/gtk4-update-icon-cache
@@ -229,6 +230,7 @@
include/gtk-4.0/gtk/gtkimmodule.h
include/gtk-4.0/gtk/gtkimmulticontext.h
include/gtk-4.0/gtk/gtkinfobar.h
+include/gtk-4.0/gtk/gtkinscription.h
include/gtk-4.0/gtk/gtklabel.h
include/gtk-4.0/gtk/gtklayoutchild.h
include/gtk-4.0/gtk/gtklayoutmanager.h
@@ -375,7 +377,7 @@
lib/libgtk-4.${SOEXT}
${PLIST.dylib}lib/libgtk-4.1.dylib
${PLIST.no-dylib}lib/libgtk-4.so.1
-${PLIST.no-dylib}lib/libgtk-4.so.1.600.6
+${PLIST.no-dylib}lib/libgtk-4.so.1.800.0
${PLIST.quartz}lib/pkgconfig/gtk4-macos.pc
lib/pkgconfig/gtk4-unix-print.pc
${PLIST.x11}lib/pkgconfig/gtk4-x11.pc
@@ -384,6 +386,7 @@
share/applications/org.gtk.IconBrowser4.desktop
share/applications/org.gtk.PrintEditor4.desktop
share/applications/org.gtk.WidgetFactory4.desktop
+share/applications/org.gtk.gtk4.NodeEditor.desktop
share/gettext/its/gtk4builder.its
share/gettext/its/gtk4builder.loc
share/gir-1.0/Gdk-4.0.gir
@@ -418,243 +421,132 @@
share/icons/hicolor/scalable/apps/org.gtk.PrintEditor4.Devel.svg
share/icons/hicolor/scalable/apps/org.gtk.PrintEditor4.svg
share/icons/hicolor/scalable/apps/org.gtk.WidgetFactory4.svg
+share/icons/hicolor/scalable/apps/org.gtk.gtk4.NodeEditor.Devel.svg
+share/icons/hicolor/scalable/apps/org.gtk.gtk4.NodeEditor.svg
share/icons/hicolor/symbolic/apps/org.gtk.Demo4-symbolic.svg
share/icons/hicolor/symbolic/apps/org.gtk.IconBrowser4-symbolic.svg
share/icons/hicolor/symbolic/apps/org.gtk.PrintEditor4-symbolic.svg
share/icons/hicolor/symbolic/apps/org.gtk.WidgetFactory4-symbolic.svg
-share/locale/af/LC_MESSAGES/gtk40-properties.mo
+share/icons/hicolor/symbolic/apps/org.gtk.gtk4.NodeEditor-symbolic.svg
+share/locale/ab/LC_MESSAGES/gtk40.mo
share/locale/af/LC_MESSAGES/gtk40.mo
-share/locale/am/LC_MESSAGES/gtk40-properties.mo
share/locale/am/LC_MESSAGES/gtk40.mo
-share/locale/an/LC_MESSAGES/gtk40-properties.mo
share/locale/an/LC_MESSAGES/gtk40.mo
-share/locale/ang/LC_MESSAGES/gtk40-properties.mo
share/locale/ang/LC_MESSAGES/gtk40.mo
-share/locale/ar/LC_MESSAGES/gtk40-properties.mo
share/locale/ar/LC_MESSAGES/gtk40.mo
-share/locale/as/LC_MESSAGES/gtk40-properties.mo
share/locale/as/LC_MESSAGES/gtk40.mo
-share/locale/ast/LC_MESSAGES/gtk40-properties.mo
share/locale/ast/LC_MESSAGES/gtk40.mo
-share/locale/az/LC_MESSAGES/gtk40-properties.mo
share/locale/az/LC_MESSAGES/gtk40.mo
-share/locale/az_IR/LC_MESSAGES/gtk40-properties.mo
share/locale/az_IR/LC_MESSAGES/gtk40.mo
-share/locale/be/LC_MESSAGES/gtk40-properties.mo
share/locale/be/LC_MESSAGES/gtk40.mo
-share/locale/be@latin/LC_MESSAGES/gtk40-properties.mo
share/locale/be@latin/LC_MESSAGES/gtk40.mo
-share/locale/bg/LC_MESSAGES/gtk40-properties.mo
share/locale/bg/LC_MESSAGES/gtk40.mo
-share/locale/bn/LC_MESSAGES/gtk40-properties.mo
share/locale/bn/LC_MESSAGES/gtk40.mo
-share/locale/bn_IN/LC_MESSAGES/gtk40-properties.mo
share/locale/bn_IN/LC_MESSAGES/gtk40.mo
-share/locale/br/LC_MESSAGES/gtk40-properties.mo
share/locale/br/LC_MESSAGES/gtk40.mo
-share/locale/bs/LC_MESSAGES/gtk40-properties.mo
share/locale/bs/LC_MESSAGES/gtk40.mo
-share/locale/ca/LC_MESSAGES/gtk40-properties.mo
share/locale/ca/LC_MESSAGES/gtk40.mo
-share/locale/ca@valencia/LC_MESSAGES/gtk40-properties.mo
share/locale/ca@valencia/LC_MESSAGES/gtk40.mo
-share/locale/crh/LC_MESSAGES/gtk40-properties.mo
share/locale/crh/LC_MESSAGES/gtk40.mo
-share/locale/cs/LC_MESSAGES/gtk40-properties.mo
share/locale/cs/LC_MESSAGES/gtk40.mo
-share/locale/cy/LC_MESSAGES/gtk40-properties.mo
share/locale/cy/LC_MESSAGES/gtk40.mo
-share/locale/da/LC_MESSAGES/gtk40-properties.mo
share/locale/da/LC_MESSAGES/gtk40.mo
-share/locale/de/LC_MESSAGES/gtk40-properties.mo
share/locale/de/LC_MESSAGES/gtk40.mo
-share/locale/dz/LC_MESSAGES/gtk40-properties.mo
share/locale/dz/LC_MESSAGES/gtk40.mo
-share/locale/el/LC_MESSAGES/gtk40-properties.mo
share/locale/el/LC_MESSAGES/gtk40.mo
-share/locale/en/LC_MESSAGES/gtk40-properties.mo
share/locale/en/LC_MESSAGES/gtk40.mo
-share/locale/en@shaw/LC_MESSAGES/gtk40-properties.mo
share/locale/en@shaw/LC_MESSAGES/gtk40.mo
-share/locale/en_CA/LC_MESSAGES/gtk40-properties.mo
share/locale/en_CA/LC_MESSAGES/gtk40.mo
-share/locale/en_GB/LC_MESSAGES/gtk40-properties.mo
share/locale/en_GB/LC_MESSAGES/gtk40.mo
-share/locale/eo/LC_MESSAGES/gtk40-properties.mo
share/locale/eo/LC_MESSAGES/gtk40.mo
-share/locale/es/LC_MESSAGES/gtk40-properties.mo
share/locale/es/LC_MESSAGES/gtk40.mo
-share/locale/et/LC_MESSAGES/gtk40-properties.mo
share/locale/et/LC_MESSAGES/gtk40.mo
-share/locale/eu/LC_MESSAGES/gtk40-properties.mo
share/locale/eu/LC_MESSAGES/gtk40.mo
-share/locale/fa/LC_MESSAGES/gtk40-properties.mo
share/locale/fa/LC_MESSAGES/gtk40.mo
-share/locale/fi/LC_MESSAGES/gtk40-properties.mo
share/locale/fi/LC_MESSAGES/gtk40.mo
-share/locale/fr/LC_MESSAGES/gtk40-properties.mo
share/locale/fr/LC_MESSAGES/gtk40.mo
-share/locale/fur/LC_MESSAGES/gtk40-properties.mo
share/locale/fur/LC_MESSAGES/gtk40.mo
-share/locale/ga/LC_MESSAGES/gtk40-properties.mo
share/locale/ga/LC_MESSAGES/gtk40.mo
-share/locale/gd/LC_MESSAGES/gtk40-properties.mo
share/locale/gd/LC_MESSAGES/gtk40.mo
-share/locale/gl/LC_MESSAGES/gtk40-properties.mo
share/locale/gl/LC_MESSAGES/gtk40.mo
-share/locale/gu/LC_MESSAGES/gtk40-properties.mo
share/locale/gu/LC_MESSAGES/gtk40.mo
-share/locale/he/LC_MESSAGES/gtk40-properties.mo
share/locale/he/LC_MESSAGES/gtk40.mo
-share/locale/hi/LC_MESSAGES/gtk40-properties.mo
share/locale/hi/LC_MESSAGES/gtk40.mo
-share/locale/hr/LC_MESSAGES/gtk40-properties.mo
share/locale/hr/LC_MESSAGES/gtk40.mo
-share/locale/hu/LC_MESSAGES/gtk40-properties.mo
share/locale/hu/LC_MESSAGES/gtk40.mo
-share/locale/hy/LC_MESSAGES/gtk40-properties.mo
share/locale/hy/LC_MESSAGES/gtk40.mo
-share/locale/ia/LC_MESSAGES/gtk40-properties.mo
share/locale/ia/LC_MESSAGES/gtk40.mo
-share/locale/id/LC_MESSAGES/gtk40-properties.mo
share/locale/id/LC_MESSAGES/gtk40.mo
-share/locale/io/LC_MESSAGES/gtk40-properties.mo
share/locale/io/LC_MESSAGES/gtk40.mo
-share/locale/is/LC_MESSAGES/gtk40-properties.mo
share/locale/is/LC_MESSAGES/gtk40.mo
-share/locale/it/LC_MESSAGES/gtk40-properties.mo
share/locale/it/LC_MESSAGES/gtk40.mo
-share/locale/ja/LC_MESSAGES/gtk40-properties.mo
share/locale/ja/LC_MESSAGES/gtk40.mo
-share/locale/ka/LC_MESSAGES/gtk40-properties.mo
share/locale/ka/LC_MESSAGES/gtk40.mo
-share/locale/kg/LC_MESSAGES/gtk40-properties.mo
share/locale/kg/LC_MESSAGES/gtk40.mo
-share/locale/kk/LC_MESSAGES/gtk40-properties.mo
share/locale/kk/LC_MESSAGES/gtk40.mo
-share/locale/km/LC_MESSAGES/gtk40-properties.mo
share/locale/km/LC_MESSAGES/gtk40.mo
-share/locale/kn/LC_MESSAGES/gtk40-properties.mo
share/locale/kn/LC_MESSAGES/gtk40.mo
-share/locale/ko/LC_MESSAGES/gtk40-properties.mo
share/locale/ko/LC_MESSAGES/gtk40.mo
-share/locale/ku/LC_MESSAGES/gtk40-properties.mo
share/locale/ku/LC_MESSAGES/gtk40.mo
-share/locale/ky/LC_MESSAGES/gtk40-properties.mo
share/locale/ky/LC_MESSAGES/gtk40.mo
-share/locale/lg/LC_MESSAGES/gtk40-properties.mo
share/locale/lg/LC_MESSAGES/gtk40.mo
-share/locale/li/LC_MESSAGES/gtk40-properties.mo
share/locale/li/LC_MESSAGES/gtk40.mo
-share/locale/lt/LC_MESSAGES/gtk40-properties.mo
share/locale/lt/LC_MESSAGES/gtk40.mo
-share/locale/lv/LC_MESSAGES/gtk40-properties.mo
share/locale/lv/LC_MESSAGES/gtk40.mo
-share/locale/mai/LC_MESSAGES/gtk40-properties.mo
share/locale/mai/LC_MESSAGES/gtk40.mo
-share/locale/mi/LC_MESSAGES/gtk40-properties.mo
share/locale/mi/LC_MESSAGES/gtk40.mo
-share/locale/mjw/LC_MESSAGES/gtk40-properties.mo
share/locale/mjw/LC_MESSAGES/gtk40.mo
-share/locale/mk/LC_MESSAGES/gtk40-properties.mo
share/locale/mk/LC_MESSAGES/gtk40.mo
-share/locale/ml/LC_MESSAGES/gtk40-properties.mo
share/locale/ml/LC_MESSAGES/gtk40.mo
-share/locale/mn/LC_MESSAGES/gtk40-properties.mo
share/locale/mn/LC_MESSAGES/gtk40.mo
-share/locale/mr/LC_MESSAGES/gtk40-properties.mo
share/locale/mr/LC_MESSAGES/gtk40.mo
-share/locale/ms/LC_MESSAGES/gtk40-properties.mo
share/locale/ms/LC_MESSAGES/gtk40.mo
-share/locale/my/LC_MESSAGES/gtk40-properties.mo
share/locale/my/LC_MESSAGES/gtk40.mo
-share/locale/nb/LC_MESSAGES/gtk40-properties.mo
share/locale/nb/LC_MESSAGES/gtk40.mo
-share/locale/nds/LC_MESSAGES/gtk40-properties.mo
share/locale/nds/LC_MESSAGES/gtk40.mo
-share/locale/ne/LC_MESSAGES/gtk40-properties.mo
share/locale/ne/LC_MESSAGES/gtk40.mo
-share/locale/nl/LC_MESSAGES/gtk40-properties.mo
share/locale/nl/LC_MESSAGES/gtk40.mo
-share/locale/nn/LC_MESSAGES/gtk40-properties.mo
share/locale/nn/LC_MESSAGES/gtk40.mo
-share/locale/nso/LC_MESSAGES/gtk40-properties.mo
share/locale/nso/LC_MESSAGES/gtk40.mo
-share/locale/oc/LC_MESSAGES/gtk40-properties.mo
share/locale/oc/LC_MESSAGES/gtk40.mo
-share/locale/or/LC_MESSAGES/gtk40-properties.mo
share/locale/or/LC_MESSAGES/gtk40.mo
-share/locale/pa/LC_MESSAGES/gtk40-properties.mo
share/locale/pa/LC_MESSAGES/gtk40.mo
-share/locale/pl/LC_MESSAGES/gtk40-properties.mo
share/locale/pl/LC_MESSAGES/gtk40.mo
-share/locale/ps/LC_MESSAGES/gtk40-properties.mo
share/locale/ps/LC_MESSAGES/gtk40.mo
-share/locale/pt/LC_MESSAGES/gtk40-properties.mo
share/locale/pt/LC_MESSAGES/gtk40.mo
-share/locale/pt_BR/LC_MESSAGES/gtk40-properties.mo
share/locale/pt_BR/LC_MESSAGES/gtk40.mo
-share/locale/ro/LC_MESSAGES/gtk40-properties.mo
share/locale/ro/LC_MESSAGES/gtk40.mo
-share/locale/ru/LC_MESSAGES/gtk40-properties.mo
share/locale/ru/LC_MESSAGES/gtk40.mo
-share/locale/rw/LC_MESSAGES/gtk40-properties.mo
share/locale/rw/LC_MESSAGES/gtk40.mo
-share/locale/si/LC_MESSAGES/gtk40-properties.mo
share/locale/si/LC_MESSAGES/gtk40.mo
-share/locale/sk/LC_MESSAGES/gtk40-properties.mo
share/locale/sk/LC_MESSAGES/gtk40.mo
-share/locale/sl/LC_MESSAGES/gtk40-properties.mo
share/locale/sl/LC_MESSAGES/gtk40.mo
-share/locale/sq/LC_MESSAGES/gtk40-properties.mo
share/locale/sq/LC_MESSAGES/gtk40.mo
-share/locale/sr/LC_MESSAGES/gtk40-properties.mo
share/locale/sr/LC_MESSAGES/gtk40.mo
-share/locale/sr@ije/LC_MESSAGES/gtk40-properties.mo
share/locale/sr@ije/LC_MESSAGES/gtk40.mo
-share/locale/sr@latin/LC_MESSAGES/gtk40-properties.mo
share/locale/sr@latin/LC_MESSAGES/gtk40.mo
-share/locale/sv/LC_MESSAGES/gtk40-properties.mo
share/locale/sv/LC_MESSAGES/gtk40.mo
-share/locale/ta/LC_MESSAGES/gtk40-properties.mo
share/locale/ta/LC_MESSAGES/gtk40.mo
-share/locale/te/LC_MESSAGES/gtk40-properties.mo
share/locale/te/LC_MESSAGES/gtk40.mo
-share/locale/tg/LC_MESSAGES/gtk40-properties.mo
share/locale/tg/LC_MESSAGES/gtk40.mo
-share/locale/th/LC_MESSAGES/gtk40-properties.mo
share/locale/th/LC_MESSAGES/gtk40.mo
-share/locale/tk/LC_MESSAGES/gtk40-properties.mo
share/locale/tk/LC_MESSAGES/gtk40.mo
-share/locale/tr/LC_MESSAGES/gtk40-properties.mo
share/locale/tr/LC_MESSAGES/gtk40.mo
-share/locale/tt/LC_MESSAGES/gtk40-properties.mo
share/locale/tt/LC_MESSAGES/gtk40.mo
-share/locale/ug/LC_MESSAGES/gtk40-properties.mo
share/locale/ug/LC_MESSAGES/gtk40.mo
-share/locale/uk/LC_MESSAGES/gtk40-properties.mo
share/locale/uk/LC_MESSAGES/gtk40.mo
-share/locale/ur/LC_MESSAGES/gtk40-properties.mo
share/locale/ur/LC_MESSAGES/gtk40.mo
-share/locale/uz/LC_MESSAGES/gtk40-properties.mo
share/locale/uz/LC_MESSAGES/gtk40.mo
-share/locale/uz@cyrillic/LC_MESSAGES/gtk40-properties.mo
share/locale/uz@cyrillic/LC_MESSAGES/gtk40.mo
-share/locale/vi/LC_MESSAGES/gtk40-properties.mo
share/locale/vi/LC_MESSAGES/gtk40.mo
-share/locale/wa/LC_MESSAGES/gtk40-properties.mo
share/locale/wa/LC_MESSAGES/gtk40.mo
-share/locale/xh/LC_MESSAGES/gtk40-properties.mo
share/locale/xh/LC_MESSAGES/gtk40.mo
-share/locale/yi/LC_MESSAGES/gtk40-properties.mo
share/locale/yi/LC_MESSAGES/gtk40.mo
-share/locale/zh_CN/LC_MESSAGES/gtk40-properties.mo
share/locale/zh_CN/LC_MESSAGES/gtk40.mo
-share/locale/zh_HK/LC_MESSAGES/gtk40-properties.mo
share/locale/zh_HK/LC_MESSAGES/gtk40.mo
-share/locale/zh_TW/LC_MESSAGES/gtk40-properties.mo
share/locale/zh_TW/LC_MESSAGES/gtk40.mo
share/metainfo/org.gtk.Demo4.appdata.xml
Home |
Main Index |
Thread Index |
Old Index