Matthias Clasen
68cf6264f1
GtkFontChooserWidget: Simplify ui template
2015-05-02 18:04:30 -04:00
Matthias Clasen
f20dbe0823
GtkFontChooserDialog: Simplify ui template
2015-05-02 18:03:50 -04:00
Matthias Clasen
ab22285f15
GtkFontButton: Simplify ui template
2015-05-02 18:03:08 -04:00
Matthias Clasen
bf9d32b9ee
GtkFileChooserWidget: Simplify ui template
2015-05-02 18:02:26 -04:00
Matthias Clasen
232d6f84f0
GtkFileChooserDialog: Simplify ui template
2015-05-02 18:01:04 -04:00
Matthias Clasen
728f7db45f
GtkFileChooserButton: Simplify ui template
2015-05-02 18:00:15 -04:00
Matthias Clasen
a94cedd2ae
GtkDialog: Simplify ui template
2015-05-02 17:59:28 -04:00
Matthias Clasen
f7c58c3be3
GtkColorEditor: Simplify ui template
2015-05-02 17:57:28 -04:00
Matthias Clasen
ea2ac484d1
GtkColorChooserDialog: Simplify ui template
2015-05-02 17:56:40 -04:00
Matthias Clasen
86383e63db
GtkAssistant: Simplify ui template
2015-05-02 17:55:52 -04:00
Matthias Clasen
d6a698f700
GtkAppChooserWidget: Simplify ui template
2015-05-02 17:53:39 -04:00
Matthias Clasen
e966363b1a
GtkAppChooserDialog: Simplify ui template
2015-05-02 17:49:07 -04:00
Matthias Clasen
ea0a54a477
GtkActionBar: Simplify ui template
2015-05-02 17:39:56 -04:00
Matthias Clasen
fb8294f5e4
gtk-builder-tool: Run the tests installed too
2015-05-02 17:39:06 -04:00
Matthias Clasen
d22f351e28
gtk-builder-tool: Add some tests
2015-05-02 17:39:06 -04:00
Matthias Clasen
4f115ad940
gtk-builder-tool: Some refactoring
...
Break out similar code into separate functions.
2015-05-02 17:39:05 -04:00
Matthias Clasen
9ff14a8188
gtk-builder-tool: Strip placeholders
...
glade likes to sprinkle <child><placeholder/></child> all
over the place - get rid of it.
2015-05-02 17:39:05 -04:00
Matthias Clasen
3b0e71cf9b
gtk-builder-tool: Simplify non-translatable properties
2015-05-02 17:39:05 -04:00
Matthias Clasen
932e254688
gtk-builder-tool: Always emit translatable properties
...
Seems unlikely that these would ever have a default value,
but better safe than sorry.
2015-05-02 17:39:05 -04:00
Matthias Clasen
060c4f9c66
gtk-builder-tool: Handle cell properties
...
These were causing 'unknown property' warnings before.
2015-05-02 17:39:05 -04:00
Yosef Or Boczko
712b7bd9f5
Updated Hebrew translation
2015-05-02 22:22:19 +03:00
Matthias Clasen
71bd0b05ad
docs: Add a note about button 4 & 5
2015-05-02 11:55:57 -04:00
Matthias Clasen
2feaf8f970
xi2: Don't set button mask 4 and 5
...
We interpret buttons 4-7 as old-school scroll events, so it does
not make sense to add these to the mask. Also fix an off-by-one
in the loop here, buttons_mask is 1-based.
2015-05-02 11:55:57 -04:00
Matthias Clasen
e478ec09b8
GtkAboutDialog: Make credits section keyboard navigatable
...
Its the right thing to do.
2015-05-02 11:55:57 -04:00
Matthias Clasen
086d05b0cf
GtkAboutDialog: Fix some focus issues
...
Making a container focusable is rarely the right thing to do.
It typically breaks the focus chain, and makes the container
contents unfocusable, as was the case here.
2015-05-02 11:55:57 -04:00
Matthias Clasen
52bf6d52bb
gtk-builder-tool: Add more exceptions
2015-05-02 11:55:57 -04:00
Matthias Clasen
da3f2eea7c
gtk-builder-tool: Improve docs
2015-05-02 11:55:57 -04:00
Timm Bäder
b08a1702d1
inspector/misc-info: Fix typo
2015-05-02 17:27:29 +02:00
Cédric Valmary
8492bc5256
Updated Occitan translation
2015-05-02 15:24:35 +00:00
Matthias Clasen
b8548d27a1
gtk-builder-tool: Start an exception list
...
We have a number of cases where properties should have their
default value overridden in a subclass, but haven't because thats
annoying to do. We also have properties where the absence of
an explicit value has context-dependent meaning.
Add a list of exceptions for these cases.
2015-05-02 07:35:35 -04:00
Matthias Clasen
354146143e
Fix another ordering issue
2015-05-02 02:48:46 -04:00
Matthias Clasen
3fbaf3231e
GtkPlacesSidebar: Use a popover for renaming bookmarks
...
This is following the example in gnome-builder.
2015-05-02 02:48:46 -04:00
Matthias Clasen
4336d02e24
GtkFileChooser: Fix an ordering issue
...
The previous commit removed default-valued properties,
but apparently that has a negative effect for grid
packing properties, so put the explicit value back.
2015-05-02 01:04:01 -04:00
Matthias Clasen
bdf49a7c3a
GtkFileChooser: Indicate if search comes up empty
...
This is a neice touch and helps to understand what
is going on.
2015-05-01 23:09:56 -04:00
Matthias Clasen
05bde9d8dd
GtkSearchEngine: Use all search engines
...
Just using tracker does not work well if you are searching in
non-indexed locations, such as git checkouts or network mounts.
Ideally, we'd decide the 'best' engine to use for each location.
Since that is not easy to do, just run them in parallel for now,
which is the same strategy that nautilus uses.
2015-05-01 15:46:47 -04:00
Руслан Ижбулатов
4acbcf9e97
Rewrite simple search engine to use GFile and breadth order
...
https://bugzilla.gnome.org/show_bug.cgi?id=746916
2015-05-01 19:24:07 +00:00
Matthias Clasen
4b50836442
GtkSearchEngine: Drop unused functionality
2015-05-01 12:46:43 -04:00
Matthias Clasen
578043f97e
win32: Support the decimal point on the keypad
...
Based on a patch by John Emmas.
2015-05-01 07:03:49 -04:00
Yosef Or Boczko
ce1ad85694
Update properties Hebrew translation
2015-05-01 11:14:58 +03:00
Yosef Or Boczko
066f3d8fa4
Updated Hebrew translation
2015-05-01 11:14:37 +03:00
Matthias Clasen
1e9bfac184
Drop a redundant call
...
g_thread_supported() is always TRUE nowadays, so drop the call.
2015-04-30 22:43:50 -04:00
Matthias Clasen
0113da4868
GtkFileChooser: Use a better busy cursor
...
It is possible to interact with the file chooser while
things are loading, so use a cursor that indicates this,
if we have one.
2015-04-30 22:43:50 -04:00
Руслан Ижбулатов
1432d23e98
Fix use-after-free in gdk_window_end_paint()
...
It's a miracle that this code ever worked.
2015-04-30 20:43:18 +00:00
Piotr Drąg
7b9e9027e7
Updated POTFILES.in and POTFILES.skip
2015-04-30 19:13:22 +02:00
William Hua
ea190a339a
mir: fix build failure due to changed api
2015-04-30 12:41:33 -04:00
Lapo Calamandrei
bfc6413787
Adwaita: remove duplicated selector.
2015-04-30 14:39:05 +02:00
Chun-wei Fan
bbd1c6cefa
gdkglcontext-win32.c: Remove Obsolete Comments
...
We now have proper checks for gdk_screen_is_composited() and a proper
implementation for gdk_screen_get_rgba_visual() for Windows, so we
can remove the comments in this file stating that they aren't
available for Windows.
2015-04-30 19:50:30 +08:00
Matthias Clasen
a2c12f582e
Fix the build
2015-04-30 07:46:18 -04:00
Matthias Clasen
398399610a
gtk-builder-tool: Add an enumerate command
...
This lists all the named objects from the .ui file.
2015-04-30 07:11:49 -04:00
Matthias Clasen
ec05339858
gtk-builder-tool: Validate templates
...
Catch an error that indicates the file looks like a template,
and then try again, this time with the template parsing API
of GtkBuilder. This is a little iffy, since we need to create
a 'fake' type and instance to pass in, but it works ok in
simple tests.
2015-04-30 06:19:10 -04:00