Age | Commit message (Collapse) | Author | Files | Lines |
|
Features of this release
* Parallel installability with 0.6.x series
* Internationalization
* New translations in this release: Swedish, Afrikaans, Azerbeaijani
* Translations: af az nl sr sv
* Updated to the new core 0.8 subsystems
* Reworked play and media-info libraries
* Updated osssink: now does probing of possible output properties
* Updated qtdemux: fixes for MACE audio
* New debug element: quasirandom byte changes
* New element: dvddemux
* New element: kiosrc, a KIO-slaves source
* Fixes to all other elements, including level, videodrop, gnomevfssrc,
speex, *law, mpeg2dec, adder, a52dec, oggdemux, matroska, mad, v4l2,
cacasink
* Portability fixes
* ChangeLog use
* Coding style consistency
* Various memleak and buffer overflow fixes
Bugs fixed in this release
* 120883 : osssink advertises more rates than it handles
* 125732 : v4l2src don't support all YUV formats
* 134301 : gst-plugins should depend on X
* 135919 : Mandrake 10
* 136477 : [PATCH] gst-launch-ext does not support .mov
* 136527 : gdk_pixbuf makefile tried to execute targets contrains in...
* 137348 : media-info .pc file lacks a 'Version:' line
* 137448 : mpegaudioparse: crash (bus error)
* 137504 : mpeg2dec fails on 422 encoded material
* 137556 : Ogg Vorbis playback has poor spatialization
* 137588 : ffmpegcolorspace gives critical when it should throw error
* 137722 : Quicktime audio parsing is broken
* 138105 : [mpeg1videoparse] Hangs while decoding everest.m1v
* 138168 : id3tag using gst_event_new_discontinuous incorrectly?
* 138169 : matroska-demux using gst_event_new_discontinuous without ...
* 138635 : two GLib-GObject-CRITICAL Messages when running gst-regis...
* 138846 : all of the ladspa-wrapped source-plugins fail to go to pl...
* 138914 : gstgdkanimation.h is missing from gst-plugins-0.8.0
* 139034 : Non-standard test(1) operator used in configure script
* 139035 : Non-standard regex used as libtool argument
* 139382 : mad decoder can resync wrongly after seek and does explic...
* 139532 : gstcolorspace crashes when after v4lsrc (ffmpegcolorspace...
* 139926 : id3tag's caps cause it to be plugged more than once by sp...
* 139958 : Leak in avidemux
* 140058 : [msmpeg4] file with broken qscale/header does not play
|
|
|
|
Bump PKGREVISION to 1 because of this.
While doing this, split the Makefile in two parts to aid with the addition
of packages providing modules (which are distributed inside the gnome-vfs2
distfile).
Also do some PRINT_PLIST_AWK tricks.
|
|
|
|
|
|
|
|
which one is required in an automatic way by checking USE_X11BASE. This
simplifies things and avoids possible problems in the future due to confusion.
|
|
*-dirs packages.
|
|
rely on how the compiler passes parameters to functions. This hopefully
solves several problems: in concrete, one exposed by gnome-system-monitor
when selecting the "My Processes" view (as the function returing the list
takes two arguments, and the second one was beeing passed incorrectly).
Bump PKGREVISION to 1.
|
|
|
|
|
|
* GWNet
new subproject
GWNet is a smb and ftp file viewer.
* GWorkspace/GWSplitView.m
-updateDiskSpaceInfo: rewritten.
* Viewers/IconsViewer/PathIcon.m
-mouseUp: implemented.
* GWorkspace/Inspectors/Tools.m
fixed a bug that crashed the app because a view created in Gorm
was not retained before releasing its window.
* applied patch by Matt Rice <ratmice@yahoo.com> that changes the usage of
setStringValue: on many NSButtons to setTitle.
* Viewers/IconsViewer/IconsPanel.m
Viewers/IconsViewer/IconsPath.m
Viewers/IconsViewer/IconsViewer.m
Viewers/SmallIconsViewer/SmallIcon.m
Viewers/SmallIconsViewer/SmallIconsPanel.m
Viewers/SmallIconsViewer/SmallIconsViewer.m
applied patch by S.J. Chun <chunsj@embian.com> to not access superviews
before they are set.
* added the "GWRemoteFilenamesPboardType" in all the classes
that implements the DraggingDestination protocol
* GWLib/FSWatcher.m
added a NSNotificationQueue.
* GWorkspace/Fiend/Fiend.m
GWorkspace/FiendLeaf/FiendLeaf.m
added DraggingDestination methods to the window.
* GWorkspace/Recycler/Recycler.m
the DraggingDestination is now the window.
* ContentViewers/PdfViewer/PdfViewer.m
applied a patch (by Charles Philip Chan <cpchan@sympatico.ca>)
to make the pdf Inspector work with Ghostscript 8.
* GWorkspace/main.m
the key equivalent for "Quit" is now "Q".
* Version 0.6.2
* GWorkspace/GWorkspace.m
check the defaults for "NoWarnOnQuit"
* ClipBook/ClipBookWindow.m
added the DraggingDestination methods and removed them from the subviews.
added support for the NSColorPboardType type.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
added support for the NSColorPboardType pasteboard type.
* Version 0.6.1
* ClipBook
new subproject.
* GWorkspace/Resources
removed some duplicate files.
* GWorkspace/TShelf/TShelfIconsView.m
creates pasteboard icons also from dnd.
* GWorkspace/TShelf/TShelfView.m
reset the current selection when changing from a pasteboard tab
to a normal one.
* GWorkspace/FileOperations/FileOperation.m
in -doDuplicate changed the suffix "_copy" appended to the file name
to a prepended string, that is, "copy_of_".
* All the DraggingSources now consider also the offset in
-dragImage:at:offset:event:pasteboard:source:slideBack:
(on GNUstep this does nothing but I need it for osx)
* GWorkspace/Resources/Icons
Added some icons for Mac OS X.
* GWLib/externs.m
added icons names.
* GWorkspace/FileOperations/FileOperation.m
Now works on Mac OS X, too.
* GWorkspace/Resources/English.lproj
Modified some .nib files.
* A new Viewer opened on "/" now saves in the defaults its own shelf
content and doesn't use anymore the shelf content of the main viewer.
* Utilities/thumbnailer/thumbnailerInfo.plist
moved "Make thumbnail(s)" and "Remove thumbnail(s)" in a submenu.
they are now "Thumbnails/Make thumbnail(s)" and "Thumbnails/Remove
thumbnail(s)".
German translation by Martin Brecher <martin@mb-itconsulting.com>.
* GWorkspace/Resources/German.lproj
updated German Localized.strings (by Martin Brecher
<martin@mb-itconsulting.com>)
* ContentViewers/AppViewer/AppViewer.m
shows also the extensions.
* now the miniwindow icons reflect current directory icon
instead of view type.
* a new root viewer created has now the same shelf content of the first one.
* Info->Preferences->Hidden files
It is now possible to define directories as hidden.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Added a dummy implementation of
GormNSBrowser, GormNSTableView, GormNSOutlineView, GormNSMenu,
GormNSPopUpButtonCell and GormNSPopUpButton
Now the viewer seems to works with all the Gorm objects.
* ContentViewers/PasteboardViewer/PasteboardViewer.m
Enabled. Actually it works with many Gorm objects.
Problems with: NSBrowser, NSTableView, NSOutlineView and NSPopUpMenu.
* ContentViewers/PasteboardViewer
New contents viewer inspector.
* Added support for cut, copy and paste operation to the Tabbed Shelf.
* GWorkspace/TShelf/TShelfPBIcon.h GWorkspace/TShelf/TShelfPBIcon.m
New files.
* GWorkspace/Resources/Icons/
Added: Pboard.tiff, colorPboard.tiff, filecontsPboard.tiff Files,
gormPboard.tiff, rtfPboard.tiff, rtfdPboard.tiff, stringPboard.tiff,
tiffPboard.tiff.
* GWorkspace/GWorkspace.m
Added a "Do you really want to quit?" dialog
in -applicationShouldTerminate:.
Added some keyEquivalents to the tabbed shelf menues.
* GWorkspace/TShelf/TShelfWin.m
Reduced the height of the shelf by 6 pts.
* GWorkspace/Desktop/DesktopView.m
GWorkspace/Shelf/Shelf.m
in -fileSystemDidChange: fixed a bug that leaved a renamed icon locked.
* GWorkspace/FileOperations/FileOperation.m
-calculateNumFiles doesn't block anymore.
the stop button now works and the GWFileSystemDidChangeNotification is
sent only with the processed files.
* Viewers/SmallIconsViewer/SmallIconsPanel.m
in -selectIconWithPath: now the view scroll to show the icon.
* GWorkspace/Inspectors/Tools.m
after setting the default application, the applications icons
are now shown correctly.
* Version 0.6
* GWLib/GWProtocol.h and GWorkspace/GWorkspace.m
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
|
|
in -unselectNameEditor redraw the editor rect only if nameEditor
exists in the subviews.
-concludeRemoteFilesDragOperation: new method.
added a NSNotificationQueue.
added icons names.
-sortedDirectoryContentsAtPath:
-checkHiddenFiles:atPath:
-setCachedMax:
-addWatcherForPath:
-removeWatcherForPath:
-lockFiles:inDirectoryAtPath:
-unLockFiles:inDirectoryAtPath:
-isLockedPath:
-existsAndIsDirectoryFileAtPath:
-typeOfFileAt:
-isPakageAtPath:
-sortTypeForDirectoryAtPath:
-setSortType:forDirectoryAtPath:
-setDefSortType:
-defSortType
-setHideSysFiles:
-hideSysFiles
-iconForFile:ofType:
-smallIconForFile:
-smallIconForFiles:
-smallHighlightIcon
-setUseThumbnails:
-imageExtensions
all these methods have been moved in GWLib
+ (id)workspaceApp
new method.
in cutFileLabelText() new algo used.
|
|
|
|
|
|
- correct INFO_FILES
- add buildlink3.mk
|
|
This makes the package build on Linux again.
|
|
changes:
-uses libcdio for HW access now
-some cleanup and restructuring
-bugfixes
|
|
|
|
|
|
* testing more than 2gb of memory
* support for some ECC error reporting chipsets
* serial console improvements
* netbooting is fixed
* LinuxBIOS support
* add new "bit fade" extended test
* use dynamic relocation information records to become PIC, instead of
requiring 2 copies of memtest86 in the binary
* many bugfixes
|
|
|
|
"""
Patch for fixing a long standing bug in xmbmon version 2.00-2.03
(April 7, 2004): here; this is for 2nd and 3rd temperatures in Winbond
chips with ISA access (no problem with SMBus access).
"""
Bump both mbmon's/xmbmon's PKGREVISIONs to 1.
|
|
|
|
includes our patch for x86_64 support, some bug fixes, and updated
and new translations.
|
|
broke 'make index' (pointed out by wiz@). This also lets us write more
interesting and easier to find descriptions for packages.
|
|
|
|
This package provides the gnomevfs plugin for GStreamer.
|
|
systems where there is not libXau.so; Bump PKGREVISION.
|
|
|
|
|
|
as *.orig. Should fix the build on IRIX6.5.
|
|
|
|
|
|
* Added a new 'null' log handler.
* Added a flush() method to the public Log API.
* Added a new handler that logs using the Sqlite extension.
* The open(), close() and log() methods now consistently return success
or failure.
* If an object or array is passed as a log event, its human-readable
representation will be used.
* It's now possible to specify the default priority for events logged
using the log() method.
|
|
|
|
living in devel.
|
|
|
|
So I now see the package was previously here; the reason for the move is to
lighten a bit the devel category, which has lots of packages.
|
|
This is version 1.0.13nb4.
|
|
This is version 2.5.2.
|
|
NetBSD 2.0 and newer.
|
|
* Add process list column for X Server memory usage (Havoc Pennington)
* Add support for multiple processors - bug # 91363
* Fix color saving of graphs - bug #126612 (Kaushal Kumar)
* Fix crash when asking for root passwoard - bug #126923 (Kiran Kumar Immidi)
* Fix memory display
|
|
|
|
nautilus-cd-burner is an extension to Nautilus that makes it easy to
write files to a CD burner.
The user uses Nautilus or another gnome-vfs aware app to copy the
files he wants to write to burn:///, and then nautilus-cd-burner is
launched in some way to write the files to the CD.
|
|
2.6 platform.
|
|
Major changes since 2.5.91 are:
* Translation updates
Major changes since 2.5.90 are:
* Handle failures when opening new window better (don't loop)
* visiting and accept modifiers were reversed in list view
* Build fixes
Major changes since 2.5.8 are:
* Beter typeahead in list view
* "browse" context menu item in more places
* Added go -> cd burner in browser mode
* Fallback to normal icon view if there is a problem launching another view
* Close windows on unmounted directories
* Fix crashes
* Longer delay until cancel open dialog opens
Major changes since 2.5.7 are:
* Fix crash
* Nicer names for toplevel uris
* Browse folder works in more places
* Added preference to always use browser windows
* Warn when sniffed/extension-matched mime type disagrees
* Show applications for both sniffed and extension-matched
mimetype in the open with menu
Major changes since 2.5.6 are:
* Fix icon lookup crash
* Fix property page crash
* Some a11y fixes
* Use new background capplet name
* Fix rename keyfocus issue
* Scroll to icon after rename
* Fix ogg previewing
* Some HIG rephrasing of strings
* Fix crash on rename of empty selection
* Update help userguide links
* Paste menu sensitivity fix
* Rename selection keynav now behaves better from the start
Major changes since 2.5.5 are:
* hig/ui tweaks
* ngettext support
* distribute nautilus-list-view-ui.xml
* New mimetype detection approach
* performance fixes
* non-modal open with other dialog
* Don't show small svgs as themseleves (always thumbnail)
* update egg-recent
Major changes since 2.5.4 are:
* Extension system for emblem, property page, menu item, and
list view column plugins.
* Editable list view columns
* Don't expand symlinks when following them.
* Busy cursor in loading spatial windows
* Icon-view style typeahead in the list view.
* Emblems in the list view
* Added a location button to spatial windows
* Removed tab icon nav from the icon view
* Add a context menu to the tree side pane.
* Pop up folder menu in list view background
* Turn on home icon on the desktop by default
* Added status bar info when no files are selected
* Got rid of unnecessary EelGenerousBin/EelInputEventBox usage
* HIG fixes
* Bugfixes
Major changes since 2.5.3 are:
* Use GtkIconTheme instead of GnomeIconTheme
* Show visited folders differently
* Better mouse/keynav in icon and list view
* Save window geometry on window close
* HIG message dialogs
* File templates support
Major changes since 2.5.2 are:
* Accessibility fixes
* Better initial size of navigation window
* Close all parents closes all parents
* Focus the next item after delete in list view
Major changes since 2.5.1.1 are:
* Don't do unnecessary i/o on remote locations
* handle broken symlinks that go unbroken
* various bug fixes
* some accessibility fixes
Major changes since 2.5.1 are:
* Fixed a NautilusFile leak
* DISABLE_DEPRECATED fixes.
Major changes since 2.5.0 are:
* Start of new volume handling system
* deprecaton clean
* fixed leaks
* performance fixes
|
|
gnome-vfs 2.6.0
* Bugs fixed:
+ Some doc fixes
+ Fixed potential buffer in ftp readdir
+ Fix up needs_terminal usage in schema for url handlers
gnome-vfs 2.5.91
* Bugs fixed:
+ build fixes
+ enable ssl if using gnu tls
+ handle host key changed in sftp method
gnome-vfs 2.5.90
* Bugs fixed:
+ fix some sftp bugs
+ fix ssl support (wasn't working at all)
+ better webdav support on some servers (including apache)
+ fix crash when monitoring invalid uris
+ handle fam crashing without using 100% cpu
+ fix nautilus crasher
+ better emission of pre_unmount when unmounting volumes
+ fixed some mime sniffing issues (need new shared-mime-info)
+ portability fixes
+ fix memleaks
+ some header changes needed for c++ binding
gnome-vfs 2.5.8
* Bugs fixed:
+ Text mimetype sniffing
+ portability fixes
* Features
+ Added gtk file chooser backend (experimental)
Note that this introduces a circular build dependency.
This will have to be fixed later, but isn't a huge
problem atm since nothing is using the backend.
gnome-vfs 2.5.7
* Bugs fixed:
+ proxy mask parsing bug fixed
+ Eject code on freebsd
+ Fixed leaks
+ DESTDIR install fixes
gnome-vfs 2.5.6
* Features
+ mime sniffing default method changed
* Bugs fixed:
+ Portability fixes
+ Force volume reload after mount/unmount
+ handle 32bit linux device numbers
+ fix various mime detection bugs
+ don't confuse user_xattr mount option with user
+ move vfs daemon to libexec
gnome-vfs 2.5.5
* Features
+ Allow rename to case-different name
on case-insensitive filesystems (FAT)
+ Add smb support (requires samba 3.0)
+ Add sftp support
+ Use the xdg mime systems (requires shared-mime-data)
+ Initial network:// support
* Bugs fixed:
+ Fix drive/volume casting macros
+ Added GPL headers to daemon
gnome-vfs 2.5.4
* Features
+ performance tweaking of copy block size
+ correct units for kilobytes according to HIG
+ some cleanups of the schemas texts
* Bugs fixed:
+ fixed up daemon failure handling
+ cd name reading
+ g_object_new crasher
+ removed debug spew
gnome-vfs 2.5.3
* Features
+ New authentication callbacks, allowing
more control and gnome-keyring integration
+ New callback support for http backend
+ moved url handler schemas here
+ real gtypes for gnome-vfs enumerations (Murray Cumming)
* Bugs fixed:
+ Solaris fixes of the volume handling (Niall Powed, Padraig
O'Brian)
gnome-vfs 2.5.2
* Features
+ use ngettext
* Bugs fixed:
+ no more vfs-daemon zombies
+ fixed gnomevfs-ls escape bug
+ fixed some leaks
+ fixed some http issues
gnome-vfs 2.5.1
* Features
+ volume monitor
+ computer location
gnome-vfs 2.5.0
* Features
+ asynchronous seek implementation (Manuel Clos)
+ seek and tell support in the FTP method (Manuel Clos)
* Featurelets:
+ make the ssh method work with newer ssh (Mitch)
|
|
Darwin that is sufficient for pkgsrc use.
|
|
|