Skip to content
/ Album Public
forked from HaikuArchives/Album

Album is a file browsing and tagging utility for BeOS and compatibles.

License

Notifications You must be signed in to change notification settings

Begasus/Album

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Album (code name Aberration)

Copyright (c) 2006-2015 by Matjaž Kovač

Album is a file browsing and tagging utility for BeOS/Haiku. 
The idea is to have a work pad for pictures from different locations so they may be viewed and tagged. 
The program is not limited to pictures and BFS (Be File System) volumes, although that makes most sense since some of the functionality has to do with file attributes. 

DISTRIBUTION

This software is distributed under the terms of the MIT license. See LICENSE for details.


DOCUMENTATION AND UPDATES

Functionality is very similar to previous versions as described at
http://users.volja.net/mkovac1/proj/album 


COMPILING

BeOS Generic Makefile, compiles on recent Haiku builds and BeOS R5 with some features disabled. Requires development headers for 'libiptcdata' library. 

AUTHOR

Matjaž Kovač
Ljubljana, Slovenia
matjakov@gmail.com

CHANGES

From 0.9.3 to 0.9.4
-source reworked
-Haiku tooltips, colors and date localization
-navigation improvements
-image loading bugs fixed
-UI glitches fixed
-redundant messaging removed
-new preferences
-"rebuild thumbnails" menu option
-mod. time label added
-experimental clipboard support


From 0.9.1 to 0.9.2
- Improved inter-apllication interoperability by implementing the negotiaded drag&drop. This allows you to drag images from PhotoGrabber (camera import utility) and similar applications. It isn't ideal though. 
The problem is that kind of data exchange only works on files so Album first
creates a temporary directory in B_COMMON_TEMP_DIRECTORY/Album and starts watching for new files. 
It then instructs the sender (the application files are dragged from) to store its
stuff there. If the sender somehow manages to overwrite existing files, they won't show up, because nothing was created, technically.
Remember to move images to a safer location by dragging them from Album elsewhere.

- Responds to Open With.. in Tracker.


From 0.9 to 0.9.1
- Three types of labels can be set independently.
- Selection made less time consuming.

From 0.7 to 0.9
- Overhauled UI
- Simplified source code, Haiku/BeOS compatible makefile
- Switched back to custom EXIF extraction (should speed up loading)
- Simplification and omission of some less used features
- Uses app_server for scaling
- Marked items are stored as BFS attributes
- Shows JPEG comments/width/height
- Speed optimizations, less memory allocations

From 0.3 to 0.7
- Switched to libexif and libiptcdata
- EXIF thumbnail extraction
- IPTC tags extraction
- Many user interface changes (tag indicator icons, marking, cosmetic improvements)

From 0.1 to 0.3
- Switched to a home-grown EXIF extraction lib.
- Tag import (Attribute association)
- Improved font sensitivity
- Added Labels menu
- Minor changes


About

Album is a file browsing and tagging utility for BeOS and compatibles.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.5%
  • C 6.4%
  • Makefile 2.1%