From: John Pietrzak Date: Fri, 3 Feb 2012 16:14:21 +0000 (-0500) Subject: Update to documentation/website X-Git-Url: http://vcs.maemo.org/git/?p=pierogi;a=commitdiff_plain;h=f2fb3a444fb1af2bce2dc3474489fbe5aefb90dd Update to documentation/website I forgot to update the documentation in the previous commit. This updates the website as well, with some new screenshots. --- diff --git a/doc/documentation.html b/doc/documentation.html index df4fd34..e297fe3 100644 --- a/doc/documentation.html +++ b/doc/documentation.html @@ -57,13 +57,15 @@ If you have a particular keyset you use often, it can be stored in the "favorites" tab for quick access.

-

Main Tab

+

Main Window

+ +

Main Tab

The Main tab contains just the power, volume, and channel buttons. It is intended to be a quick way to get to the most important, commonly used controls. The name of the current keyset is also provided in this tab.

-

Utility Tab

+

Utility Tab

The Utility tab contains a selection of commonly useful controls, such as "Mute", "Sleep", "Input", "Closed Captions / Subtitles", and the color buttons. @@ -71,7 +73,7 @@ This tab is intended to be a quick way to reach the most frequently used buttons; as such, the selection may be updated in future versions of Pierogi.

-

Keypad Tab

+

Keypad Tab

This tab provides a numeric keypad and a handful of associated commands, intended mainly for use with televisions. The "Prev Channel" button should @@ -83,7 +85,7 @@ Double Digit" button is used on very old televisions that normally expect channels to be represented by just a single digit; pressing this should allow you to enter a second digit.

-

Menu Tab

+

Menu Tab

This tab contains buttons used to enter and exit a menu, navigate within a menu, and select menu entries. The "Menu" button is meant to enter the @@ -91,26 +93,14 @@ main system menu of a given device; "Guide" is a content-related menu available on many modern devices; and "Disc Menu" is used to access the menu interface provided with DVD and Blu-Ray media.

-

Media Tab

+

Media Tab

Many of the most important playback commands are represented on this tab. "Play", "Pause", and "Stop" are the most common ones, along with "Reverse" (often called rewind) and "Fast Forward". A variety of other less common navigation controls are included, along with the "Eject" command.

-

Media2 Tab

- -

This is another page of media buttons, containing a mix of commands useful -for DVD players, VCRs, audio devices, and possibly other devices. The content -of this page may change in the future.

- -

TV Tab

- -

This page contains several more TV-oriented buttons, including controls for -picture-in-picture, teletext, and some graphics and audio controls. The -content of this page is subject to change.

- -

Favorite Tab

+

Favorite Tab

As there are numerous keysets available in Pierogi, a "Favorite" tab has been implemented. To add a favorite keyset to the tab, first select that @@ -133,6 +123,37 @@ make or type will be hidden. To use a keyset, simply select it from the list, and then close the window (by pressing the return arrow at the top right of the screen).

+

Secondary Buttons Window

+ +

TV Tab

+ +

This page contains several more TV-oriented buttons, including controls for +picture-in-picture, teletext, and some graphics and audio controls. The +content of this page is subject to change.

+ +

Media2 Tab

+ +

This is another page of media buttons, containing a mix of commands useful +for DVD players, VCRs, audio devices, and possibly other devices. The content +of this page may change in the future.

+ +

Input Tab

+ +

+Many devices have multiple sources for their data, whether it be television +signals piped in over the air or through a cable, or audio from a variety of +stereo components. It is unlikely that Pierogi will ever be able to list all +of the various possible input buttons, but this tab contains a few of them. +

+ +

Adjust Tab

+ +

+A handful of the various audio and video adjustment buttons are placed on +this tab. Actual volume controls will likely remain on the main window, +however. +

+

Design Rationale

Here I collect my thoughts on the how and why of creating Pierogi.

diff --git a/pierogi.pro b/pierogi.pro index 9ffeae9..1014924 100644 --- a/pierogi.pro +++ b/pierogi.pro @@ -200,7 +200,9 @@ OTHER_FILES += \ www/FavoriteTab.png \ www/Media2Tab.png \ www/TVTab.png \ - www/PierogiIcon.png + www/PierogiIcon.png \ + www/AdjustTab.png \ + www/InputTab.png RESOURCES += \ PierogiResources.qrc diff --git a/pierogi.pro.user b/pierogi.pro.user index ee3493d..c10b206 100644 --- a/pierogi.pro.user +++ b/pierogi.pro.user @@ -1,6 +1,6 @@ - + ProjectExplorer.Project.ActiveTarget @@ -221,7 +221,7 @@ - 2012-02-03T09:56:36 + 2012-02-03T10:04:34 2012-01-23T09:47:37 2012-01-19T22:18:07 2012-01-17T13:21:05 diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog index 9c9e878..0b146f1 100644 --- a/qtc_packaging/debian_fremantle/changelog +++ b/qtc_packaging/debian_fremantle/changelog @@ -1,3 +1,8 @@ +pierogi (0.5.1) unstable; urgency=low + * Updated UI with new window, moved tabs around. Revamped back-end keyset system, added Pioneer, lots of changes. Also, yet another attempt at pierogi.sudoers. + + -- John Pietrzak Fri, 03 Feb 2012 10:20:08 -0500 + pierogi (0.5.0) unstable; urgency=low * Somewhat extended and improved UI, some backend improvements, I'm labeling this as now "half-way usable", thus version 0.5 diff --git a/www/AdjustTab.png b/www/AdjustTab.png new file mode 100755 index 0000000..9711cb5 Binary files /dev/null and b/www/AdjustTab.png differ diff --git a/www/FavoriteTab.png b/www/FavoriteTab.png index 54016be..5d2b907 100755 Binary files a/www/FavoriteTab.png and b/www/FavoriteTab.png differ diff --git a/www/InputTab.png b/www/InputTab.png new file mode 100755 index 0000000..606b0e7 Binary files /dev/null and b/www/InputTab.png differ diff --git a/www/KeypadTab.png b/www/KeypadTab.png index bf4e124..51e8653 100755 Binary files a/www/KeypadTab.png and b/www/KeypadTab.png differ diff --git a/www/MainTab.png b/www/MainTab.png index 8c49d94..29be5c5 100755 Binary files a/www/MainTab.png and b/www/MainTab.png differ diff --git a/www/Media2Tab.png b/www/Media2Tab.png index 26f4344..9e46f78 100755 Binary files a/www/Media2Tab.png and b/www/Media2Tab.png differ diff --git a/www/MediaTab.png b/www/MediaTab.png index c4cb9af..e329837 100755 Binary files a/www/MediaTab.png and b/www/MediaTab.png differ diff --git a/www/MenuTab.png b/www/MenuTab.png index e020b4e..44328c8 100755 Binary files a/www/MenuTab.png and b/www/MenuTab.png differ diff --git a/www/TVTab.png b/www/TVTab.png index 761aae9..08b9cdd 100755 Binary files a/www/TVTab.png and b/www/TVTab.png differ diff --git a/www/UtilityTab.png b/www/UtilityTab.png index 6cb1e81..7602cb3 100755 Binary files a/www/UtilityTab.png and b/www/UtilityTab.png differ diff --git a/www/index.html b/www/index.html index 82fa34e..d505d85 100644 --- a/www/index.html +++ b/www/index.html @@ -75,7 +75,9 @@ If you have a particular keyset you use often, it can be stored in the "favorites" tab for quick access.

-

Main Tab

+

Main Window

+ +

Main Tab

@@ -83,7 +85,7 @@ If you have a particular keyset you use often, it can be stored in the intended to be a quick way to get to the most important, commonly used controls. The name of the current keyset is also provided in this tab.

-

Utility Tab

+

Utility Tab

@@ -93,7 +95,7 @@ This tab is intended to be a quick way to reach the most frequently used buttons; as such, the selection may be updated in future versions of Pierogi.

-

Keypad Tab

+

Keypad Tab

@@ -107,7 +109,7 @@ Double Digit" button is used on very old televisions that normally expect channels to be represented by just a single digit; pressing this should allow you to enter a second digit.

-

Menu Tab

+

Menu Tab

@@ -117,7 +119,7 @@ main system menu of a given device; "Guide" is a content-related menu available on many modern devices; and "Disc Menu" is used to access the menu interface provided with DVD and Blu-Ray media.

-

Media Tab

+

Media Tab

@@ -126,23 +128,7 @@ provided with DVD and Blu-Ray media.

(often called rewind) and "Fast Forward". A variety of other less common navigation controls are included, along with the "Eject" command.

-

Media2 Tab

- - - -

This is another page of media buttons, containing a mix of commands useful -for DVD players, VCRs, audio devices, and possibly other devices. The content -of this page may change in the future.

- -

TV Tab

- - - -

This page contains several more TV-oriented buttons, including controls for -picture-in-picture, teletext, and some graphics and audio controls. The -content of this page is subject to change.

- -

Favorite Tab

+

Favorite Tab

@@ -169,6 +155,45 @@ the chosen values will be hidden. To use a keyset, simply select it from the list, and close the window (by pressing the return arrow at the top right of the screen).

+

Secondary Buttons Window

+ +

TV Tab

+ + + +

This page contains several more TV-oriented buttons, including controls for +picture-in-picture, teletext, and some graphics and audio controls. The +content of this page is subject to change.

+ +

Media2 Tab

+ + + +

This is another page of media buttons, containing a mix of commands useful +for DVD players, VCRs, audio devices, and possibly other devices. The content +of this page may change in the future.

+ +

Input Tab

+ + + +

+Many devices have multiple sources for their data, whether it be television +signals piped in over the air or through a cable, or audio from a variety of +stereo components. It is unlikely that Pierogi will ever be able to list all +of the various possible input buttons, but this tab contains a few of them. +

+ +

Adjust Tab

+ + + +

+A handful of the various audio and video adjustment buttons are placed on +this tab. Actual volume controls will likely remain on the main window, +however. +

+

Design Rationale

Here I collect my thoughts on the how and why of creating Pierogi.