|
|
|
|
Changelog for libfm-gtk-devel-1.2.3-2.35.x86_64.rpm :
* Sun Nov 09 2014 Led - fix bashisms in post/postun scripts * Tue Oct 14 2014 trcsAATTgmx.com- new upstream release 1.2.3 * Changed licence for libfm-extra and libfm components from GPL-2 to LGPL-2.1. * Fixed crash on dropping URL queries into some folder. * Fixed filename on dropping URI queries into folder: URI query like http://some.site/path/query.php?new=yes&mine=0 should be never saved with file name path/query.php?new=yes&mine=0 but as query.php instead like all the web browsers do. * Disabled debug messages in XML parser, it spammed a lot. * Fixed content type detection which was broken in last release. * Fixed incorrect call to g_environ_setenv() in the terminal call. * Replaced deprecated atk_component_get_position() calls. * Fixed invalid callback get_image_position() on ATK icon of ExoIconView, it could loop and therefore hang the application. * Disabled deprecated atk_focus_tracker_notify() with new libatk. * Fixed installation of headers with parallel install, it could create invalid symlink /usr/share/libfm/libfm in some conditions. * Corrected handling of application launch failure - launch content have to be informed about failure if startup notify id was retrieved from it before. * Fixed usage of POSIX.1-2001 declaration `environ\' with GLib < 2.28. * Fixed \"out-of-tree\" build (e.g. make distcheck). * Corrected menu cache to sync in fm_app_chooser_dlg_dup_selected_app(), otherwise it would not work without menu preloaded. * Fixed launch of applications with %f or %u argument - it should launch not just first file but all of them with the same command. * Fixed unneeded fm-folder-config save even if no changes were made. * Fixed not updated file in FmFolder if file was not changed within last 2 seconds. In case of fast download it was not updated in time. This may cause a little performance issue though due to thumbnails update. * Fixed crash if g_file_get_basename() returns NULL. * Fixed issue with desktop entry file selected in the Application chooser dialog, it tried to execute the desktop entry directly. Now it setups dialog fields from that desktop entry instead. * Fixed problem with unwanted application substitution in the Application chooser dialog: if user selected no name then no replacements should be attempted. * Fixed default app detection in Application chooser combo box. * Fri Sep 12 2014 andreaAATTopensuse.org- removed libfm-extra and libfm-extra-devel and files, moved to a new bootstrap package * Tue Sep 09 2014 andreaAATTopensuse.org- Split of libfm-extra and libfm-extra-devel packages * Sun Aug 24 2014 trcsAATTgmx.com- new upstream version 1.2.2.1 * Fix installation of libfm-extra.pc file for development with it.- changes on 1.2.2 since 1.2.1: * Fixed display name of created shortcut after dropping from another application. * Fixed the screen for context in fm_launch_command_simple(). * Added KDE archiver \"Ark\" into archivers list. * Fixed parsing order of directories in XDG_DATA_DIRS and XDG_CONFIG_DIRS. * Added a possibility for application that was started (by PCManFM or any other application that uses LibFM) to never die after our application (i.e. its parent) was closed. * Fixed possible memory leak in fm_config_load_from_file(). * Corrected g_content_type_guess() call with file sample. This may help with correct file type detection. * When calculate total file sizes in directory, filesize of directory now is skipped. * Fixed problem with memory consumption in case image has big dimension but not so big filesize - in that case loading may consume all the available memory to create bitmap. The file dimensions should also be checked against thumbnail_max configuration variable. * Fixed problem with starting custom command from application selection dialog. This stopped to work with new GLib versions. * Thu Jul 03 2014 trcsAATTgmx.com- new upstream version 1.2.1 * Fixed incorrect presence of LXShortcut in menus. * Fixed context menu on right-click on column header, it was not always shown, especially with GTK3. * Fixed incorrect mime-type of mount points under computer:///. * Few fixes in internal thumbnail generator. * Changed info message on usage of x-terminal-emulator as terminal. * Added sakura, qterminal and lilyterm into terminals database. * Don\'t create ~/Templates if it does not exist on application start. * Fixed installing extra files with different values for - -with-gtk. * Fixed file renaming if it\'s name is illegal on destination filesystem. * An error window after user pressed \'Cancel\' on app selection should be not shown anymore. * Fixed menu positioning if it\'s placed near monitor edge and also on non-first monitor, also ensured menu UI update before calculating its position. * Fixed cancellation of loading row after FmDirTreeView chdir. * The \"link\" mark on icons of small size (< 20 px) now scaled properly. * Fixed positioning of search box in ExoIconView widget. * Fixed fm_terminal_launch(), some terminals need PWD environment set. * Fixed invalid rubberbanding after doubleclick on ExoIconView items. * Corrected drag cursor, it should correctly show dragged item icon, not generic drag cursor. * Fixed crash in fm_folder_view_scroll_to_path() if path is not available. * Fixed unitialized variable usage in folder view context menu positioning code. * Prevented path entry from containing \"(invalid encoding)\" string since it will prevent that path from being used. * Fixed path completion listing for display names in paths. * One-time custom application isn\'t added anymore into list of last used. * Added a workaround on duplicated loop devices in Places sidebar. * If quick_exec option is set to true, launching will always start the application, not try a terminal for it. * Changed ExoIconView rubberbanding the same way as it\'s done in GTK+. * Fixed invalid renaming files on moving them around virtual FS. * Fixed crash in vfs-menu module with libmenu-cache 0.3.x. * Fri May 16 2014 andreaAATTopensuse.org- enabled udisk support for libfm- restored preferences patch previously disabled by mistake * Tue May 13 2014 andreaAATTopensuse.org- removed Fedora 20 spec file if/else - not required * Mon May 12 2014 andreaAATTopensuse.org- split gtk development files on a sub package to prepare the building and release of LXDE-QT * Sun May 11 2014 andreaAATTopensuse.org- allow building of Fedora 20- removed duplicate BuildRequire * Fri Mar 28 2014 trcsAATTgmx.com- spec file fix * removed unnecessary %dir %{_libdir} to avoid standard-dir-owned-by-package * Sun Feb 23 2014 trcsAATTgmx.com- New upstream version 1.2.0 * detailed changelog at http://blog.lxde.org/?p=1082- Removed build compatibility with discontinued versions (<= 12.2)- Disabled debug on configure to improve performance- Fixed typo in %{?_smp_mflags} macro- Built against GKT2 to override GTK3 issues- Splitted lang package- LXShortcut is now built as a subpackage * Thu Sep 05 2013 iAATTmarguerite.su- update version 1.1.2.2 * Increase ABI revision to 5 before release (now ABI code is 4:5:1) * Add weak notify on Places view to detach it from context menu. * Call GtkWidget’s handler button_release_event() before we unmount. * Make ‘make check’ work (the docs/Makefile.am contains incorrect statement). * Check file name before id when launch GDesktopAppInfo. * Fix crash with no terminal defined in config file. * text/uri-list in DnD should be ended with \\r\ not just \ * Fix incorrect terminal config statement parsing.- remove libfm-1.1.0-gtk3_doc.patch, upstream fixed. * Fri Jul 26 2013 tchvatalAATTsuse.com- Fix build with rpm-4.11 * Wed Dec 19 2012 andreaAATTopensuse.org- New upstream version 1.1.0 * detailed changelog at http://blog.lxde.org/?p=951- removed libfm-1.0.1-test.patch now in upstream code- removed autoconf from BuilRequires, no more needed- migration to gtk3 for suse > 12.2- added libfm-1.1.0-gtk3_doc.patch to fix doc builds with GTK3 enable- dropped support for suse < 11.4 * Sun Oct 07 2012 andreaAATTopensuse.org- new upstream version 1.0.1 * Tue Aug 21 2012 cfarrellAATTsuse.com- license update: GPL-2.0+ No GPL-2.0 (i.e. version 2 \"only\") licenses found in the package * Sun Aug 19 2012 andreaAATTopensuse.org- New upstream version 1.0- removed autoconf Build Requires and Patch file- complete changelog at http://blog.lxde.org/?p=939 * Tue May 29 2012 jengelhAATTinai.de- Remove redundant tags/sections from specfile- Parallel build with %_smp_mflags- Resolve build exiting due to -Werror and unsatisfied macros * Sun Nov 13 2011 cooloAATTsuse.com- add libtool as explicit buildrequire to avoid implicit dependency from prjconf * Thu Oct 27 2011 andreaAATTopensuse.org- new upstream version 0.1.17 rc4 detailed changelog at: http://blog.lxde.org/?p=911- removed libfm-0.1.16-fix_build_older_gtk.patch * Wed Aug 10 2011 andreaAATTopensuse.org- new upstream version 0.1.16 rc3 detailed changelog at: http://blog.lxde.org/?p=908- removed all patches now in upstream code * Sun Aug 07 2011 andreaAATTopensuse.org- added libfm-0.1.14-fix_bnc710881.patch to fix bnc 710881 bug that causes data loss if catting and paste a folder into a place without writing permission * Tue Jun 21 2011 cooloAATTnovell.com- add prerequires for the rpm scripts * Sat Jan 22 2011 gberAATTopensuse.org- added libfm-0.1.14-disable-gio-extension.patch in order to disable the GIO extension implementing libfm-specific preferences for URI scheme handlers for glib > 2.27 where the needed extension point has been removed; preferred handlers set through libfm/pref-apps.conf will be ignored and the new default glib mechanism using x-scheme-handler will be used instead- enabled gtk-doc generation and disabled parallel make which breaks it * Wed Oct 20 2010 andreaAATTopensuse.org- added libfm-0.1.14-fix_sf3089624.patch to fix copy/paste of files with spaces in the name * Sat Oct 16 2010 andreaAATTopensuse.org- new upstream version 0.1.14 RC2 * Allow copy to the same file and show * Little fix for places view * API Changes * several bug fixes * Fix sf3028649 - Dragging file to the same directory and on itself. * Fix #3021778 - Pasting the folder to write protected place ends w/ removal. * Fix bugs in launching of desktop entry files with Type=Link. * Fix sf3030482 - bug in untrash behavior * Improve launching of desktop entry files. sf3029251 * Fix sf3039074 - Sort by size is wrong on files more than 2Gb * Fix sf3032241 - PCManFM crashes when right clicking on a file/dir * Use async dbus call in udisks support for device listing to shorten startup time- removed libfm-0.1.12-fix-sf3012747.patch- build -doc subpackage * Mon Aug 02 2010 andreaAATTopensuse.org- fixed libfm0 and libfm-gtk0 RPM Groups * Fri Jul 02 2010 andreaAATTopensuse.org- use fedora patch to fix sf3012747 because previous one generate SEGFAULTS that didn\'t exist before * Wed Jun 09 2010 andreaAATTopensuse.org- added libfm-0.1.12-fix-sf3012747.patch to fix pcmanfm crash if a path beginning with // is used * Sat May 29 2010 andreaAATTopensuse.org- new upstream version 0.1.12 rc1 * Fri May 21 2010 andreaAATTopensuse.org- fixed default config * Sun May 16 2010 andreaAATTopensuse.org- new git release, several upstream bugfix * Tue Apr 27 2010 andreaAATTopensuse.org- New upstream version 0.1.11 beta 3 * Sun Apr 25 2010 andreaAATTopensuse.org- Fix sf#2978810: rename file improvement- Remive unused L_ADD for libfm-pref-apps * Sun Apr 25 2010 andreaAATTopensuse.org- Fixed segfaults- translations upgrades * Sat Apr 24 2010 andreaAATTopensuse.org- Fix calling g_object_unref on invalid pointer in fm_do_mount() * Mon Apr 19 2010 andreaAATTopensuse.org- add workarounds to fix sf#2983540 (bgo#612802, bnc#593094, bxo#6230 ) * Mon Apr 19 2010 andreaAATTopensuse.org- new upstream version 0.1.10 - Fix sf#2988010 crash when press enter on an empty location bar - Fix invalid pointer access reported in #2988982 and #2988484 - other bugfixes and API improvments * Tue Apr 13 2010 andreaAATTopensuse.org- Fix sf#2986368 - Segfault if selection more than one file. * Tue Apr 13 2010 andreaAATTopensuse.org- disabled -demo subpackage * Sun Apr 11 2010 andreaAATTopensuse.org- Fix a regression bug with displaying application name on the Desktop * Sat Apr 10 2010 andreaAATTopensuse.org- new git version 20100411 - API change: fm_canonicalize_filename now can optionally take a cwd parameter - Do not add non-folders to bookmarks - Fix bugs in Dnd - API behavior change: FmDndDest underwent some rework - Support dropping files into volumes in side-pane * Fri Apr 09 2010 andreaAATTopensuse.org- new git version 20100410 - Properly send notification for sort column changes. * Tue Apr 06 2010 andreaAATTopensuse.org- save space with fdupes- removed unsupported locale * Sun Apr 04 2010 andreaAATTopensuse.org- Fix for RTL bug sf#1997026. Fixes broken text layout in Compact View, Icon View and Thumbnail View in RTL mode. * Wed Mar 31 2010 andreaAATTopensuse.org- Fix sorting bugs. Sync libfm.pot * Tue Mar 30 2010 andreaAATTopensuse.org- Fix bnc#591731 (pcmanfm forgot to add \'/\' after IPs)- Fix sf#2978803 (severe file descriptor leaks in thumbnail generating code)- Fix incorrect linker options for gnome-terminal wrapper * Fri Mar 26 2010 andreaAATTopensuse.org- removed rpath * Wed Mar 24 2010 andreaAATTopensuse.org- New git release, several SEGFAULT bug fixed * Fri Mar 19 2010 andreaAATTopensuse.org- fixed critical warnings * Thu Mar 18 2010 andreaAATTopensuse.org- upgrade to version 0.1.9 * Tue Mar 16 2010 andreaAATTopensuse.org- added support to most comment archive managers * Sun Mar 14 2010 andreaAATTopensuse.org- added rpmlintrc to suppress false positive warnings * Tue Mar 09 2010 andreaAATTopensuse.org- bump version to 0.1.5 * Finish the new libfm tool to set preferred applications. * Add fm_qdata_id to be used with g_object_set_qdata(). * Add fm-app-chooser-combo-box.[ch] to create a drop-down list for apps for selection. * Mon Mar 08 2010 andreaAATTopensuse.org- new git snapshot, lots of changes into code, new files and binaries installed now * Fri Mar 05 2010 andreaAATTopensuse.org- fixed libfm-default-config.patch, lxterminal needs to use \'-e\" option, or it will not work as supposed * Fri Mar 05 2010 andreaAATTopensuse.org- new git snapshot, API changes * Tue Mar 02 2010 andreaAATTopensuse.org- changed file list according to PCMan instructions * Mon Mar 01 2010 andreaAATTopensuse.org- spec file clean up- added libfm-default-config.patch to fix our needs * Mon Mar 01 2010 andreaAATTopensuse.org- new git version * Sat Feb 27 2010 andreaAATTopensuse.org- Fix access to potentially invalid pointer- Other minor bugfix * Sat Feb 27 2010 andreaAATTopensuse.org- New API fm_file_info_get_target(), fm_file_info_is_mountable()- enabled debug on configure to help development * Fri Feb 26 2010 andreaAATTopensuse.org- fixed compiler warning- fixed few segfaults- update to latest git * Mon Feb 22 2010 andreaAATTopensuse.org- translations improvments * Sun Feb 21 2010 andreaAATTopensuse.org- upgrade to released version 0.1. It should be \"stable\" enought * Sun Feb 21 2010 andreaAATTopensuse.org- new features and new APIs * Sat Feb 20 2010 andreaAATTopensuse.org- new git snapshot, new API * Fri Feb 19 2010 andreaAATTopensuse.org- Translations update * Thu Feb 18 2010 prusnakAATTsuse.cz- spec cleanup * Thu Feb 18 2010 andreaAATTopensuse.org- new git snapshot, added thumbnail support * Wed Feb 17 2010 andreaAATTopensuse.org- new git snapshot with api changes * Mon Feb 15 2010 andreaAATTopensuse.org- new git snapshot, lots of fixing because new libmenu-cache * Wed Feb 10 2010 andreaAATTopensuse.org- new git snapshot * Sun Jan 31 2010 andreaAATTopensuse.org- new git version that fix some segfaults * Mon Jan 18 2010 andreaAATTopensuse.org- new git version * Tue Jan 12 2010 andreaAATTopensuse.org- New package
|
|
|