Matthias Clasen
fec8a1ee7f
menu button: Improve accessibility
...
Rework the way we assign an accessible name to menu buttons,
to make sure we pick up a label, should the button contain
one, and only override the name with "Menu" as a fallback.
2015-03-13 18:38:18 -04:00
Piotr Drąg
ab3084b714
Updated POTFILES.in and POTFILES.skip
2015-02-27 19:46:55 +01:00
Matthias Clasen
b08015371b
Stop using extract-headers
...
Since 0.18.3, xgettext can extract strings from ui files.
2015-02-26 16:54:16 -05:00
Piotr Drąg
e86cad1006
Updated POTFILES.in
2015-02-24 22:09:30 +01:00
Piotr Drąg
e7a2fc2d01
Updated POTFILES.in
2015-02-23 17:41:30 +01:00
Lars Uebernickel
f3110e4103
Rename GtkSidebar to GtkStackSidebar
...
GtkSidebar is too generic and doesn't fully convey what the widget does.
https://bugzilla.gnome.org/show_bug.cgi?id=744094
2015-02-13 18:01:56 +01:00
Piotr Drąg
1bf02fd773
Updated POTFILES.in
2015-02-12 18:53:41 +01:00
Matthias Clasen
2b07b6c069
inspector: Add a magnifier
...
Add a magnifier that shows the selected widget up to 5 times
enlarged.
2014-12-20 19:24:08 -05:00
Piotr Drąg
9032e08843
Updated POTFILES.in
2014-12-17 13:40:58 +01:00
Matthias Clasen
e4335c62a1
Drop the extra resources/ subdirectory
...
This subdirectory gets in the way when integrating the inspector
build more fully with GTK+, and does not really add anything.
Just move everything one level up.
2014-11-30 16:11:55 -05:00
Piotr Drąg
6fa4aef811
Updated POTFILES.in
2014-11-20 16:46:38 +01:00
Piotr Drąg
75d37acb25
Updated POTFILES.in
2014-10-30 17:21:40 +01:00
Piotr Drąg
44539d98e9
Updated POTFILES.in
2014-10-13 20:21:09 +02:00
Piotr Drąg
5f5fc1d530
Updated POTFILES.in and POTFILES.skip
2014-10-12 15:06:38 +02:00
Yosef Or Boczko
2f2edbd620
Updated POTFILES.in
2014-10-12 01:11:26 +03:00
Piotr Drąg
ff9532db27
Updated POTFILES.in and POTFILES.skip
2014-10-11 17:57:42 +02:00
Piotr Drąg
7eac2bc4c3
Updated POTFILES.in
2014-10-03 00:00:15 +02:00
Piotr Drąg
b2b948514e
Updated POTFILES.in
2014-09-01 20:06:19 +02:00
Piotr Drąg
f505fc5cb4
Updated POTFILES.in
2014-08-30 02:43:13 +02:00
Piotr Drąg
69246f5828
Updated POTFILES.in
2014-08-15 21:25:38 +02:00
Piotr Drąg
2bf368c9e3
Updated POTFILES.in
2014-08-03 20:11:09 +02:00
Matthias Clasen
2a7577d23a
inspector: Show misc info
...
Add yet another tab for showing information about a widget that
does not quite fit into any of the other tabs (not a property,
not style information, etc...).
For now, we show the widget state, as well as the default and
focus widget for windows.
2014-07-21 11:18:29 -04:00
Piotr Drąg
5a9c690d6a
Updated POTFILES.in and POTFILES.skip
2014-07-10 20:49:51 +02:00
Piotr Drąg
5725119a10
Updated POTFILES.in and POTFILES.skip
2014-07-07 20:08:48 +02:00
Piotr Drąg
0e8e550187
Updated POTFILES.in and POTFILES.skip
2014-06-05 17:27:15 +02:00
Matthias Clasen
2346ccde43
inspector: show GMenus
...
This does not quite work yet, and I have no idea why.
2014-06-05 08:32:15 -04:00
Rico Tzschichholz
7eaea2a849
Updated POTFILES.in
2014-05-24 09:22:53 +02:00
Piotr Drąg
83c1869250
Updated POTFILES.in
2014-05-23 20:48:12 +02:00
Matthias Clasen
a47d0406a7
inspector: Add more complete gesture support
...
Add a dedicated tab that shows how gestures are grouped,
and allows changing the propagation phase.
2014-05-23 19:54:32 +02:00
Piotr Drąg
27d0d5c0d0
Updated POTFILES.in
2014-05-22 16:12:06 +02:00
Yosef Or Boczko
9cbaf71e14
Updated POTFILES.in
2014-05-21 12:40:32 +03:00
Matthias Clasen
8c0b1697e6
inspector: string fixes
...
Mark user-visible strings for translation in the new property editor.
2014-05-19 00:17:23 -04:00
Yosef Or Boczko
7f3788e2f0
Updated POTFILES.in
2014-05-16 03:09:44 +03:00
Matthias Clasen
e84a523750
inspector: Show resources
...
Show a list of all registered resources. If a resource looks
like text or an image, we show its content.
2014-05-15 19:36:12 -04:00
Matthias Clasen
75d49675f3
inspector: Add a general information tab
...
It is useful to see the GTK+ version, and the various paths
that affect GTK+ operation at runtime.
2014-05-15 00:06:43 -04:00
Matthias Clasen
b36c8250a9
inspector: Merge Visual and Themes tabs
2014-05-14 22:53:32 -04:00
Matthias Clasen
2d2f9861a6
inspector: Show GAction information
...
Show the actions that are added to GtkApplication and
GtkApplicationWindows, as well as action groups that are
inserted elsewhere with gtk_widget_insert_action_group.
https://bugzilla.gnome.org/show_bug.cgi?id=730095
2014-05-14 21:40:01 -04:00
Matthias Clasen
59c9d24bbf
inspector: stop being a module
...
Moving the inspector into libgtk lets use reuse internals without
having to add public API for everything or inventing awkward private
call conventions.
https://bugzilla.gnome.org/show_bug.cgi?id=730095
2014-05-14 21:23:44 -04:00
Yosef Or Boczko
6c737b8bf0
Updated POTFILES.in
2014-05-14 14:51:10 +03:00
Piotr Drąg
88c9692b2f
Updated POTFILES.in
2014-05-13 19:33:15 +02:00
Piotr Drąg
a06fc473ec
Updated POTFILES.in and POTFILES.skip
...
We still need .ui.h files for the inspector.
2014-05-12 16:35:46 +02:00
Matthias Clasen
8475540103
inspector: Add a visual tab
...
Move the show updates and flip text direction controls here,
and add controls for baseline and pixel cache debugging.
2014-05-10 22:04:37 -04:00
Matthias Clasen
a145dd7097
Add data-list.ui to list of templates
2014-05-10 22:04:36 -04:00
Matthias Clasen
e586af3cf4
inspector: Make translatable
...
Mark strings in the source and in the templates as translatable.
We use the same extract-strings utility as for libgtk itself.
2014-05-10 22:04:20 -04:00
Piotr Drąg
278d75537f
Updated POTFILES.in and POTFILES.skip
2014-02-28 15:28:39 +01:00
Yosef Or Boczko
d26a8128d4
po: Updated the POTFILES file
2014-02-17 12:06:39 +02:00
William Jon McCann
c86ee0558c
Rename GtkActionBar to GtkCenterBox
...
https://bugzilla.gnome.org/show_bug.cgi?id=723929
2014-02-12 08:08:03 -05:00
Piotr Drąg
c021b8a3e4
Updated POTFILES.in and POTFILES.skip
2014-02-01 17:47:24 +01:00
Yosef Or Boczko
a74ea0770d
Updated the POTFILES file
...
Forgot this in the previus commit.
2014-01-29 07:39:05 +02:00
Yosef Or Boczko
dc26177091
Updated the POTFILES file
2014-01-29 07:30:07 +02:00
William Jon McCann
4a11acdc8c
resources: move resources into a subdirectory
2014-01-23 21:04:59 -05:00
Piotr Drąg
a2b8a96f09
Updated POTFILES.in and POTFILES.skip
2014-01-22 19:41:26 +01:00
Ryan Lortie
fdc66af5ce
quartz: add a default application menu
...
When running on quartz, it is no longer expected for applications to
provide their own application menu. Instead, they should simply ensure
that they provide "app.about", "app.preferences" and "app.quit" actions
(which many apps are already doing).
A default menu will be shown that looks like the one presented by all
other Mac OS applications, containing menu items for the above actions,
as well as the typical "Hide app", "Hide Others and "Show All" items and
the "Services" submenu.
If an application does explicitly set an application menu (via
gtk_application_set_app_menu()) then it will be respected, as before.
https://bugzilla.gnome.org/show_bug.cgi?id=720552
2014-01-17 23:14:20 -05:00
Piotr Drąg
980f3589f5
Updated POTFILES.in
2014-01-07 23:43:54 +01:00
Piotr Drąg
32c9d820c6
Updated POTFILES.in
2013-12-16 20:26:50 +01:00
Matthias Clasen
f9c8fefeda
Restore accessible names for image-only buttons
...
With the stock system being deprecated now, we should provide
meaningful accessible names for buttons that are constructed
from icon names or GIcons. This commit reuses the existing
translations.
It is possible that some common icon names are not covered
here because they were not present as stock items. These can
be added to the table later.
2013-10-14 10:37:58 -04:00
Piotr Drąg
bf400597cf
Updated POTFILES.in
2013-10-07 22:22:01 +02:00
Piotr Drąg
312699db67
Updated POTFILES.in
2013-07-31 19:51:12 +02:00
Rico Tzschichholz
d5800f9a94
Updated POTFILES.in
2013-07-20 12:58:24 +02:00
Piotr Drąg
e27b2519c2
Updated POTFILES.in
2013-06-15 19:09:35 +02:00
Piotr Drąg
419b25b643
Updated POTFILES.in
2013-06-13 23:09:45 +02:00
Piotr Drąg
a6a1ef9ac6
Updated POTFILES.in
2013-05-31 22:44:05 +02:00
Matthias Clasen
0e40afd5b0
Revert "Fix .ui.h -> .ui naming of files."
...
This reverts commit 99c7091abe
.
Please, no more touching of POTFILES.in without asking first.
These .ui.h files are really meant to be there.
2013-05-13 15:45:47 -04:00
Kjartan Maraas
99c7091abe
Fix .ui.h -> .ui naming of files.
2013-05-13 14:44:20 +02:00
Piotr Drąg
66007d0ab6
Updated POTFILES.in and POTFILES.skip
2013-04-22 20:51:32 +02:00
Matthias Clasen
4f65f69a60
Revert more POTFILES.in breakage
2013-04-19 14:39:23 -04:00
Piotr Drąg
beb4989c1b
Revert adding .ui files to POTFILES.in
...
This breaks the build unfortunately. Developers will need to resolve that one.
2013-04-19 20:27:40 +02:00
Piotr Drąg
84126230fe
Updated POTFILES.in
...
Oops.
2013-04-19 19:40:56 +02:00
Piotr Drąg
62c826b992
Updated POTFILES.in
2013-04-19 19:18:52 +02:00
Federico Mena Quintero
5b827c53e5
Merge branch 'places-sidebar' into master
...
This lands the GtkPlacesSidebar widget. It is used in
GtkFileChooserDefault, and it can also be used by third-party
applications.
2013-04-11 19:45:12 -05:00
Matthias Clasen
d90ddf85f6
Extract strings from .ui files without intltool
2013-04-08 21:19:29 +09:00
Piotr Drąg
d310ea4d90
Updated POTFILES.in
2013-03-17 17:47:32 +01:00
Piotr Drąg
7afdd70e2f
Updated POTFILES.in
2013-03-08 20:32:48 +01:00
Federico Mena Quintero
936045e82b
Merge branch 'master' into places-sidebar
...
Conflicts:
docs/reference/gtk/gtk-docs.sgml
gtk/gtkfilechooserdefault.c
gtk/org.gtk.Settings.FileChooser.gschema.xml
2013-02-13 20:37:36 -06:00
Piotr Drąg
a34d27d3ea
Updated POTFILES.in
2013-02-04 22:12:57 +01:00
Federico Mena Quintero
1dfd0e8c9b
Merge master into places-sidebar to keep up with development
2012-10-19 11:35:22 -05:00
Federico Mena Quintero
d0196e99e1
Split out a GtkBookmarksManager from gtkfilesystem.[ch]
...
We had the bookmarks machinery in GtkFileSystem for historical reasons.
Now, we'll keep this separately. This will allow us to make the
bookmarks machinery public if needed in the future.
Signed-off-by: Federico Mena Quintero <federico@gnome.org>
Conflicts:
gtk/Makefile.am
2012-09-03 20:42:04 -05:00
Piotr Drąg
e235420aec
Updated POTFILES.in
2012-09-03 15:51:38 +02:00
Piotr Drąg
44da798055
Updated POTFILES.in
2012-07-18 23:10:30 +02:00
Piotr Drąg
ad2dc27dd5
Updated POTFILES.in
2012-07-16 17:43:11 +02:00
Piotr Drąg
524519285e
Updated POTFILES.in
2012-06-15 23:33:23 +02:00
Piotr Drąg
aa1ff574b5
Updated POTFILES.in
2012-04-17 17:17:21 +02:00
Piotr Drąg
96030b2305
Updated POTFILES.in
2012-03-04 22:35:26 +01:00
Piotr Drąg
2e89531eb1
Updated POTFILES.in and POTFILES.skip
2012-03-02 20:31:46 +01:00
Matthias Clasen
c2426516c4
Update POTFILES
2012-02-14 16:37:04 -05:00
Piotr Drąg
78d2ac2cb6
Updated POTFILES.in
2012-01-26 15:22:01 +01:00
Piotr Drąg
4f4e42239a
Updated POTFILES.in
2012-01-13 21:07:26 +01:00
Piotr Drąg
d9ffc6e40c
Updated POTFILES.in and POTFILES.skip
2012-01-09 19:51:50 +01:00
Daniel Mustieles
166a3a1cf1
Missing file in POTFILEs.in
2012-01-07 18:53:26 +01:00
Matthias Clasen
65f5a65336
GtkApplicationWindow: mark a string for translation
2011-12-19 12:51:08 -05:00
Piotr Drąg
9b02b6c7c0
Updated POTFILES.in
2011-12-17 19:50:27 +01:00
Piotr Drąg
8853a3e5ff
Updated POTFILES.in
2011-11-02 22:12:53 +01:00
Piotr Drąg
aaa2e0b1cd
Updated POTFILES.in
2011-09-13 17:20:05 +02:00
Piotr Drąg
c4ad589fd5
Updated POTFILES.in
2011-08-23 22:28:43 +02:00
Daniel Mustieles
76beaf12ef
Fixed POTFILES.in (error in D-L)
2011-08-23 22:04:04 +02:00
Daniel Mustieles
512ef3e2ba
Fixed POTFILES.in (error in D-L)
2011-08-23 21:56:15 +02:00
Daniel Mustieles
b9b324077f
Fixed POTFILES.in (error in D-L)
2011-08-23 21:55:04 +02:00
Daniel Mustieles
8a7d5ce5e1
Fixed bug #657146
2011-08-23 21:52:16 +02:00
Piotr Drąg
cfc765dc2a
Updated POTFILES.in
2011-08-23 19:54:06 +02:00
Piotr Drąg
6c6dab9d63
Updated POTFILES.in
2011-07-10 14:44:49 +02:00