Compare commits
53 Commits
wip/high-r
...
calendar-d
Author | SHA1 | Date | |
---|---|---|---|
|
8be1632b14 | ||
|
3aeda58e9e | ||
|
9ed71ddffe | ||
|
622111f1ca | ||
|
90dfff5901 | ||
|
17064928d2 | ||
|
e082414f0c | ||
|
3f63656630 | ||
|
d2bd63e455 | ||
|
8f44ec3c09 | ||
|
340c62ecd6 | ||
|
e9fdb35687 | ||
|
eaf0e54074 | ||
|
a1becccd3f | ||
|
14eebd97b0 | ||
|
d3584b22df | ||
|
480c5d5bf3 | ||
|
177231516e | ||
|
ec91152a02 | ||
|
71c100869f | ||
|
4af8e3ef02 | ||
|
c2bfcca0e9 | ||
|
d34d99a917 | ||
|
a12931b9f8 | ||
|
54bdac6331 | ||
|
52be6acb89 | ||
|
8809fab111 | ||
|
352948fcdf | ||
|
5493efdb41 | ||
|
98b1c94027 | ||
|
6e0d1fc23c | ||
|
8f955baf93 | ||
|
64fe119643 | ||
|
3857077701 | ||
|
91b862a527 | ||
|
67d4369b6c | ||
|
a5cb933e30 | ||
|
9ef0e03a20 | ||
|
a579083b17 | ||
|
e417fa1b7a | ||
|
022d0044cc | ||
|
a4cfe61106 | ||
|
a1c1c788c9 | ||
|
94960b828f | ||
|
6841c73808 | ||
|
f43f6900c9 | ||
|
7101cfe468 | ||
|
775e4a2da0 | ||
|
4862fa2e0f | ||
|
c654573ba2 | ||
|
eb71ec911c | ||
|
a393e2ef33 | ||
|
4bc34c3bcf |
49
NEWS
@@ -1,3 +1,52 @@
|
||||
Overview of Changes in GTK+ 3.24.11
|
||||
===================================
|
||||
|
||||
* Adwaita:
|
||||
- Add drop shadow to icons
|
||||
- Small color fixes
|
||||
- Make title buttons round
|
||||
|
||||
* OS X: Fix the monitors-changed signal
|
||||
|
||||
* Win32:
|
||||
- Build fixes
|
||||
- Support choices in the native file chooser
|
||||
- Fix icon cache freshness checks on 64bit
|
||||
|
||||
* Wayland:
|
||||
- Support xdg-output v3
|
||||
- Fix clipboard ownership handling
|
||||
|
||||
* X11: Improve monitor metadata
|
||||
|
||||
* Build: Require GLib 2.57.2
|
||||
|
||||
* Translation updates:
|
||||
Basque
|
||||
Brazilian Portuguese
|
||||
British English
|
||||
Catalan
|
||||
Croatian
|
||||
French
|
||||
Friulian
|
||||
Galician
|
||||
German
|
||||
Greek
|
||||
Hungarian
|
||||
Indonesian
|
||||
Japanese
|
||||
Korean
|
||||
Latvian
|
||||
Lithuanian
|
||||
Polish
|
||||
Punjabi
|
||||
Romanian
|
||||
Serbian
|
||||
Slovenian
|
||||
Spanish
|
||||
Swedish
|
||||
|
||||
|
||||
Overview of Changes in GTK+ 3.24.10
|
||||
===================================
|
||||
|
||||
|
@@ -20,9 +20,6 @@
|
||||
/* define if we have colord */
|
||||
#mesondefine HAVE_COLORD
|
||||
|
||||
/* Define to 1 if you have the <crt_externs.h> header file. */
|
||||
#mesondefine HAVE_CRT_EXTERNS_H
|
||||
|
||||
/* Define if the GNU dcgettext() function is already present or preinstalled.
|
||||
*/
|
||||
#mesondefine HAVE_DCGETTEXT
|
||||
@@ -209,12 +206,6 @@
|
||||
/* Define if _NL_TIME_FIRST_WEEKDAY is available */
|
||||
#mesondefine HAVE__NL_TIME_FIRST_WEEKDAY
|
||||
|
||||
/* Define to 1 if you have the `_NSGetEnviron' function. */
|
||||
#mesondefine HAVE__NSGETENVIRON
|
||||
|
||||
/* Define if <X11/extensions/XIproto.h> needed for xReply */
|
||||
#mesondefine NEED_XIPROTO_H_FOR_XREPLY
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#mesondefine PACKAGE_BUGREPORT
|
||||
|
||||
|
@@ -26,9 +26,6 @@
|
||||
/* define if we have colord */
|
||||
/* #undef HAVE_COLORD */
|
||||
|
||||
/* Define to 1 if you have the <crt_externs.h> header file. */
|
||||
/* #undef HAVE_CRT_EXTERNS_H */
|
||||
|
||||
/* Define to 1 if you have the `dcgettext' function. */
|
||||
#define HAVE_DCGETTEXT 1
|
||||
|
||||
@@ -248,16 +245,10 @@
|
||||
/* Define if _NL_TIME_FIRST_WEEKDAY is available */
|
||||
/* #undef HAVE__NL_TIME_FIRST_WEEKDAY */
|
||||
|
||||
/* Define to 1 if you have the `_NSGetEnviron' function. */
|
||||
/* #undef HAVE__NSGETENVIRON */
|
||||
|
||||
/* Define to the sub-directory in which libtool stores uninstalled libraries.
|
||||
*/
|
||||
#define LT_OBJDIR ".libs/"
|
||||
|
||||
/* Define if <X11/extensions/XIproto.h> needed for xReply */
|
||||
/* #undef NEED_XIPROTO_H_FOR_XREPLY */
|
||||
|
||||
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
|
||||
#ifndef _MSC_VER
|
||||
/* #undef NO_MINUS_C_MINUS_O */
|
||||
|
19
configure.ac
@@ -10,8 +10,8 @@
|
||||
|
||||
m4_define([gtk_major_version], [3])
|
||||
m4_define([gtk_minor_version], [24])
|
||||
m4_define([gtk_micro_version], [10])
|
||||
m4_define([gtk_interface_age], [6])
|
||||
m4_define([gtk_micro_version], [11])
|
||||
m4_define([gtk_interface_age], [7])
|
||||
m4_define([gtk_binary_age],
|
||||
[m4_eval(100 * gtk_minor_version + gtk_micro_version)])
|
||||
m4_define([gtk_version],
|
||||
@@ -852,10 +852,6 @@ AC_CHECK_LIB(m,round,,)
|
||||
AC_CHECK_FUNCS(round rint nearbyint sincos exp2 log2 trunc)
|
||||
AC_CHECK_DECLS([isnan, isinf], [], [], [[#include <math.h>]])
|
||||
|
||||
# Checks for gdkspawn
|
||||
AC_CHECK_HEADERS(crt_externs.h)
|
||||
AC_CHECK_FUNCS(_NSGetEnviron)
|
||||
|
||||
AC_MSG_CHECKING(whether to build dynamic modules)
|
||||
|
||||
AC_ARG_ENABLE(modules,
|
||||
@@ -1055,17 +1051,6 @@ if test "x$enable_x11_backend" = xyes; then
|
||||
AC_CHECK_FUNC(XextFindDisplay, :,
|
||||
AC_MSG_ERROR([*** libX11 and libXext not found. Check 'config.log' for more details.]))
|
||||
|
||||
# Check if <X11/extensions/XIproto.h> is needed for xReply.
|
||||
|
||||
AC_CHECK_TYPE([xReply], ,
|
||||
[AC_CHECK_TYPE([xReply],
|
||||
[AC_DEFINE([NEED_XIPROTO_H_FOR_XREPLY], 1,
|
||||
[Define if <X11/extensions/XIproto.h> needed for xReply])],
|
||||
[AC_MSG_ERROR([xReply type unavailable. X11 is too old])],
|
||||
[[#include <X11/extensions/XIproto.h>
|
||||
#include <X11/Xlibint.h>]])],
|
||||
[[#include <X11/Xlibint.h>]])
|
||||
|
||||
# Check for XKB support.
|
||||
|
||||
if test "x$enable_xkb" = "xyes"; then
|
||||
|
@@ -349,6 +349,7 @@ HTML_IMAGES = \
|
||||
$(srcdir)/images/box-packing.png \
|
||||
$(srcdir)/images/box-expand.png \
|
||||
$(srcdir)/images/button.png \
|
||||
$(srcdir)/images/calendar.png \
|
||||
$(srcdir)/images/check-button.png \
|
||||
$(srcdir)/images/color-button.png \
|
||||
$(srcdir)/images/colorchooser.png \
|
||||
|
Before Width: | Height: | Size: 20 KiB After Width: | Height: | Size: 22 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.6 KiB |
BIN
docs/reference/gtk/images/calendar.png
Normal file
After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 4.0 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 1.9 KiB After Width: | Height: | Size: 2.2 KiB |
Before Width: | Height: | Size: 9.8 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.7 KiB |
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 3.7 KiB |
Before Width: | Height: | Size: 54 KiB After Width: | Height: | Size: 39 KiB |
Before Width: | Height: | Size: 5.4 KiB After Width: | Height: | Size: 6.2 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 3.0 KiB |
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 6.3 KiB |
Before Width: | Height: | Size: 6.5 KiB After Width: | Height: | Size: 6.5 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 3.0 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 6.4 KiB |
Before Width: | Height: | Size: 4.8 KiB After Width: | Height: | Size: 4.8 KiB |
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 29 KiB |
Before Width: | Height: | Size: 3.2 KiB After Width: | Height: | Size: 2.5 KiB |
Before Width: | Height: | Size: 5.6 KiB After Width: | Height: | Size: 6.1 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 3.5 KiB |
Before Width: | Height: | Size: 2.6 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 2.9 KiB |
Before Width: | Height: | Size: 2.4 KiB After Width: | Height: | Size: 2.7 KiB |
Before Width: | Height: | Size: 5.2 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 6.0 KiB After Width: | Height: | Size: 5.9 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.1 KiB After Width: | Height: | Size: 3.2 KiB |
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 3.1 KiB |
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.7 KiB |
Before Width: | Height: | Size: 3.4 KiB After Width: | Height: | Size: 3.7 KiB |
@@ -245,6 +245,7 @@ images = [
|
||||
'images/box-packing.png',
|
||||
'images/box-expand.png',
|
||||
'images/button.png',
|
||||
'images/calendar.png',
|
||||
'images/check-button.png',
|
||||
'images/color-button.png',
|
||||
'images/colorchooser.png',
|
||||
|
@@ -45,6 +45,9 @@
|
||||
<link linkend="GtkGLArea">
|
||||
<inlinegraphic fileref="glarea.png" format="PNG"></inlinegraphic>
|
||||
</link>
|
||||
<link linkend="GtkCalendar">
|
||||
<inlinegraphic fileref="calendar.png" format="PNG"></inlinegraphic>
|
||||
</link>
|
||||
</para>
|
||||
</section>
|
||||
|
||||
|
@@ -756,6 +756,16 @@ create_frame (void)
|
||||
return new_widget_info ("frame", widget, MEDIUM);
|
||||
}
|
||||
|
||||
static WidgetInfo *
|
||||
create_caledar (void)
|
||||
{
|
||||
GtkWidget *widget;
|
||||
|
||||
widget = gtk_calendar_new ();
|
||||
|
||||
return new_widget_info ("calendar", widget, MEDIUM);
|
||||
}
|
||||
|
||||
static WidgetInfo *
|
||||
create_window (void)
|
||||
{
|
||||
@@ -1552,6 +1562,7 @@ get_all_widgets (void)
|
||||
retval = g_list_prepend (retval, create_about_dialog ());
|
||||
retval = g_list_prepend (retval, create_accel_label ());
|
||||
retval = g_list_prepend (retval, create_button ());
|
||||
retval = g_list_prepend (retval, create_caledar ());
|
||||
retval = g_list_prepend (retval, create_check_button ());
|
||||
retval = g_list_prepend (retval, create_color_button ());
|
||||
retval = g_list_prepend (retval, create_combo_box ());
|
||||
|
@@ -2719,7 +2719,7 @@ window_is_fullscreen (GdkWindow *window)
|
||||
return ([impl->toplevel styleMask] & GDK_QUARTZ_FULLSCREEN_WINDOW) != 0;
|
||||
else
|
||||
#endif
|
||||
return g_object_get_data (G_OBJECT (window), FULLSCREEN_DATA);
|
||||
return g_object_get_data (G_OBJECT (window), FULLSCREEN_DATA) != NULL;
|
||||
}
|
||||
|
||||
static void
|
||||
@@ -2859,7 +2859,7 @@ _gdk_quartz_window_update_fullscreen_state (GdkWindow *window)
|
||||
{
|
||||
gboolean is_fullscreen = window_is_fullscreen (window);
|
||||
gboolean was_fullscreen = (gdk_window_get_state (window) &&
|
||||
GDK_WINDOW_STATE_FULLSCREEN) != 0;
|
||||
GDK_WINDOW_STATE_FULLSCREEN != 0);
|
||||
|
||||
if (is_fullscreen != was_fullscreen)
|
||||
{
|
||||
|
@@ -634,6 +634,7 @@ static void
|
||||
emulate_crossing (GdkWindow *window,
|
||||
GdkWindow *subwindow,
|
||||
GdkDevice *device,
|
||||
GdkDevice *source,
|
||||
GdkEventType type,
|
||||
GdkCrossingMode mode,
|
||||
guint32 time_)
|
||||
@@ -647,7 +648,7 @@ emulate_crossing (GdkWindow *window,
|
||||
event->crossing.mode = mode;
|
||||
event->crossing.detail = GDK_NOTIFY_NONLINEAR;
|
||||
gdk_event_set_device (event, device);
|
||||
gdk_event_set_source_device (event, device);
|
||||
gdk_event_set_source_device (event, source);
|
||||
gdk_event_set_seat (event, gdk_device_get_seat (device));
|
||||
|
||||
gdk_window_get_device_position_double (window, device,
|
||||
@@ -724,9 +725,9 @@ device_emit_grab_crossing (GdkDevice *device,
|
||||
else
|
||||
{
|
||||
if (from)
|
||||
emulate_crossing (from, to, device, GDK_LEAVE_NOTIFY, mode, time_);
|
||||
emulate_crossing (from, to, device, device, GDK_LEAVE_NOTIFY, mode, time_);
|
||||
if (to)
|
||||
emulate_crossing (to, from, device, GDK_ENTER_NOTIFY, mode, time_);
|
||||
emulate_crossing (to, from, device, device, GDK_ENTER_NOTIFY, mode, time_);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3504,16 +3505,16 @@ gdk_wayland_tablet_flush_frame_event (GdkWaylandTabletData *tablet,
|
||||
}
|
||||
|
||||
if (event->type == GDK_PROXIMITY_OUT)
|
||||
emulate_crossing (event->proximity.window, NULL,
|
||||
tablet->master, GDK_LEAVE_NOTIFY,
|
||||
emulate_crossing (event->proximity.window, NULL, tablet->master,
|
||||
tablet->current_device, GDK_LEAVE_NOTIFY,
|
||||
GDK_CROSSING_NORMAL, time);
|
||||
|
||||
_gdk_wayland_display_deliver_event (gdk_seat_get_display (tablet->seat),
|
||||
event);
|
||||
|
||||
if (event->type == GDK_PROXIMITY_IN)
|
||||
emulate_crossing (event->proximity.window, NULL,
|
||||
tablet->master, GDK_ENTER_NOTIFY,
|
||||
emulate_crossing (event->proximity.window, NULL, tablet->master,
|
||||
tablet->current_device, GDK_ENTER_NOTIFY,
|
||||
GDK_CROSSING_NORMAL, time);
|
||||
}
|
||||
|
||||
@@ -5323,18 +5324,15 @@ gdk_wayland_device_get_data_device (GdkDevice *gdk_device)
|
||||
}
|
||||
|
||||
void
|
||||
gdk_wayland_device_set_selection (GdkDevice *gdk_device,
|
||||
struct wl_data_source *source)
|
||||
gdk_wayland_seat_set_selection (GdkSeat *seat,
|
||||
struct wl_data_source *source)
|
||||
{
|
||||
GdkWaylandSeat *seat;
|
||||
GdkWaylandSeat *wayland_seat = GDK_WAYLAND_SEAT (seat);
|
||||
GdkWaylandDisplay *display_wayland;
|
||||
|
||||
g_return_if_fail (GDK_IS_WAYLAND_DEVICE (gdk_device));
|
||||
display_wayland = GDK_WAYLAND_DISPLAY (wayland_seat->display);
|
||||
|
||||
seat = GDK_WAYLAND_SEAT (gdk_device_get_seat (gdk_device));
|
||||
display_wayland = GDK_WAYLAND_DISPLAY (seat->display);
|
||||
|
||||
wl_data_device_set_selection (seat->data_device, source,
|
||||
wl_data_device_set_selection (wayland_seat->data_device, source,
|
||||
_gdk_wayland_display_get_serial (display_wayland));
|
||||
}
|
||||
|
||||
|
@@ -188,8 +188,8 @@ uint32_t _gdk_wayland_device_get_implicit_grab_serial(GdkWaylandDevice *device,
|
||||
uint32_t _gdk_wayland_seat_get_last_implicit_grab_serial (GdkSeat *seat,
|
||||
GdkEventSequence **seqence);
|
||||
struct wl_data_device * gdk_wayland_device_get_data_device (GdkDevice *gdk_device);
|
||||
void gdk_wayland_device_set_selection (GdkDevice *gdk_device,
|
||||
struct wl_data_source *source);
|
||||
void gdk_wayland_seat_set_selection (GdkSeat *seat,
|
||||
struct wl_data_source *source);
|
||||
|
||||
void gdk_wayland_seat_set_primary (GdkSeat *seat,
|
||||
struct gtk_primary_selection_source *source);
|
||||
|
@@ -1445,12 +1445,21 @@ should_update_monitor (GdkWaylandMonitor *monitor)
|
||||
monitor->version < OUTPUT_VERSION_WITH_DONE);
|
||||
}
|
||||
|
||||
static gboolean
|
||||
should_expect_xdg_output_done (GdkWaylandMonitor *monitor)
|
||||
{
|
||||
GdkDisplay *display = GDK_MONITOR (monitor)->display;
|
||||
GdkWaylandDisplay *display_wayland = GDK_WAYLAND_DISPLAY (display);
|
||||
|
||||
return (monitor_has_xdg_output (monitor) &&
|
||||
display_wayland->xdg_output_version < NO_XDG_OUTPUT_DONE_SINCE_VERSION);
|
||||
}
|
||||
|
||||
static void
|
||||
apply_monitor_change (GdkWaylandMonitor *monitor)
|
||||
{
|
||||
GdkDisplay *display = GDK_MONITOR (monitor)->display;
|
||||
GdkWaylandScreen *screen_wayland = GDK_WAYLAND_SCREEN (gdk_display_get_default_screen (display));
|
||||
GdkWaylandDisplay *display_wayland = GDK_WAYLAND_DISPLAY (display);
|
||||
|
||||
GDK_NOTE (MISC,
|
||||
g_message ("monitor %d changed position %d %d, size %d %d",
|
||||
@@ -1462,11 +1471,7 @@ apply_monitor_change (GdkWaylandMonitor *monitor)
|
||||
gdk_monitor_set_size (GDK_MONITOR (monitor), monitor->width, monitor->height);
|
||||
gdk_monitor_set_connector (GDK_MONITOR (monitor), monitor->name);
|
||||
monitor->wl_output_done = FALSE;
|
||||
/* xdg_output v3 marks xdg_output.done as deprecated, so if using
|
||||
* that version, no need to wait for xdg-output.done event.
|
||||
*/
|
||||
monitor->xdg_output_done =
|
||||
(display_wayland->xdg_output_version >= NO_XDG_OUTPUT_DONE_SINCE_VERSION);
|
||||
monitor->xdg_output_done = FALSE;
|
||||
|
||||
g_signal_emit_by_name (screen_wayland, "monitors-changed");
|
||||
update_screen_size (screen_wayland);
|
||||
@@ -1512,7 +1517,7 @@ xdg_output_handle_done (void *data,
|
||||
g_message ("handle done xdg-output %d", monitor->id));
|
||||
|
||||
monitor->xdg_output_done = TRUE;
|
||||
if (monitor->wl_output_done)
|
||||
if (monitor->wl_output_done && should_expect_xdg_output_done (monitor))
|
||||
apply_monitor_change (monitor);
|
||||
}
|
||||
|
||||
@@ -1606,7 +1611,7 @@ output_handle_done (void *data,
|
||||
|
||||
monitor->wl_output_done = TRUE;
|
||||
|
||||
if (!monitor_has_xdg_output (monitor) || monitor->xdg_output_done)
|
||||
if (!should_expect_xdg_output_done (monitor) || monitor->xdg_output_done)
|
||||
apply_monitor_change (monitor);
|
||||
}
|
||||
|
||||
|
@@ -114,6 +114,9 @@ struct _GdkWaylandSelection
|
||||
static void selection_buffer_read (SelectionBuffer *buffer);
|
||||
static void async_write_data_write (AsyncWriteData *write_data);
|
||||
static void emit_selection_clear (GdkDisplay *display, GdkAtom selection);
|
||||
static void emit_empty_selection_notify (GdkWindow *requestor,
|
||||
GdkAtom selection,
|
||||
GdkAtom target);
|
||||
|
||||
static void
|
||||
selection_buffer_notify (SelectionBuffer *buffer)
|
||||
@@ -168,11 +171,22 @@ selection_buffer_ref (SelectionBuffer *buffer)
|
||||
static void
|
||||
selection_buffer_unref (SelectionBuffer *buffer_data)
|
||||
{
|
||||
GList *l;
|
||||
|
||||
buffer_data->ref_count--;
|
||||
|
||||
if (buffer_data->ref_count != 0)
|
||||
return;
|
||||
|
||||
for (l = buffer_data->requestors; l; l = l->next)
|
||||
{
|
||||
emit_empty_selection_notify (l->data, buffer_data->selection,
|
||||
buffer_data->target);
|
||||
}
|
||||
|
||||
g_list_free (buffer_data->requestors);
|
||||
buffer_data->requestors = NULL;
|
||||
|
||||
if (buffer_data->cancellable)
|
||||
g_object_unref (buffer_data->cancellable);
|
||||
|
||||
@@ -1126,11 +1140,9 @@ gdk_wayland_selection_unset_data_source (GdkDisplay *display,
|
||||
|
||||
if (selection == atoms[ATOM_CLIPBOARD])
|
||||
{
|
||||
GdkDevice *device;
|
||||
GdkSeat *seat = gdk_display_get_default_seat (display);
|
||||
|
||||
device = gdk_seat_get_pointer (gdk_display_get_default_seat (display));
|
||||
|
||||
gdk_wayland_device_set_selection (device, NULL);
|
||||
gdk_wayland_seat_set_selection (seat, NULL);
|
||||
|
||||
if (wayland_selection->clipboard_source)
|
||||
{
|
||||
@@ -1184,11 +1196,15 @@ _gdk_wayland_display_set_selection_owner (GdkDisplay *display,
|
||||
if (selection == atoms[ATOM_CLIPBOARD])
|
||||
{
|
||||
wayland_selection->clipboard_owner = owner;
|
||||
if (send_event && !owner)
|
||||
gdk_wayland_selection_unset_data_source (display, selection);
|
||||
return TRUE;
|
||||
}
|
||||
else if (selection == atoms[ATOM_PRIMARY])
|
||||
{
|
||||
wayland_selection->primary_owner = owner;
|
||||
if (send_event && !owner)
|
||||
gdk_wayland_selection_unset_data_source (display, selection);
|
||||
return TRUE;
|
||||
}
|
||||
else if (selection == atoms[ATOM_DND])
|
||||
@@ -1313,7 +1329,10 @@ _gdk_wayland_display_convert_selection (GdkDisplay *display,
|
||||
|
||||
selection_data = selection_lookup_offer_by_atom (wayland_selection, selection);
|
||||
if (!selection_data)
|
||||
return;
|
||||
{
|
||||
emit_empty_selection_notify (requestor, selection, target);
|
||||
return;
|
||||
}
|
||||
|
||||
offer = gdk_wayland_selection_get_offer (display, selection);
|
||||
target_list = gdk_wayland_selection_get_targets (display, selection);
|
||||
@@ -1534,12 +1553,10 @@ gdk_wayland_selection_add_targets (GdkWindow *window,
|
||||
|
||||
if (selection == atoms[ATOM_CLIPBOARD])
|
||||
{
|
||||
GdkDisplay *display;
|
||||
GdkDevice *device;
|
||||
GdkSeat *seat;
|
||||
|
||||
display = gdk_window_get_display (window);
|
||||
device = gdk_seat_get_pointer (gdk_display_get_default_seat (display));
|
||||
gdk_wayland_device_set_selection (device, data_source);
|
||||
seat = gdk_display_get_default_seat (display);
|
||||
gdk_wayland_seat_set_selection (seat, data_source);
|
||||
}
|
||||
else if (selection == atoms[ATOM_PRIMARY])
|
||||
{
|
||||
|
@@ -651,10 +651,11 @@ on_frame_clock_after_paint (GdkFrameClock *clock,
|
||||
static void
|
||||
window_update_scale (GdkWindow *window)
|
||||
{
|
||||
GdkWindowImplWayland *impl = GDK_WINDOW_IMPL_WAYLAND (window->impl);
|
||||
GdkWaylandDisplay *display_wayland =
|
||||
GDK_WAYLAND_DISPLAY (gdk_window_get_display (window));
|
||||
guint32 scale;
|
||||
int i;
|
||||
GSList *l;
|
||||
|
||||
if (display_wayland->compositor_version < WL_SURFACE_HAS_BUFFER_SCALE)
|
||||
{
|
||||
@@ -663,10 +664,10 @@ window_update_scale (GdkWindow *window)
|
||||
}
|
||||
|
||||
scale = 1;
|
||||
for (i = 0; i < display_wayland->monitors->len; i++)
|
||||
for (l = impl->display_server.outputs; l != NULL; l = l->next)
|
||||
{
|
||||
GdkWaylandMonitor *monitor = display_wayland->monitors->pdata[i];
|
||||
int output_scale = gdk_monitor_get_scale_factor (GDK_MONITOR (monitor));
|
||||
guint32 output_scale =
|
||||
_gdk_wayland_screen_get_output_scale (display_wayland->screen, l->data);
|
||||
scale = MAX (scale, output_scale);
|
||||
}
|
||||
|
||||
@@ -3310,6 +3311,12 @@ gdk_window_wayland_move_resize (GdkWindow *window,
|
||||
}
|
||||
}
|
||||
|
||||
if (window->state & (GDK_WINDOW_STATE_FULLSCREEN | GDK_WINDOW_STATE_MAXIMIZED))
|
||||
{
|
||||
impl->saved_width = width;
|
||||
impl->saved_height = height;
|
||||
}
|
||||
|
||||
/* If this function is called with width and height = -1 then that means
|
||||
* just move the window - don't update its size
|
||||
*/
|
||||
|
@@ -46,10 +46,6 @@ in this Software without prior written authorization from The Open Group.
|
||||
#include "gdkasync.h"
|
||||
#include "gdkprivate-x11.h"
|
||||
|
||||
#ifdef NEED_XIPROTO_H_FOR_XREPLY
|
||||
#include <X11/extensions/XIproto.h>
|
||||
#endif
|
||||
|
||||
#include <X11/Xlibint.h>
|
||||
|
||||
|
||||
|
@@ -270,6 +270,16 @@ hook_surface_changed (GdkWindow *window)
|
||||
{
|
||||
GdkWindowImplX11 *impl = GDK_WINDOW_IMPL_X11 (window->impl);
|
||||
|
||||
/* The hooking we do below doesn't work if we're rendering with
|
||||
* OpenGL (the cairo surface is not touched) so just always
|
||||
* do the frame.
|
||||
*/
|
||||
if (window->current_paint.use_gl)
|
||||
{
|
||||
window_pre_damage (window);
|
||||
return;
|
||||
}
|
||||
|
||||
if (impl->cairo_surface)
|
||||
{
|
||||
cairo_surface_set_mime_data (impl->cairo_surface,
|
||||
|
@@ -508,7 +508,8 @@ static GtkCssValue font_weight_values[] = {
|
||||
{ >K_CSS_VALUE_FONT_WEIGHT, 1, PANGO_WEIGHT_SEMIBOLD, "600" },
|
||||
{ >K_CSS_VALUE_FONT_WEIGHT, 1, PANGO_WEIGHT_BOLD, "bold" },
|
||||
{ >K_CSS_VALUE_FONT_WEIGHT, 1, PANGO_WEIGHT_ULTRABOLD, "800" },
|
||||
{ >K_CSS_VALUE_FONT_WEIGHT, 1, PANGO_WEIGHT_HEAVY, "900" }
|
||||
{ >K_CSS_VALUE_FONT_WEIGHT, 1, PANGO_WEIGHT_HEAVY, "900" },
|
||||
{ >K_CSS_VALUE_FONT_WEIGHT, 1, PANGO_WEIGHT_ULTRAHEAVY, "1000" }
|
||||
};
|
||||
|
||||
GtkCssValue *
|
||||
|
@@ -111,6 +111,9 @@ _gtk_icon_cache_new_for_path (const gchar *path)
|
||||
#if ((_MSC_VER >= 1400 || __MSVCRT_VERSION__ >= 0x0800) || defined (__MINGW64_VERSION_MAJOR)) && !defined(_WIN64)
|
||||
#undef fstat /* Just in case */
|
||||
#define fstat _fstat32
|
||||
#elif defined(__MINGW64_VERSION_MAJOR) && defined(_WIN64)
|
||||
#undef fstat
|
||||
#define fstat _fstat64
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
@@ -278,7 +278,7 @@ _gtk_print_backend_create (const gchar *backend_name)
|
||||
pb_module = g_object_new (GTK_TYPE_PRINT_BACKEND_MODULE, NULL);
|
||||
|
||||
g_type_module_set_name (G_TYPE_MODULE (pb_module), backend_name);
|
||||
pb_module->path = g_strdup (module_path);
|
||||
pb_module->path = module_path;
|
||||
|
||||
loaded_backends = g_slist_prepend (loaded_backends,
|
||||
pb_module);
|
||||
@@ -291,8 +291,6 @@ _gtk_print_backend_create (const gchar *backend_name)
|
||||
*/
|
||||
g_type_module_use (G_TYPE_MODULE (pb_module));
|
||||
}
|
||||
|
||||
g_free (module_path);
|
||||
}
|
||||
|
||||
return pb;
|
||||
|
@@ -9416,8 +9416,9 @@ gtk_window_compute_configure_request_size (GtkWindow *window,
|
||||
|
||||
info = gtk_window_get_geometry_info (window, FALSE);
|
||||
|
||||
if (priv->need_default_size ||
|
||||
priv->force_resize)
|
||||
if ((priv->need_default_size || priv->force_resize) &&
|
||||
!priv->maximized &&
|
||||
!priv->fullscreen)
|
||||
{
|
||||
gtk_window_guess_default_size (window, width, height);
|
||||
gtk_window_get_remembered_size (window, &w, &h);
|
||||
@@ -9453,13 +9454,7 @@ gtk_window_compute_configure_request_size (GtkWindow *window,
|
||||
gtk_window_get_remembered_size (window, width, height);
|
||||
}
|
||||
|
||||
/* Override any size with gtk_window_resize() values */
|
||||
if (priv->maximized || priv->fullscreen)
|
||||
{
|
||||
/* Unless we are maximized or fullscreen */
|
||||
gtk_window_get_remembered_size (window, width, height);
|
||||
}
|
||||
else if (info)
|
||||
if (info)
|
||||
{
|
||||
gint resize_width_csd = info->resize_width;
|
||||
gint resize_height_csd = info->resize_height;
|
||||
|
@@ -60,9 +60,9 @@ gtk_debug_cflags = []
|
||||
buildtype = get_option('buildtype')
|
||||
if buildtype.startswith('debug')
|
||||
gtk_debug_cflags += '-DG_ENABLE_DEBUG'
|
||||
if buildtype == 'debug'
|
||||
gtk_debug_cflags += '-DG_ENABLE_CONSISTENCY_CHECKS'
|
||||
endif
|
||||
# if buildtype == 'debug'
|
||||
# gtk_debug_cflags += '-DG_ENABLE_CONSISTENCY_CHECKS'
|
||||
# endif
|
||||
elif buildtype == 'release'
|
||||
gtk_debug_cflags += '-DG_DISABLE_CAST_CHECKS'
|
||||
endif
|
||||
|
1510
po-properties/ca.po
2615
po-properties/eu.po
1306
po-properties/fr.po
1500
po-properties/gl.po
1498
po-properties/lv.po
3698
po-properties/pa.po
178
po/ca.po
@@ -34,16 +34,16 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 2.8.2\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-08-05 12:21+0000\n"
|
||||
"PO-Revision-Date: 2019-08-07 10:41+0200\n"
|
||||
"Last-Translator: Carles Ferrando Garcia <carles.ferrando@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-08-31 11:36+0000\n"
|
||||
"PO-Revision-Date: 2019-08-31 22:51+0200\n"
|
||||
"Last-Translator: Robert Antoni Buj Gelonch <rbuj@fedoraproject.org>\n"
|
||||
"Language-Team: Catalan <tradgnome@softcatala.org>\n"
|
||||
"Language: ca\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Plural-Forms: nplurals=2; plural=n != 1;\n"
|
||||
"X-Generator: Poedit 2.0.6\n"
|
||||
"X-Generator: Poedit 2.2.3\n"
|
||||
|
||||
#: gdk/broadway/gdkbroadway-server.c:144
|
||||
#, c-format
|
||||
@@ -781,7 +781,7 @@ msgstr "_Cerca"
|
||||
#: gtk/a11y/gtkimageaccessible.c:72 gtk/deprecated/gtkstock.c:364
|
||||
msgctxt "Stock label"
|
||||
msgid "Find and _Replace"
|
||||
msgstr "Cerca i _reemplaça"
|
||||
msgstr "Ce_rca i substitueix"
|
||||
|
||||
#: gtk/a11y/gtkimageaccessible.c:73 gtk/deprecated/gtkstock.c:365
|
||||
msgctxt "Stock label"
|
||||
@@ -854,7 +854,7 @@ msgstr "A_juda"
|
||||
#: gtk/a11y/gtkimageaccessible.c:85 gtk/deprecated/gtkstock.c:386
|
||||
msgctxt "Stock label"
|
||||
msgid "_Home"
|
||||
msgstr "_Inici"
|
||||
msgstr "_Carpeta de l’usuari"
|
||||
|
||||
#: gtk/a11y/gtkimageaccessible.c:86 gtk/deprecated/gtkstock.c:387
|
||||
msgctxt "Stock label"
|
||||
@@ -1270,10 +1270,10 @@ msgstr ""
|
||||
|
||||
#: gtk/deprecated/gtkcolorseldialog.c:191 gtk/deprecated/gtkfontsel.c:1689
|
||||
#: gtk/gtkfilechoosernative.c:544 gtk/gtkfilechoosernative.c:636
|
||||
#: gtk/gtkfilechooserwidget.c:1476 gtk/gtkfilechooserwidget.c:6331
|
||||
#: gtk/gtkfilechooserwidget.c:1480 gtk/gtkfilechooserwidget.c:6377
|
||||
#: gtk/gtkmessagedialog.c:952 gtk/gtkmessagedialog.c:965
|
||||
#: gtk/gtkmountoperation.c:594 gtk/gtkpagesetupunixdialog.c:197
|
||||
#: gtk/gtkprintbackend.c:781 gtk/gtkprinteroptionwidget.c:545
|
||||
#: gtk/gtkprintbackend.c:779 gtk/gtkprinteroptionwidget.c:545
|
||||
#: gtk/gtkprintunixdialog.c:674 gtk/gtkprintunixdialog.c:747
|
||||
#: gtk/gtkwindow.c:12782 gtk/inspector/css-editor.c:201
|
||||
#: gtk/ui/gtkappchooserdialog.ui:61 gtk/ui/gtkassistant.ui:125
|
||||
@@ -1324,7 +1324,7 @@ msgid "_Apply"
|
||||
msgstr "_Aplica"
|
||||
|
||||
#: gtk/deprecated/gtkfontsel.c:1698 gtk/gtkmessagedialog.c:944
|
||||
#: gtk/gtkmessagedialog.c:966 gtk/gtkprintbackend.c:782 gtk/gtkwindow.c:12783
|
||||
#: gtk/gtkmessagedialog.c:966 gtk/gtkprintbackend.c:780 gtk/gtkwindow.c:12783
|
||||
msgid "_OK"
|
||||
msgstr "_D'acord"
|
||||
|
||||
@@ -1828,7 +1828,7 @@ msgstr ""
|
||||
" preview [OPCIONS] Previsualitza el fitxer\n"
|
||||
"\n"
|
||||
"Opcions de simplificació:\n"
|
||||
" --replace Reemplaça el fitxer\n"
|
||||
" --replace Substitueix el fitxer\n"
|
||||
"\n"
|
||||
"Opcions de previsualització:\n"
|
||||
" --id=ID Previsualitza només l'objecte anomenat\n"
|
||||
@@ -2258,8 +2258,8 @@ msgstr "_Copia"
|
||||
msgid "_Paste"
|
||||
msgstr "_Enganxa"
|
||||
|
||||
#: gtk/gtkentry.c:9594 gtk/gtkfilechooserwidget.c:1477
|
||||
#: gtk/gtkfilechooserwidget.c:2277 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
|
||||
#: gtk/gtkentry.c:9594 gtk/gtkfilechooserwidget.c:1481
|
||||
#: gtk/gtkfilechooserwidget.c:2290 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
|
||||
msgid "_Delete"
|
||||
msgstr "_Suprimeix"
|
||||
|
||||
@@ -2339,15 +2339,15 @@ msgstr "Seleccioneu quins tipus de fitxers es mostren"
|
||||
msgid "%1$s on %2$s"
|
||||
msgstr "%1$s a %2$s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:370
|
||||
#: gtk/gtkfilechooserwidget.c:371
|
||||
msgid "Type name of new folder"
|
||||
msgstr "Escriviu el nom de la carpeta nova"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:789
|
||||
#: gtk/gtkfilechooserwidget.c:793
|
||||
msgid "The folder could not be created"
|
||||
msgstr "No s'ha pogut crear la carpeta"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:802
|
||||
#: gtk/gtkfilechooserwidget.c:806
|
||||
msgid ""
|
||||
"The folder could not be created, as a file with the same name already "
|
||||
"exists. Try using a different name for the folder, or rename the file first."
|
||||
@@ -2356,271 +2356,271 @@ msgstr ""
|
||||
"nom. Proveu d'utilitzar un nom diferent per a la carpeta, o bé canvieu el "
|
||||
"nom del fitxer abans de crear-la."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:817
|
||||
#: gtk/gtkfilechooserwidget.c:821
|
||||
msgid "You need to choose a valid filename."
|
||||
msgstr "Cal que trieu un nom de fitxer vàlid."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:820
|
||||
#: gtk/gtkfilechooserwidget.c:824
|
||||
#, c-format
|
||||
msgid "Cannot create a file under %s as it is not a folder"
|
||||
msgstr "No es pot crear un fitxer a %s, atès que no és una carpeta"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:830
|
||||
#: gtk/gtkfilechooserwidget.c:834
|
||||
msgid "Cannot create file as the filename is too long"
|
||||
msgstr "No es pot crear el fitxer perquè el nom de fitxer és massa llarg"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:831
|
||||
#: gtk/gtkfilechooserwidget.c:835
|
||||
msgid "Try using a shorter name."
|
||||
msgstr "Escriviu un nom més curt."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:841
|
||||
#: gtk/gtkfilechooserwidget.c:845
|
||||
msgid "You may only select folders"
|
||||
msgstr "Només podeu seleccionar carpetes"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:842
|
||||
#: gtk/gtkfilechooserwidget.c:846
|
||||
msgid "The item that you selected is not a folder try using a different item."
|
||||
msgstr ""
|
||||
"L'element que heu seleccionat no és una carpeta. Utilitzeu un element "
|
||||
"diferent."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:850
|
||||
#: gtk/gtkfilechooserwidget.c:854
|
||||
msgid "Invalid file name"
|
||||
msgstr "El nom del fitxer no és vàlid"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:859
|
||||
#: gtk/gtkfilechooserwidget.c:863
|
||||
msgid "The folder contents could not be displayed"
|
||||
msgstr "No s'ha pogut mostrar el contingut de la carpeta"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:867
|
||||
#: gtk/gtkfilechooserwidget.c:871
|
||||
msgid "The file could not be deleted"
|
||||
msgstr "No s'ha pogut suprimir el fitxer"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:875
|
||||
#: gtk/gtkfilechooserwidget.c:879
|
||||
msgid "The file could not be moved to the Trash"
|
||||
msgstr "No s'ha pogut moure el fitxer a la paperera"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1020
|
||||
#: gtk/gtkfilechooserwidget.c:1024
|
||||
msgid "A folder with that name already exists"
|
||||
msgstr "Ja existeix una carpeta amb aquest nom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1022
|
||||
#: gtk/gtkfilechooserwidget.c:1026
|
||||
msgid "A file with that name already exists"
|
||||
msgstr "Ja existeix un fitxer amb aquest nom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1057
|
||||
#: gtk/gtkfilechooserwidget.c:1061
|
||||
msgid "A folder cannot be called “.”"
|
||||
msgstr "Una carpeta no es pot anomenar «.»"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1058
|
||||
#: gtk/gtkfilechooserwidget.c:1062
|
||||
msgid "A file cannot be called “.”"
|
||||
msgstr "Un fitxer no es pot anomenar «.»"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1061
|
||||
#: gtk/gtkfilechooserwidget.c:1065
|
||||
msgid "A folder cannot be called “..”"
|
||||
msgstr "Una carpeta no es pot anomenar «..»"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1062
|
||||
#: gtk/gtkfilechooserwidget.c:1066
|
||||
msgid "A file cannot be called “..”"
|
||||
msgstr "Un fitxer no es pot anomenar «..»"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1065
|
||||
#: gtk/gtkfilechooserwidget.c:1069
|
||||
msgid "Folder names cannot contain “/”"
|
||||
msgstr "Els noms de les carpetes no poden contenir «/»"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1066
|
||||
#: gtk/gtkfilechooserwidget.c:1070
|
||||
msgid "File names cannot contain “/”"
|
||||
msgstr "Els noms de fitxer no poden contenir «/»"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1092
|
||||
#: gtk/gtkfilechooserwidget.c:1096
|
||||
msgid "Folder names should not begin with a space"
|
||||
msgstr "Els noms de les carpetes no poden començar amb un espai"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1093
|
||||
#: gtk/gtkfilechooserwidget.c:1097
|
||||
msgid "File names should not begin with a space"
|
||||
msgstr "Els noms de fitxer no poden començar amb un espai"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1097
|
||||
#: gtk/gtkfilechooserwidget.c:1101
|
||||
msgid "Folder names should not end with a space"
|
||||
msgstr "Els noms de les carpetes no poden acabar amb un espai"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1098
|
||||
#: gtk/gtkfilechooserwidget.c:1102
|
||||
msgid "File names should not end with a space"
|
||||
msgstr "Els noms de fitxer no poden acabar amb un espai"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1101
|
||||
#: gtk/gtkfilechooserwidget.c:1105
|
||||
msgid "Folder names starting with a “.” are hidden"
|
||||
msgstr "Els noms de les carpetes que comencen amb «.» són ocults"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1102
|
||||
#: gtk/gtkfilechooserwidget.c:1106
|
||||
msgid "File names starting with a “.” are hidden"
|
||||
msgstr "Els noms de fitxers que comencen amb «.» són ocults"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1472
|
||||
#: gtk/gtkfilechooserwidget.c:1476
|
||||
#, c-format
|
||||
msgid "Are you sure you want to permanently delete “%s”?"
|
||||
msgstr "Esteu segur que voleu suprimir permanentment «%s»?"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1475
|
||||
#: gtk/gtkfilechooserwidget.c:1479
|
||||
#, c-format
|
||||
msgid "If you delete an item, it will be permanently lost."
|
||||
msgstr "Si suprimiu un element, es perdrà definitivament."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1609
|
||||
#: gtk/gtkfilechooserwidget.c:1616
|
||||
msgid "The file could not be renamed"
|
||||
msgstr "No s'ha pogut canviar el nom del fitxer"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1923
|
||||
#: gtk/gtkfilechooserwidget.c:1936
|
||||
msgid "Could not select file"
|
||||
msgstr "No s'ha pogut seleccionar el fitxer"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2272
|
||||
#: gtk/gtkfilechooserwidget.c:2285
|
||||
msgid "_Visit File"
|
||||
msgstr "_Visita aquest fitxer"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2273
|
||||
#: gtk/gtkfilechooserwidget.c:2286
|
||||
msgid "_Open With File Manager"
|
||||
msgstr "_Obre amb el gestor de fitxers"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2274
|
||||
#: gtk/gtkfilechooserwidget.c:2287
|
||||
msgid "_Copy Location"
|
||||
msgstr "_Copia la ubicació"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2275
|
||||
#: gtk/gtkfilechooserwidget.c:2288
|
||||
msgid "_Add to Bookmarks"
|
||||
msgstr "_Afegeix a les adreces d'interès"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2276 gtk/gtkplacessidebar.c:2741
|
||||
#: gtk/gtkfilechooserwidget.c:2289 gtk/gtkplacessidebar.c:2741
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:526
|
||||
msgid "_Rename"
|
||||
msgstr "Canvia el _nom…"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2278
|
||||
#: gtk/gtkfilechooserwidget.c:2291
|
||||
msgid "_Move to Trash"
|
||||
msgstr "_Mou a la paperera"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2282
|
||||
#: gtk/gtkfilechooserwidget.c:2295
|
||||
msgid "Show _Hidden Files"
|
||||
msgstr "Mostra els fitxers _ocults"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2283
|
||||
#: gtk/gtkfilechooserwidget.c:2296
|
||||
msgid "Show _Size Column"
|
||||
msgstr "Mostra la columna de la _mida"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2284
|
||||
#: gtk/gtkfilechooserwidget.c:2297
|
||||
msgid "Show _Time"
|
||||
msgstr "M_ostra la data"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2285
|
||||
#: gtk/gtkfilechooserwidget.c:2298
|
||||
msgid "Sort _Folders before Files"
|
||||
msgstr "Ordena _les carpetes abans que els fitxers"
|
||||
|
||||
#. this is the header for the location column in the print dialog
|
||||
#: gtk/gtkfilechooserwidget.c:2560 gtk/inspector/css-node-tree.ui:141
|
||||
#: gtk/gtkfilechooserwidget.c:2573 gtk/inspector/css-node-tree.ui:141
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:207 gtk/ui/gtkprintunixdialog.ui:123
|
||||
msgid "Location"
|
||||
msgstr "Ubicació"
|
||||
|
||||
#. Label
|
||||
#: gtk/gtkfilechooserwidget.c:2653
|
||||
#: gtk/gtkfilechooserwidget.c:2666
|
||||
msgid "_Name:"
|
||||
msgstr "_Nom:"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3278 gtk/gtkfilechooserwidget.c:3292
|
||||
#: gtk/gtkfilechooserwidget.c:3291 gtk/gtkfilechooserwidget.c:3305
|
||||
#, c-format
|
||||
msgid "Searching in %s"
|
||||
msgstr "S'està cercant a %s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3298
|
||||
#: gtk/gtkfilechooserwidget.c:3311
|
||||
msgid "Searching"
|
||||
msgstr "S'està cercant"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3305
|
||||
#: gtk/gtkfilechooserwidget.c:3318
|
||||
msgid "Enter location"
|
||||
msgstr "Introduïu la ubicació"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3307
|
||||
#: gtk/gtkfilechooserwidget.c:3320
|
||||
msgid "Enter location or URL"
|
||||
msgstr "Introduïu una ubicació o URL"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4341 gtk/gtkfilechooserwidget.c:7245
|
||||
#: gtk/gtkfilechooserwidget.c:4354 gtk/gtkfilechooserwidget.c:7291
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:235
|
||||
msgid "Modified"
|
||||
msgstr "Modificat"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4619
|
||||
#: gtk/gtkfilechooserwidget.c:4632
|
||||
#, c-format
|
||||
msgid "Could not read the contents of %s"
|
||||
msgstr "No s'ha pogut llegir el contingut de %s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4623
|
||||
#: gtk/gtkfilechooserwidget.c:4636
|
||||
msgid "Could not read the contents of the folder"
|
||||
msgstr "No s'ha pogut llegir el contingut de la carpeta"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4753 gtk/gtkfilechooserwidget.c:4801
|
||||
#: gtk/gtkfilechooserwidget.c:4796 gtk/gtkfilechooserwidget.c:4844
|
||||
msgid "%H:%M"
|
||||
msgstr "%-H:%M"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4755 gtk/gtkfilechooserwidget.c:4803
|
||||
#: gtk/gtkfilechooserwidget.c:4798 gtk/gtkfilechooserwidget.c:4846
|
||||
msgid "%l:%M %p"
|
||||
msgstr "%l:%M %p"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4759
|
||||
#: gtk/gtkfilechooserwidget.c:4802
|
||||
msgid "Yesterday"
|
||||
msgstr "Ahir"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4767
|
||||
#: gtk/gtkfilechooserwidget.c:4810
|
||||
msgid "%-e %b"
|
||||
msgstr "%-e %b"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4771
|
||||
#: gtk/gtkfilechooserwidget.c:4814
|
||||
msgid "%-e %b %Y"
|
||||
msgstr "%-e %b de %Y"
|
||||
|
||||
#. Translators: We don't know whether this printer is
|
||||
#. * available to print to.
|
||||
#: gtk/gtkfilechooserwidget.c:5006 gtk/inspector/prop-editor.c:1689
|
||||
#: gtk/gtkfilechooserwidget.c:5049 gtk/inspector/prop-editor.c:1689
|
||||
#: modules/printbackends/cloudprint/gtkprintbackendcloudprint.c:748
|
||||
msgid "Unknown"
|
||||
msgstr "Desconegut"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:5045 gtk/gtkplacessidebar.c:1094
|
||||
#: gtk/gtkfilechooserwidget.c:5088 gtk/gtkplacessidebar.c:1094
|
||||
msgid "Home"
|
||||
msgstr "Inici"
|
||||
msgstr "Carpeta de l’usuari"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:5538
|
||||
#: gtk/gtkfilechooserwidget.c:5584
|
||||
msgid "Cannot change to folder because it is not local"
|
||||
msgstr "No es pot canviar a la carpeta perquè no és local"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6324 gtk/gtkprintunixdialog.c:665
|
||||
#: gtk/gtkfilechooserwidget.c:6370 gtk/gtkprintunixdialog.c:665
|
||||
#, c-format
|
||||
msgid "A file named “%s” already exists. Do you want to replace it?"
|
||||
msgstr "Ja existeix un fitxer amb el nom «%s». Voleu reemplaçar-lo?"
|
||||
msgstr "Ja existeix un fitxer amb el nom «%s». Voleu substituir-lo?"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6327 gtk/gtkprintunixdialog.c:669
|
||||
#: gtk/gtkfilechooserwidget.c:6373 gtk/gtkprintunixdialog.c:669
|
||||
#, c-format
|
||||
msgid ""
|
||||
"The file already exists in “%s”. Replacing it will overwrite its contents."
|
||||
msgstr ""
|
||||
"El fitxer ja existeix a «%s». Si el reemplaceu en sobreescriureu el "
|
||||
"El fitxer ja existeix a «%s». Si el substituïu, se sobreescriurà el seu "
|
||||
"contingut."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6332 gtk/gtkprintunixdialog.c:677
|
||||
#: gtk/gtkfilechooserwidget.c:6378 gtk/gtkprintunixdialog.c:677
|
||||
msgid "_Replace"
|
||||
msgstr "_Reemplaça"
|
||||
msgstr "_Substitueix"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6546
|
||||
#: gtk/gtkfilechooserwidget.c:6592
|
||||
msgid "You do not have access to the specified folder."
|
||||
msgstr "No teniu accés el contingut de la carpeta especificada."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:7169
|
||||
#: gtk/gtkfilechooserwidget.c:7215
|
||||
msgid "Could not send the search request"
|
||||
msgstr "No s'ha pogut enviar la sol·licitud de cerca"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:7455
|
||||
#: gtk/gtkfilechooserwidget.c:7501
|
||||
msgid "Accessed"
|
||||
msgstr "Accedit"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:8566 gtk/ui/gtkfilechooserwidget.ui:69
|
||||
#: gtk/gtkfilechooserwidget.c:8612 gtk/ui/gtkfilechooserwidget.ui:69
|
||||
msgid "Create Folder"
|
||||
msgstr "Crea una carpeta"
|
||||
|
||||
@@ -2706,12 +2706,12 @@ msgstr "Menú d'aplicacions"
|
||||
msgid "Close"
|
||||
msgstr "Tanca"
|
||||
|
||||
#: gtk/gtkicontheme.c:2343 gtk/gtkicontheme.c:2408
|
||||
#: gtk/gtkicontheme.c:2357 gtk/gtkicontheme.c:2422
|
||||
#, c-format
|
||||
msgid "Icon '%s' not present in theme %s"
|
||||
msgstr "La icona «%s» no es troba al tema %s"
|
||||
|
||||
#: gtk/gtkicontheme.c:4082 gtk/gtkicontheme.c:4449
|
||||
#: gtk/gtkicontheme.c:4096 gtk/gtkicontheme.c:4463
|
||||
msgid "Failed to load icon"
|
||||
msgstr "No s'ha pogut carregar la icona"
|
||||
|
||||
@@ -2803,7 +2803,7 @@ msgstr "%s: manca el nom de l'aplicació"
|
||||
msgid "Creating AppInfo from id not supported on non unix operating systems"
|
||||
msgstr ""
|
||||
"No es poden crear «AppInfo» a partir d'identificadors en sistemes operatius "
|
||||
"que no siguin UNIX."
|
||||
"que no siguin UNIX"
|
||||
|
||||
#. Translators: the first %s is the program name, the second one
|
||||
#. is the application name.
|
||||
@@ -3195,7 +3195,7 @@ msgstr "No es pot iniciar «%s»"
|
||||
#: gtk/gtkplacessidebar.c:2430
|
||||
#, c-format
|
||||
msgid "Error unlocking “%s”"
|
||||
msgstr "S'produït un error desbloquejant «%s»"
|
||||
msgstr "S'ha produït un error desbloquejant «%s»"
|
||||
|
||||
#: gtk/gtkplacessidebar.c:2432
|
||||
#, c-format
|
||||
@@ -3386,11 +3386,11 @@ msgstr "Desconnecta"
|
||||
msgid "Unmount"
|
||||
msgstr "Desmunta"
|
||||
|
||||
#: gtk/gtkprintbackend.c:780
|
||||
#: gtk/gtkprintbackend.c:778
|
||||
msgid "Authentication"
|
||||
msgstr "Autenticació"
|
||||
|
||||
#: gtk/gtkprintbackend.c:851
|
||||
#: gtk/gtkprintbackend.c:849
|
||||
msgid "_Remember password"
|
||||
msgstr "_Recorda la contrasenya"
|
||||
|
||||
@@ -5296,7 +5296,7 @@ msgstr "Conjunt estilístic 20"
|
||||
#: gtk/open-type-layout.h:130
|
||||
msgctxt "OpenType layout"
|
||||
msgid "Math script style alternates"
|
||||
msgstr "Alternatives d'estil d'script matemàtic"
|
||||
msgstr "Alternatives d'estil de script matemàtic"
|
||||
|
||||
#: gtk/open-type-layout.h:131
|
||||
msgctxt "OpenType layout"
|
||||
@@ -6947,7 +6947,7 @@ msgstr "Ahom"
|
||||
#: gtk/script-names.c:143
|
||||
msgctxt "Script"
|
||||
msgid "Anatolian Hieroglyphs"
|
||||
msgstr "Jeroglífics antòlics"
|
||||
msgstr "Jeroglífics anatòlics"
|
||||
|
||||
#: gtk/script-names.c:144
|
||||
msgctxt "Script"
|
||||
|
210
po/hr.po
@@ -5,9 +5,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ 0\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-06-21 00:41+0000\n"
|
||||
"PO-Revision-Date: 2019-06-22 00:13+0200\n"
|
||||
"Last-Translator: gogo <trebelnik2@gmail.com>\n"
|
||||
"POT-Creation-Date: 2019-09-02 16:19+0000\n"
|
||||
"PO-Revision-Date: 2019-09-03 15:47+0200\n"
|
||||
"Last-Translator: gogo <linux.hr@protonmail.com>\n"
|
||||
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
|
||||
"Language: hr\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -81,11 +81,11 @@ msgstr "OZNAKE"
|
||||
msgid "GDK debugging flags to unset"
|
||||
msgstr "Uklanjanje oznaka za GDK otklanjanje grešaka"
|
||||
|
||||
#: gdk/gdkwindow.c:2844
|
||||
#: gdk/gdkwindow.c:2850
|
||||
msgid "GL support disabled via GDK_DEBUG"
|
||||
msgstr "GL podrška onemogućena putem GDK_DEBUG"
|
||||
|
||||
#: gdk/gdkwindow.c:2855
|
||||
#: gdk/gdkwindow.c:2861
|
||||
msgid "The current backend does not support OpenGL"
|
||||
msgstr "Trenutni pozadinski program ne podržava OpenGL"
|
||||
|
||||
@@ -1232,11 +1232,11 @@ msgstr ""
|
||||
"odaberite \"Spremi boju ovdje\"."
|
||||
|
||||
#: gtk/deprecated/gtkcolorseldialog.c:191 gtk/deprecated/gtkfontsel.c:1689
|
||||
#: gtk/gtkfilechoosernative.c:541 gtk/gtkfilechoosernative.c:633
|
||||
#: gtk/gtkfilechooserwidget.c:1476 gtk/gtkfilechooserwidget.c:6331
|
||||
#: gtk/gtkfilechoosernative.c:544 gtk/gtkfilechoosernative.c:636
|
||||
#: gtk/gtkfilechooserwidget.c:1480 gtk/gtkfilechooserwidget.c:6377
|
||||
#: gtk/gtkmessagedialog.c:952 gtk/gtkmessagedialog.c:965
|
||||
#: gtk/gtkmountoperation.c:545 gtk/gtkpagesetupunixdialog.c:197
|
||||
#: gtk/gtkprintbackend.c:781 gtk/gtkprinteroptionwidget.c:545
|
||||
#: gtk/gtkmountoperation.c:594 gtk/gtkpagesetupunixdialog.c:197
|
||||
#: gtk/gtkprintbackend.c:779 gtk/gtkprinteroptionwidget.c:545
|
||||
#: gtk/gtkprintunixdialog.c:674 gtk/gtkprintunixdialog.c:747
|
||||
#: gtk/gtkwindow.c:12782 gtk/inspector/css-editor.c:201
|
||||
#: gtk/ui/gtkappchooserdialog.ui:61 gtk/ui/gtkassistant.ui:125
|
||||
@@ -1287,7 +1287,7 @@ msgid "_Apply"
|
||||
msgstr "_Primijeni"
|
||||
|
||||
#: gtk/deprecated/gtkfontsel.c:1698 gtk/gtkmessagedialog.c:944
|
||||
#: gtk/gtkmessagedialog.c:966 gtk/gtkprintbackend.c:782 gtk/gtkwindow.c:12783
|
||||
#: gtk/gtkmessagedialog.c:966 gtk/gtkprintbackend.c:780 gtk/gtkwindow.c:12783
|
||||
msgid "_OK"
|
||||
msgstr "_U redu"
|
||||
|
||||
@@ -2216,8 +2216,8 @@ msgstr "_Kopiraj"
|
||||
msgid "_Paste"
|
||||
msgstr "_Zalijepi"
|
||||
|
||||
#: gtk/gtkentry.c:9594 gtk/gtkfilechooserwidget.c:1477
|
||||
#: gtk/gtkfilechooserwidget.c:2277 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
|
||||
#: gtk/gtkentry.c:9594 gtk/gtkfilechooserwidget.c:1481
|
||||
#: gtk/gtkfilechooserwidget.c:2290 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
|
||||
msgid "_Delete"
|
||||
msgstr "_Obriši"
|
||||
|
||||
@@ -2274,17 +2274,17 @@ msgid "_Name"
|
||||
msgstr "_Naziv"
|
||||
|
||||
#. Open item is always present
|
||||
#: gtk/gtkfilechoosernative.c:542 gtk/gtkfilechoosernative.c:627
|
||||
#: gtk/gtkfilechoosernative.c:545 gtk/gtkfilechoosernative.c:630
|
||||
#: gtk/gtkplacessidebar.c:3625 gtk/gtkplacessidebar.c:3693
|
||||
#: gtk/gtkplacesview.c:1682
|
||||
msgid "_Open"
|
||||
msgstr "_Otvori"
|
||||
|
||||
#: gtk/gtkfilechoosernative.c:627 gtk/inspector/css-editor.c:202
|
||||
#: gtk/gtkfilechoosernative.c:630 gtk/inspector/css-editor.c:202
|
||||
msgid "_Save"
|
||||
msgstr "_Spremi"
|
||||
|
||||
#: gtk/gtkfilechoosernativequartz.c:331 gtk/ui/gtkfilechooserwidget.ui:392
|
||||
#: gtk/gtkfilechoosernativequartz.c:332 gtk/ui/gtkfilechooserwidget.ui:392
|
||||
msgid "Select which types of files are shown"
|
||||
msgstr "Odaberi koje vrste datoteka se prikazuju"
|
||||
|
||||
@@ -2297,15 +2297,15 @@ msgstr "Odaberi koje vrste datoteka se prikazuju"
|
||||
msgid "%1$s on %2$s"
|
||||
msgstr "%1$s na %2$s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:370
|
||||
#: gtk/gtkfilechooserwidget.c:371
|
||||
msgid "Type name of new folder"
|
||||
msgstr "Upišite naziv nove mape"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:789
|
||||
#: gtk/gtkfilechooserwidget.c:793
|
||||
msgid "The folder could not be created"
|
||||
msgstr "Mapa nije mogla biti stvorena"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:802
|
||||
#: gtk/gtkfilechooserwidget.c:806
|
||||
msgid ""
|
||||
"The folder could not be created, as a file with the same name already "
|
||||
"exists. Try using a different name for the folder, or rename the file first."
|
||||
@@ -2313,267 +2313,267 @@ msgstr ""
|
||||
"Mapa nije mogla biti stvorena, jer već postoji datoteka s istim nazivom. "
|
||||
"Pokušajte koristiti drugi naziv za mapu, ili prvo preimenujte datoteku."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:817
|
||||
#: gtk/gtkfilechooserwidget.c:821
|
||||
msgid "You need to choose a valid filename."
|
||||
msgstr "Morate odabrati valjani naziv datoteke."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:820
|
||||
#: gtk/gtkfilechooserwidget.c:824
|
||||
#, c-format
|
||||
msgid "Cannot create a file under %s as it is not a folder"
|
||||
msgstr "Nemoguće stvaranje datoteke unutar %s pošto nije mapa"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:830
|
||||
#: gtk/gtkfilechooserwidget.c:834
|
||||
msgid "Cannot create file as the filename is too long"
|
||||
msgstr "Nemoguće stvaranje datoteke je je naziv predugačak"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:831
|
||||
#: gtk/gtkfilechooserwidget.c:835
|
||||
msgid "Try using a shorter name."
|
||||
msgstr "Pokušajte koristiti kraći naziv."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:841
|
||||
#: gtk/gtkfilechooserwidget.c:845
|
||||
msgid "You may only select folders"
|
||||
msgstr "Možete odabrati samo mape"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:842
|
||||
#: gtk/gtkfilechooserwidget.c:846
|
||||
msgid "The item that you selected is not a folder try using a different item."
|
||||
msgstr "Stavka koju ste odabrali nije mapa, pokušajte odabrati drugu stavku."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:850
|
||||
#: gtk/gtkfilechooserwidget.c:854
|
||||
msgid "Invalid file name"
|
||||
msgstr "Neispravni naziv datoteke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:859
|
||||
#: gtk/gtkfilechooserwidget.c:863
|
||||
msgid "The folder contents could not be displayed"
|
||||
msgstr "Sadržaj mape nije mogao biti prikazan"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:867
|
||||
#: gtk/gtkfilechooserwidget.c:871
|
||||
msgid "The file could not be deleted"
|
||||
msgstr "Datoteku je nemoguće obrisati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:875
|
||||
#: gtk/gtkfilechooserwidget.c:879
|
||||
msgid "The file could not be moved to the Trash"
|
||||
msgstr "Datoteka se ne može premjestiti u smeće"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1020
|
||||
#: gtk/gtkfilechooserwidget.c:1024
|
||||
msgid "A folder with that name already exists"
|
||||
msgstr "Mapa s tim nazivom već postoji"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1022
|
||||
#: gtk/gtkfilechooserwidget.c:1026
|
||||
msgid "A file with that name already exists"
|
||||
msgstr "Datoteka s tim nazivom već postoji"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1057
|
||||
#: gtk/gtkfilechooserwidget.c:1061
|
||||
msgid "A folder cannot be called “.”"
|
||||
msgstr "Mapa se ne može nazvati “.”"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1058
|
||||
#: gtk/gtkfilechooserwidget.c:1062
|
||||
msgid "A file cannot be called “.”"
|
||||
msgstr "Datoteka se ne može nazvati “.”"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1061
|
||||
#: gtk/gtkfilechooserwidget.c:1065
|
||||
msgid "A folder cannot be called “..”"
|
||||
msgstr "Mapa se ne može nazvati “..”"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1062
|
||||
#: gtk/gtkfilechooserwidget.c:1066
|
||||
msgid "A file cannot be called “..”"
|
||||
msgstr "Datoteka se ne može nazvati “..”"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1065
|
||||
#: gtk/gtkfilechooserwidget.c:1069
|
||||
msgid "Folder names cannot contain “/”"
|
||||
msgstr "Nazivi mapa ne mogu sadržavati “/”"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1066
|
||||
#: gtk/gtkfilechooserwidget.c:1070
|
||||
msgid "File names cannot contain “/”"
|
||||
msgstr "Nazivi datoteka ne mogu sadržavati “/”"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1092
|
||||
#: gtk/gtkfilechooserwidget.c:1096
|
||||
msgid "Folder names should not begin with a space"
|
||||
msgstr "Nazivi mapa ne mogu započeti s razmakom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1093
|
||||
#: gtk/gtkfilechooserwidget.c:1097
|
||||
msgid "File names should not begin with a space"
|
||||
msgstr "Nazivi datoteka ne mogu započeti s razmakom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1097
|
||||
#: gtk/gtkfilechooserwidget.c:1101
|
||||
msgid "Folder names should not end with a space"
|
||||
msgstr "Nazivi mapa ne mogu završavati s razmakom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1098
|
||||
#: gtk/gtkfilechooserwidget.c:1102
|
||||
msgid "File names should not end with a space"
|
||||
msgstr "Nazivi datoteka ne mogu završavati s razmakom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1101
|
||||
#: gtk/gtkfilechooserwidget.c:1105
|
||||
msgid "Folder names starting with a “.” are hidden"
|
||||
msgstr "Nazivi mapa koji započinju s “.” su skriveni"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1102
|
||||
#: gtk/gtkfilechooserwidget.c:1106
|
||||
msgid "File names starting with a “.” are hidden"
|
||||
msgstr "Nazivi datoteka koji započinju s “.” su skriveni"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1472
|
||||
#: gtk/gtkfilechooserwidget.c:1476
|
||||
#, c-format
|
||||
msgid "Are you sure you want to permanently delete “%s”?"
|
||||
msgstr "Sigurno želite trajno obrisati “%s”?"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1475
|
||||
#: gtk/gtkfilechooserwidget.c:1479
|
||||
#, c-format
|
||||
msgid "If you delete an item, it will be permanently lost."
|
||||
msgstr "Ako obrišete stavku, biti će trajno izgubljena."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1609
|
||||
#: gtk/gtkfilechooserwidget.c:1616
|
||||
msgid "The file could not be renamed"
|
||||
msgstr "Datoteka ne može biti preimenovana"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1923
|
||||
#: gtk/gtkfilechooserwidget.c:1936
|
||||
msgid "Could not select file"
|
||||
msgstr "Nemoguć odabir datoteke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2272
|
||||
#: gtk/gtkfilechooserwidget.c:2285
|
||||
msgid "_Visit File"
|
||||
msgstr "_Posjeti datoteku"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2273
|
||||
#: gtk/gtkfilechooserwidget.c:2286
|
||||
msgid "_Open With File Manager"
|
||||
msgstr "_Otvori s preglednikom datoteka"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2274
|
||||
#: gtk/gtkfilechooserwidget.c:2287
|
||||
msgid "_Copy Location"
|
||||
msgstr "_Kopiraj lokaciju"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2275
|
||||
#: gtk/gtkfilechooserwidget.c:2288
|
||||
msgid "_Add to Bookmarks"
|
||||
msgstr "_Dodaj u zabilješke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2276 gtk/gtkplacessidebar.c:2741
|
||||
#: gtk/gtkfilechooserwidget.c:2289 gtk/gtkplacessidebar.c:2741
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:526
|
||||
msgid "_Rename"
|
||||
msgstr "_Preimenuj"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2278
|
||||
#: gtk/gtkfilechooserwidget.c:2291
|
||||
msgid "_Move to Trash"
|
||||
msgstr "_Premjesti u smeće"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2282
|
||||
#: gtk/gtkfilechooserwidget.c:2295
|
||||
msgid "Show _Hidden Files"
|
||||
msgstr "Prikaži _skrivene datoteke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2283
|
||||
#: gtk/gtkfilechooserwidget.c:2296
|
||||
msgid "Show _Size Column"
|
||||
msgstr "Prikaži _stupac veličine"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2284
|
||||
#: gtk/gtkfilechooserwidget.c:2297
|
||||
msgid "Show _Time"
|
||||
msgstr "Prikaži _vrijeme"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2285
|
||||
#: gtk/gtkfilechooserwidget.c:2298
|
||||
msgid "Sort _Folders before Files"
|
||||
msgstr "Poredaj _mape prije datoteka"
|
||||
|
||||
#. this is the header for the location column in the print dialog
|
||||
#: gtk/gtkfilechooserwidget.c:2560 gtk/inspector/css-node-tree.ui:141
|
||||
#: gtk/gtkfilechooserwidget.c:2573 gtk/inspector/css-node-tree.ui:141
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:207 gtk/ui/gtkprintunixdialog.ui:123
|
||||
msgid "Location"
|
||||
msgstr "Lokacija"
|
||||
|
||||
#. Label
|
||||
#: gtk/gtkfilechooserwidget.c:2653
|
||||
#: gtk/gtkfilechooserwidget.c:2666
|
||||
msgid "_Name:"
|
||||
msgstr "_Naziv:"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3278 gtk/gtkfilechooserwidget.c:3292
|
||||
#: gtk/gtkfilechooserwidget.c:3291 gtk/gtkfilechooserwidget.c:3305
|
||||
#, c-format
|
||||
msgid "Searching in %s"
|
||||
msgstr "Pretražujem u %s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3298
|
||||
#: gtk/gtkfilechooserwidget.c:3311
|
||||
msgid "Searching"
|
||||
msgstr "Pretraživanje"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3305
|
||||
#: gtk/gtkfilechooserwidget.c:3318
|
||||
msgid "Enter location"
|
||||
msgstr "Upiši lokaciju"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3307
|
||||
#: gtk/gtkfilechooserwidget.c:3320
|
||||
msgid "Enter location or URL"
|
||||
msgstr "Upiši URL lokacije"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4341 gtk/gtkfilechooserwidget.c:7245
|
||||
#: gtk/gtkfilechooserwidget.c:4354 gtk/gtkfilechooserwidget.c:7291
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:235
|
||||
msgid "Modified"
|
||||
msgstr "Mijenjano"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4619
|
||||
#: gtk/gtkfilechooserwidget.c:4632
|
||||
#, c-format
|
||||
msgid "Could not read the contents of %s"
|
||||
msgstr "Nemoguće pročitati sadržaj %s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4623
|
||||
#: gtk/gtkfilechooserwidget.c:4636
|
||||
msgid "Could not read the contents of the folder"
|
||||
msgstr "Nemoguće čitanje sadržaja mape"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4753 gtk/gtkfilechooserwidget.c:4801
|
||||
#: gtk/gtkfilechooserwidget.c:4796 gtk/gtkfilechooserwidget.c:4844
|
||||
msgid "%H:%M"
|
||||
msgstr "%H:%M"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4755 gtk/gtkfilechooserwidget.c:4803
|
||||
#: gtk/gtkfilechooserwidget.c:4798 gtk/gtkfilechooserwidget.c:4846
|
||||
msgid "%l:%M %p"
|
||||
msgstr "%l:%M %p"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4759
|
||||
#: gtk/gtkfilechooserwidget.c:4802
|
||||
msgid "Yesterday"
|
||||
msgstr "Jučer"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4767
|
||||
#: gtk/gtkfilechooserwidget.c:4810
|
||||
msgid "%-e %b"
|
||||
msgstr "%-e %b"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4771
|
||||
#: gtk/gtkfilechooserwidget.c:4814
|
||||
msgid "%-e %b %Y"
|
||||
msgstr "%-e %b %Y"
|
||||
|
||||
#. Translators: We don't know whether this printer is
|
||||
#. * available to print to.
|
||||
#: gtk/gtkfilechooserwidget.c:5006 gtk/inspector/prop-editor.c:1689
|
||||
#: gtk/gtkfilechooserwidget.c:5049 gtk/inspector/prop-editor.c:1689
|
||||
#: modules/printbackends/cloudprint/gtkprintbackendcloudprint.c:748
|
||||
msgid "Unknown"
|
||||
msgstr "Nepoznato"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:5045 gtk/gtkplacessidebar.c:1094
|
||||
#: gtk/gtkfilechooserwidget.c:5088 gtk/gtkplacessidebar.c:1094
|
||||
msgid "Home"
|
||||
msgstr "Osobna mapa"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:5538
|
||||
#: gtk/gtkfilechooserwidget.c:5584
|
||||
msgid "Cannot change to folder because it is not local"
|
||||
msgstr "Nemoguća promjena u mapu jer nije na lokalnom računalu"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6324 gtk/gtkprintunixdialog.c:665
|
||||
#: gtk/gtkfilechooserwidget.c:6370 gtk/gtkprintunixdialog.c:665
|
||||
#, c-format
|
||||
msgid "A file named “%s” already exists. Do you want to replace it?"
|
||||
msgstr "Datoteka naziva “%s” već postoji. Želite li ju zamijeniti?"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6327 gtk/gtkprintunixdialog.c:669
|
||||
#: gtk/gtkfilechooserwidget.c:6373 gtk/gtkprintunixdialog.c:669
|
||||
#, c-format
|
||||
msgid ""
|
||||
"The file already exists in “%s”. Replacing it will overwrite its contents."
|
||||
msgstr "Datoteka već postoji u “%s”. Zamjena će prebrisati sav njen sadržaj."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6332 gtk/gtkprintunixdialog.c:677
|
||||
#: gtk/gtkfilechooserwidget.c:6378 gtk/gtkprintunixdialog.c:677
|
||||
msgid "_Replace"
|
||||
msgstr "_Zamijeni"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6546
|
||||
#: gtk/gtkfilechooserwidget.c:6592
|
||||
msgid "You do not have access to the specified folder."
|
||||
msgstr "Ne možete pristupiti određenoj mapi."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:7169
|
||||
#: gtk/gtkfilechooserwidget.c:7215
|
||||
msgid "Could not send the search request"
|
||||
msgstr "Nemoguće slanje zahtjeva pretrage"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:7455
|
||||
#: gtk/gtkfilechooserwidget.c:7501
|
||||
msgid "Accessed"
|
||||
msgstr "Pristupljeno"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:8566 gtk/ui/gtkfilechooserwidget.ui:69
|
||||
#: gtk/gtkfilechooserwidget.c:8612 gtk/ui/gtkfilechooserwidget.ui:69
|
||||
msgid "Create Folder"
|
||||
msgstr "Stvori mapu"
|
||||
|
||||
@@ -2659,12 +2659,12 @@ msgstr "Izbornik aplikacije"
|
||||
msgid "Close"
|
||||
msgstr "Zatvori"
|
||||
|
||||
#: gtk/gtkicontheme.c:2343 gtk/gtkicontheme.c:2408
|
||||
#: gtk/gtkicontheme.c:2357 gtk/gtkicontheme.c:2422
|
||||
#, c-format
|
||||
msgid "Icon '%s' not present in theme %s"
|
||||
msgstr "Ikona '%s' nije prisutna u temi %s"
|
||||
|
||||
#: gtk/gtkicontheme.c:4082 gtk/gtkicontheme.c:4449
|
||||
#: gtk/gtkicontheme.c:4096 gtk/gtkicontheme.c:4463
|
||||
msgid "Failed to load icon"
|
||||
msgstr "Neuspjelo učitavanje ikone"
|
||||
|
||||
@@ -2866,57 +2866,73 @@ msgstr "_Ne"
|
||||
msgid "_Yes"
|
||||
msgstr "_Da"
|
||||
|
||||
#: gtk/gtkmountoperation.c:546
|
||||
#: gtk/gtkmountoperation.c:595
|
||||
msgid "Co_nnect"
|
||||
msgstr "Po_veži se"
|
||||
|
||||
#: gtk/gtkmountoperation.c:622
|
||||
#: gtk/gtkmountoperation.c:671
|
||||
msgid "Connect As"
|
||||
msgstr "Poveži se kao"
|
||||
|
||||
#: gtk/gtkmountoperation.c:631
|
||||
#: gtk/gtkmountoperation.c:680
|
||||
msgid "_Anonymous"
|
||||
msgstr "_Anoniman"
|
||||
|
||||
#: gtk/gtkmountoperation.c:640
|
||||
#: gtk/gtkmountoperation.c:689
|
||||
msgid "Registered U_ser"
|
||||
msgstr "Registirirani k_orisnik"
|
||||
|
||||
#: gtk/gtkmountoperation.c:651
|
||||
#: gtk/gtkmountoperation.c:700
|
||||
msgid "_Username"
|
||||
msgstr "_Korisničko ime"
|
||||
|
||||
#: gtk/gtkmountoperation.c:656
|
||||
#: gtk/gtkmountoperation.c:705
|
||||
msgid "_Domain"
|
||||
msgstr "_Domena"
|
||||
|
||||
#: gtk/gtkmountoperation.c:662
|
||||
#: gtk/gtkmountoperation.c:714
|
||||
msgid "Volume type"
|
||||
msgstr "Vrsta uređaja"
|
||||
|
||||
#: gtk/gtkmountoperation.c:724
|
||||
msgid "_Hidden"
|
||||
msgstr "_Skriven"
|
||||
|
||||
#: gtk/gtkmountoperation.c:727
|
||||
msgid "_Windows system"
|
||||
msgstr "_Windows sustav"
|
||||
|
||||
#: gtk/gtkmountoperation.c:730
|
||||
msgid "_PIM"
|
||||
msgstr "_PIM"
|
||||
|
||||
#: gtk/gtkmountoperation.c:736
|
||||
msgid "_Password"
|
||||
msgstr "_Lozinka"
|
||||
|
||||
#: gtk/gtkmountoperation.c:684
|
||||
#: gtk/gtkmountoperation.c:758
|
||||
msgid "Forget password _immediately"
|
||||
msgstr "_Zaboravi lozinku _odmah"
|
||||
|
||||
#: gtk/gtkmountoperation.c:694
|
||||
#: gtk/gtkmountoperation.c:768
|
||||
msgid "Remember password until you _logout"
|
||||
msgstr "Zapamti lozinku do _odjave"
|
||||
|
||||
#: gtk/gtkmountoperation.c:704
|
||||
#: gtk/gtkmountoperation.c:778
|
||||
msgid "Remember _forever"
|
||||
msgstr "Zapamti _zauvijek"
|
||||
|
||||
#: gtk/gtkmountoperation.c:1093
|
||||
#: gtk/gtkmountoperation.c:1173
|
||||
#, c-format
|
||||
msgid "Unknown Application (PID %d)"
|
||||
msgstr "Nepoznata aplikacija (PID %d)"
|
||||
|
||||
#: gtk/gtkmountoperation.c:1278
|
||||
#: gtk/gtkmountoperation.c:1358
|
||||
#, c-format
|
||||
msgid "Unable to end process"
|
||||
msgstr "Nemoguće zaustavljanje procesa"
|
||||
|
||||
#: gtk/gtkmountoperation.c:1312
|
||||
#: gtk/gtkmountoperation.c:1392
|
||||
msgid "_End Process"
|
||||
msgstr "_Zaustavi proces"
|
||||
|
||||
@@ -3320,11 +3336,11 @@ msgstr "Prekini povezivanje"
|
||||
msgid "Unmount"
|
||||
msgstr "Odmontiraj"
|
||||
|
||||
#: gtk/gtkprintbackend.c:780
|
||||
#: gtk/gtkprintbackend.c:778
|
||||
msgid "Authentication"
|
||||
msgstr "Ovjera"
|
||||
|
||||
#: gtk/gtkprintbackend.c:851
|
||||
#: gtk/gtkprintbackend.c:849
|
||||
msgid "_Remember password"
|
||||
msgstr "_Zapamti lozinku"
|
||||
|
||||
|
192
po/sl.po
@@ -11,8 +11,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: gtk+ master\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-07-02 14:48+0000\n"
|
||||
"PO-Revision-Date: 2019-07-02 17:26+0200\n"
|
||||
"POT-Creation-Date: 2019-08-24 11:19+0000\n"
|
||||
"PO-Revision-Date: 2019-08-24 18:30+0200\n"
|
||||
"Last-Translator: Matej Urbančič <mateju@svn.gnome.org>\n"
|
||||
"Language-Team: Slovenian GNOME Translation Team <gnome-si@googlegroups.com>\n"
|
||||
"Language: sl_SI\n"
|
||||
@@ -87,11 +87,11 @@ msgstr "ZASTAVICE"
|
||||
msgid "GDK debugging flags to unset"
|
||||
msgstr "Zastavice rahroščevanja GDK, ki naj ne bodo nastavljene"
|
||||
|
||||
#: gdk/gdkwindow.c:2844
|
||||
#: gdk/gdkwindow.c:2850
|
||||
msgid "GL support disabled via GDK_DEBUG"
|
||||
msgstr "Podpora GL je onemogočena prek GDK_DEBUG"
|
||||
|
||||
#: gdk/gdkwindow.c:2855
|
||||
#: gdk/gdkwindow.c:2861
|
||||
msgid "The current backend does not support OpenGL"
|
||||
msgstr "Trenutno zagnan ozadnji program ne podpira OpenGL"
|
||||
|
||||
@@ -1238,9 +1238,9 @@ msgstr ""
|
||||
|
||||
#: gtk/deprecated/gtkcolorseldialog.c:191 gtk/deprecated/gtkfontsel.c:1689
|
||||
#: gtk/gtkfilechoosernative.c:544 gtk/gtkfilechoosernative.c:636
|
||||
#: gtk/gtkfilechooserwidget.c:1476 gtk/gtkfilechooserwidget.c:6331
|
||||
#: gtk/gtkfilechooserwidget.c:1480 gtk/gtkfilechooserwidget.c:6377
|
||||
#: gtk/gtkmessagedialog.c:952 gtk/gtkmessagedialog.c:965
|
||||
#: gtk/gtkmountoperation.c:545 gtk/gtkpagesetupunixdialog.c:197
|
||||
#: gtk/gtkmountoperation.c:594 gtk/gtkpagesetupunixdialog.c:197
|
||||
#: gtk/gtkprintbackend.c:781 gtk/gtkprinteroptionwidget.c:545
|
||||
#: gtk/gtkprintunixdialog.c:674 gtk/gtkprintunixdialog.c:747
|
||||
#: gtk/gtkwindow.c:12782 gtk/inspector/css-editor.c:201
|
||||
@@ -2221,8 +2221,8 @@ msgstr "_Kopiraj"
|
||||
msgid "_Paste"
|
||||
msgstr "Pr_ilepi"
|
||||
|
||||
#: gtk/gtkentry.c:9594 gtk/gtkfilechooserwidget.c:1477
|
||||
#: gtk/gtkfilechooserwidget.c:2277 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
|
||||
#: gtk/gtkentry.c:9594 gtk/gtkfilechooserwidget.c:1481
|
||||
#: gtk/gtkfilechooserwidget.c:2290 gtk/gtklabel.c:6684 gtk/gtktextview.c:9511
|
||||
msgid "_Delete"
|
||||
msgstr "_Izbriši"
|
||||
|
||||
@@ -2302,15 +2302,15 @@ msgstr "Izberite, katere vrste datotek naj bodo prikazane"
|
||||
msgid "%1$s on %2$s"
|
||||
msgstr "%1$s na %2$s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:370
|
||||
#: gtk/gtkfilechooserwidget.c:371
|
||||
msgid "Type name of new folder"
|
||||
msgstr "Vnesite ime nove mape"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:789
|
||||
#: gtk/gtkfilechooserwidget.c:793
|
||||
msgid "The folder could not be created"
|
||||
msgstr "Mape ni mogoče ustvariti"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:802
|
||||
#: gtk/gtkfilechooserwidget.c:806
|
||||
msgid ""
|
||||
"The folder could not be created, as a file with the same name already "
|
||||
"exists. Try using a different name for the folder, or rename the file first."
|
||||
@@ -2318,267 +2318,267 @@ msgstr ""
|
||||
"Mape ni mogoče ustvariti, saj že obstaja datoteka z enakim imenom. Uporabite "
|
||||
"drugo ime ali pa najprej preimenujte datoteko."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:817
|
||||
#: gtk/gtkfilechooserwidget.c:821
|
||||
msgid "You need to choose a valid filename."
|
||||
msgstr "Izbrati morate veljavno ime datoteke."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:820
|
||||
#: gtk/gtkfilechooserwidget.c:824
|
||||
#, c-format
|
||||
msgid "Cannot create a file under %s as it is not a folder"
|
||||
msgstr "Datoteke pod %s ni mogoče ustvariti, ker ni mapa"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:830
|
||||
#: gtk/gtkfilechooserwidget.c:834
|
||||
msgid "Cannot create file as the filename is too long"
|
||||
msgstr "Ni mogoče ustvariti datoteke s tako dolgim imenom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:831
|
||||
#: gtk/gtkfilechooserwidget.c:835
|
||||
msgid "Try using a shorter name."
|
||||
msgstr "Poskusite znova s krajšim imenom datoteke."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:841
|
||||
#: gtk/gtkfilechooserwidget.c:845
|
||||
msgid "You may only select folders"
|
||||
msgstr "Izbrati je dovoljeno le mape."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:842
|
||||
#: gtk/gtkfilechooserwidget.c:846
|
||||
msgid "The item that you selected is not a folder try using a different item."
|
||||
msgstr "Izbran predmet ni mapa. Izberite drug predmet."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:850
|
||||
#: gtk/gtkfilechooserwidget.c:854
|
||||
msgid "Invalid file name"
|
||||
msgstr "Neveljavno ime datoteke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:859
|
||||
#: gtk/gtkfilechooserwidget.c:863
|
||||
msgid "The folder contents could not be displayed"
|
||||
msgstr "Vsebine mape ni mogoče prikazati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:867
|
||||
#: gtk/gtkfilechooserwidget.c:871
|
||||
msgid "The file could not be deleted"
|
||||
msgstr "Datoteke ni mogoče izbrisati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:875
|
||||
#: gtk/gtkfilechooserwidget.c:879
|
||||
msgid "The file could not be moved to the Trash"
|
||||
msgstr "Datoteke ni mogoče premakniti v smeti."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1020
|
||||
#: gtk/gtkfilechooserwidget.c:1024
|
||||
msgid "A folder with that name already exists"
|
||||
msgstr "Mapa z enakim imenom že obstaja."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1022
|
||||
#: gtk/gtkfilechooserwidget.c:1026
|
||||
msgid "A file with that name already exists"
|
||||
msgstr "Datoteka s tem imenom že obstaja."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1057
|
||||
#: gtk/gtkfilechooserwidget.c:1061
|
||||
msgid "A folder cannot be called “.”"
|
||||
msgstr "Mapa ne sme biti poimenovana » .. «."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1058
|
||||
#: gtk/gtkfilechooserwidget.c:1062
|
||||
msgid "A file cannot be called “.”"
|
||||
msgstr "Datoteka ne sme biti poimenovana » . «."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1061
|
||||
#: gtk/gtkfilechooserwidget.c:1065
|
||||
msgid "A folder cannot be called “..”"
|
||||
msgstr "Mapa ne sme biti poimenovana » .. «."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1062
|
||||
#: gtk/gtkfilechooserwidget.c:1066
|
||||
msgid "A file cannot be called “..”"
|
||||
msgstr "Datoteka ne sme biti poimenovana » .. «."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1065
|
||||
#: gtk/gtkfilechooserwidget.c:1069
|
||||
msgid "Folder names cannot contain “/”"
|
||||
msgstr "Ime mape ne sme vsebovati poševnice » / «."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1066
|
||||
#: gtk/gtkfilechooserwidget.c:1070
|
||||
msgid "File names cannot contain “/”"
|
||||
msgstr "Imena datotek ne smejo vsebovati poševnice » / «."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1092
|
||||
#: gtk/gtkfilechooserwidget.c:1096
|
||||
msgid "Folder names should not begin with a space"
|
||||
msgstr "Ime mape se ne sme začeti s presledkom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1093
|
||||
#: gtk/gtkfilechooserwidget.c:1097
|
||||
msgid "File names should not begin with a space"
|
||||
msgstr "Ime datoteke se ne sme začeti s presledkom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1097
|
||||
#: gtk/gtkfilechooserwidget.c:1101
|
||||
msgid "Folder names should not end with a space"
|
||||
msgstr "Ime mape se ne sme končati s presledkom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1098
|
||||
#: gtk/gtkfilechooserwidget.c:1102
|
||||
msgid "File names should not end with a space"
|
||||
msgstr "Ime datoteke se ne sme končati s presledkom"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1101
|
||||
#: gtk/gtkfilechooserwidget.c:1105
|
||||
msgid "Folder names starting with a “.” are hidden"
|
||||
msgstr "Ime mape, ki se začne z » . « je skrita mapa"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1102
|
||||
#: gtk/gtkfilechooserwidget.c:1106
|
||||
msgid "File names starting with a “.” are hidden"
|
||||
msgstr "Ime datoteke, ki se začne z » . « je skrita datoteka"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1472
|
||||
#: gtk/gtkfilechooserwidget.c:1476
|
||||
#, c-format
|
||||
msgid "Are you sure you want to permanently delete “%s”?"
|
||||
msgstr "Ali ste prepričani, da želite trajno izbrisati »%s«?"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1475
|
||||
#: gtk/gtkfilechooserwidget.c:1479
|
||||
#, c-format
|
||||
msgid "If you delete an item, it will be permanently lost."
|
||||
msgstr "V primeru, da predmet izbrišete, bo trajno izgubljen."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1609
|
||||
#: gtk/gtkfilechooserwidget.c:1616
|
||||
msgid "The file could not be renamed"
|
||||
msgstr "Datoteke ni mogoče preimenovati."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:1923
|
||||
#: gtk/gtkfilechooserwidget.c:1936
|
||||
msgid "Could not select file"
|
||||
msgstr "Datoteke ni mogoče izbrati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2272
|
||||
#: gtk/gtkfilechooserwidget.c:2285
|
||||
msgid "_Visit File"
|
||||
msgstr "O_bišči datoteko"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2273
|
||||
#: gtk/gtkfilechooserwidget.c:2286
|
||||
msgid "_Open With File Manager"
|
||||
msgstr "Odpri z _upravljalnikom datotek"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2274
|
||||
#: gtk/gtkfilechooserwidget.c:2287
|
||||
msgid "_Copy Location"
|
||||
msgstr "Kopiraj _mesto"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2275
|
||||
#: gtk/gtkfilechooserwidget.c:2288
|
||||
msgid "_Add to Bookmarks"
|
||||
msgstr "_Dodaj med zaznamke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2276 gtk/gtkplacessidebar.c:2741
|
||||
#: gtk/gtkfilechooserwidget.c:2289 gtk/gtkplacessidebar.c:2741
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:526
|
||||
msgid "_Rename"
|
||||
msgstr "P_reimenuj"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2278
|
||||
#: gtk/gtkfilechooserwidget.c:2291
|
||||
msgid "_Move to Trash"
|
||||
msgstr "Premakni v _smeti"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2282
|
||||
#: gtk/gtkfilechooserwidget.c:2295
|
||||
msgid "Show _Hidden Files"
|
||||
msgstr "Pokaži _skrite datoteke"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2283
|
||||
#: gtk/gtkfilechooserwidget.c:2296
|
||||
msgid "Show _Size Column"
|
||||
msgstr "Pokaži stolpec _velikosti"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2284
|
||||
#: gtk/gtkfilechooserwidget.c:2297
|
||||
msgid "Show _Time"
|
||||
msgstr "Pokaži _čas"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:2285
|
||||
#: gtk/gtkfilechooserwidget.c:2298
|
||||
msgid "Sort _Folders before Files"
|
||||
msgstr "Razvrsti _mape pred datotekami"
|
||||
|
||||
#. this is the header for the location column in the print dialog
|
||||
#: gtk/gtkfilechooserwidget.c:2560 gtk/inspector/css-node-tree.ui:141
|
||||
#: gtk/gtkfilechooserwidget.c:2573 gtk/inspector/css-node-tree.ui:141
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:207 gtk/ui/gtkprintunixdialog.ui:123
|
||||
msgid "Location"
|
||||
msgstr "Mesto"
|
||||
|
||||
#. Label
|
||||
#: gtk/gtkfilechooserwidget.c:2653
|
||||
#: gtk/gtkfilechooserwidget.c:2666
|
||||
msgid "_Name:"
|
||||
msgstr "_Ime:"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3278 gtk/gtkfilechooserwidget.c:3292
|
||||
#: gtk/gtkfilechooserwidget.c:3291 gtk/gtkfilechooserwidget.c:3305
|
||||
#, c-format
|
||||
msgid "Searching in %s"
|
||||
msgstr "Iskanje v %s"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3298
|
||||
#: gtk/gtkfilechooserwidget.c:3311
|
||||
msgid "Searching"
|
||||
msgstr "Poteka iskanje"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3305
|
||||
#: gtk/gtkfilechooserwidget.c:3318
|
||||
msgid "Enter location"
|
||||
msgstr "Vpis mesta"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:3307
|
||||
#: gtk/gtkfilechooserwidget.c:3320
|
||||
msgid "Enter location or URL"
|
||||
msgstr "Vpišite mesto ali naslov URL"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4341 gtk/gtkfilechooserwidget.c:7245
|
||||
#: gtk/gtkfilechooserwidget.c:4354 gtk/gtkfilechooserwidget.c:7291
|
||||
#: gtk/ui/gtkfilechooserwidget.ui:235
|
||||
msgid "Modified"
|
||||
msgstr "Spremenjeno"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4619
|
||||
#: gtk/gtkfilechooserwidget.c:4632
|
||||
#, c-format
|
||||
msgid "Could not read the contents of %s"
|
||||
msgstr "Vsebine %s ni mogoče prebrati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4623
|
||||
#: gtk/gtkfilechooserwidget.c:4636
|
||||
msgid "Could not read the contents of the folder"
|
||||
msgstr "Vsebine mape ni mogoče prebrati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4753 gtk/gtkfilechooserwidget.c:4801
|
||||
#: gtk/gtkfilechooserwidget.c:4796 gtk/gtkfilechooserwidget.c:4844
|
||||
msgid "%H:%M"
|
||||
msgstr "%H:%M"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4755 gtk/gtkfilechooserwidget.c:4803
|
||||
#: gtk/gtkfilechooserwidget.c:4798 gtk/gtkfilechooserwidget.c:4846
|
||||
msgid "%l:%M %p"
|
||||
msgstr "%l:%M %p"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4759
|
||||
#: gtk/gtkfilechooserwidget.c:4802
|
||||
msgid "Yesterday"
|
||||
msgstr "Včeraj"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4767
|
||||
#: gtk/gtkfilechooserwidget.c:4810
|
||||
msgid "%-e %b"
|
||||
msgstr "%-e %b"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:4771
|
||||
#: gtk/gtkfilechooserwidget.c:4814
|
||||
msgid "%-e %b %Y"
|
||||
msgstr "%-e %b %Y"
|
||||
|
||||
#. Translators: We don't know whether this printer is
|
||||
#. * available to print to.
|
||||
#: gtk/gtkfilechooserwidget.c:5006 gtk/inspector/prop-editor.c:1689
|
||||
#: gtk/gtkfilechooserwidget.c:5049 gtk/inspector/prop-editor.c:1689
|
||||
#: modules/printbackends/cloudprint/gtkprintbackendcloudprint.c:748
|
||||
msgid "Unknown"
|
||||
msgstr "Neznano"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:5045 gtk/gtkplacessidebar.c:1094
|
||||
#: gtk/gtkfilechooserwidget.c:5088 gtk/gtkplacessidebar.c:1094
|
||||
msgid "Home"
|
||||
msgstr "Osebna mapa"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:5538
|
||||
#: gtk/gtkfilechooserwidget.c:5584
|
||||
msgid "Cannot change to folder because it is not local"
|
||||
msgstr "Mape ni mogoče spremeniti, ker ni krajevna"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6324 gtk/gtkprintunixdialog.c:665
|
||||
#: gtk/gtkfilechooserwidget.c:6370 gtk/gtkprintunixdialog.c:665
|
||||
#, c-format
|
||||
msgid "A file named “%s” already exists. Do you want to replace it?"
|
||||
msgstr "Datoteka z imenom »%s« že obstaja. Ali jo želite zamenjati?"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6327 gtk/gtkprintunixdialog.c:669
|
||||
#: gtk/gtkfilechooserwidget.c:6373 gtk/gtkprintunixdialog.c:669
|
||||
#, c-format
|
||||
msgid ""
|
||||
"The file already exists in “%s”. Replacing it will overwrite its contents."
|
||||
msgstr "Datoteka že obstaja v »%s«. Z zamenjavo bo njena vsebina izgubljena."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6332 gtk/gtkprintunixdialog.c:677
|
||||
#: gtk/gtkfilechooserwidget.c:6378 gtk/gtkprintunixdialog.c:677
|
||||
msgid "_Replace"
|
||||
msgstr "_Zamenjaj"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:6546
|
||||
#: gtk/gtkfilechooserwidget.c:6592
|
||||
msgid "You do not have access to the specified folder."
|
||||
msgstr "Ni ustreznih dovoljenj za dostop do navedene mape."
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:7169
|
||||
#: gtk/gtkfilechooserwidget.c:7215
|
||||
msgid "Could not send the search request"
|
||||
msgstr "Zahteve po iskanju ni mogoče poslati"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:7455
|
||||
#: gtk/gtkfilechooserwidget.c:7501
|
||||
msgid "Accessed"
|
||||
msgstr "Dostopano"
|
||||
|
||||
#: gtk/gtkfilechooserwidget.c:8566 gtk/ui/gtkfilechooserwidget.ui:69
|
||||
#: gtk/gtkfilechooserwidget.c:8612 gtk/ui/gtkfilechooserwidget.ui:69
|
||||
msgid "Create Folder"
|
||||
msgstr "Ustvari mapo"
|
||||
|
||||
@@ -2664,12 +2664,12 @@ msgstr "Programski meni"
|
||||
msgid "Close"
|
||||
msgstr "Zapri"
|
||||
|
||||
#: gtk/gtkicontheme.c:2343 gtk/gtkicontheme.c:2408
|
||||
#: gtk/gtkicontheme.c:2357 gtk/gtkicontheme.c:2422
|
||||
#, c-format
|
||||
msgid "Icon '%s' not present in theme %s"
|
||||
msgstr "Ikone »%s« v temi %s ni."
|
||||
|
||||
#: gtk/gtkicontheme.c:4082 gtk/gtkicontheme.c:4449
|
||||
#: gtk/gtkicontheme.c:4096 gtk/gtkicontheme.c:4463
|
||||
msgid "Failed to load icon"
|
||||
msgstr "Ikone ni mogoče naložiti"
|
||||
|
||||
@@ -2871,57 +2871,73 @@ msgstr "_Ne"
|
||||
msgid "_Yes"
|
||||
msgstr "_Da"
|
||||
|
||||
#: gtk/gtkmountoperation.c:546
|
||||
#: gtk/gtkmountoperation.c:595
|
||||
msgid "Co_nnect"
|
||||
msgstr "_Poveži"
|
||||
|
||||
#: gtk/gtkmountoperation.c:622
|
||||
#: gtk/gtkmountoperation.c:671
|
||||
msgid "Connect As"
|
||||
msgstr "Poveži kot"
|
||||
|
||||
#: gtk/gtkmountoperation.c:631
|
||||
#: gtk/gtkmountoperation.c:680
|
||||
msgid "_Anonymous"
|
||||
msgstr "_Brezimno"
|
||||
|
||||
#: gtk/gtkmountoperation.c:640
|
||||
#: gtk/gtkmountoperation.c:689
|
||||
msgid "Registered U_ser"
|
||||
msgstr "Vpisan _uporabnik"
|
||||
|
||||
#: gtk/gtkmountoperation.c:651
|
||||
#: gtk/gtkmountoperation.c:700
|
||||
msgid "_Username"
|
||||
msgstr "_Uporabniško ime"
|
||||
|
||||
#: gtk/gtkmountoperation.c:656
|
||||
#: gtk/gtkmountoperation.c:705
|
||||
msgid "_Domain"
|
||||
msgstr "_Domena"
|
||||
|
||||
#: gtk/gtkmountoperation.c:662
|
||||
#: gtk/gtkmountoperation.c:714
|
||||
msgid "Volume type"
|
||||
msgstr "Vrsta nosilca"
|
||||
|
||||
#: gtk/gtkmountoperation.c:724
|
||||
msgid "_Hidden"
|
||||
msgstr "_Skrito"
|
||||
|
||||
#: gtk/gtkmountoperation.c:727
|
||||
msgid "_Windows system"
|
||||
msgstr "Sistem _Windows"
|
||||
|
||||
#: gtk/gtkmountoperation.c:730
|
||||
msgid "_PIM"
|
||||
msgstr "_PIM"
|
||||
|
||||
#: gtk/gtkmountoperation.c:736
|
||||
msgid "_Password"
|
||||
msgstr "_Geslo"
|
||||
|
||||
#: gtk/gtkmountoperation.c:684
|
||||
#: gtk/gtkmountoperation.c:758
|
||||
msgid "Forget password _immediately"
|
||||
msgstr "_Takoj pozabi geslo"
|
||||
|
||||
#: gtk/gtkmountoperation.c:694
|
||||
#: gtk/gtkmountoperation.c:768
|
||||
msgid "Remember password until you _logout"
|
||||
msgstr "Zapomni si geslo do _odjave"
|
||||
|
||||
#: gtk/gtkmountoperation.c:704
|
||||
#: gtk/gtkmountoperation.c:778
|
||||
msgid "Remember _forever"
|
||||
msgstr "_Zapomni si za vedno"
|
||||
|
||||
#: gtk/gtkmountoperation.c:1093
|
||||
#: gtk/gtkmountoperation.c:1173
|
||||
#, c-format
|
||||
msgid "Unknown Application (PID %d)"
|
||||
msgstr "Neznan program (PID %d)"
|
||||
|
||||
#: gtk/gtkmountoperation.c:1278
|
||||
#: gtk/gtkmountoperation.c:1358
|
||||
#, c-format
|
||||
msgid "Unable to end process"
|
||||
msgstr "Opravila ni mogoče končati"
|
||||
|
||||
#: gtk/gtkmountoperation.c:1312
|
||||
#: gtk/gtkmountoperation.c:1392
|
||||
msgid "_End Process"
|
||||
msgstr "_Končaj opravilo"
|
||||
|
||||
|
@@ -17,6 +17,39 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
"filler"
|
||||
parent: headerbar1
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-1
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-2
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
stack_switcher
|
||||
"filler"
|
||||
parent: headerbar1
|
||||
@@ -26,14 +59,14 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkRadioButtonAccessible-0
|
||||
unnamed-GtkRadioButtonAccessible-3
|
||||
"radio button"
|
||||
parent: stack_switcher
|
||||
index: 0
|
||||
name: About
|
||||
member-of: unnamed-GtkRadioButtonAccessible-1
|
||||
unnamed-GtkRadioButtonAccessible-2
|
||||
unnamed-GtkRadioButtonAccessible-0
|
||||
member-of: unnamed-GtkRadioButtonAccessible-4
|
||||
unnamed-GtkRadioButtonAccessible-5
|
||||
unnamed-GtkRadioButtonAccessible-3
|
||||
state: checked enabled focusable sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
@@ -45,14 +78,14 @@ window1
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkRadioButtonAccessible-2
|
||||
unnamed-GtkRadioButtonAccessible-5
|
||||
"radio button"
|
||||
parent: stack_switcher
|
||||
index: 1
|
||||
name: Credits
|
||||
member-of: unnamed-GtkRadioButtonAccessible-1
|
||||
unnamed-GtkRadioButtonAccessible-2
|
||||
unnamed-GtkRadioButtonAccessible-0
|
||||
member-of: unnamed-GtkRadioButtonAccessible-4
|
||||
unnamed-GtkRadioButtonAccessible-5
|
||||
unnamed-GtkRadioButtonAccessible-3
|
||||
state: enabled focusable sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
@@ -64,14 +97,14 @@ window1
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkRadioButtonAccessible-1
|
||||
unnamed-GtkRadioButtonAccessible-4
|
||||
"radio button"
|
||||
parent: stack_switcher
|
||||
index: 2
|
||||
name: License
|
||||
member-of: unnamed-GtkRadioButtonAccessible-1
|
||||
unnamed-GtkRadioButtonAccessible-2
|
||||
unnamed-GtkRadioButtonAccessible-0
|
||||
member-of: unnamed-GtkRadioButtonAccessible-4
|
||||
unnamed-GtkRadioButtonAccessible-5
|
||||
unnamed-GtkRadioButtonAccessible-3
|
||||
state: enabled focusable sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
@@ -295,7 +328,7 @@ window1
|
||||
start index: 0
|
||||
end index: 7
|
||||
anchors: http://www.gtk.org
|
||||
unnamed-GtkLabelAccessibleLinkImpl-3
|
||||
unnamed-GtkLabelAccessibleLinkImpl-6
|
||||
"link"
|
||||
parent: website_label
|
||||
state: enabled focusable focused multi-line sensitive showing visible
|
||||
@@ -390,7 +423,7 @@ See the GNU General Public License, version 3 or later for details.
|
||||
start index: 56
|
||||
end index: 102
|
||||
anchors: https://www.gnu.org/licenses/gpl-3.0.html
|
||||
unnamed-GtkLabelAccessibleLinkImpl-4
|
||||
unnamed-GtkLabelAccessibleLinkImpl-7
|
||||
"link"
|
||||
parent: license_label
|
||||
state: enabled focusable focused multi-line sensitive showing visible
|
||||
|
@@ -58,91 +58,6 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
cancel
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 0
|
||||
name: Cancel
|
||||
state: enabled focusable sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>c
|
||||
back
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 1
|
||||
name: Back
|
||||
state: enabled focusable sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>b
|
||||
close
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 2
|
||||
name: Close
|
||||
state: enabled focusable sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>c
|
||||
last
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 3
|
||||
name: Finish
|
||||
state: focusable
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>f
|
||||
forward
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 4
|
||||
name: Next
|
||||
state: focusable showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>n
|
||||
apply
|
||||
"push button"
|
||||
parent: headerbar
|
||||
@@ -160,3 +75,176 @@ window1
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>a
|
||||
forward
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 4
|
||||
name: Next
|
||||
state: focusable showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>n
|
||||
last
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 3
|
||||
name: Finish
|
||||
state: focusable
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>f
|
||||
close
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 2
|
||||
name: Close
|
||||
state: enabled focusable sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>c
|
||||
unnamed-GtkContainerAccessible-2
|
||||
"filler"
|
||||
parent: headerbar
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
Page 1
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 0
|
||||
name: Page 1
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: Page 1
|
||||
character count: 6
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
back
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 1
|
||||
name: Back
|
||||
state: enabled focusable sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>b
|
||||
cancel
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 0
|
||||
name: Cancel
|
||||
state: enabled focusable sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>c
|
||||
|
@@ -17,23 +17,6 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
cancel_button
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 0
|
||||
name: Cancel
|
||||
state: enabled focusable sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>c
|
||||
ok_button
|
||||
"push button"
|
||||
parent: headerbar
|
||||
@@ -51,6 +34,111 @@ window1
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>s
|
||||
unnamed-GtkContainerAccessible-0
|
||||
"filler"
|
||||
parent: headerbar
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
Select a Color
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
index: 0
|
||||
name: Select a Color
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: Select a Color
|
||||
character count: 14
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
cancel_button
|
||||
"push button"
|
||||
parent: headerbar
|
||||
index: 0
|
||||
name: Cancel
|
||||
state: enabled focusable sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
action 0 keybinding: <Alt>c
|
||||
dialog-vbox1
|
||||
"filler"
|
||||
parent: window1
|
||||
@@ -69,7 +157,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: chooser
|
||||
index: 0
|
||||
@@ -78,18 +166,18 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
unnamed-GtkContainerAccessible-2
|
||||
"panel"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled horizontal sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkColorSwatchAccessible-2
|
||||
unnamed-GtkColorSwatchAccessible-3
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 0
|
||||
name: Dark Aluminum 2
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -104,9 +192,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-3
|
||||
unnamed-GtkColorSwatchAccessible-4
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 1
|
||||
name: Aluminum 2
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -121,9 +209,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-4
|
||||
unnamed-GtkColorSwatchAccessible-5
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 2
|
||||
name: Light Aluminum 2
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -138,9 +226,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-5
|
||||
unnamed-GtkColorSwatchAccessible-6
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 3
|
||||
name: Dark Aluminum 1
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -155,9 +243,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-6
|
||||
unnamed-GtkColorSwatchAccessible-7
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 4
|
||||
name: Aluminum 1
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -172,9 +260,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-7
|
||||
unnamed-GtkColorSwatchAccessible-8
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 5
|
||||
name: Light Aluminum 1
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -189,9 +277,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-8
|
||||
unnamed-GtkColorSwatchAccessible-9
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 6
|
||||
name: Dark Chocolate
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -206,9 +294,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-9
|
||||
unnamed-GtkColorSwatchAccessible-10
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 7
|
||||
name: Chocolate
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -223,9 +311,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-10
|
||||
unnamed-GtkColorSwatchAccessible-11
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 8
|
||||
name: Light Chocolate
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -240,9 +328,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-11
|
||||
unnamed-GtkColorSwatchAccessible-12
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 9
|
||||
name: Dark Plum
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -257,9 +345,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-12
|
||||
unnamed-GtkColorSwatchAccessible-13
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 10
|
||||
name: Plum
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -274,9 +362,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-13
|
||||
unnamed-GtkColorSwatchAccessible-14
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 11
|
||||
name: Light Plum
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -291,9 +379,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-14
|
||||
unnamed-GtkColorSwatchAccessible-15
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 12
|
||||
name: Dark Sky Blue
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -308,9 +396,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-15
|
||||
unnamed-GtkColorSwatchAccessible-16
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 13
|
||||
name: Sky Blue
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -325,9 +413,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-16
|
||||
unnamed-GtkColorSwatchAccessible-17
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 14
|
||||
name: Light Sky Blue
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -342,9 +430,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-17
|
||||
unnamed-GtkColorSwatchAccessible-18
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 15
|
||||
name: Dark Chameleon
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -359,9 +447,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-18
|
||||
unnamed-GtkColorSwatchAccessible-19
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 16
|
||||
name: Chameleon
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -376,9 +464,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-19
|
||||
unnamed-GtkColorSwatchAccessible-20
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 17
|
||||
name: Light Chameleon
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -393,9 +481,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-20
|
||||
unnamed-GtkColorSwatchAccessible-21
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 18
|
||||
name: Dark Butter
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -410,9 +498,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-21
|
||||
unnamed-GtkColorSwatchAccessible-22
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 19
|
||||
name: Butter
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -427,9 +515,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-22
|
||||
unnamed-GtkColorSwatchAccessible-23
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 20
|
||||
name: Light Butter
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -444,9 +532,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-23
|
||||
unnamed-GtkColorSwatchAccessible-24
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 21
|
||||
name: Dark Orange
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -461,9 +549,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-24
|
||||
unnamed-GtkColorSwatchAccessible-25
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 22
|
||||
name: Orange
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -478,9 +566,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-25
|
||||
unnamed-GtkColorSwatchAccessible-26
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 23
|
||||
name: Light Orange
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -495,9 +583,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-26
|
||||
unnamed-GtkColorSwatchAccessible-27
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 24
|
||||
name: Dark Scarlet Red
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -512,9 +600,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-27
|
||||
unnamed-GtkColorSwatchAccessible-28
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 25
|
||||
name: Scarlet Red
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -529,9 +617,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-28
|
||||
unnamed-GtkColorSwatchAccessible-29
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
parent: unnamed-GtkContainerAccessible-2
|
||||
index: 26
|
||||
name: Light Scarlet Red
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -546,18 +634,18 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkContainerAccessible-29
|
||||
unnamed-GtkContainerAccessible-30
|
||||
"panel"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
state: enabled horizontal sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkColorSwatchAccessible-30
|
||||
unnamed-GtkColorSwatchAccessible-31
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 0
|
||||
name: White
|
||||
state: checked enabled focusable sensitive showing visible
|
||||
@@ -572,9 +660,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-31
|
||||
unnamed-GtkColorSwatchAccessible-32
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 1
|
||||
name: Very Light Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -589,9 +677,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-32
|
||||
unnamed-GtkColorSwatchAccessible-33
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 2
|
||||
name: Lighter Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -606,9 +694,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-33
|
||||
unnamed-GtkColorSwatchAccessible-34
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 3
|
||||
name: Light Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -623,9 +711,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-34
|
||||
unnamed-GtkColorSwatchAccessible-35
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 4
|
||||
name: Medium Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -640,9 +728,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-35
|
||||
unnamed-GtkColorSwatchAccessible-36
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 5
|
||||
name: Dark Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -657,9 +745,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-36
|
||||
unnamed-GtkColorSwatchAccessible-37
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 6
|
||||
name: Darker Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -674,9 +762,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-37
|
||||
unnamed-GtkColorSwatchAccessible-38
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 7
|
||||
name: Very Dark Gray
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -691,9 +779,9 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkColorSwatchAccessible-38
|
||||
unnamed-GtkColorSwatchAccessible-39
|
||||
"radio button"
|
||||
parent: unnamed-GtkContainerAccessible-29
|
||||
parent: unnamed-GtkContainerAccessible-30
|
||||
index: 8
|
||||
name: Black
|
||||
state: enabled focusable sensitive showing visible
|
||||
@@ -710,7 +798,7 @@ window1
|
||||
action 2 description: Customizes the color
|
||||
Custom
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 2
|
||||
name: Custom
|
||||
state: enabled multi-line sensitive showing visible
|
||||
@@ -748,18 +836,18 @@ window1
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
unnamed-GtkContainerAccessible-39
|
||||
unnamed-GtkContainerAccessible-40
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 3
|
||||
state: enabled horizontal sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkColorSwatchAccessible-40
|
||||
unnamed-GtkColorSwatchAccessible-41
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-39
|
||||
parent: unnamed-GtkContainerAccessible-40
|
||||
index: 0
|
||||
name: Custom color
|
||||
description: Create a custom color
|
||||
@@ -775,7 +863,7 @@ window1
|
||||
action 1 description: Activates the color
|
||||
action 2 name: customize
|
||||
action 2 description: Customizes the color
|
||||
unnamed-GtkContainerAccessible-41
|
||||
unnamed-GtkContainerAccessible-42
|
||||
"filler"
|
||||
parent: chooser
|
||||
index: 1
|
||||
@@ -786,7 +874,7 @@ window1
|
||||
alpha: 1
|
||||
GtkColorEditor
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-41
|
||||
parent: unnamed-GtkContainerAccessible-42
|
||||
index: 0
|
||||
state: enabled horizontal sensitive
|
||||
toolkit: gtk
|
||||
|
@@ -16,22 +16,6 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
button1
|
||||
"push button"
|
||||
parent: headerbar1
|
||||
index: 0
|
||||
name: Yes
|
||||
state: enabled focusable sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
page2
|
||||
"push button"
|
||||
parent: headerbar1
|
||||
@@ -48,3 +32,107 @@ window1
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-0
|
||||
"filler"
|
||||
parent: headerbar1
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
Title
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
index: 0
|
||||
name: Title
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: Title
|
||||
character count: 5
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
Subtitle
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-0
|
||||
index: 1
|
||||
name: Subtitle
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: Subtitle
|
||||
character count: 8
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
button1
|
||||
"push button"
|
||||
parent: headerbar1
|
||||
index: 0
|
||||
name: Yes
|
||||
state: enabled focusable sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
menubar1
|
||||
"menu bar"
|
||||
parent: window1
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
menubutton
|
||||
"toggle button"
|
||||
parent: window1
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
menubutton
|
||||
"toggle button"
|
||||
parent: window1
|
||||
@@ -31,7 +152,7 @@ window1
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkPopoverAccessible-1
|
||||
unnamed-GtkPopoverAccessible-5
|
||||
"panel"
|
||||
parent: menubutton
|
||||
popup-for: menubutton
|
||||
@@ -40,54 +161,54 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkStackAccessible-2
|
||||
unnamed-GtkStackAccessible-6
|
||||
"panel"
|
||||
parent: unnamed-GtkPopoverAccessible-1
|
||||
parent: unnamed-GtkPopoverAccessible-5
|
||||
index: 0
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-3
|
||||
unnamed-GtkContainerAccessible-7
|
||||
"filler"
|
||||
parent: unnamed-GtkStackAccessible-2
|
||||
parent: unnamed-GtkStackAccessible-6
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-4
|
||||
unnamed-GtkContainerAccessible-8
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-3
|
||||
parent: unnamed-GtkContainerAccessible-7
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-5
|
||||
unnamed-GtkContainerAccessible-9
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
parent: unnamed-GtkContainerAccessible-8
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-6
|
||||
unnamed-GtkContainerAccessible-10
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-5
|
||||
parent: unnamed-GtkContainerAccessible-9
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-7
|
||||
unnamed-GtkButtonAccessible-11
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-6
|
||||
parent: unnamed-GtkContainerAccessible-10
|
||||
index: 0
|
||||
name: New
|
||||
state: enabled focusable sensitive visible
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
menubutton
|
||||
"toggle button"
|
||||
parent: window1
|
||||
@@ -31,7 +152,7 @@ window1
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkPopoverAccessible-1
|
||||
unnamed-GtkPopoverAccessible-5
|
||||
"panel"
|
||||
parent: menubutton
|
||||
popup-for: menubutton
|
||||
@@ -40,54 +161,54 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkStackAccessible-2
|
||||
unnamed-GtkStackAccessible-6
|
||||
"panel"
|
||||
parent: unnamed-GtkPopoverAccessible-1
|
||||
parent: unnamed-GtkPopoverAccessible-5
|
||||
index: 0
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-3
|
||||
unnamed-GtkContainerAccessible-7
|
||||
"filler"
|
||||
parent: unnamed-GtkStackAccessible-2
|
||||
parent: unnamed-GtkStackAccessible-6
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-4
|
||||
unnamed-GtkContainerAccessible-8
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-3
|
||||
parent: unnamed-GtkContainerAccessible-7
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-5
|
||||
unnamed-GtkContainerAccessible-9
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
parent: unnamed-GtkContainerAccessible-8
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-6
|
||||
unnamed-GtkContainerAccessible-10
|
||||
"filler"
|
||||
parent: unnamed-GtkContainerAccessible-5
|
||||
parent: unnamed-GtkContainerAccessible-9
|
||||
index: 0
|
||||
state: enabled sensitive vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-7
|
||||
unnamed-GtkButtonAccessible-11
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-6
|
||||
parent: unnamed-GtkContainerAccessible-10
|
||||
index: 0
|
||||
name: New
|
||||
state: enabled focusable sensitive visible
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
menubar1
|
||||
"menu bar"
|
||||
parent: window1
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
scale1
|
||||
"slider"
|
||||
parent: window1
|
||||
|
@@ -7,7 +7,7 @@ window1
|
||||
<AtkComponent>
|
||||
layer: window
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-0
|
||||
unnamed-GtkHeaderBarAccessible-0
|
||||
"panel"
|
||||
parent: window1
|
||||
state: enabled sensitive showing visible
|
||||
@@ -15,6 +15,127 @@ window1
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkContainerAccessible-1
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled horizontal sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkWidgetAccessible-2
|
||||
"separator"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 0
|
||||
state: enabled sensitive vertical
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
unnamed-GtkButtonAccessible-3
|
||||
"push button"
|
||||
parent: unnamed-GtkContainerAccessible-1
|
||||
index: 1
|
||||
name: Close
|
||||
state: enabled sensitive visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkImage>
|
||||
image size: -1 x -1
|
||||
image description: (null)
|
||||
<AtkAction>
|
||||
action 0 name: click
|
||||
action 0 description: Clicks the button
|
||||
unnamed-GtkContainerAccessible-4
|
||||
"filler"
|
||||
parent: unnamed-GtkHeaderBarAccessible-0
|
||||
state: enabled sensitive showing vertical visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
lt-accessibility-dump
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 0
|
||||
name: lt-accessibility-dump
|
||||
state: enabled multi-line sensitive showing visible
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text: lt-accessibility-dump
|
||||
character count: 21
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
|
||||
"label"
|
||||
parent: unnamed-GtkContainerAccessible-4
|
||||
index: 1
|
||||
name:
|
||||
state: enabled multi-line sensitive
|
||||
toolkit: gtk
|
||||
<AtkComponent>
|
||||
layer: widget
|
||||
alpha: 1
|
||||
<AtkText>
|
||||
text:
|
||||
character count: 0
|
||||
caret offset: 0
|
||||
default attributes: bg-color: <omitted>
|
||||
bg-full-height: 0
|
||||
direction: <omitted>
|
||||
editable: false
|
||||
family-name: <omitted>
|
||||
fg-color: <omitted>
|
||||
indent: 0
|
||||
invisible: false
|
||||
justification: left
|
||||
language: <omitted>
|
||||
left-margin: 0
|
||||
pixels-above-lines: 0
|
||||
pixels-below-lines: 0
|
||||
pixels-inside-wrap: 0
|
||||
right-margin: 0
|
||||
rise: 0
|
||||
scale: 1
|
||||
size: <omitted>
|
||||
stretch: <omitted>
|
||||
strikethrough: false
|
||||
style: <omitted>
|
||||
underline: none
|
||||
variant: <omitted>
|
||||
weight: <omitted>
|
||||
wrap-mode: word
|
||||
<AtkHypertext>
|
||||
box1
|
||||
"filler"
|
||||
parent: window1
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<!-- non-default property not stripped -->
|
||||
<interface>
|
||||
<object class="GtkWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">1</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<!-- translatable property not stripped -->
|
||||
<interface>
|
||||
<object class="GtkWindow">
|
||||
<property name="visible" translatable="yes">False</property>
|
||||
<property name="visible" translatable="yes">0</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<!-- irrelevant comments and context are stripped -->
|
||||
<interface>
|
||||
<object class="GtkWindow">
|
||||
<property name="visible">True</property>
|
||||
<property name="visible">1</property>
|
||||
</object>
|
||||
</interface>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<child>
|
||||
<object class="GtkLabel"/>
|
||||
<packing>
|
||||
<property name="expand">True</property>
|
||||
<property name="expand">1</property>
|
||||
</packing>
|
||||
</child>
|
||||
</object>
|
||||
|
@@ -10,7 +10,7 @@ echo "1..1"
|
||||
name=gtk-query-settings
|
||||
result=$TEST_RESULT_DIR/$name.out
|
||||
$GTK_QUERY_SETTINGS 2>/dev/null >$result
|
||||
if [ $(wc -l $result | cut -f1 -d' ') -eq 882 ]; then
|
||||
if [ $(wc -l $result | cut -f1 -d' ') -eq 84 ]; then
|
||||
echo "ok 1 $name"
|
||||
else
|
||||
echo "not ok 1 $name"
|
||||
|