Hello community, here is the log from the commit of package pcmanfm for openSUSE:Factory checked in at 2014-10-17 08:50:43 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/pcmanfm (Old) and /work/SRC/openSUSE:Factory/.pcmanfm.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "pcmanfm" Changes: -------- --- /work/SRC/openSUSE:Factory/pcmanfm/pcmanfm.changes 2014-09-09 19:00:32.000000000 +0200 +++ /work/SRC/openSUSE:Factory/.pcmanfm.new/pcmanfm.changes 2014-10-17 08:51:01.000000000 +0200 @@ -1,0 +2,12 @@ +Tue Oct 14 20:31:10 UTC 2014 - [email protected] + +- new upstream release 1.2.3 + * Disabled unrequested config save on changing dir if + show_hidden changes. + * Replaced deprecated atk_component_get_position() calls. + * Fixed invalid callback get_image_position() on ATK icon, it + could loop and therefore hang the application. + * Increased delay on restoring scroller position from 20 to 50 + ms. + +------------------------------------------------------------------- Old: ---- pcmanfm-1.2.2.tar.xz New: ---- pcmanfm-1.2.3.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ pcmanfm.spec ++++++ --- /var/tmp/diff_new_pack.XcknQ5/_old 2014-10-17 08:51:02.000000000 +0200 +++ /var/tmp/diff_new_pack.XcknQ5/_new 2014-10-17 08:51:02.000000000 +0200 @@ -17,7 +17,7 @@ Name: pcmanfm -Version: 1.2.2 +Version: 1.2.3 Release: 0 Summary: The next generation LXDE file manager License: GPL-2.0+ @@ -66,7 +66,7 @@ %description devel -Devel files for PCManFM. +Development files for PCManFM. %prep ++++++ pcmanfm-1.2.2.tar.xz -> pcmanfm-1.2.3.tar.xz ++++++ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/NEWS new/pcmanfm-1.2.3/NEWS --- old/pcmanfm-1.2.2/NEWS 2014-08-24 00:55:04.000000000 +0200 +++ new/pcmanfm-1.2.3/NEWS 2014-10-14 19:34:29.000000000 +0200 @@ -1,3 +1,15 @@ +Changes on 1.2.3 since 1.2.2: + +* Disabled unrequested config save on changing dir if show_hidden changes. + +* Replaced deprecated atk_component_get_position() calls. + +* Fixed invalid callback get_image_position() on ATK icon, it could loop + and therefore hang the application. + +* Increased delay on restoring scroller position from 20 to 50 ms. + + Changes on 1.2.2 since 1.2.1: * Fixed Ctrl+- and Ctrl+= key combinations for zooming. diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/aclocal.m4 new/pcmanfm-1.2.3/aclocal.m4 --- old/pcmanfm-1.2.2/aclocal.m4 2014-08-24 00:55:30.000000000 +0200 +++ new/pcmanfm-1.2.3/aclocal.m4 2014-10-14 19:34:34.000000000 +0200 @@ -1418,7 +1418,8 @@ END AC_MSG_ERROR([Your 'rm' program is bad, sorry.]) fi -fi]) +fi +]) dnl Hook into '_AC_COMPILER_EXEEXT' early to learn its expansion. Do not dnl add the conditional right here, as _AC_COMPILER_EXEEXT may be further diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/configure new/pcmanfm-1.2.3/configure --- old/pcmanfm-1.2.2/configure 2014-08-24 00:55:32.000000000 +0200 +++ new/pcmanfm-1.2.3/configure 2014-10-14 19:34:36.000000000 +0200 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for pcmanfm 1.2.2. +# Generated by GNU Autoconf 2.69 for pcmanfm 1.2.3. # # Report bugs to <http://pcmanfm.sf.net/>. # @@ -580,8 +580,8 @@ # Identity of this package. PACKAGE_NAME='pcmanfm' PACKAGE_TARNAME='pcmanfm' -PACKAGE_VERSION='1.2.2' -PACKAGE_STRING='pcmanfm 1.2.2' +PACKAGE_VERSION='1.2.3' +PACKAGE_STRING='pcmanfm 1.2.3' PACKAGE_BUGREPORT='http://pcmanfm.sf.net/' PACKAGE_URL='' @@ -1337,7 +1337,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 pcmanfm 1.2.2 to adapt to many kinds of systems. +\`configure' configures pcmanfm 1.2.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1403,7 +1403,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of pcmanfm 1.2.2:";; + short | recursive ) echo "Configuration of pcmanfm 1.2.3:";; esac cat <<\_ACEOF @@ -1514,7 +1514,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -pcmanfm configure 1.2.2 +pcmanfm configure 1.2.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1883,7 +1883,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by pcmanfm $as_me 1.2.2, which was +It was created by pcmanfm $as_me 1.2.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2746,7 +2746,7 @@ # Define the identity of the package. PACKAGE='pcmanfm' - VERSION='1.2.2' + VERSION='1.2.3' cat >>confdefs.h <<_ACEOF @@ -2839,6 +2839,7 @@ fi fi + ac_config_headers="$ac_config_headers config.h" @@ -7462,7 +7463,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by pcmanfm $as_me 1.2.2, which was +This file was extended by pcmanfm $as_me 1.2.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -7528,7 +7529,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -pcmanfm config.status 1.2.2 +pcmanfm config.status 1.2.3 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/pcmanfm-1.2.2/configure.ac new/pcmanfm-1.2.3/configure.ac --- old/pcmanfm-1.2.2/configure.ac 2014-08-24 00:55:04.000000000 +0200 +++ new/pcmanfm-1.2.3/configure.ac 2014-10-14 19:34:29.000000000 +0200 @@ -2,7 +2,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.63]) -AC_INIT([pcmanfm], [1.2.2], [http://pcmanfm.sf.net/]) +AC_INIT([pcmanfm], [1.2.3], [http://pcmanfm.sf.net/]) AM_INIT_AUTOMAKE([-Wall -Werror foreign no-dist-gzip dist-xz]) AC_CONFIG_HEADERS([config.h]) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/data/ui/Makefile.am new/pcmanfm-1.2.3/data/ui/Makefile.am --- old/pcmanfm-1.2.2/data/ui/Makefile.am 2013-12-08 22:53:37.000000000 +0100 +++ new/pcmanfm-1.2.3/data/ui/Makefile.am 2014-10-14 19:34:29.000000000 +0200 @@ -14,6 +14,8 @@ $(NULL) ui_DATA = $(ui_in_files:.glade=.ui) +CLEANFILES = about.ui + EXTRA_DIST = \ $(ui_SOURCES) \ $(ui_DATA) \ diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/data/ui/Makefile.in new/pcmanfm-1.2.3/data/ui/Makefile.in --- old/pcmanfm-1.2.2/data/ui/Makefile.in 2014-08-24 00:55:31.000000000 +0200 +++ new/pcmanfm-1.2.3/data/ui/Makefile.in 2014-10-14 19:34:35.000000000 +0200 @@ -280,6 +280,7 @@ $(NULL) ui_DATA = $(ui_in_files:.glade=.ui) +CLEANFILES = about.ui EXTRA_DIST = \ $(ui_SOURCES) \ $(ui_DATA) \ @@ -408,6 +409,7 @@ mostlyclean-generic: clean-generic: + -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) distclean-generic: -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/data/ui/about.ui new/pcmanfm-1.2.3/data/ui/about.ui --- old/pcmanfm-1.2.2/data/ui/about.ui 2014-08-24 00:55:43.000000000 +0200 +++ new/pcmanfm-1.2.3/data/ui/about.ui 2014-10-14 19:34:57.000000000 +0200 @@ -1,6 +1,6 @@ <?xml version="1.0"?><interface> -<object class="GtkAboutDialog" id="dlg"><property name="border_width">5</property><property name="window_position">center-on-parent</property><property name="type_hint">dialog</property><property name="has_separator">False</property><property name="program_name">PCManFM</property><property name="version">1.2.2</property><property name="copyright" translatable="yes">Copyright (C) 2009 - 2014</property><property name="website">http://sourceforge.net/projects/pcmanfm</property><property name="license">PCMan File Manager +<object class="GtkAboutDialog" id="dlg"><property name="border_width">5</property><property name="window_position">center-on-parent</property><property name="type_hint">dialog</property><property name="has_separator">False</property><property name="program_name">PCManFM</property><property name="version">1.2.3</property><property name="copyright" translatable="yes">Copyright (C) 2009 - 2014</property><property name="website">http://sourceforge.net/projects/pcmanfm</property><property name="license">PCMan File Manager Copyright © 2009 - 2013 洪任諭 (Hong Jen Yee) Copyright © 2012 - 2014 Andriy Grytsenko diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/po/lg.po new/pcmanfm-1.2.3/po/lg.po --- old/pcmanfm-1.2.2/po/lg.po 2014-05-16 18:51:21.000000000 +0200 +++ new/pcmanfm-1.2.3/po/lg.po 2014-10-14 19:34:29.000000000 +0200 @@ -7,16 +7,16 @@ "Project-Id-Version: 0.9.9\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-01-22 00:33+0200\n" -"PO-Revision-Date: 2014-03-08 17:38+0000\n" -"Last-Translator: kizito <[email protected]>\n" +"PO-Revision-Date: 2014-10-09 17:47+0000\n" +"Last-Translator: <[email protected]>\n" "Language-Team: lg <[email protected]>\n" "Language: lg\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Pootle 2.5.0\n" -"X-POOTLE-MTIME: 1394300281.0\n" +"X-Generator: Pootle 2.6.0-rc1\n" +"X-POOTLE-MTIME: 1412876854.000000\n" #: ../data/ui/about.glade.in.h:1 msgid "Copyright (C) 2009 - 2014" @@ -204,8 +204,8 @@ #: ../data/ui/pref.glade.h:10 msgid "_Erase files on removable media instead of \"trash can\" creation" msgstr "" -"_Fayiro ez'okubitereka data ebyetongovu zigyengawo mukifo eky'okuzissa mu " -"\"bisuulidwa\"" +"_Fayiro ez'okubitereka data ebyetongovu zigyengawo mukifo eky'okuzissa mu \"" +"bisuulidwa\"" #: ../data/ui/pref.glade.h:11 msgid "Confi_rm before moving files into \"trash can\"" @@ -239,8 +239,8 @@ "- other files (e.g. on removable media) will be copied\n" "- for some external URI a shortcut will be created" msgstr "" -"\"Kasaliikiriza aketeekateka\" bw'oba okazuukusizza bino bye binaakolebwangawo " -"buli lw'osuula fayiro mu tterekero erye Awakolerwa:\n" +"\"Kasaliikiriza aketeekateka\" bw'oba okazuukusizza bino bye " +"binaakolebwangawo buli lw'osuula fayiro mu tterekero erye Awakolerwa:\n" "- fayiro bw'eba ku sisitemu ya fayiro y'emu ejjanga kusimbulizibwa\n" "- fayiro eyo bw'eba mu tterekro erya akawunti wajjakukolebwawo nyunzi\n" "- fayiro ndala (nga eziri ku disiki ezijjikamu) zijjanga kukolebwamu koppi\n" @@ -971,8 +971,7 @@ msgid "" "Check to remember view and sort as folder setting rather than global one" msgstr "" -"Londa kino sisitemu ekaze endabika n'ensengeka eriwo ku tterekero lino " -"lyokka" +"Londa kino sisitemu ekaze endabika n'ensengeka eriwo ku tterekero lino lyokka" #: ../src/main-win-ui.c:277 msgid "_Show Toolbar" @@ -1112,20 +1111,16 @@ "F10: activate main menu\n" "Ctrl+L or Alt+D: jump focus to Path Bar" msgstr "" -"Ppeesa ery'oluseetuka:\n" -"Likutambuliza okuva awalabikira zifayiro -> kadirisa ak'okubbali -> lubaawo " -"lw'ebiyamba\n" -"Ppeesa erifuula + ery'oluseetuka:\n" -"Gakutambuliza okuva ku lubaawo lw'ebiyamba -> kadirisa ak'okubbali -> " -"awalabikira zifayiro\n" -"Erya F6:\n" -"Likutambuliza wakati wa kadirisa ak'okubbali <-> awalabikira zifayiro\n" -"Erya F8:\n" -"Likutwala ku kyawula wakati w'akadirisa ak'okubbali n'awalabikira zifayiro\n" -"Erya F10:\n" -"Lireetawo menyu ey'okuntikko\n" -"Aga Ctrl + L oba Alt + D:\n" -"Gakutwala w'owandikira amakubo agatuuka ku fayiro" +"Ppeesa ery'oluseetuka: Likutambuliza okuva awalabikira zifayiro -> kadirisa " +"ak'okubbali -> lubaawo lw'ebiyamba\n" +"Ppeesa erifuula + ery'oluseetuka: Gakutambuliza okuva ku lubaawo lw'ebiyamba " +"-> kadirisa ak'okubbali -> awalabikira zifayiro\n" +"Erya F6: Likutambuliza wakati wa kadirisa ak'okubbali <-> awalabikira " +"zifayiro\n" +"Erya F8: Likutwala ku kyawula wakati w'akadirisa ak'okubbali n'awalabikira " +"zifayiro\n" +"Erya F10: Lireetawo menyu ey'okuntikko\n" +"Aga Ctrl + L oba Alt + D: Gakutwala w'owandikira amakubo agatuuka ku fayiro" #: ../src/main-win.c:1210 msgid "Run a command" @@ -1161,8 +1156,7 @@ #: ../src/main-win.c:2553 msgid "Choose a new shell pattern to show files:" msgstr "" -"Wandikawo ekiteekwa okusangibwa mu mannya ga fayiro ezinaalagibwa mu " -"ddirisa:" +"Wandikawo ekiteekwa okusangibwa mu mannya ga fayiro ezinaalagibwa mu ddirisa:" #. options only acceptable by first pcmanfm instance. These options are not passed through IPC #: ../src/pcmanfm.c:78 diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/po/sl.po new/pcmanfm-1.2.3/po/sl.po --- old/pcmanfm-1.2.2/po/sl.po 2014-01-21 23:33:13.000000000 +0100 +++ new/pcmanfm-1.2.3/po/sl.po 2014-10-14 19:34:29.000000000 +0200 @@ -8,22 +8,21 @@ "Project-Id-Version: pcmanfm\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2014-01-09 09:41+0100\n" -"PO-Revision-Date: 2013-10-28 08:31+0000\n" -"Last-Translator: Klemen <[email protected]>\n" +"PO-Revision-Date: 2014-08-24 08:21+0000\n" +"Last-Translator: Klemen Košir <[email protected]>\n" "Language-Team: Slovenian <[email protected]>\n" "Language: sl\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || n" -"%100==4 ? 3 : 0);\n" -"X-Generator: Pootle 2.5.0\n" -"X-POOTLE-MTIME: 1382949113.0\n" +"Plural-Forms: nplurals=4; plural=(n%100==1 ? 1 : n%100==2 ? 2 : n%100==3 || " +"n%100==4 ? 3 : 0);\n" +"X-Generator: Pootle 2.6.0-rc1\n" +"X-POOTLE-MTIME: 1408868503.000000\n" #: ../data/ui/about.glade.in.h:1 -#, fuzzy msgid "Copyright (C) 2009 - 2014" -msgstr "Avtorske pravice © 2009 - 2013" +msgstr "Avtorske pravice (C) 2009 - 2014" #. Please replace this line with your own names, one name per line. #: ../data/ui/about.glade.in.h:3 @@ -84,24 +83,20 @@ msgstr "<b>Pokaži ikone namizja</b>" #: ../data/ui/desktop-pref.glade.h:14 -#, fuzzy msgid "_Show \"Documents\" folder on the desktop" -msgstr "Na namizju pokaži ikono »Moji _dokumenti«" +msgstr "Na namizju pokaži ikono »_Dokumenti«" #: ../data/ui/desktop-pref.glade.h:15 -#, fuzzy msgid "Sho_w \"Devices\" folder on the desktop" -msgstr "Na namizju pokaži ikono »Moji _dokumenti«" +msgstr "Na namizju pokaži ikono »_Naprave«" #: ../data/ui/desktop-pref.glade.h:16 -#, fuzzy msgid "Show \"_Trash Can\" folder on the desktop" msgstr "Na namizju pokaži ikono »_Smeti«" #: ../data/ui/desktop-pref.glade.h:17 -#, fuzzy msgid "S_how connected volumes on the desktop" -msgstr "Na namizju pokaži ikone _nosilcev" +msgstr "Na namizju pokaži ikone priklopljenih _nosilcev" #: ../data/ui/desktop-pref.glade.h:18 msgid "_Desktop Icons" @@ -118,22 +113,20 @@ #: ../data/ui/desktop-pref.glade.h:21 ../data/ui/pref.glade.h:84 msgctxt "Use path for some folder: ..." msgid "Default" -msgstr "" +msgstr "Privzeto" #: ../data/ui/desktop-pref.glade.h:22 ../data/ui/pref.glade.h:85 msgctxt "Use path for some folder: ..." msgid "Custom:" -msgstr "" +msgstr "Po meri:" #: ../data/ui/desktop-pref.glade.h:23 -#, fuzzy msgid "Select a Desktop Folder" -msgstr "Namizje" +msgstr "Izberite mapo namizja" #: ../data/ui/desktop-pref.glade.h:24 -#, fuzzy msgid "_Open folders from desktop in new window" -msgstr "Odpri v novem oknu" +msgstr "_Odpri mape na namizju v novem oknu" #: ../data/ui/desktop-pref.glade.h:25 msgid "Ad_vanced" @@ -173,17 +166,14 @@ msgstr "Razširi čez cel zaslon" #: ../data/ui/pref.glade.h:1 -#, fuzzy msgid "Open in current tab" msgstr "Odpri v trenutnem zavihku" #: ../data/ui/pref.glade.h:2 -#, fuzzy msgid "Open in new tab" -msgstr "Odpri v novem _zavihku" +msgstr "Odpri v novem zavihku" #: ../data/ui/pref.glade.h:3 -#, fuzzy msgid "Open in new window" msgstr "Odpri v novem oknu" @@ -350,21 +340,18 @@ msgstr "<b>Pokaži v meniju »Mesta«</b>" #: ../data/ui/pref.glade.h:48 -#, fuzzy msgid "_Home Folder" -msgstr "Domača mapa" +msgstr "_Domača mapa" #: ../data/ui/pref.glade.h:49 -#, fuzzy msgid "Des_ktop" -msgstr "Namizje" +msgstr "_Namizje" #: ../data/ui/pref.glade.h:50 ../src/main-win-ui.c:236 msgid "_Trash Can" msgstr "_Smeti" #: ../data/ui/pref.glade.h:51 -#, fuzzy msgid "_Filesystem Root" msgstr "Koren _datotečnega sistema" @@ -374,12 +361,11 @@ #: ../data/ui/pref.glade.h:53 ../src/main-win-ui.c:239 msgid "Dev_ices" -msgstr "" +msgstr "Na_prave" #: ../data/ui/pref.glade.h:54 -#, fuzzy msgid "_Network" -msgstr "_Omrežna mesta" +msgstr "_Omrežje" #: ../data/ui/pref.glade.h:55 msgid "_Layout" @@ -422,13 +408,12 @@ msgstr "Priključen je bil odstranljiv nosilec" #: ../data/ui/pref.glade.h:64 -#, fuzzy msgid "Clos_e tab containing removable medium" -msgstr "Ob odklopu odstranljivega _nosilca zapri zavihek le-te naprave" +msgstr "Zapri _zavihek, ki vsebuje odstranljiv nosilec" #: ../data/ui/pref.glade.h:65 msgid "Change folder in the tab to _Home Folder" -msgstr "" +msgstr "Spremeni mapo v zavihku na _domačo mapo" #: ../data/ui/pref.glade.h:66 msgid "_Volume Management" @@ -476,7 +461,6 @@ msgstr "_Zaženi privzeti program, ko se ustvari predloga" #: ../data/ui/pref.glade.h:78 -#, fuzzy msgid "<b>Other Options</b>" msgstr "<b>Druge možnosti</b>" @@ -523,7 +507,7 @@ #: ../data/ui/pref.glade.h:90 msgid "Modules" -msgstr "" +msgstr "Moduli" #: ../data/ui/pref.glade.h:91 msgid "Auto (move if on the same FS, copy otherwise)" @@ -542,22 +526,18 @@ msgstr "Vprašaj" #: ../data/ui/pref.glade.h:95 -#, fuzzy msgid "Icon view" msgstr "Ikone" #: ../data/ui/pref.glade.h:96 -#, fuzzy msgid "Compact view" msgstr "Strnjen seznam" #: ../data/ui/pref.glade.h:97 -#, fuzzy msgid "Thumbnail view" msgstr "Predogledne sličice" #: ../data/ui/pref.glade.h:98 -#, fuzzy msgid "Detailed list view" msgstr "Podroben seznam" @@ -595,23 +575,23 @@ #: ../data/ui/connect.glade.h:3 msgid "_Type:" -msgstr "" +msgstr "_Vrsta:" #: ../data/ui/connect.glade.h:4 msgid "_Host:" -msgstr "" +msgstr "_Gostitelj:" #: ../data/ui/connect.glade.h:5 msgid "_Port:" -msgstr "" +msgstr "_Vrata:" #: ../data/ui/connect.glade.h:6 msgid "Pa_th:" -msgstr "" +msgstr "Po_t:" #: ../data/ui/connect.glade.h:7 msgid "_Anonymous login" -msgstr "" +msgstr "_Brezimna prijava" #: ../data/ui/connect.glade.h:8 msgid "_Login as:" @@ -619,15 +599,15 @@ #: ../data/ui/connect.glade.h:9 msgid "SSH" -msgstr "" +msgstr "SSH" #: ../data/ui/connect.glade.h:10 msgid "FTP" -msgstr "" +msgstr "FTP" #: ../data/ui/connect.glade.h:11 msgid "WebDAV" -msgstr "" +msgstr "WebDAV" #: ../src/volume-manager.c:237 msgid "mixed content" @@ -713,7 +693,7 @@ #: ../src/main-win-ui.c:193 msgid "Folder Propertie_s" -msgstr "" +msgstr "_Lastnosti mape" #: ../src/main-win-ui.c:194 msgid "_Close Tab" @@ -733,39 +713,35 @@ #: ../src/main-win-ui.c:201 msgid "Move to _Trash" -msgstr "" +msgstr "Premakni v _smeti" #: ../src/main-win-ui.c:203 msgid "Copy Pat_h(s)" -msgstr "" +msgstr "Kopiraj _poti" #: ../src/main-win-ui.c:204 -#, fuzzy msgid "R_ename..." -msgstr "Prei_menuj" +msgstr "Prei_menuj ..." #: ../src/main-win-ui.c:205 msgid "D_uplicate..." -msgstr "" +msgstr "Pod_voji ..." #: ../src/main-win-ui.c:206 -#, fuzzy msgid "Create Lin_k..." -msgstr "Ustvari sim_bolno povezavo" +msgstr "Ustvari _povezavo ..." #: ../src/main-win-ui.c:207 -#, fuzzy msgid "_Move to..." -msgstr "_Premakni v ..." +msgstr "Pre_makni v ..." #: ../src/main-win-ui.c:208 -#, fuzzy msgid "Copy to_..." msgstr "_Kopiraj v ..." #: ../src/main-win-ui.c:209 msgid "Propertie_s" -msgstr "" +msgstr "_Lastnosti" #: ../src/main-win-ui.c:211 msgid "_Invert Selection" @@ -788,9 +764,8 @@ msgstr "Osveži" #: ../src/main-win-ui.c:215 -#, fuzzy msgid "Tool_bar" -msgstr "_Orodja" +msgstr "Orodna _vrstica" #: ../src/main-win-ui.c:216 msgid "Pat_h Bar" @@ -881,9 +856,8 @@ msgstr "Koren _datotečnega sistema" #: ../src/main-win-ui.c:237 -#, fuzzy msgid "Go fo filesystem root" -msgstr "Koren _datotečnega sistema" +msgstr "Pojdi v koren datotečnega sistema" #: ../src/main-win-ui.c:238 msgid "_Applications" @@ -891,7 +865,7 @@ #: ../src/main-win-ui.c:238 msgid "Go to root of applications menu folder" -msgstr "" +msgstr "Pojdi v koren mape menija programov" #: ../src/main-win-ui.c:239 #, fuzzy @@ -899,9 +873,8 @@ msgstr "Pojdi na seznam nosilcev v računalniku" #: ../src/main-win-ui.c:240 -#, fuzzy msgid "Net_work" -msgstr "O_mrežni pogoni" +msgstr "_Omrežje" #: ../src/main-win-ui.c:240 #, fuzzy @@ -929,9 +902,8 @@ msgstr "_Zaznamki" #: ../src/main-win-ui.c:245 -#, fuzzy msgid "_Add to Bookmarks..." -msgstr "Dodaj med zaznamke" +msgstr "_Dodaj med zaznamke ..." #: ../src/main-win-ui.c:245 msgid "Add current folder to bookmarks list" @@ -939,30 +911,28 @@ #: ../src/main-win-ui.c:246 msgid "Too_ls" -msgstr "" +msgstr "Oro_dja" #: ../src/main-win-ui.c:247 msgid "Open Current Folder in _Terminal" msgstr "Odpri trenutno mapo v _terminalu" #: ../src/main-win-ui.c:249 -#, fuzzy msgid "Fin_d Files..." -msgstr "_Najdi datoteke" +msgstr "_Najdi datoteke ..." #: ../src/main-win-ui.c:249 msgid "Open search dialog" msgstr "Odpri iskalno okno" #: ../src/main-win-ui.c:252 -#, fuzzy msgid "_Run a Command in Current Folder..." -msgstr "Osveži" +msgstr "_Zaženi ukaz v trenutni mapi ..." #. Note to translators: "Mingle..." means "Do not put folders before files" but make the translation as short as possible, please! #: ../src/main-win-ui.c:267 msgid "Mingle _Files and Folders" -msgstr "" +msgstr "Po_mešaj datoteke in mape" #: ../src/main-win-ui.c:270 msgid "_Ignore Name Case" @@ -985,15 +955,15 @@ #: ../src/main-win-ui.c:277 msgid "_Show Toolbar" -msgstr "" +msgstr "Pokaži orodno vr_stico" #: ../src/main-win-ui.c:278 msgid "Show 'New _Window' Button" -msgstr "" +msgstr "Pokaži gumb »Novo _okno«" #: ../src/main-win-ui.c:279 msgid "Show 'New _Tab' Button" -msgstr "" +msgstr "Pokaži gumb »Nov _zavihek«" #: ../src/main-win-ui.c:280 msgid "Show _Navigation Buttons" @@ -1073,13 +1043,12 @@ msgstr "Oddaljeno" #: ../src/main-win-ui.c:333 -#, fuzzy msgid "_Location" -msgstr "_Programi" +msgstr "_Mesto" #: ../src/main-win-ui.c:334 msgid "_Buttons" -msgstr "" +msgstr "_Gumbi" #: ../src/main-win.c:925 ../src/main-win.c:929 msgid "Show history of visited folders" @@ -1111,7 +1080,6 @@ "Razvijalec: Hon Jen Yee (PCMan)" #: ../src/main-win.c:1166 ../src/main-win.c:1174 -#, fuzzy msgid "Keyboard Navigation" msgstr "Krmarjenje s tipkovnico" @@ -1132,18 +1100,16 @@ "Ctrl+L ali Alt+D: izbere vrstico s potjo do mape" #: ../src/main-win.c:1210 -#, fuzzy msgid "Run a command" -msgstr "Ukaz za _obliko:" +msgstr "Zaženi ukaz" #: ../src/main-win.c:1211 msgid "Enter a command to run:" msgstr "" #: ../src/main-win.c:1218 -#, fuzzy msgid "Current folder is inaccessible" -msgstr "Odpri trenutno mapo v _terminalu" +msgstr "Trenutna mapa je nedostopna" #: ../src/main-win.c:1822 #, c-format @@ -1162,7 +1128,7 @@ #: ../src/main-win.c:2552 msgid "Select filter" -msgstr "" +msgstr "Izberite filter" #: ../src/main-win.c:2553 msgid "Choose a new shell pattern to show files:" @@ -1212,11 +1178,12 @@ #. don't translate list of modes in description, please #: ../src/pcmanfm.c:89 -#, fuzzy msgid "" "Set mode of desktop wallpaper. MODE=(color|stretch|fit|crop|center|tile|" "screen)" -msgstr "Nastavi način ozadja namizja. NAČIN=(color|stretch|fit|center|tile)" +msgstr "" +"Nastavi način ozadja namizja. " +"NAČIN=(color|stretch|fit|crop|center|tile|screen)" #: ../src/pcmanfm.c:89 msgid "MODE" diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/src/desktop.c new/pcmanfm-1.2.3/src/desktop.c --- old/pcmanfm-1.2.2/src/desktop.c 2014-08-24 00:46:28.000000000 +0200 +++ new/pcmanfm-1.2.3/src/desktop.c 2014-10-14 19:34:29.000000000 +0200 @@ -855,7 +855,8 @@ *width = item->item->area.width; *height = item->item->area.height; parent_obj = gtk_widget_get_accessible(item->widget); - atk_component_get_position(ATK_COMPONENT(parent_obj), &l_x, &l_y, coord_type); + atk_component_get_extents(ATK_COMPONENT(parent_obj), &l_x, &l_y, NULL, NULL, + coord_type); *x = l_x + item->item->area.x; *y = l_y + item->item->area.y; } @@ -1002,13 +1003,15 @@ AtkCoordType coord_type) { FmDesktopItemAccessible *item = FM_DESKTOP_ITEM_ACCESSIBLE(image); + AtkObject *parent_obj; if (item->widget == NULL) return; if (atk_state_set_contains_state(item->state_set, ATK_STATE_DEFUNCT)) return; - atk_component_get_position(ATK_COMPONENT(image), x, y, coord_type); + parent_obj = gtk_widget_get_accessible(item->widget); + atk_component_get_extents(ATK_COMPONENT(parent_obj), x, y, NULL, NULL, coord_type); *x += item->item->icon_rect.x - item->item->area.x; *y += item->item->icon_rect.y - item->item->area.y; } diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' '--exclude=.svnignore' old/pcmanfm-1.2.2/src/tab-page.c new/pcmanfm-1.2.3/src/tab-page.c --- old/pcmanfm-1.2.2/src/tab-page.c 2014-08-24 00:55:04.000000000 +0200 +++ new/pcmanfm-1.2.3/src/tab-page.c 2014-10-14 19:34:29.000000000 +0200 @@ -663,7 +663,7 @@ // fm_path_entry_set_path(entry, path); /* delaying scrolling since drawing folder view is delayed */ if(!page->update_scroll_id) - page->update_scroll_id = gdk_threads_add_timeout(20, update_scroll, page); + page->update_scroll_id = gdk_threads_add_timeout(50, update_scroll, page); /* update status bar */ /* update status text */ @@ -1058,11 +1058,15 @@ page->show_hidden = show_hidden; /* SF bug #898: settings from next folder are saved on previous if show_hidden is different: we have to apply folder to the view first */ + g_signal_handlers_block_matched(page->folder_view, G_SIGNAL_MATCH_DETAIL, 0, + g_quark_try_string("filter-changed"), NULL, NULL, NULL); on_folder_start_loading(page->folder, page); fm_folder_view_set_show_hidden(page->folder_view, show_hidden); #if FM_CHECK_VERSION(1, 2, 0) fm_side_pane_set_show_hidden(page->side_pane, show_hidden); #endif + g_signal_handlers_unblock_matched(page->folder_view, G_SIGNAL_MATCH_DETAIL, 0, + g_quark_try_string("filter-changed"), NULL, NULL, NULL); if(fm_folder_is_loaded(page->folder)) { -- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
