[ease] (155 commits) Created branch libraries
- From: Nate Stedman <natesm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [ease] (155 commits) Created branch libraries
- Date: Tue, 27 Jul 2010 04:21:40 +0000 (UTC)
The branch 'libraries' was created.
Summary of new commits:
a4d9f19... Allow cancellation of color selection with esc key. (*)
6894735... Build Ease primarily as a library.
075b99e... Merge branch 'master' into libraries
47b5c56... [build] Clean up build files a bit.
37726e7... [export] Fix image paths in HTML export. (*)
6bb5279... [ui] Reconnect the "About" dialog. (*)
922a230... Cherry pick gitignore changes. (*)
c0b32f8... [build] Cleaned up packages.
5e9c438... Get rid of the Gtk.Window of the player (*)
56cd635... Anote my beginner's questions (*)
c33becf... Recreate the key handler. (*)
20ce07c... Handles a few keycodes (*)
822a007... Try to restore scaling. Connect menubar quit item. (*)
4246c70... Tries to connect a quit signal (*)
1d74c8c... Corrects quit signal. (*)
7d086c5... Focus draft (*)
980f087... Shape up focus. (*)
ca90cca... Annote a binding workaround (*)
82bc508... Oh geometry... (*)
932bfc0... Remove false debug statement (*)
f750865... Fix 'make check' (*)
6fc4782... Add missing file to POTFILES.skip (*)
d8b9591... Remove deprecated option in the desktop file. (*)
393920b... [i18n] Updated German translation (*)
e52b3b0... Fix 'make distcheck' (*)
6eca2a9... Get rid of old constructors (*)
32fe143... Add the VBox to the window (*)
d3c8717... Adds the ZoomSlider (*)
783a501... Adds the ComboBox (*)
e3e1146... Add the spin buttons (*)
0901078... Add the buttons (*)
8476cf7... Add the embed (*)
0dbf497... Connects the new button signal (*)
ff86a14... [welcomewindow] connect spin buttons (*)
bbec4ff... [welcomewindow] Connect the combo box (*)
eed7e9c... [welcomewindow] Port WelcomeWindow to GtkBuilder (*)
cc9c822... [welcomewindow] fix an assignment (*)
9a94eb4... [welcomewindow] Annote a crash (*)
84966d7... Removes video elements for the moment. (*)
2d6876f... Remove some more reference to VideoElement (*)
4463457... Add a missing data file (*)
ca63aab... And some less ClutterGst (*)
35d1f77... Start removing VideoElement (*)
9e78e8c... Remove buggy initialization (*)
2094452... Some gitignore fixes (*)
1eec955... Merge branch 'master' into buidler (*)
9ae6bfc... Ugly hack to load UI files locally and system-wide (*)
95fde34... Added libarchive implementation for saving. (*)
6f57ccc... [build] Remove unneeded --pkg (*)
86d56d2... Fixed hack for loading ui files locally. (*)
18b25d7... Fix silly testing code left in libarchive save. (*)
e6f0037... [i18n] Updated German translation (*)
f9939af... Use proper constructor for WelcomeActor text (*)
075917e... Simplify some code (*)
320a2a5... Fix segfault. (*)
1385960... Remove ZoomSlider animation, add AnimatedZoomSlider. (*)
87baca6... [build] Fixed sorting of source files in Makefile.am (*)
ff47ef5... [editor] Replace handle SVGs with Cairo rendering (*)
87ea4c1... Merge branch 'builder' (*)
2144cb1... Fixed segmentation fault on Mac OS X. (*)
d900f0f... gitignore changes. (*)
56ebd3d... Updated Slovenian translation (*)
450b7ea... Updated Slovenian translation (*)
def1c76... Fix data_path with system data paths. (*)
821c23d... [themes] New themes system runs without crashing. (*)
925b5c6... [themes] Support background colors in themes. (*)
705996a... [ui] Add padding to the bottom of WelcomeWindow (*)
c92c97f... [themes] Update example (Transitions.ease) (*)
e1bb103... [themes] Add theme title and identifiers (*)
73cbb86... [themes] Add black theme. (*)
8c99c70... [themes] Fix indentifier setting. (*)
062f25d... [themes] Make the defaults a little more attractive. (*)
95d3929... [editor] Propertly recognize edited text. (*)
ac4edf1... [editor] Fixed handle flipping getting "stuck" (*)
84c3611... Greatly improved WelcomeActor, with side effects. (*)
4da6fee... [themes] Fix colors in themes. (*)
cb1a4b2... [editor] New undo system. (*)
003e8bd... [editor] Added support for undoing colors. (*)
68bdd14... [editor] Fix error with 0 msec transitions (*)
ce04820... [editor] Use Gtk.TreeView for the slide panel. (*)
cbddf83... [general] Improved temporary directory handling. (*)
a045e69... [editor] Fixed thumbnail background size. (*)
b29460c... [welcomewindow] Added border to WelcomeActor (*)
52dff02... [editor] Allow removal of slides. (*)
fe182d3... [editor] Redraw slide thumbnails when slides change (*)
1946d07... [doc] Update SlideButtonPanel documentation (*)
80b0586... [editor] No reason to keep thumbnail PNGs around (*)
95ff7ca... [editor] Fix alignment in Cairo rendering. (*)
9a90ea9... [minor] Remove incorrect comment (*)
6b94da6... [minor] Default to left alignment if invalid. (*)
56a40d2... [editor] Allow the user to change typefaces. (*)
686776d... [editor] Add undo support to font selection. (*)
5ed4cdd... [editor] Create media directory if it doesn't exist (*)
83a3de4... [general] Standardize TextElement property names. (*)
2b8eb9f... [general] Simplify saving/loading of colors. (*)
2499c26... broken, don't push (*)
208073d... [themes] Themes persist when documents are saved (*)
a801f4d... Merge branch 'themes' (*)
c50af57... [general] Add recursive_directory_after (*)
853bce5... [general] Added recursive_copy to utilities. (*)
4312f8f... [editor] Added a menu to the "Add Slide" tool item (*)
d7e8f43... [welcome] Added highlight to selected preview (*)
ad3d3fc... [general] Add generic Color and Gradient classes (*)
f54e44c... [general] Use Ease.Color in documents and slides (*)
74d9417... Merge branch 'master' into libraries
d24e5db... [general] Improved background handling (*)
31ee76f... [editor] Allow the user to change backgrounds (*)
8191a96... [general] GradientMode -> GradientType (*)
4c5d683... [editor] Allow the user to add custom text (*)
7c3ad3e... [editor] Added a more visible selection rectangle (*)
5c6c45f... [general] Move PDFExporter functionality to Document (*)
7730d29... [editor] Don't crash if gtk doesn't find a color (*)
eb05dd5... [editor] Greatly improve slide redraw performance. (*)
09f7f03... [general] document/slide/element restructuring (*)
08f0430... [welcome] Start the slide previews out larger. (*)
1817109... [player] Hide the editor when playing (performance reasons) (*)
dcb71da... [general] Added UndoItem (*)
f3d1c1f... [general] Remove ElementMap references (*)
a34ba2b... [general] Add Clutter iterables (*)
328287c... [editor] Undo add/remove Elements. (*)
c7582d5... [editor] Removed SlideSet (*)
0ebbb00... [editor] Set identifiers for images. (*)
427a453... [editor] Fixed new slide ordering (*)
63fa133... [editor] Allow users to undo/redo slide add/remove (*)
f643e86... [general] Simplify OpenDialog. (*)
c1d7725... [general] Transition restructuring (*)
83634e9... [editor] Correctly show the zoom slider. (*)
af74d0e... [editor] Enable key accelerators (*)
87f5aeb... [general] Fix incorrect property name in transitions pane (*)
a0cab9f... [editor] Fix transition undo handling. (*)
e310801... [general] Document is based on a list store (*)
50be46c... [editor] Add PostScript export (*)
4140746... [general] Remove old OpenDialog file. (*)
4b4f877... [editor] Add a few key bindings to the editor (*)
74c4ca8... [transitions] Added start of "explode" transition (*)
219bd60... [transitions] Add "assemble" transition. (*)
3ad837d... Merge branch 'master' into libraries
35aa7f1... [libraries] Re-enable building with "libease"
b2f7c98... .gitignore
f9298fe... [libraries] Partial introspection support, install vapi
269f7b4... Added Swedish translation (*)
ecb589e... [editor] Element type-specific inspector panes (*)
4878ce3... [player] Clip the player's stage. (*)
45b66d4... [build] Silence C compiler warnings (*)
83e9425... [editor] Properly quit when the window is closed. (*)
54fbb9f... [transitions] Tweak "Assemble" transition (*)
8ad6782... [general] Document, Slide, and Element are now UndoSources (*)
05cdedb... [editor] Changes made to text can be reverted (*)
3cd8c6e... [editor] Fixed gradient not updating when type was changed (*)
174be96... [editor] Fix thumbnails not redrawing. (*)
b136b4e... [themes] No need to archive themes (*)
126ca62... [general] Increment version number (*)
89ce738... [editor] Added gradient angle support. (*)
9d80ef6... Merge branch 'master' into libraries
03a222d... [flutter] foreach-enabled Clutter for Vala
(*) 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]