Search
j0ke.net Open Build Service
>
Projects
>
KDE
:
QT-4
>
krusader
> Changes
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
Changes of Revision 7
[-]
[+]
Changed
krusader.changes
@@ -1,4 +1,46 @@ ------------------------------------------------------------------- +Sun Jul 26 14:55:00 CEST 2009 - cs@linux-administrator.com + +- updated to version 2.0.0 + * ADDED: [ 2466695 ] Archive dialog now remembers Compression level + * FIXED: [ 2671702 ] wrong file size for files with currupt encoding + * FIXED: sync-browse fails if the name contains spaces + * FIXED: Compile error with Qt-4.5 (patch by Marc Schiffbauer) + * FIXED: tab change at dragging doesn't work + * FIXED: [ 2543170 ] Crashes on mouse wheel in brief view + * FIXED: [ 2553396 ] Krusader exits after closing KrViewer + * FIXED: [ 2563664 ] Krusader always trashes (not deletes) files + * FIXED: tar.bz2 doesn't always detected automatically + * FIXED: panel freezes if the inactive path is invalid + * FIXED: problem when splitter sizes are 0, 0 + * FIXED: iso protocol problems with images bigger than 4GByte + * FIXED: Windows: iso protocol works well now + * FIXED: Windows: slow start + * FIXED: Windows: the root directory is C:\ + * FIXED: MountMan saves its last size + * FIXED: [ 1535954 ] krviewer hex view endian dependent + * FIXED: [ 1550740 ] Wrong placeholder replacement + * FIXED: [ 1988452 ] "Open the popup panel" button hides files from the file pane + * FIXED: [ 1965317 ] Return to panel when pressing Escape in kcmdline/panel path + * FIXED: [ 2265338 ] Copy from rar files broken + * FIXED: [ 2484665 ] Crash when deleting modified user action + * FIXED: MountMan: mount/umount/eject uses Solid if possible + * FIXED: [ 2381505 ] Ctrl+Shift+D in editor (KWrite) not work + * FIXED: Krusader fails to edit files containing international chars with Shift+F4 + * CHANGED: Changed default Alt+letter shortcuts because of [ 2564684 ]. + See the details in SVNNEWS + * CHANGED: Initial Konfigurator size is now 900x680 + * ARCH: view properties for detailed/brief/interviews are merged into one + * I18N: Updated Italian translation (thanks Giuseppe Bordoni) + * I18N: Updated French translation (thanks to Henry-Nicolas Tourneur and Stanislas Zeller) + * I18N: Updated Catalan translation (thanks to Joaquim Perez) + * I18N: Updated Slovak translation (thanks to Zdenko Podobný and Ondrej PaÄay "Yogi" ) + * I18N: Updated Hungarian translation + * I18N: Updated Slovenian translation + * I18N: Updated Swedish translation (thanks Peter Landgren) + * REMOVED: CVSNEWS, SVNNEWS is the successor (extension to this ChangeLog) + +------------------------------------------------------------------- Mon Jul 21 16:10:09 CEST 2008 - anschneider@suse.de - Fix starting krusader in root-mode from tools menu.
[-]
[+]
Changed
krusader.spec
^
@@ -1,5 +1,5 @@ # -# spec file for package krusader (Version 2.00.0 beta1) +# spec file for package krusader (Version 2.0.0) # # Copyright (c) 2008 SUSE LINUX Products GmbH, Nuernberg, Germany. # This file and all modifications and additions to the pristine @@ -18,11 +18,10 @@ License: GPL v2 or later Group: Productivity/File utilities Summary: A File Manager -Version: 1.99.1 +Version: 2.0.0 Release: 1 BuildRoot: %{_tmppath}/%{name}-%{version}-build -Source0: krusader-2.0.0-beta1.tar.bz2 -Patch00: krusader_root_mode.patch +Source0: %{name}-%{version}.tar.bz2 %description An advanced twin panel (commander style) file manager for KDE. @@ -49,8 +48,7 @@ Szombathelyi Gygy <gyurco@users.sourceforge.net> %prep -%setup -n krusader-2.0.0-beta1 -%patch00 -p1 +%setup %if !0%{?opensuse_bs} %debug_package @@ -75,7 +73,7 @@ %files -f %{name}.lang %defattr(-,root,root) -%doc README AUTHORS COPYING ChangeLog INSTALL TODO +%doc README AUTHORS COPYING ChangeLog INSTALL TODO FAQ SVNNEWS %{_bindir}/krusader %{_libdir}/kde4/kio_krarc.so %{_datadir}/applications/kde4/krusader*.desktop
Added
krusader-2.0.0.tar.bz2
^