Tim Waugh [Mon, 19 Jan 2015 23:11:51 +0000 (23:11 +0000)]
Handle vcard entries with addresses but no address labels (bug #742441).
Fixes Bug #742441. A vcard entry that has no address labels but does include
structured address components can be handled by fabricating the address label
from the address components.
Tim Waugh [Tue, 6 Jan 2015 09:34:20 +0000 (09:34 +0000)]
Fixed missing contacts when importing from vcard.
Fixes Bug #742440. After checking for an END line, another line was read
before breaking out of the loop. This could have been the BEGIN line for
the next record, in which case that record will be lost.
Jim Evins [Fri, 24 Oct 2014 00:57:06 +0000 (20:57 -0400)]
Removed obsolete tab-hborder property from media-select UI file.
Unfortunately, beginning with gtk 3.14, rather than ignoring this obsolete
property, having it in a UI file is considered a critical error, thus crashing
glabels on newer distributions.
Jim Evins [Fri, 24 Oct 2014 00:45:12 +0000 (20:45 -0400)]
Added dummy window as parent in warning and critical error handlers.
In gtk 3.14, creating a message dialog without a parent window
causes a crash. Unfortunately this causes the original error or
warning message from being seen by the user.
Piotr Drąg [Sun, 5 Oct 2014 15:41:39 +0000 (17:41 +0200)]
Removed Polish translation
Last updated in 2002 (that's 12 years ago) and with 68 strings translated,
it's doing more harm than good at this point. It can always be brought back
from git, but it's probably easier to just start from scratch, if anyone's
interested.
James Cloos [Sat, 22 Jun 2013 18:29:13 +0000 (14:29 -0400)]
Embed the text in the printstream as text rather that as an outline
Fixes bug #702783. Render text directly using pango-cairo API instead of
filling text outline path. Original patch modified to still use path to test
for selection.
Jim Evins [Fri, 21 Jun 2013 03:30:14 +0000 (23:30 -0400)]
Add decoration to new label dialog.
Manually added decorations back to new label dialog that have been deprecated
in recent versions of Gtk. Still need to look for proper way to use theming
information to select text and background colors.
Jim Evins [Sun, 16 Jun 2013 04:28:45 +0000 (00:28 -0400)]
Workaround for pango kerning bug.
Fixes bug #698777. This is a workaround for pango-cairo bug #700592, which is
a regression of bug #341481 which was originally fixed back in 2009. This
workaround works by rendering the font at device scale rather than world scale.
To make this work the actual font size is manually scaled appropriately to
compensate for this.
Jim Evins [Sat, 8 Sep 2012 01:35:22 +0000 (21:35 -0400)]
Fixed calculation of number of pages when printing merge jobs
Fixes bug #680585. Poorly placed parenthesis caused the calculation of the
number of sheets to be wrong whenever starting on any label other than the
first one on a page.
Samuel Sieb [Tue, 10 Jul 2012 16:27:12 +0000 (12:27 -0400)]
Apply merge shrinkage both horizontally and vertically.
Implements enhancement suggested in Bug #679594. When "Allow merge to
automatically shrink text" option is selected, allow both the horizontal
and vertical dimensions of the text bounding box to trigger this behavior.
Jim Evins [Sun, 8 Jul 2012 17:01:12 +0000 (13:01 -0400)]
Fix font scaling problem.
Fixes bug #679531. Don't apply font scale twice when "Allow merge to
automatically shrink text." This also correctly applies font scale when
line spacing is not 1.