spelling fixes

This commit is contained in:
Stefan Kangas 2010-12-27 08:09:42 +01:00 committed by Ichthyostega
parent 11d709b85e
commit 9f3c1ecf00
4 changed files with 7 additions and 5 deletions

View file

@ -1,2 +1,2 @@
documentation documentation
source for documentation and on some cases generated documentation in its own subdirs source for documentation and in some cases generated documentation in its own subdirs

View file

@ -10,7 +10,7 @@ GUI concepts and -features and proposals.
* link:Proposal.RichardSpindler.html[Richard Spindler] * link:Proposal.RichardSpindler.html[Richard Spindler]
* link:Workspaces.html[about Workspace organsiation] * link:Workspaces.html[about Workspace organsiation]
* link:scrolling.html[about scrolling..] * link:scrolling.html[about scrolling..]
* link:MenuAndShortcuts.html[Ideas for menues and shortcuts] * link:MenuAndShortcuts.html[Ideas for menus and shortcuts]
- link:TimelineDiscussion.html[Conclusions by Joel Holdsworth] - link:TimelineDiscussion.html[Conclusions by Joel Holdsworth]
[icon="warning.png"] [icon="warning.png"]

View file

@ -3,7 +3,9 @@ Design Documents: GUI
In the early stages of the project, there was a lot of debate regarding In the early stages of the project, there was a lot of debate regarding
GUI concepts and -features and proposals. GUI concepts and -features and proposals.
link:GuiDiscussion/index.html[here] is a collection of documents from these discussions.
link:GuiDiscussion/index.html[Here] is a collection of documents from these early
discussions.
In our discussions, *Workflow* denotes all considerations how certain tasks In our discussions, *Workflow* denotes all considerations how certain tasks
can be achieved within the application in the most suitable and stringent fashion. can be achieved within the application in the most suitable and stringent fashion.

View file

@ -1,6 +1,6 @@
== Lumiera Design Documents == Lumiera Design Documents
The goal of Lumiera is to provide a professionnal tool for video editing on GNU/Linux systems. The goal of Lumiera is to provide a professional tool for video editing on GNU/Linux systems.
The vision of the development team defines a modern design for the core of a Non-Linear Editing software. The vision of the development team defines a modern design for the core of a Non-Linear Editing software.
One of the key aspect of Lumiera is the strong separation between the user interface and the processing core. One of the key aspect of Lumiera is the strong separation between the user interface and the processing core.
Lumiera as a software will come along with a GTK GUI but that does not make this exclusive, any other GUI could be written as well as scripts to drive the core. Lumiera as a software will come along with a GTK GUI but that does not make this exclusive, any other GUI could be written as well as scripts to drive the core.
@ -20,7 +20,7 @@ They can be categorized into three main categories plus extra components :
==== link:gui/index.html[Graphical User Interface] ==== link:gui/index.html[Graphical User Interface]
User interfaces are basically handled like plugins, consequently it is possible to interface with Lumiera through scripts. It is also possible to create specialized GUIs. User interfaces are basically handled like plugins, consequently it is possible to interface with Lumiera through scripts. It is also possible to create specialized GUIs.
The interface is the closest component to the user, it is purely visual. There the user manipulates, organizes, loads, configures all sorts of datas, especially MObjects (media objects) and Assets. These elements are contained within a structure called the Session. The interface is the closest component to the user, it is purely visual. There the user manipulates, organizes, loads, configures all sorts of data, especially MObjects (media objects) and Assets. These elements are contained within a structure called the Session.
==== The Processing Layer ==== The Processing Layer