c37df8ad83
po-properties: Updated the POTFILE file
2014-02-17 12:08:24 +02:00
d26a8128d4
po: Updated the POTFILES file
2014-02-17 12:06:39 +02:00
598123fe25
Fix doc build
2014-02-17 11:43:55 +02:00
ac907cd8aa
Add a testcase for box sizing
2014-02-16 23:24:13 -05:00
8bfa5e4611
Drop GtkCenterBox
...
Its functionality has been subsumed in GtkBox.
2014-02-16 23:05:21 -05:00
55269cdc73
Adjust action ref test to new realities
...
The test was using a nonexisting GtkActionBar::spacing property.
2014-02-16 23:03:38 -05:00
ef565e2713
action bar: Use a regular box instead of GtkCenterBox
...
GtkBox now supports a centered child, so GtkCenterBox is
no longer needed here.
2014-02-16 23:02:54 -05:00
06716a6c79
Add center widget support to GtkBox
...
This makes GtkCenterBox unnecessary, and at the same time
adds more features: the center widget can be expanded, and
baseline alignment is supported.
2014-02-16 22:57:24 -05:00
8bd94a9515
Fix a problem with window dragging
...
Dragging windows was not working on widgets in the titlebar
region unless they had the window-dragging style property
set. Fix this by looking at the region for motion notify
events as well as for buton press events.
2014-02-15 20:41:58 -05:00
3c981d23dc
Don't show an empty license tab
...
It is not useful to show a license tab, if there's no license
to read. This was pointed out as a possibility in
https://bugzilla.gnome.org/show_bug.cgi?id=724411
2014-02-15 18:07:09 -05:00
69fed898c0
Updated Hebrew translation
2014-02-15 20:01:14 +02:00
c779b42476
Docs: use // for comments in examples
...
Without sgml mode, we can't escape /* as /* anymore,
so just switch to // for comments in examples.
2014-02-14 23:34:22 -05:00
e179c65da0
header bar: squeeze the title in
...
Let the center widget extend into the border area, to avoid
resizing header bars needlessly. This improves the uniformity
of header bars across applications, some of which don't use
subtitles, or use custom title widgets.
https://bugzilla.gnome.org/show_bug.cgi?id=706515
https://bugzilla.gnome.org/show_bug.cgi?id=707999
2014-02-14 15:39:08 -05:00
4a208439e6
Raleigh: fix a typo
...
titlebar is a style class, so it needs a .
2014-02-14 15:33:47 -05:00
c1def9c224
Forgotten file
2014-02-14 15:33:26 -05:00
9678c92112
Fix a typo
...
Thanks to Thomas A. Stillings for spotting it.
2014-02-14 11:56:48 -05:00
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
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
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
9d4e4e2fb6
Updated Spanish translation
2014-02-14 10:17:32 +01:00
9a5f7c7978
Use an action bar for the conficts ui in the print dialog
2014-02-13 20:59:26 -05:00
83ed0f8d47
docs: shorten the shooter timeout
2014-02-13 20:59:26 -05:00
283804c0bf
Set a default spacing on action bars
2014-02-13 20:59:25 -05:00
a121da3bb1
Set no border on notebook in print dialog
2014-02-13 20:59:25 -05:00
686de28701
docs: fix the display of message dialog
2014-02-13 20:47:26 -05:00
d88c074197
docs: don't add a border around info bars
2014-02-13 20:47:26 -05:00
1f38477f29
docs: fix the doc shooting for the volume button
2014-02-13 20:47:25 -05:00
57c618e887
docs: don't try to get the frame for CSD windows
2014-02-13 20:47:25 -05:00
9bb3b2ae3c
docs: get the pixbuf options from the existing instead of hardcoding.
2014-02-13 20:47:25 -05:00
7796e7863c
docs: don't use a loop for the docs shooter
2014-02-13 20:47:25 -05:00
afa9339e71
volume-button: use symbolic icons by default
2014-02-13 20:47:24 -05:00
9b81131003
tests: fix volume button
2014-02-13 20:47:24 -05:00
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
5888df4591
Updated Spanish translation
2014-02-13 16:55:29 +01:00
83e9d8ce0b
Updated POTFILES.skip
2014-02-13 15:34:41 +01:00
2ec6123c2c
Updated Spanish translation
2014-02-13 13:26:11 +01:00
b518da5400
Updated Hebrew translation
2014-02-13 12:25:28 +02:00
17040ae6a7
Updated Norwegian bokmål translation
2014-02-13 08:14:34 +01:00
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
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
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
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
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
74c48203f0
Updated POTFILES.in
2014-02-12 17:28:09 +01:00
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
d0a654e4b9
Add new ActionBar
...
https://bugzilla.gnome.org/show_bug.cgi?id=723929
2014-02-12 08:08:03 -05:00
c86ee0558c
Rename GtkActionBar to GtkCenterBox
...
https://bugzilla.gnome.org/show_bug.cgi?id=723929
2014-02-12 08:08:03 -05:00
d4ee15f57f
Updated Indonesian translation
2014-02-12 04:56:17 +00:00
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
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