Matthias Clasen
c1def9c224
Forgotten file
2014-02-14 15:33:26 -05:00
Matthias Clasen
9678c92112
Fix a typo
...
Thanks to Thomas A. Stillings for spotting it.
2014-02-14 11:56:48 -05:00
Matthias Clasen
f55d210c12
app chooser: sync sensitivity of search button
...
The code setting up the button has been move a little later
in the dialog construction, with the effect that the entry
is already insensitive when we set up the binding.
2014-02-14 09:39:49 -05:00
Matthias Clasen
f217af54ca
app chooser: Add a search bar
...
This replaces the treeview typeahead popup with a GtkSearchBar,
and adds a search button to the header bar (if we have one).
https://bugzilla.gnome.org/show_bug.cgi?id=724218
2014-02-14 07:05:13 -05:00
Matthias Clasen
e30f5dd00d
color chooser: Make nonresizable by default
...
The color chooser does not contain any scrollable content,
therefore it should not be resizable.
2014-02-14 07:05:13 -05:00
Daniel Mustieles
9d4e4e2fb6
Updated Spanish translation
2014-02-14 10:17:32 +01:00
William Jon McCann
9a5f7c7978
Use an action bar for the conficts ui in the print dialog
2014-02-13 20:59:26 -05:00
William Jon McCann
83ed0f8d47
docs: shorten the shooter timeout
2014-02-13 20:59:26 -05:00
William Jon McCann
283804c0bf
Set a default spacing on action bars
2014-02-13 20:59:25 -05:00
William Jon McCann
a121da3bb1
Set no border on notebook in print dialog
2014-02-13 20:59:25 -05:00
William Jon McCann
686de28701
docs: fix the display of message dialog
2014-02-13 20:47:26 -05:00
William Jon McCann
d88c074197
docs: don't add a border around info bars
2014-02-13 20:47:26 -05:00
William Jon McCann
1f38477f29
docs: fix the doc shooting for the volume button
2014-02-13 20:47:25 -05:00
William Jon McCann
57c618e887
docs: don't try to get the frame for CSD windows
2014-02-13 20:47:25 -05:00
William Jon McCann
9bb3b2ae3c
docs: get the pixbuf options from the existing instead of hardcoding.
2014-02-13 20:47:25 -05:00
William Jon McCann
7796e7863c
docs: don't use a loop for the docs shooter
2014-02-13 20:47:25 -05:00
William Jon McCann
afa9339e71
volume-button: use symbolic icons by default
2014-02-13 20:47:24 -05:00
William Jon McCann
9b81131003
tests: fix volume button
2014-02-13 20:47:24 -05:00
Matthias Clasen
352ea3a48d
message-dialog: deprecate the image field
...
We had already set the image to be hidden in the .ui file.
This patch removes the image altogether, and deprecates the
property, setter and getter.
If an image is explicitly put with the setter, it is still
shown, so to not break existing users of this API.
Based on a patch by Jon McCann.
2014-02-13 20:41:29 -05:00
Daniel Mustieles
5888df4591
Updated Spanish translation
2014-02-13 16:55:29 +01:00
Piotr Drąg
83e9d8ce0b
Updated POTFILES.skip
2014-02-13 15:34:41 +01:00
Daniel Mustieles
2ec6123c2c
Updated Spanish translation
2014-02-13 13:26:11 +01:00
Yosef Or Boczko
b518da5400
Updated Hebrew translation
2014-02-13 12:25:28 +02:00
Kjartan Maraas
17040ae6a7
Updated Norwegian bokmål translation
2014-02-13 08:14:34 +01:00
Matthias Clasen
6578c9d876
Modernize the app chooser dialog
...
This is according to suggestions in
https://bugzilla.gnome.org/show_bug.cgi?id=724218
2014-02-13 00:14:42 -05:00
Ting-Wei Lan
3e02f52031
Do not return things from a void function
...
Reported in https://bugzilla.gnome.org/show_bug.cgi?id=724008
Author: Ting-Wei Lan <lantw44@gmail.com>
2014-02-12 22:48:19 -05:00
Matthias Clasen
2671fa98f8
Revert "gtkicontheme: Don't query CONTENT_TYPE to determine if something is an SVG"
...
This reverts commit f929a61399
.
It caused blurry icons in gnome-shell, and we haven't been able
to track down why yet.
2014-02-12 22:36:59 -05:00
William Jon McCann
a9ecde45ec
docs: don't show bloatpad images in the docs
...
They are too large and out of date.
2014-02-12 19:28:51 -05:00
William Jon McCann
37a8ee6e95
docs: fully break lines in examples
...
Try to do a better job of keeping example content
from being too wide. It is often rendered as <pre>
text so the only time we can wrap it is in the source.
It is best to full break lines at all punctuation and
to try to keep the width under 70 chars or so.
2014-02-12 18:42:50 -05:00
Piotr Drąg
74c48203f0
Updated POTFILES.in
2014-02-12 17:28:09 +01:00
William Jon McCann
70a2772afd
tests: add a visibility toggle to the action bar test
...
https://bugzilla.gnome.org/show_bug.cgi?id=723929
2014-02-12 08:08:03 -05:00
William Jon McCann
d0a654e4b9
Add new ActionBar
...
https://bugzilla.gnome.org/show_bug.cgi?id=723929
2014-02-12 08:08:03 -05: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
Andika Triwidada
d4ee15f57f
Updated Indonesian translation
2014-02-12 04:56:17 +00:00
Matthias Clasen
9e002a024e
GtkEntry: Fix a few irregularities in the size request code
...
We don't want the size request to change as icons come and
go (thinking e.g. about the caps lock warning). Just make
sure that we have enough room for showing the icons.
2014-02-11 22:00:12 -05:00
Matthias Clasen
cf4a41a856
Add GtkEntry:max-width-chars
...
This property allows specifying a natural width of
the entry that is bigger than the minimum width.
https://bugzilla.gnome.org/show_bug.cgi?id=724094
2014-02-11 17:54:25 -05:00
Victor Ibragimov
b8a326ee16
Tajik translation updated
2014-02-11 23:53:19 +05:00
Matthias Clasen
3459a0a273
Revert "Introduce API to get the preferred visual"
...
This reverts commit 2b95d1a34e
.
Conflicts:
gdk/gdkscreen.c
2014-02-10 22:15:28 -05:00
Matthias Clasen
d326507978
Revert "Use gdk_screen_get_preferred_visual()"
...
This reverts commit 30fa1426cf
.
See the bugs
https://bugzilla.gnome.org/show_bug.cgi?id=724067
https://bugzilla.gnome.org/show_bug.cgi?id=723740
for the issues that are the reason for this revert.
2014-02-10 22:12:53 -05:00
Matthias Clasen
fefd3bf6cc
menu button: Don't set use_popover to TRUE by default
...
This was changed by accident. The default value is supposed
to be FALSE, for now.
2014-02-10 09:10:22 -05:00
Daniel Mustieles
e891e0344f
Updated Spanish translation
2014-02-10 14:30:44 +01:00
Murray Cumming
a76bb2c177
docs: Fix tiny typo.
2014-02-10 12:44:52 +01:00
Alejandro Piñeiro
79ed2b790a
a11y: remove implementation for component->get_size
...
Recently get_size was removed because it was redundant, as
you can get the same information from get_extents.
https://bugzilla.gnome.org/show_bug.cgi?id=723863
2014-02-09 23:11:53 -05:00
Fran Diéguez
ab03f9e6c4
Updated Galician translations
2014-02-10 01:32:07 +01:00
Matthias Clasen
7f6a964c47
Docs: Remove all entities and turn off sgml mode
...
With all element markup gone, it is time to turn off
sgml mode, and get rid of entities as well.
2014-02-09 17:58:07 -05:00
Kjartan Maraas
ab0574a88b
Updated Norwegian bokmål translation
2014-02-09 20:02:39 +01:00
Matthias Clasen
444d04a360
More coding style cleanups
2014-02-09 01:22:07 -05:00
Matthias Clasen
eb0eaffd24
Trivial coding style cleanups
2014-02-09 00:48:38 -05:00
Matthias Clasen
add7a83452
Trivial formatting fix
2014-02-08 22:18:15 -05:00
Matthias Clasen
d1ba50aa96
Quell a compiler warning
2014-02-08 22:17:28 -05:00