[cheese] (164 commits) ...Merge branch 'three-point-oh'



Summary of changes:

  bc2b1b9... Initial vala build (*)
  b94b081... Cleaned up build to use autotools' native valac support (*)
  f02a207... Killed C sources (*)
  4d958c6... A very incomplete window shows up (*)
  abe5778... Added the config vapi file (*)
  6ad2ebf... New hand-written GTKBuilder UI files. Menus in place (*)
  4e9483f... Connected 'destroy' signal handler to close app when cheese (*)
  e112a3a... Removed cheese-ui.xml dependency from Makefile (*)
  00bcdc1... Signals Autoconnection works. Quit action implemented (*)
  c4e8742... Updated signal handlers in the .UI files to point to new na (*)
  8fbc453... Added handler for Help Contents (*)
  90510b8... Simple clutter stage embedded, basic layout in place (*)
  ec62317... Added About Dialog box (*)
  5a065b1... Updated Hebrew translation. (*)
  f359edc... Updated Slovenian translation (*)
  22ec013... Updated Slovenian translation (*)
  948c46d... Updated Slovenian translation (*)
  2971977... Made the GTKBuilder .ui a bit more pretty, moving the sligh (*)
  a84f07f... Added aligned layout of buttons bar below the viewport (*)
  1669efa... Split the GTKBuilder UI file into multiple files so that th (*)
  e13a0e8... Connected the buttons beneath the viewport to their respect (*)
  2535f0d... Wrapped parts of cheese-thumb-view.c in a .vapi file and ad (*)
  30b8a62... Scrolling works in thumbnails. Added wrapper for eog-thumbn (*)
  0858c0f... make sure, autogen finds the right vala source code (*)
  3703acf... add cheese icon path in order to show custom icons (*)
  cf8bd38... of course without any comments ;) (*)
  2b12566... Changed signal name of GtkToggleAction's from activate to t (*)
  4c5d2e7... Added code to properly toggle between wide mode and normal  (*)
  c3ade5a... Added fullscreen toggle (*)
  0bf9afc... Made buttons look flat when in Fullscreen mode and 'Normal' (*)
  d138dbf... Auto hiding of buttons area in fullscreen mode (*)
  b110629... Made the UI change when the mode changes (*)
  167fc9f... Changed Preferences from a ToggleAction to an Action (*)
  9787de1... Basic video preview works (*)
  157e6bd... Removed unneccessary copy of cheese-fileutils (*)
  19b7cad... Fixed paths for DATADIR (*)
  3113baf... Removed vala specific Mode Enum and reused MediaMode enum f (*)
  ad19f06... Taking Photos works (*)
  4faa5e3... Moved Clutter definitions to a ClutterScript (*)
  5e23db7... Added a ClutterBinLayout to make laying out of ClutterActor (*)
  0973f9e... Initial support for video recording (*)
  954fec1... Change Icon of action button when recording starts (*)
  733c8f3... Re-enable mode change when out of video mode (*)
  bf2e5df... Wonky support for Burst mode (*)
  db0e9ee... Fix for Burst mode (*)
  fa59466... Fixed Bug causing Actions to not enable/disable based on av (*)
  c014df9... Flash works (*)
  bb40845... Cleaned up GConf wrapper, and Camera device is now read fro (*)
  9c18a89... Made cheese single-instance using libunique-1.0 (*)
  4565bf2... Countdown animation sorta works. Burst mode broken (*)
  e87a9bd... Burst mode works. (*)
  73f47c8... the correct version of clutter-gst is 1.0, not 0.10 (*)
  d0b6d04... use static variables for the countdown return function and  (*)
  49f21d6... prepare uncrustify config for vala (*)
  3401f1b... add old c config for uncrustify (*)
  b7c3a65... reindent vala source code (*)
  d3e0f67... Back to uglier properties till I can fix them (*)
  5698bd1... Add Finnish help translation by Jukka Heikkilä. (*)
  aaaf30a... Added new CheeseEffect class that enscapulates an user load (*)
  1f3d711... Fixed typo (clutter-gst-0.10, not clutter-gst-1.0) (*)
  eb19f83... Removed effect icons (*)
  03d8a3d... Added noir effect, and simple effect parsing code in new Ef (*)
  1d9d95d... Read .effect files from system data directory and user leve (*)
  92a4cbc... Added functions to show video with arbritary effect in arbr (*)
  6b0178d... Fixed naming conflict for queues when splitting from effect (*)
  857309b... Preliminary live-preview effects working. Dependency on mx  (*)
  218da94... Made clicking an effect select it (*)
  1ba4c2b... Fixed awkward lag when using Effects Selector (*)
  472c6d2... Reduced cpu usage by half. Reduced preview sizes as well. (*)
  65d5756... Fixed bug causing recreation of effects everytime button wa (*)
  30c5a49... CPU usage lowered, made downscaling common to all of the ef (*)
  1b6c568... New default effects (*)
  e40ec1d... Fixed pause when switching between effects previewer and no (*)
  f72e45c... Fixed resize bug causing effect previews not to resize when (*)
  524133d... Added more effects (*)
  d8b9a6f... move valasrc to src directory (*)
  f65c428... Added black background to viewport (*)
  5126db9... reindent some vala files (*)
  97bb69d... remove incompatible return type warning (*)
  09517f5... add some try-catchs on critical instructions (*)
  6835799... the found an effect message should be a message, not a crit (*)
  c859f56... remove flash and countdown items from Cheese menu (*)
  06c410f... only load effect files ending with ".effect" (*)
  4d88ecb... Removed some unused variables (*)
  a1e2c53... Fixed the valve issues, made them async (*)
  56c63bd... Added control_valve property to Effect, so it can be turned (*)
  d831905... Added methods to enable/disable live preview of individual  (*)
  68c8706... Effects now split into pages (*)
  4484a9a... Fixed source indentation (*)
  6715734... Added code to turn to previous and next pages (*)
  a659073... Made next page and previous effects page actions sensitive  (*)
  3407b6c... Fixed typo (*)
  0108bba... Fixed a bunch of warnings (*)
  94cce22... Performance enhancements to switching effects viewer (*)
  f46abd0... Performance optimization for switching effects selector (*)
  f31eeab... Performance fix for effect selection (*)
  6d75c37... Fixed an off by one error (*)
  1c215f2... Added "File Open" functionality. Unhooked to most events (e (*)
  5321603... Removed some hardcoded values (*)
  e3dd7c9... Fixed some sensitivity bugs with the effects paging mechani (*)
  320a0db... Made action buttons insensitive when effects selector is on (*)
  f0df4b1... Removed unncessasary set of camera start/stops when connect (*)
  200dfdd... add TODO file (*)
  284d7c1... Paging controls for effects selector. (*)
  1461836... use gtkalignment instead of gtkframe for the thumbnail bars (*)
  6d39c4a... reformat .ui files (*)
  47deb1c... do cast the thumbnail widgets to gtkalignment (*)
  8911d71... add a 24px wide padding on the left and right of the action (*)
  77d90df... add somewhat more padding to the action area (*)
  6712eef... set the border relief of the effect arrows to none (*)
  c13c797... File Delete implemented. (*)
  17a58c9... Added Save As functionality to selected thumbnails (*)
  587e19b... make the effect files translatable (*)
  0fdc0f9... give the effects a better natural name (*)
  d84dda0... change group name of the effect files (*)
  4e707a7... mark further strings as translatable (mostly .ui files) (*)
  164fb67... argh, forgot to close the string (*)
  1931fb8... add "no effect" effect (*)
  3bdd589... make countdown a bit smaller and use white color (*)
  aa692c3... Popup menu shows up. (*)
  a5ca550... Right clicking outside a selection in thumbview now selects (*)
  0f5cfb2... Fix several wide mode issues and reimplement our window siz (*)
  fb56fb4... Modified TODO (*)
  8934635... resize_children needs children to be visible to work (*)
  0000dbd... Don't show the clutter stage before the rest of the ui (*)
  89f3a69... ignore produced effect files in git (*)
  5510c18... add gtk-doc documentation support to libcheese (*)
  f8ff1c2... add missing source files to makefile (*)
  db354a8... add missing version entity to the docs (*)
  180f2d6... fix building with vala and c header files (*)
  6cae18e... version bump to 2.31.1 (*)
  29550a9... Move to Trash works (*)
  ca9e8bc... Initial work on preferences window. (*)
  d6acfee... Setting Image properties (contrast, hue, brightness and sat (*)
  a0139b8... Bound controls in preferences dialog to their respective GC (*)
  1a1142b... add move all to trash functionality (*)
  ea62cd1... Selecting from different camera sources works (*)
  9a163ff... do not use var, use the correct type of variables (*)
  6e0a682... update TODO list (*)
  087e084... Resolution combo box in preferences window works (*)
  7d595b7... update TODO (*)
  cbc2fe8... Increased step size for preference sliders (*)
  5964258... Made about dialog box close when Close button is clicked (*)
  80eefa6... Fixed bug causing app to crash if About dialog is opened tw (*)
  7fe4a37... Fixed resolutions occurring multiple times in preferences d (*)
  61312c2... Fixed the alignment of videobalance labels in preferences d (*)
  5142812... Keep video preview aspect ratio (*)
  cbd67b3... Crash when adding resolutions for second time fixed. (*)
  9700be6... Report error when no video devices are found, instead of cr (*)
  004dff9... Remove extra padding around scales (*)
  c83e47e... make the no device text translatable (*)
  b72095c... use already localized error message by cheese-webcam (*)
  98de227... Fixed regression that caused all effects textures to show u (*)
  58b9aa7... add effect specification (*)
  7302166... Add some notes to TODO (*)
  aac6221... some more note in TODO (*)
  264dd7e... remove jaap from the MAINTAINERS file (*)
  f393f3c... add copyright assignments (*)
  428469d... Copyright name modifications (*)
  8b0fd0c... Added text overlay to effects with their names on it (*)
  d26d7b8... Added a translucent black background to the effect names to (*)
  b408c63... make effect names translatable in the preview (*)
  18ad285... Made the identity effect come first (*)
  e8c6fd9... Merge branch 'three-point-oh'

(*) This commit already existed in another branch; no separate mail sent



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