Commit Graph

36021 Commits

Author SHA1 Message Date
Nikita Churaev
519b1a8dbd Fix vertical alignment of labels in "Paper" section of the print dialog
https://bugzilla.gnome.org/show_bug.cgi?id=722722
2014-04-05 12:01:11 -04:00
Marek Kasik
9c03a6a351 printing: Enable search through locations in printers list
Add printer_compare() function for comparing printers according
to their names and locations. It is possible to search by multiple
keys separated by space or tabulator using logical conjunction.

Based on patch by William Hua.

https://bugzilla.gnome.org/show_bug.cgi?id=692931
2014-04-05 11:58:11 -04:00
Ignacio Casal Quinteiro
9ef427d565 win32: remove useless comment since we do not support win98 anymore 2014-04-05 11:57:46 -04:00
Lionel Landwerlin
8f78f357cc widget: emit synthesized crossing event with correct device position
https://bugzilla.gnome.org/show_bug.cgi?id=704456
2014-04-05 11:57:15 -04:00
GunChleoc
e0bb487eca Updated Scottish Gaelic translation 2014-03-20 19:35:05 +00:00
GunChleoc
ce9410b0a8 Updated Scottish Gaelic translation 2014-03-20 08:21:55 +00:00
Marek Kasik
954196fea0 printing: Fail nicely when /tmp is not writable
Don't crash when /tmp is not writable when printing to file.
Show that getting of printer details failed for CUPS printers.

https://bugzilla.gnome.org/show_bug.cgi?id=693200
2014-03-18 16:03:44 +01:00
Gil Forcada
f1a24bcc7a [l10n] Update Catalan translation 2014-02-22 18:45:48 +01:00
Marek Kasik
963a6ad77e printing: Fix visibility of tabs in print dialog
"Job", "Image Quality", "Color", "Finishing" and "Advanced" tabs
shouldn't be shown if there is no printer selected.

https://bugzilla.gnome.org/show_bug.cgi?id=724895
2014-02-21 16:06:51 +01:00
Matthias Clasen
673d88e778 touch popover: use underlines
The mnemonic underlines were 'sticking out' in the touch
selection popover.

https://bugzilla.gnome.org/show_bug.cgi?id=723621
2014-02-18 00:13:11 -05:00
Claudio Saavedra
72e91e9bff gtkwindow: remove delete-event idle function on finalize
Heavy duty can prevent this idle function from being called before
the window is destroyed, so make sure that the source is removed
when the window is finalized.

https://bugzilla.gnome.org/show_bug.cgi?id=723771
2014-02-06 18:20:52 +02:00
Shankar Prasad
949093e335 updated kn.po 2014-02-04 18:01:56 +05:30
Stas Solovey
9c5491e0c3 Fixed Russian translation 2014-01-29 09:05:00 +04:00
Matthias Clasen
14c9b54b10 GtkPlacesSidebar: Stop drives that can be stopped
Removable USB drives or memory sticks should be powered down
when the eject button is pressed. For this, we need to call
g_drive_stop() instead of g_drive_eject(), provided the drive
can be stopped.

https://bugzilla.gnome.org/show_bug.cgi?id=723121
2014-01-28 10:50:23 -05:00
Matthias Clasen
1b47728804 GtkPlacesSidebar: Fix two copy-paste errors
Sadly, this means the code can have never been tested :-(
2014-01-28 10:50:10 -05:00
Matthias Clasen
c7f11d2fe9 GtkPlacesSidebar: Remove to FIXMEs
It doesn't hurt to just add the ref here, as the FIXME suggests.
2014-01-28 10:49:48 -05:00
Marek Kasik
496177f1be printing: Show "Replace" button when printing to existing file
The button needs to be showed by gtk_widget_show().
2014-01-28 11:41:20 +01:00
Matthias Clasen
1c42bb5e34 Avoid a compiler warning
gcc doesn't like returning without a value from a non-void
function.
2014-01-27 21:58:44 -05:00
Matthias Clasen
a02c413f7d Bump version 2014-01-27 19:03:51 -05:00
Matthias Clasen
5d42b1b0e5 3.10.7 3.10.7 2014-01-27 18:35:29 -05:00
Ignacio Casal Quinteiro
6b3a7d1f33 win32: handle again gtk-font-name
This code is ugly but it seems to do the work
2014-01-27 09:46:12 +01:00
Ignacio Casal Quinteiro
2817efa315 win32: scale slider with marks was off by 2 pixels 2014-01-27 09:40:56 +01:00
John Ralls
9ab8170614 Bug 711298 - "Edit Scheduled Transaction" window way too modal
Put dialogs and utility windows in the same level as normal and
toolbar windows so that Gtk can control their stacking instead of
forcing them, rather unnaturally, to be on top of all other windows,
even other application windows, even when another application has
focus.
2014-01-24 15:19:19 -08:00
Ignacio Casal Quinteiro
fff7fad578 win32: set color for scale marks 2014-01-24 21:58:55 +01:00
Ignacio Casal Quinteiro
31ff64417e win32: add margin to scale trough 2014-01-24 21:58:01 +01:00
Ignacio Casal Quinteiro
ddeca81cad win32: add more width to the slider to not cut it when using marks 2014-01-24 21:57:58 +01:00
Benjamin Steinwender
aa19704c99 Updated German translation 2014-01-09 21:59:08 +01:00
Christian Kirbach
0ffcb9c931 Updated German translation 2014-01-08 23:28:30 +01:00
Steve Langasek
7ec7cc1fff fix prototypes of signal callbacks in the test suite
The signal callbacks are defined to take pointers as their arguments, but the
callbacks found in testsuite/gtk/builder.c are passing a GParamSpec by value
as the second argument.  This confuses and angers the compiler on ppc64el,
resulting in segfaults after return from the function due to stack-smashing
by the (completely-unused) argument.

https://bugzilla.gnome.org/show_bug.cgi?id=721700
2014-01-08 10:45:54 +01:00
Gabor Kelemen
ba3a2c278a Updated Hungarian properties translation 2014-01-07 18:58:22 +01:00
Federico Mena Quintero
8992d56625 filechooser: Document the settings XML 2014-01-06 17:15:56 -06:00
Wylmer Wang
7f4b4a7d51 Update Chinese simplified translation for properties 2014-01-05 14:37:46 +08:00
Wylmer Wang
9a5b120707 Update Chinese simplified translation 2014-01-05 14:33:02 +08:00
Marek Černocký
22e07dd114 Updated Czech translation 2014-01-04 22:57:13 +01:00
Dimitris Spingos
f0668f7fad Updated Greek translation 2014-01-03 10:37:14 +02:00
Christian Kirbach
073e1ddab8 Updated German translation 2013-12-31 18:03:47 +01:00
Chun-wei Fan
bba5465bcc gtk.vcxprojin: Fix Missing Semicolon 2013-12-30 12:32:19 +08:00
Yuri Myasoedov
122d8e91e0 Updated Russian translation 2013-12-24 23:10:34 +04:00
Matej Urbančič
e4035942eb Updated Slovenian translation 2013-12-21 22:49:21 +01:00
Stas Solovey
d0dd8001f1 Updated Russian translation 2013-12-19 23:14:06 +04:00
Stas Solovey
fb77c15e4c Updated Russian translation 2013-12-19 23:11:51 +04:00
Volker Sobek
173a289729 GtkStyleContext: Invalidate contexts with a path
Fixes a tiny typo in commit f51c9d4154
which manifested itself in GtkSpinButton's panels being drawn with an
incorrect, not updated state.

This patch took me more hours than you might think! :P

https://bugzilla.gnome.org/show_bug.cgi?id=709491
2013-12-18 00:27:29 +01:00
Benjamin Otte
c7c4b0c5fd clipboard: Don't crash when data is requested from NULL window
This could happen if data was requested from a separate screen now that
multi-screen is no longer supported.

Ideally, we'd want to support copying to other screens, but that
requires solving in GDK as that's X-specific so cannot be well
abstracted by GDK (without the reintroduction of multiple screens).

https://bugzilla.gnome.org/show_bug.cgi?id=719314
2013-12-13 16:56:07 +01:00
Volker Sobek
31da6d5d50 GtkFileChooser: Don't fill location_entry if we just populated the file list
Only fill the location entry with the file name of the tree view's
selected file when the selection was done by the user.

When the file chooser's action is GTK_FILE_CHOOSER_ACTION_OPEN, it
selects the first file in the tree view once loading has finished. For
this case we don't want it to insert the file name in the location
entry, as it hinders efficient navigation using the location entry. To
achieve this, use a priv flag to keep track of whether the
selection-changed signal was caused by the file chooser itself.

https://bugzilla.gnome.org/show_bug.cgi?id=386569
2013-12-12 17:42:44 -06:00
Matthias Clasen
5dd70f6383 Add a missing brace
https://bugzilla.gnome.org/show_bug.cgi?id=719970
2013-12-08 01:04:49 -05:00
A S Alam
ad2cb69ff4 Update Punjabi Translation by Alam 2013-12-07 21:04:40 -06:00
Benjamin Otte
47c6ffb7b1 filechooser: Don't crash if invalid thumbnails exist
Failing to load a thumbnail returns a NULL pixbuf. Since the hidpi
patches this wasn't checked when creating the surface. Result: assertion
failure.

https://bugzilla.gnome.org/show_bug.cgi?id=719977
2013-12-06 19:22:34 +01:00
Matthias Clasen
b26a3d6440 docs: Add a missing Since: tag 2013-12-05 09:09:42 -05:00
Matthias Clasen
8dd899dae5 Don't distribute generated sources
This was causing problems when building 3.10.6 against an older
wayland.
2013-12-05 09:09:31 -05:00
Matthias Clasen
4b99821278 Bump version 2013-12-05 00:49:25 -05:00