Hello community, here is the log from the commit of package devhelp for openSUSE:Factory checked in at 2013-05-16 09:49:49 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/devhelp (Old) and /work/SRC/openSUSE:Factory/.devhelp.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "devhelp" Changes: -------- --- /work/SRC/openSUSE:Factory/devhelp/devhelp.changes 2013-04-26 15:40:16.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.devhelp.new/devhelp.changes 2013-05-16 09:49:51.000000000 +0200 @@ -1,0 +2,7 @@ +Wed May 15 14:11:21 UTC 2013 - [email protected] + +- Update to version 3.8.2: + + Disconnect signals when preferences dialog is shutdown. + + Updated translations. + +------------------------------------------------------------------- Old: ---- devhelp-3.8.1.tar.xz New: ---- devhelp-3.8.2.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ devhelp.spec ++++++ --- /var/tmp/diff_new_pack.iEU5wN/_old 2013-05-16 09:49:52.000000000 +0200 +++ /var/tmp/diff_new_pack.iEU5wN/_new 2013-05-16 09:49:52.000000000 +0200 @@ -19,7 +19,7 @@ %define vimplugin_dir %{_datadir}/vim/site Name: devhelp -Version: 3.8.1 +Version: 3.8.2 Release: 0 Summary: Developer's Help Program for GNOME License: GPL-2.0+ ++++++ devhelp-3.8.1.tar.xz -> devhelp-3.8.2.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devhelp-3.8.1/NEWS new/devhelp-3.8.2/NEWS --- old/devhelp-3.8.1/NEWS 2013-04-17 09:37:22.000000000 +0200 +++ new/devhelp-3.8.2/NEWS 2013-05-15 13:07:17.000000000 +0200 @@ -1,4 +1,17 @@ ============= +Version 3.8.2 +============= + +Fixed bugs: + + - disconnect signals when preferences dialog is shutdown + +Updated translations: ru + +Many thanks to all contributors: Dmitriy S. Seregin, Aleksander Morgado + + +============= Version 3.8.1 ============= diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devhelp-3.8.1/configure new/devhelp-3.8.2/configure --- old/devhelp-3.8.1/configure 2013-04-17 09:31:27.000000000 +0200 +++ new/devhelp-3.8.2/configure 2013-05-15 13:07:33.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for Devhelp 3.8.1. +# Generated by GNU Autoconf 2.69 for Devhelp 3.8.2. # # Report bugs to <http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp>. # @@ -591,8 +591,8 @@ # Identity of this package. PACKAGE_NAME='Devhelp' PACKAGE_TARNAME='devhelp' -PACKAGE_VERSION='3.8.1' -PACKAGE_STRING='Devhelp 3.8.1' +PACKAGE_VERSION='3.8.2' +PACKAGE_STRING='Devhelp 3.8.2' PACKAGE_BUGREPORT='http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp' PACKAGE_URL='http://live.gnome.org/devhelp' @@ -1449,7 +1449,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures Devhelp 3.8.1 to adapt to many kinds of systems. +\`configure' configures Devhelp 3.8.2 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1519,7 +1519,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of Devhelp 3.8.1:";; + short | recursive ) echo "Configuration of Devhelp 3.8.2:";; esac cat <<\_ACEOF @@ -1654,7 +1654,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -Devhelp configure 3.8.1 +Devhelp configure 3.8.2 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2023,7 +2023,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by Devhelp $as_me 3.8.1, which was +It was created by Devhelp $as_me 3.8.2, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2857,7 +2857,7 @@ # Define the identity of the package. PACKAGE='devhelp' - VERSION='3.8.1' + VERSION='3.8.2' # Some tools Automake needs. @@ -16327,7 +16327,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by Devhelp $as_me 3.8.1, which was +This file was extended by Devhelp $as_me 3.8.2, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -16394,7 +16394,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -Devhelp config.status 3.8.1 +Devhelp config.status 3.8.2 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devhelp-3.8.1/configure.ac new/devhelp-3.8.2/configure.ac --- old/devhelp-3.8.1/configure.ac 2013-04-17 09:31:03.000000000 +0200 +++ new/devhelp-3.8.2/configure.ac 2013-05-15 13:05:20.000000000 +0200 @@ -1,6 +1,6 @@ AC_PREREQ([2.64]) AC_INIT([Devhelp], - [3.8.1], + [3.8.2], [http://bugzilla.gnome.org/enter_bug.cgi?product=devhelp], [devhelp], [http://live.gnome.org/devhelp]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devhelp-3.8.1/data/devhelp.desktop.in new/devhelp-3.8.2/data/devhelp.desktop.in --- old/devhelp-3.8.1/data/devhelp.desktop.in 2013-04-17 09:31:40.000000000 +0200 +++ new/devhelp-3.8.2/data/devhelp.desktop.in 2013-05-15 13:07:51.000000000 +0200 @@ -12,4 +12,4 @@ X-GNOME-Bugzilla-Bugzilla=GNOME X-GNOME-Bugzilla-Product=devhelp X-GNOME-Bugzilla-Component=General -X-GNOME-Bugzilla-Version=3.8.1 +X-GNOME-Bugzilla-Version=3.8.2 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devhelp-3.8.1/po/ru.po new/devhelp-3.8.2/po/ru.po --- old/devhelp-3.8.1/po/ru.po 2013-04-17 09:30:58.000000000 +0200 +++ new/devhelp-3.8.2/po/ru.po 2013-05-15 13:05:25.000000000 +0200 @@ -12,9 +12,9 @@ "Project-Id-Version: ru\n" "Report-Msgid-Bugs-To: http://bugzilla.gnome.org/enter_bug.cgi?" "product=devhelp&keywords=I18N+L10N&component=general\n" -"POT-Creation-Date: 2012-12-16 20:01+0000\n" -"PO-Revision-Date: 2012-12-18 09:55+0400\n" -"Last-Translator: Aleksej Kabanov <[email protected]>\n" +"POT-Creation-Date: 2013-04-17 07:37+0000\n" +"PO-Revision-Date: 2013-04-10 10:23+0600\n" +"Last-Translator: Dmitriy S. Seregin <[email protected]>\n" "Language-Team: русский <[email protected]>\n" "Language: ru\n" "MIME-Version: 1.0\n" @@ -22,12 +22,12 @@ "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n" -"X-Generator: Poedit 1.5.4\n" +"X-Generator: Poedit 1.5.5\n" #. i18n: Please don't translate "Devhelp" (it's marked as translatable #. * for transliteration only) -#: ../data/devhelp.desktop.in.in.h:1 ../src/dh-app.c:167 ../src/dh-app.c:350 -#: ../src/dh-window.c:958 ../src/dh-window.c:1857 +#: ../data/devhelp.desktop.in.in.h:1 ../src/dh-app.c:162 ../src/dh-app.c:347 +#: ../src/dh-window.c:655 msgid "Devhelp" msgstr "Devhelp" @@ -43,319 +43,251 @@ msgid "documentation;information;manual;developer;api;" msgstr "документация;информация;руководство;разработчик;api;" -#: ../data/devhelp.schemas.in.h:1 +#: ../data/org.gnome.devhelp.gschema.xml.h:1 msgid "Main window maximized state" msgstr "Главное окно в развёрнутом состоянии" -#: ../data/devhelp.schemas.in.h:2 +#: ../data/org.gnome.devhelp.gschema.xml.h:2 msgid "Whether the main window should start maximized." msgstr "Разворачивать ли главное окно при запуске." -#: ../data/devhelp.schemas.in.h:3 +#: ../data/org.gnome.devhelp.gschema.xml.h:3 msgid "Width of the main window" msgstr "Ширина главного окна" -#: ../data/devhelp.schemas.in.h:4 +#: ../data/org.gnome.devhelp.gschema.xml.h:4 msgid "The width of the main window." msgstr "Ширина главного окна." -#: ../data/devhelp.schemas.in.h:5 +#: ../data/org.gnome.devhelp.gschema.xml.h:5 msgid "Height of main window" msgstr "Высота главного окна" -#: ../data/devhelp.schemas.in.h:6 +#: ../data/org.gnome.devhelp.gschema.xml.h:6 msgid "The height of the main window." msgstr "Высота главного окна." -#: ../data/devhelp.schemas.in.h:7 +#: ../data/org.gnome.devhelp.gschema.xml.h:7 msgid "X position of main window" msgstr "Положение главного окна по оси X" -#: ../data/devhelp.schemas.in.h:8 +#: ../data/org.gnome.devhelp.gschema.xml.h:8 msgid "The X position of the main window." msgstr "Положение главного окна по оси X." -#: ../data/devhelp.schemas.in.h:9 +#: ../data/org.gnome.devhelp.gschema.xml.h:9 msgid "Y position of main window" msgstr "Положение главного окна по оси Y" -#: ../data/devhelp.schemas.in.h:10 +#: ../data/org.gnome.devhelp.gschema.xml.h:10 msgid "The Y position of the main window." msgstr "Положение главного окна по оси Y." -#: ../data/devhelp.schemas.in.h:11 -msgid "Width of the assistant window" -msgstr "Ширина окна помощника" - -#: ../data/devhelp.schemas.in.h:12 -msgid "The width of the assistant window." -msgstr "Ширина главного окна." - -#: ../data/devhelp.schemas.in.h:13 -msgid "Height of assistant window" -msgstr "Высота окна помощника" - -#: ../data/devhelp.schemas.in.h:14 -msgid "The height of the assistant window." -msgstr "Высота окна помощника." - -#: ../data/devhelp.schemas.in.h:15 -msgid "X position of assistant window" -msgstr "Положение окна помощника по оси X" - -#: ../data/devhelp.schemas.in.h:16 -msgid "The X position of the assistant window." -msgstr "Положение окна помощника по оси X." - -#: ../data/devhelp.schemas.in.h:17 -msgid "Y position of assistant window" -msgstr "Положение окна помощника по оси Y" - -#: ../data/devhelp.schemas.in.h:18 -msgid "The Y position of the assistant window." -msgstr "Положение окна помощника по оси Y." - -#: ../data/devhelp.schemas.in.h:19 +#: ../data/org.gnome.devhelp.gschema.xml.h:11 msgid "Width of the index and search pane" msgstr "Ширина панели содержания и поиска" -#: ../data/devhelp.schemas.in.h:20 +#: ../data/org.gnome.devhelp.gschema.xml.h:12 msgid "The width of the index and search pane." msgstr "Ширина панели содержания и поиска." -#: ../data/devhelp.schemas.in.h:21 +#: ../data/org.gnome.devhelp.gschema.xml.h:13 msgid "Selected tab: \"content\" or \"search\"" msgstr "Выбранная вкладка: «содержание» или «поиск»" -#: ../data/devhelp.schemas.in.h:22 +#: ../data/org.gnome.devhelp.gschema.xml.h:14 msgid "Which of the tabs is selected: \"content\" or \"search\"." msgstr "Какая из вкладок выбрана: «содержание» или «поиск»." -#: ../data/devhelp.schemas.in.h:23 +#: ../data/org.gnome.devhelp.gschema.xml.h:15 msgid "Books disabled" msgstr "Выключенные книги" -#: ../data/devhelp.schemas.in.h:24 +#: ../data/org.gnome.devhelp.gschema.xml.h:16 msgid "List of books disabled by the user." msgstr "Список книг, выключенных пользователем." -#: ../data/devhelp.schemas.in.h:25 +#: ../data/org.gnome.devhelp.gschema.xml.h:17 msgid "Group by language" msgstr "Группировать по языкам" -#: ../data/devhelp.schemas.in.h:26 +#: ../data/org.gnome.devhelp.gschema.xml.h:18 msgid "Whether books should be grouped by language in the UI" msgstr "Должны ли книги быть сгруппированы в интерфейсе по языкам" -#: ../data/devhelp.schemas.in.h:27 +#: ../data/org.gnome.devhelp.gschema.xml.h:19 +msgid "Width of the assistant window" +msgstr "Ширина окна помощника" + +#: ../data/org.gnome.devhelp.gschema.xml.h:20 +msgid "The width of the assistant window." +msgstr "Ширина главного окна." + +#: ../data/org.gnome.devhelp.gschema.xml.h:21 +msgid "Height of assistant window" +msgstr "Высота окна помощника" + +#: ../data/org.gnome.devhelp.gschema.xml.h:22 +msgid "The height of the assistant window." +msgstr "Высота окна помощника." + +#: ../data/org.gnome.devhelp.gschema.xml.h:23 +msgid "X position of assistant window" +msgstr "Положение окна помощника по оси X" + +#: ../data/org.gnome.devhelp.gschema.xml.h:24 +msgid "The X position of the assistant window." +msgstr "Положение окна помощника по оси X." + +#: ../data/org.gnome.devhelp.gschema.xml.h:25 +msgid "Y position of assistant window" +msgstr "Положение окна помощника по оси Y" + +#: ../data/org.gnome.devhelp.gschema.xml.h:26 +msgid "The Y position of the assistant window." +msgstr "Положение окна помощника по оси Y." + +#: ../data/org.gnome.devhelp.gschema.xml.h:27 msgid "Use system fonts" msgstr "Использовать системные шрифты" -#: ../data/devhelp.schemas.in.h:28 +#: ../data/org.gnome.devhelp.gschema.xml.h:28 msgid "Use the system default fonts." msgstr "Использовать системные шрифты по умолчанию." -#: ../data/devhelp.schemas.in.h:29 +#: ../data/org.gnome.devhelp.gschema.xml.h:29 msgid "Font for text" msgstr "Шрифт для текста" -#: ../data/devhelp.schemas.in.h:30 +#: ../data/org.gnome.devhelp.gschema.xml.h:30 msgid "Font for text with variable width." msgstr "Шрифт для текста с переменной шириной." -#: ../data/devhelp.schemas.in.h:31 +#: ../data/org.gnome.devhelp.gschema.xml.h:31 msgid "Font for fixed width text" msgstr "Шрифт для текста фиксированной ширины" -#: ../data/devhelp.schemas.in.h:32 +#: ../data/org.gnome.devhelp.gschema.xml.h:32 msgid "Font for text with fixed width, such as code examples." msgstr "Шрифт для текста с фиксированной шириной, например, фрагментов кода." -#: ../data/ui/devhelp.builder.h:1 +#: ../misc/gedit-plugin/devhelp.desktop.in.h:1 +msgid "Devhelp support" +msgstr "Поддержка Devhelp" + +#: ../misc/gedit-plugin/devhelp.desktop.in.h:2 +msgid "Makes F2 bring up Devhelp for the word at the cursor" +msgstr "Вызывать Devhelp по нажатию F2 для слова под курсором" + +#: ../misc/gedit-plugin/devhelp.py:69 +msgid "Show API Documentation" +msgstr "Показать документацию по API" + +#: ../misc/gedit-plugin/devhelp.py:71 +msgid "Show API Documentation for the word at the cursor" +msgstr "Показать документацию по API для слова под курсором" + +#: ../src/devhelp.ui.h:1 msgid "New window" msgstr "Новое окно" -#: ../data/ui/devhelp.builder.h:2 +#: ../src/devhelp.ui.h:2 msgid "Preferences" msgstr "Параметры" -#: ../data/ui/devhelp.builder.h:3 +#: ../src/devhelp.ui.h:3 msgid "About Devhelp" msgstr "О программе Devhelp" -#: ../data/ui/devhelp.builder.h:4 +#: ../src/devhelp.ui.h:4 msgid "Quit" msgstr "Закончить" -#: ../data/ui/devhelp.builder.h:5 -msgid "_Window" -msgstr "_Окно" - -#: ../data/ui/devhelp.builder.h:6 +#: ../src/devhelp.ui.h:5 msgid "New _Tab" msgstr "Новая _вкладка" -#: ../data/ui/devhelp.builder.h:7 +#: ../src/devhelp.ui.h:6 msgid "_Print" msgstr "_Печать" -#: ../data/ui/devhelp.builder.h:8 -msgid "_Close" -msgstr "_Закрыть" - -#: ../data/ui/devhelp.builder.h:9 -msgid "_Edit" -msgstr "_Правка" - -#: ../data/ui/devhelp.builder.h:10 -msgid "_Copy" -msgstr "_Копировать" - -#: ../data/ui/devhelp.builder.h:11 +#: ../src/devhelp.ui.h:7 msgid "_Find" msgstr "_Найти" -#: ../data/ui/devhelp.builder.h:12 -msgid "Find _Next" -msgstr "Найти _следующее" - -#: ../data/ui/devhelp.builder.h:13 -msgid "Find _Previous" -msgstr "Найти _предыдущее" - -#: ../data/ui/devhelp.builder.h:14 -msgid "_View" -msgstr "_Вид" - -#: ../data/ui/devhelp.builder.h:15 +#: ../src/devhelp.ui.h:8 msgid "_Larger text" msgstr "У_величить текст" -#: ../data/ui/devhelp.builder.h:16 +#: ../src/devhelp.ui.h:9 msgid "S_maller text" msgstr "У_меньшить текст" -#: ../data/ui/devhelp.builder.h:17 +#: ../src/devhelp.ui.h:10 msgid "_Normal size" msgstr "_Обычный размер" -#: ../data/ui/devhelp.builder.h:18 -msgid "Fullscreen" -msgstr "На полный экран" - -#: ../data/ui/devhelp.builder.h:19 -msgid "_Go" -msgstr "_Перейти" - -#: ../data/ui/devhelp.builder.h:20 -msgid "_Back" -msgstr "_Назад" - -#: ../data/ui/devhelp.builder.h:21 -msgid "_Forward" -msgstr "_Вперёд" - -#: ../data/ui/devhelp.builder.h:22 -msgid "_Search Tab" -msgstr "П_оиск" - -#: ../data/ui/devhelp.builder.h:23 -msgid "_Contents Tab" -msgstr "Сод_ержание" - -#: ../data/ui/devhelp.builder.h:24 -msgid "Go to the previous page" -msgstr "Перейти на предыдущую страницу" - -#: ../data/ui/devhelp.builder.h:25 -msgid "Go to the next page" -msgstr "Перейти на следующую страницу" - -#: ../data/ui/devhelp.builder.h:26 -msgid "Decrease the text size" -msgstr "Уменьшить размер текста" - -#: ../data/ui/devhelp.builder.h:27 -msgid "Increase the text size" -msgstr "Увеличить размер текста" - -#: ../data/ui/devhelp.builder.h:28 +#: ../src/devhelp.ui.h:11 msgid "_Group by language" msgstr "_Группировать по языкам" -#: ../data/ui/devhelp.builder.h:29 +#: ../src/devhelp.ui.h:12 msgid "Enabled" msgstr "Включено" -#: ../data/ui/devhelp.builder.h:30 +#: ../src/devhelp.ui.h:13 msgid "Title" msgstr "Заголовок" -#: ../data/ui/devhelp.builder.h:31 +#: ../src/devhelp.ui.h:14 msgid "Book Shelf" msgstr "Книжная полка" -#: ../data/ui/devhelp.builder.h:32 +#: ../src/devhelp.ui.h:15 msgid "_Use system fonts" msgstr "_Использовать системные шрифты" -#: ../data/ui/devhelp.builder.h:33 +#: ../src/devhelp.ui.h:16 msgid "_Variable width: " msgstr "_Переменная ширина:" -#: ../data/ui/devhelp.builder.h:34 +#: ../src/devhelp.ui.h:17 msgid "_Fixed width:" msgstr "_Постоянная ширина:" -#: ../data/ui/devhelp.builder.h:35 +#: ../src/devhelp.ui.h:18 msgid "Fonts" msgstr "Шрифты" -#: ../misc/gedit-plugin/devhelp.desktop.in.h:1 -msgid "Devhelp support" -msgstr "Поддержка Devhelp" - -#: ../misc/gedit-plugin/devhelp.desktop.in.h:2 -msgid "Makes F2 bring up Devhelp for the word at the cursor" -msgstr "Вызывать Devhelp по нажатию F2 для слова под курсором" - -#: ../misc/gedit-plugin/devhelp.py:69 -msgid "Show API Documentation" -msgstr "Показать документацию по API" - -#: ../misc/gedit-plugin/devhelp.py:71 -msgid "Show API Documentation for the word at the cursor" -msgstr "Показать документацию по API для слова под курсором" - -#: ../src/dh-app.c:162 +#: ../src/dh-app.c:157 msgid "translator_credits" msgstr "" "Валек Филиппов <[email protected]>\n" "Сергей Сафонов <[email protected]>" -#: ../src/dh-app.c:169 +#: ../src/dh-app.c:164 msgid "A developers' help browser for GNOME" msgstr "Программа просмотра справки GNOME для разработчиков" -#: ../src/dh-app.c:177 +#: ../src/dh-app.c:172 msgid "DevHelp Website" msgstr "Веб-сайт Devhelp" #. i18n: Please don't translate "Devhelp". -#: ../src/dh-assistant.c:76 +#: ../src/dh-assistant.c:121 msgid "Devhelp — Assistant" msgstr "Devhelp — Помощник" -#: ../src/dh-assistant-view.c:395 +#: ../src/dh-assistant-view.c:403 msgid "Book:" msgstr "Книга:" -#: ../src/dh-book.c:252 +#: ../src/dh-book.c:255 #, c-format msgid "Language: %s" msgstr "Язык: %s" -#: ../src/dh-book.c:253 +#: ../src/dh-book.c:256 msgid "Language: Undefined" msgstr "Язык: не определён" @@ -410,31 +342,27 @@ msgid "Type" msgstr "Тип" -#: ../src/dh-main.c:48 +#: ../src/dh-main.c:43 msgid "Opens a new Devhelp window" msgstr "Открывает новое окно Devhelp" -#: ../src/dh-main.c:53 -msgid "Focus the Devhelp window with the search field active" -msgstr "Переводить фокус на окно Devhelp и активировать поле поиска" - -#: ../src/dh-main.c:58 +#: ../src/dh-main.c:48 msgid "Search for a keyword" msgstr "Поиск по ключевому слову" -#: ../src/dh-main.c:59 ../src/dh-main.c:64 +#: ../src/dh-main.c:49 ../src/dh-main.c:54 msgid "KEYWORD" msgstr "КЛЮЧЕВОЕ СЛОВО" -#: ../src/dh-main.c:63 +#: ../src/dh-main.c:53 msgid "Search and display any hit in the assistant window" msgstr "Поиск и отображение любого совпадения в окне помощника" -#: ../src/dh-main.c:68 +#: ../src/dh-main.c:58 msgid "Display the version and exit" msgstr "Показать версию и выйти" -#: ../src/dh-main.c:73 +#: ../src/dh-main.c:63 msgid "Quit any running Devhelp" msgstr "Выйти из Devhelp" @@ -478,63 +406,64 @@ msgid "Cannot uncompress book '%s': %s" msgstr "Не удалось распаковать книгу «%s»: %s" -#: ../src/dh-search.c:492 -msgid "All books" -msgstr "Все книги" +#. Setup the Current/All Files selector +#: ../src/dh-sidebar.c:478 +msgid "Current" +msgstr "Текущий" -#: ../src/dh-search.c:1110 -msgid "Search in:" -msgstr "Искать в:" +#: ../src/dh-sidebar.c:481 +msgid "All Books" +msgstr "Все книги" -#: ../src/dh-window.c:100 +#: ../src/dh-window.c:86 msgid "50%" msgstr "50%" -#: ../src/dh-window.c:101 +#: ../src/dh-window.c:87 msgid "75%" msgstr "75%" -#: ../src/dh-window.c:102 +#: ../src/dh-window.c:88 msgid "100%" msgstr "100%" -#: ../src/dh-window.c:103 +#: ../src/dh-window.c:89 msgid "125%" msgstr "125%" -#: ../src/dh-window.c:104 +#: ../src/dh-window.c:90 msgid "150%" msgstr "150%" -#: ../src/dh-window.c:105 +#: ../src/dh-window.c:91 msgid "175%" msgstr "175%" -#: ../src/dh-window.c:106 +#: ../src/dh-window.c:92 msgid "200%" msgstr "200%" -#: ../src/dh-window.c:107 +#: ../src/dh-window.c:93 msgid "300%" msgstr "300%" -#: ../src/dh-window.c:108 +#: ../src/dh-window.c:94 msgid "400%" msgstr "400%" -#: ../src/dh-window.c:1046 -msgid "Contents" -msgstr "Содержание" - -#: ../src/dh-window.c:1056 -msgid "Search" -msgstr "Поиск" +#: ../src/dh-window.c:688 +msgid "Back" +msgstr "Назад" + +#: ../src/dh-window.c:695 +msgid "Forward" +msgstr "Вперёд" -#: ../src/dh-window.c:1266 +#: ../src/dh-window.c:967 msgid "Error opening the requested link." msgstr "Ошибка при открытии запрошенной ссылки." -#: ../src/dh-window.c:1638 ../src/dh-window.c:1885 +#: ../src/dh-window.c:1317 ../src/dh-window.c:1503 msgid "Empty Page" msgstr "Пустая страница" @@ -565,3 +494,60 @@ #: ../src/eggfindbar.c:362 ../src/eggfindbar.c:365 msgid "Toggle case sensitive search" msgstr "Включить поиск, чувствительный к регистру" + +#~ msgid "_Window" +#~ msgstr "_Окно" + +#~ msgid "_Close" +#~ msgstr "_Закрыть" + +#~ msgid "_Edit" +#~ msgstr "_Правка" + +#~ msgid "_Copy" +#~ msgstr "_Копировать" + +#~ msgid "Find _Next" +#~ msgstr "Найти _следующее" + +#~ msgid "Find _Previous" +#~ msgstr "Найти _предыдущее" + +#~ msgid "_View" +#~ msgstr "_Вид" + +#~ msgid "Fullscreen" +#~ msgstr "На полный экран" + +#~ msgid "_Go" +#~ msgstr "_Перейти" + +#~ msgid "_Search Tab" +#~ msgstr "П_оиск" + +#~ msgid "_Contents Tab" +#~ msgstr "Сод_ержание" + +#~ msgid "Go to the previous page" +#~ msgstr "Перейти на предыдущую страницу" + +#~ msgid "Go to the next page" +#~ msgstr "Перейти на следующую страницу" + +#~ msgid "Decrease the text size" +#~ msgstr "Уменьшить размер текста" + +#~ msgid "Increase the text size" +#~ msgstr "Увеличить размер текста" + +#~ msgid "Focus the Devhelp window with the search field active" +#~ msgstr "Переводить фокус на окно Devhelp и активировать поле поиска" + +#~ msgid "Search in:" +#~ msgstr "Искать в:" + +#~ msgid "Contents" +#~ msgstr "Содержание" + +#~ msgid "Search" +#~ msgstr "Поиск" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/devhelp-3.8.1/src/dh-preferences.c new/devhelp-3.8.2/src/dh-preferences.c --- old/devhelp-3.8.1/src/dh-preferences.c 2012-12-19 10:50:03.000000000 +0100 +++ new/devhelp-3.8.2/src/dh-preferences.c 2013-05-15 13:05:25.000000000 +0200 @@ -33,6 +33,11 @@ DhBookManager *book_manager; DhSettings *settings; + /* signals */ + gulong book_created_id; + gulong book_deleted_id; + gulong group_by_language_id; + /* Fonts tab */ GtkWidget *system_fonts_button; GtkWidget *fonts_table; @@ -105,18 +110,18 @@ prefs = g_new0 (DhPreferences, 1); prefs->settings = dh_settings_get (); prefs->book_manager = g_object_ref (dh_app_peek_book_manager (DH_APP (app))); - g_signal_connect (prefs->book_manager, - "book-created", - G_CALLBACK (preferences_bookshelf_book_created_cb), - NULL); - g_signal_connect (prefs->book_manager, - "book-deleted", - G_CALLBACK (preferences_bookshelf_book_deleted_cb), - NULL); - g_signal_connect (prefs->book_manager, - "notify::group-by-language", - G_CALLBACK (preferences_bookshelf_group_by_language_cb), - NULL); + prefs->book_created_id = g_signal_connect (prefs->book_manager, + "book-created", + G_CALLBACK (preferences_bookshelf_book_created_cb), + NULL); + prefs->book_deleted_id = g_signal_connect (prefs->book_manager, + "book-deleted", + G_CALLBACK (preferences_bookshelf_book_deleted_cb), + NULL); + prefs->group_by_language_id = g_signal_connect (prefs->book_manager, + "notify::group-by-language", + G_CALLBACK (preferences_bookshelf_group_by_language_cb), + NULL); } static void @@ -127,7 +132,12 @@ } g_clear_object (&prefs->settings); + + g_signal_handler_disconnect (prefs->book_manager, prefs->book_created_id); + g_signal_handler_disconnect (prefs->book_manager, prefs->book_deleted_id); + g_signal_handler_disconnect (prefs->book_manager, prefs->group_by_language_id); g_clear_object (&prefs->book_manager); + gtk_list_store_clear (prefs->bookshelf_store); gtk_widget_destroy (GTK_WIDGET (prefs->dialog)); -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
