[byzanz] Created tag 0.2.1
- From: Benjamin Otte <otte src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [byzanz] Created tag 0.2.1
- Date: Sat, 20 Feb 2010 11:16:48 +0000 (UTC)
The signed tag '0.2.1' was created.
Tagger: Benjamin Otte <otte redhat com>
Date: Sat Feb 20 12:15:50 2010 +0100
release 0.2.1
Changes since the last tag 'IMPORT-INITIAL':
Andrej ŽnidarÅ¡iÄ? (3):
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Antonio Fernandes C. Neto (1):
Updated Brazilian Portuguese translation
Aron Xu (1):
Add zh_CN to ALL_LINGUAS.
Benjamin Otte (157):
add missing autogen.sh
check for gthread-2.0 for the app
do not immediately process a long-awaited damage event, but try to process
update this whole mess to use gnome-autogen instead of the GStreamer
use a togglebutton to record (it's still a very simple applet ;))
added PanelStuffer from battstat applet patch. Added function to
only start image encoding routine if there is something to encode
correctly check for XDamage
include gifenc dir, the i18n.h file is there
record to temp file and then allow the user to save it to where he wants
Fixes so translation works now. make distcheck passes. update
*** empty log message ***
missing files for release
version 0.0.1.1 rename the binary from "record" to "byzanz-record" set
add Spanish translation by Antonio Ognio
push the NEED_FILE_CACHE event to the front, so the encoding thread starts
this file survived quite a while without being added to CVS
fix writeout on little endian. remove leftover g_print stuff and really
That should have been g_async_queue_push_unlocked from the start. Wonder
add function to get number of colors use gifenc_palette_get_num_colors
subtract damaged regions the moment we get the event that they're damaged.
change quantization to have evenly spaced base colors
reordering of XDamage interfacing to only subtract damage when reading out
- add gifenc_dither_rgb_with_full_image - remove gifenc_dither_rgb -
add a colors array to the palette struct which contains all the colors.
remove old test code that wouldn't compile anymore. Comment out a print
update (create?)
show an error if the file can not be properly renamed. First attempt at
tweak string displayed and translate it.
0.0.2.1
update
0.0.3.1
put important quote in there
update
Update --help text to show default values for delay and duration so people
add method for recodring the whole screen supply a default icon name
add toggle button subclass that fits better onto a panel
set panel that watches this applet
add lots of warnings
add (rather stupid) icons for the different recording options use them
don't just sleep 1 sec, but run a main loop during that time
add a sexy about box
add possibility to record a selected window.
set tmp_file so the applet thinks we're recording already ref/unref the
add support for GConf and store the save directory and selected recording
no more type-punned pointers breaking strict aliasing rules rules!
get rid of the label, it wastes space most of the time. add tooltips
really remove
don't list .schemas file remove accidently duplicated line
typo actually call bindtextdomain (d'oh)
add ability to record the mouse. Probably way buggy. At least it makes the
update a bit
add option to select if the mouse cursor should be recorded
handle the mouse correctly, when the area doesn't start at (0,0) record
update a string to be the same as another one with the same meaning update
fix wrong alpha index in LE cursor rendering
I'm too stupid to fix gcc warnings
include MAINTAINERS clean up put something in it
if creating the recorder fails, make sure to not start recording -
make this not barf when -Wstrict-prototypes is set, so behdad gets -Werror
remove gifenc_write_string in favor of gifenc_write no void * arithmetic
add French translation update from Antonio Ognio
silence the compiler again
add Turkish translation from Bulent Sener <bsener inonu edu tr>
fix typo in AC_MSG_ERROR (spotted by Josh Triplett)
fail if window depth isn't 24 or 32
attempt to silence a warning from gcc 4.1
patch by Richard Ferguson <gnome at fergusnet dot com> * data/byzanz-record-screen.png: remove because of new name * data/byzanz-record-area.png: * data/byzanz-record-desktop.png: * data/byzanz-record-window.png: add nicer icons * data/Makefile.am: * data/byzanz-record-area.svg: * data/byzanz-record-desktop.svg: * data/byzanz-record-window.svg: and add those icons as SVG * po/de.po: * po/es.po: * po/tr.po: update translations for * src/ByzanzApplet.server.in.in: use byzanz-record-desktop as image until someone does a cool one * src/byzanzapplet.c: (byzanz_applet_fill): * src/byzanzselect.c: typo fixes (mostly upper/lower case) * src/Makefile.am: dist the man file
fix typos.
fix 64bit casting bug
Use gdk_screen_is_composited() to figure out how to do area selection
Add a .gitignore file
add a doap file
Relicense to GPL3 or later
Update compiler warning machinery to 2009
When alt-tabbing away from the area selection window, abort selecting
Make showing errors not modal and not run their own main loop
Get rid of all the nested main loops
Switch saving code from gvfs to gio
Update copyright notice
Replace GDK rendering with Cairo
Byzanz should now work with 16bpp X servers
The Cairo conversion did the offsets wrong
Record the full last saved filename
Make the gifenc API only accept cairo-style xRGB surfaces
Use default permissions when storing the final file
Really remove all traces of limited bpp support
Require x11 - the screenshot code uses it directly
Update Gifenc API
rename: ByzanzRecorder => ByzanzSession
Get rid of byzanz_session_prepare()
automake wants AM_PROG_CC_C_O
RECORDER => SESSION
Remove the QUANTIZE job
Remove the file cache
More simplification after code removal
Use glib's i18n header
Remove gifenc-readbits.h header
Remove unused struct
Split recording into its own object
Rework UI for new recording requirements
Rework API of ByzanzSession
Create a separate encoder class for encoding
Use gifenc error handling
Remove all traces of looping code
Use an intermediate xlib surface when rendering
Fix bugs with previous checkin
Use a workaround for a Cairo/X bug
Use the region when copying relevant parts, not just the extents
Revert "Use a workaround for a Cairo/X bug"
Add API for automatic encoder selection and use it
Require current Gtk
Remove the dropdown
Add a GStreamer-based Theora encoder
Make the applet respect panel background settings
Fix byzanz-record to work with new session API
Port "select Area" code to cairo
Fix segfault when cancelling "Select Area"
Updte POTFILES.in
Bump GStreamer requirement to 0.10.24 for videorate fixes
Add another GStreamer based encoder for FLV videos.
Make area selection code not use g_main_loop_run()
Automatically select the last-used filter when doing the next recording
Update POTFILES.in again
Update README
Make button state handling saner
Notify "recording" property properly
More finetuning of states
Improve error handling of session
Set file to NULL after unreffing it
Set the default icon name
Add POTFILES.skip
make distcheck fix
Update NEWS
Get rid of unused configure cruft
Get rid of outdated macro magic
release 0.2.0
Correct email address
Back to development
Add an intermediae serialization format and tools to handle it
Make recorder more resistant to weird disposing
Rework encoder handling and introduce ByzanzQueue
Make encoder->run a vfunc
Add a note to the .byzanz encoder about not using the run vfunc
Remove leftover definition
Make the GStreamer encoder pull data out of the stream manually
Get rid of the Operation" struct
Cast type correctly to avoid signedness warnings
Only print an error when it happens, not for every notify
Allow to record sound
Update schema file
Update man page for byzanz-record
Cairo 1.8.10 has the fix we need
Upadte man pages to 0.2.1
update POTFILES.in
Update NEWS page for 0.2.1
release 0.2.1
Claude Paroz (1):
Updated French translation
Clytie Siddall (2):
Added Vietnamese translation
Added vi to ALL_LINGUAS in configure.ac
Daniel Nylander (5):
Added Swedish translation.
configure.ac: Added sv to ALL_LINGUAS
Updated Swedish translation
Updated Swedish translation
Updated Swedish translation
David Lodge (2):
Added en_GB translation
Updated en_GB translation (remembered to svn add this time)
Djihed Afifi (3):
Updated Arabic Translation by Djihed Afifi.
Updated Arabic Translation by Djihed Afifi.
Updated Arabic Translation by Djihed Afifi.
Fran Diéguez (1):
Updated Galician translation
Francisco Diéguez (1):
Added Galician Translation.
Gabor Kelemen (4):
Translation added by Bálint Magyar
Translation updated.
Updated Hungarian translation
Hungarian translation updated
Gianvito Cavasoli (1):
Updated Italian translation
Ilkka Tuohela (2):
Added fi to ALL_LINGUAS
Added Finnish translation
Jonh Wendell (1):
Added Brazilian Portuguese translation by Fábio Nogueira.
Jordi Mas (1):
In .: 2007-06-19 Jordi Mas <jmas softcatala org>
Jorge Gonzalez Gonzalez (2):
Updated Spanish translation
Updated Spanish translation
Jorge González (3):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Kenneth Nielsen (3):
Added Danish translation
Fixed changelogs after addition of Danish translation
Added Danish translation by Kris Hansen
Kjartan Maraas (4):
Remove executable bit
Added Norwegian bokmål translation.
Added 'nb' to ALL_LINGUAS.
Comment out a function to make it build (uses -Werror)
Kostas Papadimas (2):
Added Greek translation by Giannis Katsapiris
Added Greek translation by Giannis Katsapiris
Mario Blättermann (2):
Updated German translation
Updated German translation
Matej UrbanÄ?iÄ? (1):
Added sl for Slovenian translation
Nickolay V. Shmyrev (1):
Added "ru" to ALL_LIGNUAS.
Pema Geyleg (1):
svn path=/trunk/; revision=77
Petr Kovar (2):
Updated Czech translation by Adrian Gunis (bug #529244 again).
Added Czech translation by Adrian Gunis
Petr KováÅ? (1):
cs.po: Added Czech translation by Adrian Gunis. configure.ac: Added cs and hu to ALL_LINGUAS.
Satoru Satoh (1):
Added Japanese translation.
Stéphane Raimbault (1):
Updated French translation by Jonathan Ernst and Robert-André Mauchin.
Wadim Dziedzic (1):
Added Polish translation by Piotr "Zaryk" Makowski
Yannig MARCHEGAY (8):
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
YunQiang Su (1):
Update Simplified Chinese translation.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]