[cheese] Created tag 2.31.1



The unsigned tag '2.31.1' was created.

Tagger: Yuvaraj Pandian T <yuvipanda gmail com>
Date: Sat Jul 17 02:58:37 2010 +0530

    tag for release 2.31.1

Changes since the last tag '2.30.1':

A S Alam (1):
      added Punjabi Translation, updated Makefile.am

Andrej ŽnidarÅ¡iÄ? (1):
      Updated Slovenian translation

Aron Xu (1):
      Complete Simplified Chinese translation.

Filippo Argiolas (7):
      release: post release version bump
      Fix several wide mode issues and reimplement our window sizing trick
      resize_children needs children to be visible to work
      Don't show the clutter stage before the rest of the ui
      Keep video preview aspect ratio
      Add some notes to TODO
      some more note in TODO

Fran Diéguez (1):
      Updated Galician translations

Gil Forcada (1):
      Updated Catalan translation

Giorgi Maghlakelidze (1):
      Added Georgian translation

Matej UrbanÄ?iÄ? (9):
      Added sl for Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Theppitak Karoonboonyanan (1):
      Updated Thai translation.

Thomas Thurman (2):
      Updated Shavian transliteration
      Updated Shavian translation

Timo Jyrinki (4):
      Add Finnish help translation by Jukka Heikkilä.
      Term change in Finnish translation, suggested by Jukka Heikkilä.
      Updated Finnish help translation by Jukka Heikkilä.
      Add Finnish help translation by Jukka Heikkilä.

Yaron Shahrabani (2):
      Updated Hebrew translation.
      Updated Hebrew translation.

Yuvaraj Pandian T (102):
      Initial vala build
      Cleaned up build to use autotools' native valac support
      Killed C sources
      A very incomplete window shows up
      Added the config vapi file
      New hand-written GTKBuilder UI files. Menus in place
      Connected 'destroy' signal handler to close app when cheese-window is closed
      Removed cheese-ui.xml dependency from Makefile
      Signals Autoconnection works. Quit action implemented
      Updated signal handlers in the .UI files to point to new name for CheeseWindow
      Added handler for Help Contents
      Simple clutter stage embedded, basic layout in place
      Added About Dialog box
      Initial vala build
      Made the GTKBuilder .ui a bit more pretty, moving the slightly ugly About dialog bits to the bottom
      Added aligned layout of buttons bar below the viewport
      Split the GTKBuilder UI file into multiple files so that they are more easily manageable
      Connected the buttons beneath the viewport to their respective actions
      Revert "Initial vala build"
      Wrapped parts of cheese-thumb-view.c in a .vapi file and added the widget to main window.
      Scrolling works in thumbnails. Added wrapper for eog-thumbnav.
      Changed signal name of GtkToggleAction's from activate to toggle
      Added code to properly toggle between wide mode and normal mode
      Added fullscreen toggle
      Made buttons look flat when in Fullscreen mode and 'Normal' in windowed mode
      Auto hiding of buttons area in fullscreen mode
      Made the UI change when the mode changes
      Changed Preferences from a ToggleAction to an Action
      Basic video preview works
      Removed unneccessary copy of cheese-fileutils
      Fixed paths for DATADIR
      Removed vala specific Mode Enum and reused MediaMode enum from libcheese
      Taking Photos works
      Moved Clutter definitions to a ClutterScript
      Added a ClutterBinLayout to make laying out of ClutterActors easier
      Wonky support for Burst mode
      Made cheese single-instance using libunique-1.0
      Countdown animation sorta works. Burst mode broken
      Burst mode works.
      Back to uglier properties till I can fix them
      Added new CheeseEffect class that enscapulates an user loadable effect.
      Fixed typo (clutter-gst-0.10, not clutter-gst-1.0)
      Removed effect icons
      Added noir effect, and simple effect parsing code in new EffectsManager class
      Read .effect files from system data directory and user level data directory (~/.cheese/effects)
      Added functions to show video with arbritary effect in arbritary structure
      Fixed naming conflict for queues when splitting from effects-tee
      Preliminary live-preview effects working. Dependency on mx toolkit.
      Made clicking an effect select it
      Fixed awkward lag when using Effects Selector
      Reduced cpu usage by half. Reduced preview sizes as well.
      Fixed bug causing recreation of effects everytime button was toggled
      CPU usage lowered, made downscaling common to all of the effects
      New default effects
      Fixed pause when switching between effects previewer and normal viewing mode
      Fixed resize bug causing effect previews not to resize when window is resized
      Added more effects
      Added black background to viewport
      Removed some unused variables
      Fixed the valve issues, made them async
      Added control_valve property to Effect, so it can be turned on and off
      Added methods to enable/disable live preview of individual effects
      Effects now split into pages
      Fixed source indentation
      Added code to turn to previous and next pages
      Made next page and previous effects page actions sensitive as and when required
      Fixed typo
      Fixed a bunch of warnings
      Performance enhancements to switching effects viewer
      Performance optimization for switching effects selector
      Performance fix for effect selection
      Fixed an off by one error
      Added "File Open" functionality. Unhooked to most events (except keyboard shortcut)
      Removed some hardcoded values
      Fixed some sensitivity bugs with the effects paging mechanism
      Made action buttons insensitive when effects selector is on
      Removed unncessasary set of camera start/stops when connecting effects to textures
      Paging controls for effects selector.
      File Delete implemented.
      Added Save As functionality to selected thumbnails
      Popup menu shows up.
      Right clicking outside a selection in thumbview now selects the newly clicked item.
      Modified TODO
      Move to Trash works
      Initial work on preferences window.
      Setting Image properties (contrast, hue, brightness and saturation) on preferences window works
      Bound controls in preferences dialog to their respective GConf settings
      Selecting from different camera sources works
      Resolution combo box in preferences window works
      Increased step size for preference sliders
      Made about dialog box close when Close button is clicked
      Fixed bug causing app to crash if About dialog is opened twice
      Fixed resolutions occurring multiple times in preferences dialog
      Fixed the alignment of videobalance labels in preferences dialog.
      Crash when adding resolutions for second time fixed.
      Report error when no video devices are found, instead of crashing and burning.
      Remove extra padding around scales
      Fixed regression that caused all effects textures to show up blank
      Copyright name modifications
      Added text overlay to effects with their names on it
      Added a translucent black background to the effect names to make them easier to read
      Made the identity effect come first

Yuvi Panda (7):
      Initial support for video recording
      Change Icon of action button when recording starts
      Re-enable mode change when out of video mode
      Fix for Burst mode
      Fixed Bug causing Actions to not enable/disable based on availability
      Flash works
      Cleaned up GConf wrapper, and Camera device is now read from GConf

daniel g. siegel (47):
      make sure, autogen finds the right vala source code
      add cheese icon path in order to show custom icons
      of course without any comments ;)
      the correct version of clutter-gst is 1.0, not 0.10
      use static variables for the countdown return function and countdown variable
      prepare uncrustify config for vala
      add old c config for uncrustify
      reindent vala source code
      move valasrc to src directory
      reindent some vala files
      remove incompatible return type warning
      add some try-catchs on critical instructions
      the found an effect message should be a message, not a critical one
      remove flash and countdown items from Cheese menu
      only load effect files ending with ".effect"
      add TODO file
      use gtkalignment instead of gtkframe for the thumbnail bars
      reformat .ui files
      do cast the thumbnail widgets to gtkalignment
      add a 24px wide padding on the left and right of the action area
      add somewhat more padding to the action area
      set the border relief of the effect arrows to none
      make the effect files translatable
      give the effects a better natural name
      change group name of the effect files
      mark further strings as translatable (mostly .ui files)
      argh, forgot to close the string
      add "no effect" effect
      make countdown a bit smaller and use white color
      ignore produced effect files in git
      add gtk-doc documentation support to libcheese
      add missing source files to makefile
      add missing version entity to the docs
      fix building with vala and c header files
      version bump to 2.31.1
      add move all to trash functionality
      do not use var, use the correct type of variables
      update TODO list
      update TODO
      make the no device text translatable
      use already localized error message by cheese-webcam
      add effect specification
      remove jaap from the MAINTAINERS file
      add copyright assignments
      make effect names translatable in the preview
      Merge branch 'three-point-oh'
      update NEWS file



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]