Posts mit dem Label User_Interface werden angezeigt. Alle Posts anzeigen
Posts mit dem Label User_Interface werden angezeigt. Alle Posts anzeigen

Sonntag, 8. April 2007

Ansprechende Symbole für Dia

Dia ist ein Grafikprogram zur Erzeugung vektorbasierter technischer Illustrationen. In seiner Funktion ähnelt es Miicrosoft Visio. Dia ist ein Gnome-Projekt.

Das Programm wird mit rudimentären Symbolbibliotheken ausgeliefert. Diese sind nicht besonders ästhetisch oder umfangreich.

Ziel ist, eigene Symbolbiblliotheken für Dia zu erzeugen. Die Symbole sind dabei PNG oder SVG-Dateien. Die Funktionalität wird durch Python scripts hergestellt.

Skills: Grafik-Design, SVG, Python

Dienstag, 3. April 2007

animierter interface-agent

für ein studien-projekt eines informatik-studenten soll ein animierter interface-agent gestaltet und gezeichnet werden.

die software wird von logopäden verwendet, um eine bestimmte art von lesestörung bei kindern zu prüfen bzw. zu behandeln. zwischendurch soll eine freundliche figur (tier? zwerg?) erscheinen und feedback über den fortschritt geben ("gut gemacht"", "weiter so"", "ein bisserl besser gehts noch!" etc.).

das projekt umfasst den entwurf und die verwirklichung dieses characters (im sinne von digitalisierten bildern). die implementierung in die software übernimmt der student. als ansprechpartner stehen der student, sein betreuuer (peter purgathofer = mentor) sowie von fall zu fall eine logopädin zur verfügung.

Donnerstag, 22. März 2007

Bluefish Web preview

Bluefish ist ein Web Editor unter Linux. Er unterstützt die Erstellung von Websites mit unterschiedlichen Scriptsprachen. Die visuelle Kontrolle muss derzeit noch über den Umweg eines Webservers und Browsers erfolgen.


Ziel ist, Bluefish um eine Rendering-Engine zu erweitern, um die visuelle Ergebniskontrolle bereits aus dem Editor heraus durchzuführen.

Bluefish ist auf SourceForge unter http://sourceforge.net/projects/bluefish/ zu finden.

Donnerstag, 15. März 2007

KDE PIM Theming

Originally posted for SoC 2006

KOrganizer Theming: In the real world calendars are made from paper and carry lots of pretty pictures, witty sayings, history data or similar things. Compared to that calendar programs are extremely plain. One of the intents of the CalendarDecoration plugin interface for KOrganizer was to make it possible to add theming to the calendar views, so that you can add all the fun things which make paper calendars more than just a bunch of papers with dates on it. Combined with the KNewStuff technology this could bring much more color to our desktops and make KOrganizer intersting to people which currently wouldn't think of using a calendar program.

KDE Print Improve usability

Originally posted for SoC 2006

Expected results: Produce an improved set of graphic interfaces to KDE's printing technology, based on usability reports already available and using new (original) usability ideas.

KBugBuster

Originally posted for SoC 2006

mprove KBugBuster (the KDE client to Bugzilla) to support the full functionality of Bugzilla.

KBugBuster is a native KDE client for Bugzilla. It lives in kdesdk (http://websvn.kde.org/trunk/KDE/kdesdk/kbugbuster/ ). It is able to access a variety of different Bugzilla versions by different technologies depending on what the specific Bugzilla version provides. This goes from screen scraping over XML access to a dedicated mail interface.

There wasn't much real development activity for quite some time, so KBugBuster would need to be checked against the current Bugzilla versions. There is also some functionality missing like correctly changing and writing back bugs and a decent caching strategy. It also would need some work in terms of the user interface. One very useful feature would be some clever support for resolving duplicates. There certainly are other interesting ideas which could be realized in the GUI.

KDM Theming Support

Originally posted for SoC 2006

Rewrite the theming engine fully utilizing Qt4's features (Arthur), including proper accessibility support. This also includes a config module and accessories like a theme tester and - for the ambitious - a WYSIWYG theme editor.