Revisions of xfe

Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 85)
- update to 1.44:
  This release fixes several minor bugs. It is now possible to change
  the global DPI resolution of the application to run Xfe on HiDPI 
  monitors (go to Edit / Preferences / Appearance and adjust the DPI 
  value). 
  Old Xfe and Windows icon themes have been removed. 
  Gnome, Kde and Xfe icon themes have been refreshed. 
  Tutkish and Catalan translation have been updated.
- re-enabled "no mount warning" patch (using the Debian one):
  + 06_no-mount-warning.patch
  removed the old patch:
  + xfe-no-mount-warning.patch
- add web video support in xferc (taken from Debian):
  + 13_webm-support-in-xferc.patch
- finally removed xfe-ftheader_include.patch
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 84)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 83)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 82)
trigger service run
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 81)
Modified via webui
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 80)
- use license macro
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 79)
- removed xfe-no-mount-warning.patch, xfe-ftheader_include.patch
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 78)
- Update to 1.43.1:
  + This release fixes a regression that corrupted the initial 
    search window content. 
  + This release fixes several minor bugs. 
  ++ The scrollbar size can now be changed. 
  ++ Russian translation has been updated. 
- ran spec-cleaner
- removed xfe-no-mount-warning.patch
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 597433 from Jan Engelhardt's avatar Jan Engelhardt (jengelh) (revision 77)
- Remove recode dependency. Remove redundant %clean section.
- Remove filler wording from description.
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 76)
- update to 1.42:
  + This release fixes several bugs and regressions and adds custom 
    mount / unmount commands to the Preferences dialog.
  + This release adds a new disk usage command (accessible using the
    Compare Sizes menu voice) and allows to open multiple Property
    dialogs at the same time. 
  + Several bugs and regressions have also been fixed. 
  + The czsech translation has been updated.
Lars Vogdt's avatar Lars Vogdt (lrupp) accepted request 338747 from jc sl's avatar jc sl (jcsl) (revision 75)
- update to 1.40.1
  + This release fixes several bugs (the source code has been checked with Coverity Scan). Spanish and hungarian translations have also been updated.
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 74)
- do not apply the xfe-ftheader_include.patch on newer distributions
  like openSUSE 13.2 (bnc #936200)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 73)
- update to 1.40:
  + updated translations
  + now the copied / moved data size is displayed below the progress bar for copy / move operations
  + at the command line, Xfe can now handle file or directory names (and URIs) and
    launch the associated applications to open the given files. The first two directories
    are displayed in the file panels, the others are ignored. The number of files to
    open is not limited
  + added a new "Modes" tab to the Preferences dialog because otherwise it is too high
  + added an option in the Preferences dialog to start Xfe in the home directory, 
    in the current directory or in the last visited directory. Starting Xfe in given
    directories at the command line takes precedence over these options
  + source and target size / modified time are now correctly aligned in OverwriteBox
  + replaced swriter, simpress, scalc, sdraw, sbase and smath with lowriter, loimpress,
    localc, lodraw, lobase and lomath, since LibreOffice is the default of most
    Linux distributions these days
  + default programs (text viewer / editor, image viewer / editor, pdf viewer, 
    audio player, video player and archiver) are now identified in xferc as <txtviewer>,
    <txteditor>, <imgviewer>, <imgeditor>, <pdfviewer>, <audiolayer>, <videoplayer>, 
    and <archiver>. Thus, when new file associations are added to the system xferc,
    there is no consequence for the user even if he has changed his default programs.
    Compatibility with previous version of Xfe is also ensured through an internal
    mechanism (to be removed in the future)
  + added the ability to copy or cut files from different directories and add them
    to the clipboard using Shift-Ctrl-C or Shift-Ctrl-X (by default) and to paste
    them all in a common place using Ctrl-V. To avoid possible problems, this
    mechanism is disabled if the user has redefined his key bindings for copy /
    cut and these use the Shift key 
  + updated the help and README files
  + in file lists, pressing the space key now selects the current item even if 
    the mouse pointer is over the first column
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 72)
- update to 1.37:
  + fixed the search window to allow search directory name to contain spaces
  + fixed a bug in DirList.cpp and FileList.cpp where on some Linux 
    distribution a message 'Mount point not responding' is wrongly 
    issued with gvfs mounts
  + updated translations
  + now the file lists are ordered according to the locale
  + script dir entries are now sorted alphabetically.  
    Empty directories are no more shown
  + when searching with thumbnails on, the images are now displayed 
    at the end of the search. This is more user friendly
  + replaced the right arrow with the normal one when pointing on menu items
  + avoid showing hidden directories in the script menu
  + fixed failing script execution when the script path contains spaces
  + some code cleanup ('pathname' variable name instead of 'filepath',
    for consistency), removed unused focus in and focus out callbacks 
    in SearchWindow.cpp
  + changed the way hidden files are handled in the search panel, 
    because the old way did not work well. Now, there is simply a 
    checkbox to let the user select if he wants to search within hidden
    files or not. The status bar of the search panel still has the thumbnails icon
  + fixed a freeze with thumbnails on and loading pipes
  + fixed some file list refresh problems when thumbnails are displayed
  + fixed wait cursor not displayed in file and search lists
  + thumbnails are now displayed one by one in file lists. This is more
    user friendly than displaying them all at once 
  + fixed a compilation issue in SearchPanel.cpp when Xfe is configured
    without startup notification
  + fixed a compilation warning on some systems in screen.c
  + search pattern now allows to search from text without the '*' character
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 71)
fix build on 13.1 and beyond
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 70)
- update to 1.35:
  + This release adds a scripts feature: like in Nautilus, users 
    can now apply custom shell scripts to a list of selected files. 
    See the documentation page for more information.
  + The default keyboard shortcut for the file rename operation 
    was changed to F2. 
  + Swedish and greek translation were updated. 
  + A spanish colombian translation was also added. 
  + And as usual, several bugs were fixed.
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 69)
- update to 1.34:
  + date format is now the same everywhere (and can be selected 
    from the Preferences dialog)
  + it is now possible to specify two start directories at the 
    command line in Xfe. This can be combined with the --panels
    option to select the panel view mode. If no panel view mode 
    is selected and two start directories are specified, then
    the two panels mode is selected by default
  + added a Clearlooks theme and modified the Human and Sea Sky themes
  + scrollbar color can now be changed
  + fixed wrong bordercolor in foxhacks.cpp
  + default audio and video apps are now audacious and mplayer
  + a middle click on selected files now opens the associated file viewer
  + when selecting file name in the symlink dialog, don't select the path
  + when selecting file name in the rename dialog, don't select 
    the (last) file extension
  + add --as-needed to LDFLAGS in debian/rules
  + fixed a typo in help.h (patch from Joo)
  + added POTFILES.skip to the po directory (patch from Joo)
  + for xvt inside of xfe there is the need to configure xvt depending 
    of the kernel. Adding some code for using with variants of the 
    hurd system to ttyinit.c (patch from Joo)
  + set xpm application icons size to 48x48 instead of 32x32 (bug #3571058)
  + get rid of the unuseful Confirm Quit option
  + applied patch from gentoo maintainers that adds --enable-minimalflags 
    (respect system flags as much as possible) to the configure 
    script (bug #3598473)
  + fixed a bug in FXURL::encode() that prevent to paste files with 
    a '%' character in their name (bug #3603196)
  + removed the sfx script, because it seems that nearly nobody uses it
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 68)
fix make call
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 67)
Lars Vogdt's avatar Lars Vogdt (lrupp) committed (revision 66)
- adapt specfile to produce better Fedora packages 
  (thanks to TI_Eugene)
Displaying revisions 1 - 20 of 85
openSUSE Build Service is sponsored by