ALT Linux Sisyphus discussions
 help / color / mirror / Atom feed
* [sisyphus] попытка адаптировать glabels к gnomeprint 2.2
@ 2002-12-22 21:18 "Алексей Любимов"
  0 siblings, 0 replies; only message in thread
From: "Алексей Любимов" @ 2002-12-22 21:18 UTC (permalink / raw)
  To: сизиф; +Cc: Vitaly Lipatov

Перетащил glabels-1.90 на libgnomeprint-2.2/libgnomeprintui-2.2 из сизифа.
(версия 1.91 из cvs падает на попытке ввода русских букв в текстовую надпись)
Собственно, все изменения касаются перименования функций и хидеров gnomeprint.

Баги:
1) не работает превъюв страничек.
По любому выдает чистый лист.
Учитывая, что печать работает через туже функцию и отличия в этих ветках (печать и превьюв) укладываются в две строки - просто непонятно, как это происходит.

Функция печати printsheet из print-dialog.c
=======================================
GnomePrintJob *master;
master = gnome_print_job_new (config);
gl_print_simple (master, label, n_sheets, first, last,outline_flag, reverse_flag);
gnome_print_job_close (master);
if (preview_flag) {
	GtkWidget *preview_widget =gnome_print_job_preview_new (master, _("Print preview"));
	gtk_widget_show (GTK_WIDGET (preview_widget));
} else {
	gnome_print_job_print (master);
}
g_object_unref (G_OBJECT (master));       
=================================

2) При выборе шрифта (просто открываем комбо с шрифтами) в свойствах  текстовой надписи замерзает клавиатура. 
По ctrl-alt-SysRq отмерзает и дальше работает все нормально.

3) при запуске из терминала и рисовании овала в терминал сыпет предупреждениями о попытках повторных перерисовок. 
функционально никак не отражается, но это может быть баг.

патч тут: ftp://www.atmsk.ru/download/glabels.libgnomeprint-2.2.patch


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2002-12-22 21:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-12-22 21:18 [sisyphus] попытка адаптировать glabels к gnomeprint 2.2 "Алексей Любимов"

ALT Linux Sisyphus discussions

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/sisyphus/0 sisyphus/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 sisyphus sisyphus/ http://lore.altlinux.org/sisyphus \
		sisyphus@altlinux.ru sisyphus@altlinux.org sisyphus@lists.altlinux.org sisyphus@lists.altlinux.ru sisyphus@lists.altlinux.com sisyphus@linuxteam.iplabs.ru sisyphus@list.linux-os.ru
	public-inbox-index sisyphus

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.sisyphus


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git