[ease] Created tag 0.2



The unsigned tag '0.2' was created.

Tagger: Nate Stedman <natesm gmail com>
Date: Tue Aug 3 18:30:42 2010 -0400

    Release 0.2

Changes:

Daniel Nylander (1):
      Added Swedish translation

Felipe Borges (1):
      Added Brazilian Portuguese translation.

Frédéric Péters (1):
      Fix distcheck!

Jorge González (4):
      Added es to LINGUAS
      Added Spanish translation
      Added es to LINGUAS
      Added Spanish translation

Kramer Garay (1):
      Updated Spanish translation

Mario Blättermann (9):
      Added German translation
      Added German translation
      Updated German translation
      Updated German translation
      Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation
      [i18n] Updated German translation

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

Nate Stedman (337):
      Table problems
      Halfway there on switching to Viewport.
      More work on ScrollableEmbed.
      New document window back up and running!
      Fixed two warnings.
      Added open dialog (not functional quite yet).
      Support aspect ratios in welcome previews.
      Started basically rewriting half of Ease.
      Forgot to add some files!
      Add ElementMap, let's make this sane.
      Scroll wheel scrolling ScrollableEmbed.
      Stripped down to just one Element class. Unfortunately, it doesn't exactly work.
      Slide button improvements.
      Loading TextActors!
      Switched the player over to SlideActor2. Seems to work except for stack transitions.
      SlideButtons show actors properly
      Add fonts and colors toolbar items.
      Resizable sidebar.
      SlideButton resizing (halfway there)
      Player improvements
      RCOS presentation.
      Do the Player centering in a way that isn't entirely awful.
      Launch the player from the editor.
      Slightly nicer XML formatting.
      Respond properly to key presses in the player.
      Fixed extra newlines being added to all text when saving.
      Simplify player key presses.
      Functional open dialog.
      Player key presses work when used from editor.
      Document changes.
      Fix centering the slide in the editor.
      Black background in the transition preview is less ugly for now!
      Added clutter-gst-0.10 vapis.
      Quit properly when editor windows are closed.
      Removed RCOS presentation from the index.
      Basic video support via clutter-gst.
      Support building with Clang.
      Use GtkClutter.init().
      Don't play video back in the editor.
      Started documenting Ease.
      Merge branch 'master' of github.com:NateStedman/Ease
      Documented most of the functions in Ease.
      Merge branch 'doc'
      Move Main into the Ease namespace.
      Fixed a documentation building error.
      Update to clutter-gst-1.0
      Added a transitions example, demoing all transitions.
      Added README file.
      I'm bad at markdown apparently.
      Added documentation for classes.
      Basic export to HTML5. Currently only supports solid color background and text elements.
      Formatting changes.
      Merge branch 'master' of github.com:NateStedman/Ease
      HTML export progress bar.
      Add gio-2.0 vapi.
      Added support for copying media files in HTMLExporter.
      Added support for background images and image Elements in HTML export.
      Added support for videos in HTML export via the <video> tag.
      Added function documentation to HTMLExporter.
      Rename SlideActor2 to SlideActor.
      Remove redundant "this."
      Add more font style attributes in HTML export, and break lines properly.
      Replace get_str and set_str with get and set.
      Moved transitions from Player to SlideActor.
      Added ease.doap.
      Select actors in the editor and drag them around.
      Merge branch 'master' of github.com:NateStedman/Ease
      Support zoom properly when selecting and dragging Actors.
      Documentation for new EditorEmbed signal handling functions.
      Grab the pointer.
      Fixed origin of Actors always being (0, 0).
      Added handles to the selection rectangle, not functional yet.
      Fix enum naming style.
      Fix last commit.
      Switched to Namespace.Class style declarations, saving a level of indentation.
      Fix documentation not building.
      Element resizing via Handles mostly functional*.
      Added undo functionality for moving and resizing elements.
      Test edit on Example.ease.
      Fix HTML export to work with colors not in #RRGGBBAA format.
      Hide the overflow of slide <div> tags in HTML export.
      JS based navigation in HTML exports.
      The motion event only needs to be connected to Actors when they are being dragged.
      Always show the scrollbar in SlideButtonPanel to prevent jumping.
      Fix a Clutter runtime warning.
      Selectable WelcomeActors.
      Animate WelcomeActor repositioning.
      Added ZoomSlider widget to clean up WelcomeWindow code.
      Use ZoomSlider in EditorWindow.
      EditorWindow zoom animation - problem implementeing Clutter.Animatable.
      Use Control+Drag to resize while maintaining the center point of an Actor.
      undo work
      Fixed undo runtime errors when slide has been switched, and possibly a memory leak.
      Started working on "Open Door" transition.
      "Open Door" animation added.
      Added "Reveal" transition, with 4 variants.
      Started working on the "Slats" transition.
      Moved to pure vala source (no C). Removed "libease".
      UndoController inherit from Object.
      Move to current Clutter vapi. Unforunately, breaks all actors.
      Replace from_string usages.
      Use "red", "green" and "blue" attributes instead of "color" and "background_color".
      Merge branch 'master' into animate_zoom
      Fixed Handles and Actors not dragging.
      Remove unused variable.
      Create individual functions for each transition instead of giant switch statement.
      .desktop file for Ease.
      Clean up transition code.
      Don't use fog on stages.
      Additional transition function cleanup.
      reflow_previews() only animates when the number of previews per row changes.
      Even better reshuffling, now smoother in general and with easing.
      Connect the inspector's duration spin button to the slide's transition duration.
      Add new Inspector class, potential future InspectorWindow class.
      Added InspectorPane base class.
      Add GOption command line parsing.
      Allow only one EditorWindow for each file.
      Instantly transition for SlideActors with <=0 transition time.
      JSON parser and generator for loading and saving files.
      Drop libxml dependency.
      A little more documentation for the parser.
      Started moving towards enums for transitions.
      Remove XML-related methods.
      Merge branch 'json' into transitions
      Builds again.
      Loading and saving to files again.
      Added a testing function.
      Use "Undefined" for undefined transitions.
      Merge branch 'master' into animate_zoom
      Merge remote branch 'origin/master'
      JSON parser and generator for loading and saving files.
      Drop libxml dependency.
      A little more documentation for the parser.
      Merge branch 'master' into animate_zoom
      Merge branch 'json'
      Merge branch 'master' into animate_zoom
      Animate ZoomSliders when +/- buttons are clicked.
      Remove unused fields.
      Transitions working again.
      Rebuild Example.ease and Transitions.ease.
      Merge branch 'transitions'
      Add reflections to "Open Door" transition.
      Fix some transitions not being displayed after slideshow has been rewound.
      Start of a PDF exporter: slide backgrounds and image elements.
      Restore accidentally removed buttons.
      Add PDF rendering for text.
      Implemented automatic advance of slides.
      Made Ease.Actor abstract.
      Added a font_description property to Element, as well as documentation.
      Moved some Inspector code around.
      Formatting.
      Added redo to UndoController.
      Transition previews in the inspector.
      Fix broken transitions.
      Fixed text color in HTML export.
      Properly support font weight in HTML export.
      Cleaned up some HTML output code in Document.vala
      Implemented InspectorWindow.
      Fixed "Slats" transition.
      Created a SlideSet base class for Document and Theme.
      Added the beginnings of support for themes.
      Added an "About Ease" dialog.
      Added error_dialog function, replacing various repeated implementations.
      Add additional documentation.
      VideoActor now implements Clutter.Media.
      Merge branch 'master' into themes
      Favor Element.get over Element.data.get.
      Better handling of paths.
      Scale down presentations if they are too large to fit on screen.
      Merge branch 'master' into themes
      Automatically package themes with tar when installing.
      Polish the appearance of the EditorEmbed.
      Extract theme archives to /tmp. Introduces dependency on libarchive.
      Move archive extraction code into Temp to allow for reuse.
      Fix last commit.
      Merge branch 'master' into themes
      Fix appearance of image backgrounds in theme previews.
      Round the position of actors containing text to avoid blurring.
      Use build_filename instead of build_path.
      Fixed the first copy of Ease to be closed deleting all temporary directories.
      Support archiving and unarchiving Ease documents.
      Added "tar" as a required program in the README - this won't be the case for releases.
      Fix saving new Documents.
      Merge branch 'master' into themes
      Switch to using a string/strut style method of scaling themes.
      Add GtkFileFilters to dialogs.
      Added "Pink" theme.
      Refactor Document from Theme code to a constructor, copy media from themes.
      Fixed a runtime Clutter warning, added "out" to two parameters that previously built fine (new Vala 0.9.1 error?)
      Added SVGs for handles, flip colors when dragged.
      Use weak slides and elements, documentation for SlideActor.
      Downsize master base resolution to 800x600, which is easier to work with in one's head.
      Add basic text editing capabilities.
      Fixed Clutter runtime warnings in transitions.
      Lots of documentation, some refactoring.
      Implemented subclasses of Element.
      Updated Element documentation and subclass constructors.
      Allow entry of newline characters in TextActor.
      Add make targets for documentation and themes/examples.
      new_document function in WelcomeWindow for better code reuse.
      Properly load themes from data directories.
      Added -w option for windowed presentations.
      Added default text for new TextElement/TextActors.
      Use GTK double click settings in Clutter.
      Update example file with new property.
      Use the opposite of text color for highlight color.
      Added utility function for finding paths in data dirs.
      Type checking didn't work, so let's use strings for now.
      Log when SlideButtons error while drawing.
      Added a "SourceView" widget and corresponding components.
      Deleted old vapi files.
      Merge branch 'master' into sourceview
      Break source widgets off into their own namespace.
      Remove intltool cache file from repo.
      Added support for number displayed to right of SourceItem.
      Improved the appearance of Source.List
      Split SourceView, added a base class.
      Changed file naming style.
      Merge branch 'master' into sourceview
      Remove old Source.* files.
      Remove source view testing functions.
      Added a close confirmation dialog to the editor.
      Bump valac requirement, generate debugging info.
      Fixed build on Fedora 13.
      Fix saving filenames with spaces (or other escaped chars).
      Remove accidently binary source list example.
      Unify the placement of temporary directory names.
      Added documentation for CloseConfirmDialog.
      Combine HTML header and JavaScript strings.
      Added color selection for text.
      Set the color dialog to modal.
      Ported the editor window to GtkBuilder.
      [ui] Added zoom in/out menu items.
      Remove source-* files, move towards libsourcelist.
      [ui] Added padding to the inspector.
      [editor] Fixed handles.
      [editor] Added a rectangle around actors.
      [editor] Allow the user to insert images.
      Remove MainToolbar references in documentation.
      Allow cancellation of color selection with esc key.
      [export] Fix image paths in HTML export.
      [ui] Reconnect the "About" dialog.
      Cherry pick gitignore changes.
      Added libarchive implementation for saving.
      [build] Remove unneeded --pkg
      Fixed hack for loading ui files locally.
      Fix silly testing code left in libarchive save.
      Remove ZoomSlider animation, add AnimatedZoomSlider.
      [build] Fixed sorting of source files in Makefile.am
      [editor] Replace handle SVGs with Cairo rendering
      Merge branch 'builder'
      Fixed segmentation fault on Mac OS X.
      gitignore changes.
      Fix data_path with system data paths.
      [themes] New themes system runs without crashing.
      [themes] Support background colors in themes.
      [ui] Add padding to the bottom of WelcomeWindow
      [themes] Update example (Transitions.ease)
      [themes] Add theme title and identifiers
      [themes] Add black theme.
      [themes] Fix indentifier setting.
      [themes] Make the defaults a little more attractive.
      [editor] Propertly recognize edited text.
      [editor] Fixed handle flipping getting "stuck"
      Greatly improved WelcomeActor, with side effects.
      [themes] Fix colors in themes.
      [editor] New undo system.
      [editor] Added support for undoing colors.
      [editor] Fix error with 0 msec transitions
      [editor] Use Gtk.TreeView for the slide panel.
      [general] Improved temporary directory handling.
      [editor] Fixed thumbnail background size.
      [welcomewindow] Added border to WelcomeActor
      [editor] Allow removal of slides.
      [editor] Redraw slide thumbnails when slides change
      [doc] Update SlideButtonPanel documentation
      [editor] No reason to keep thumbnail PNGs around
      [editor] Fix alignment in Cairo rendering.
      [minor] Remove incorrect comment
      [minor] Default to left alignment if invalid.
      [editor] Allow the user to change typefaces.
      [editor] Add undo support to font selection.
      [editor] Create media directory if it doesn't exist
      [general] Standardize TextElement property names.
      [general] Simplify saving/loading of colors.
      broken, don't push
      [themes] Themes persist when documents are saved
      Merge branch 'themes'
      [general] Add recursive_directory_after
      [general] Added recursive_copy to utilities.
      [editor] Added a menu to the "Add Slide" tool item
      [welcome] Added highlight to selected preview
      [general] Add generic Color and Gradient classes
      [general] Use Ease.Color in documents and slides
      [general] Improved background handling
      [editor] Allow the user to change backgrounds
      [general] GradientMode -> GradientType
      [editor] Allow the user to add custom text
      [editor] Added a more visible selection rectangle
      [general] Move PDFExporter functionality to Document
      [editor] Don't crash if gtk doesn't find a color
      [editor] Greatly improve slide redraw performance.
      [general] document/slide/element restructuring
      [welcome] Start the slide previews out larger.
      [player] Hide the editor when playing (performance reasons)
      [general] Added UndoItem
      [general] Remove ElementMap references
      [general] Add Clutter iterables
      [editor] Undo add/remove Elements.
      [editor] Removed SlideSet
      [editor] Set identifiers for images.
      [editor] Fixed new slide ordering
      [editor] Allow users to undo/redo slide add/remove
      [general] Simplify OpenDialog.
      [general] Transition restructuring
      [editor] Correctly show the zoom slider.
      [editor] Enable key accelerators
      [general] Fix incorrect property name in transitions pane
      [editor] Fix transition undo handling.
      [general] Document is based on a list store
      [editor] Add PostScript export
      [general] Remove old OpenDialog file.
      [editor] Add a few key bindings to the editor
      [transitions] Added start of "explode" transition
      [transitions] Add "assemble" transition.
      [editor] Element type-specific inspector panes
      [player] Clip the player's stage.
      [build] Silence C compiler warnings
      [editor] Properly quit when the window is closed.
      [transitions] Tweak "Assemble" transition
      [general] Document, Slide, and Element are now UndoSources
      [editor] Changes made to text can be reverted
      [editor] Fixed gradient not updating when type was changed
      [editor] Fix thumbnails not redrawing.
      [themes] No need to archive themes
      [general] Increment version number
      [editor] Added gradient angle support.

NateStedman (108):
      Initial commit.
      Basic player support.
      Load images in the presentation.
      Create presentation actors from elements with overridden member functions, not ugly if/else statements and type checking.
      Nicer fade in for initial slide.
      Transition type preparation functions.
      Unpleasant hack with the zoom transition to get around segfault.
      contents_zoom transition.
      remove slide textures.
      Support image slide backgrounds in the player.
      Use relative paths for media in documents.
      Transition Improvements
      Change font in Example.
      Moved editor's main toolbar to its own class.
      Restructured editor/player tests in Main.
      Pivot transition.
      Load Element properties with a constructor rather than ugly casting.
      Flip and revolving door transitions.
      contents_spin transition.
      Fall transition.
      Remove unneeded "using" statements.
      contents_swing transition (could use some improvement, but acceptable for now).
      Fix markup in TextElements.
      contents_spring and zoom_out transitions.
      Clip slides to the appropriate size (will be needed when actions are implemented).
      TransitionPane for the editor's inspector.
      Add the inspector, with one tab, the transition pane.
      Start of the Slide Pane (currently a duplicate of the Transition Pane).
      Static class to store the names of all transitions and their variants.
      Main toolbar button to show/hide the eventual slides list.
      Initialize the transitions class.
      Add the slide pane, and prevent the inspector from switching to the same tab every time it is shown.
      Load the transitions into the Transition Pane's ComboBox.
      Store the size of the variant array of each transition.
      Show variants for animations in the editor UI.
      Use new names for transitions.
      Rename Window to EditorWindow.
      Load transition variants from files.
      Load slides in the editor window, change the transition pane's fields as is appropriate.
      Set slide transitions and properties in the UI.
      Take the transition from the appropriate slide (a long standing problem with a one line fix).
      Play the slideshow from the editor window.
      Display a list of slides in the editor.
      New subclass for the editor's GtkClutter.Embed.
      Show/hide slide list.
      Remove old printf
      Use ClutterStages as previews in SlideButtons.
      Tweaks to the player.
      Change transition variants in the editor.
      Add SlideActor class.
      Use SlideActors and support transition variants in the player.
      Fixed editor embed scale bug.
      Text elements show up in the editor and can be resized from the top left corner.
      Fix a bug in the example file.
      Images appear in the editor.
      Resize elements in the editor from all 8 rectangles.
      Fix layering in zoom contents out transition.
      Added a _very_ simple build script.
      Removed some things from the Slide pane
      Added some very basic zoom support.
      newline at end of file
      basic drag resizing
      Fix the zoom things _slightly_.
      Welcome window.
      Somehow segfaulting valac
      Fixed segfaulting valac issue
      Accept an Ease file(folder) as an argument.
      Add an embed to the welcome window
      Percent formatting on zoom slider
      Add a zoom slider to the welcome window
      Fix editor window zoom slider
      Moved ease and ease-player into different executables
      Properly quit when the player is hidden.
      Properly support Pango font properties (this will break the current example most likely).
      Alignment in TextElements.
      .gitignore
      Move everything into libease.
      Change namespace
      Added COPYING
      Readded WelcomeActor.vala.
      Merge branch 'master' of git github com:NateStedman/Ease
      Merge commit '6db2ff262bc37e93d075dff6aaa1d20ca499b3e1'
      Merge commit '8325e22e953a1020d198f97dac1bbd580cc5a549' into separate_player_lib
      Added vapi files that are needed to build Ease.
      Replace build script with makefile.
      Merge into master
      Merge branch 'separate_player_lib'
      .gitignore
      Back up and working.
      Elements to XML.
      Include color in XML output.
      Slide XML output.
      Load text content.
      Update the example to work with current version of the Ease player.
      Build with Gio
      Save documents.
      Fixed XML saving width/height bug. ease-player can now play files saved by ease.
      Restyle slides display.
      Add more toolbar items.
      Start implementing a "scrollable embed" class, which behaves like a large stage in a scrolled window, but with a normal sized stage.
      Clean up EditorWindow constructor.
      Scrollable embeds with and without horizontal scrollbars.
      Header.
      Using GtkClutter to get fullscreen
      A nice fading out transition when starting a presentation.
      Update Makefile
      Update to Vala 0.8.0
      Player/Editor makefile

Peter Kragelj (3):
      Updated Slovenian translation
      Updated Slovenian translation
      Updated Slovenian translation

Stéphane (1):
      Add a quit item to the menu.

Stéphane Maniaci (68):
      Add myself to maintainers.
      First shot at using autotools.
      First shot at using correctly Git.
      Merge branch 'master' into autotools
      Fix build, need some more work.
      .gitignore tweak
      All the .*o are now built in the src/ dir.
      Hide more files in .gitignore.
      Slightly update the README
      Cleanup some build files
      Add the autogen.sh file.
      Update README.
      Remove unneeded initialization.
      Don't hardcode values in the SpinButtons.
      Correct POTFILES.in, thus proper translation system.
      Mark some strings for translation, and add a french translation.
      Remove unneeded gettext files.
      Move the .desktop file to a separate data/ directory
      Enables translation of the desktop file.
      Mark strings for translation.
      Fix documentation build.
      Double-clicking a theme creates a presentation with it.
      Remove useless macro.
      Fix `make dist'
      Add POTFILES.skip
      Correct source file names in POTFILES
      Fix a segfault when closing Ease.
      Get rid of the Gtk.Window of the player
      Anote my beginner's questions
      Recreate the key handler.
      Handles a few keycodes
      Try to restore scaling. Connect menubar quit item.
      Tries to connect a quit signal
      Corrects quit signal.
      Focus draft
      Shape up focus.
      Annote a binding workaround
      Oh geometry...
      Remove false debug statement
      Fix 'make check'
      Add missing file to POTFILES.skip
      Remove deprecated option in the desktop file.
      Fix 'make distcheck'
      Get rid of old constructors
      Add the VBox to the window
      Adds the ZoomSlider
      Adds the ComboBox
      Add the spin buttons
      Add the buttons
      Add the embed
      Connects the new button signal
      [welcomewindow] connect spin buttons
      [welcomewindow] Connect the combo box
      [welcomewindow] Port WelcomeWindow to GtkBuilder
      [welcomewindow] fix an assignment
      [welcomewindow] Annote a crash
      Removes video elements for the moment.
      Remove some more reference to VideoElement
      Add a missing data file
      And some less ClutterGst
      Start removing VideoElement
      Remove buggy initialization
      Some gitignore fixes
      Merge branch 'master' into buidler
      Ugly hack to load UI files locally and system-wide
      Use proper constructor for WelcomeActor text
      Simplify some code
      Fix segfault.



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