Skip to main content
Jump to: navigation, search

Difference between revisions of "Selector UI"

(New page: {{#eclipseproject:technology.higgins|eclipse_custom_style.css}} right ==Introduction== ... ==End-User Perspective == ... ==Deployer Perspective== ...)
 
 
(8 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
 
[[Image:Higgins_logo_76Wx100H.jpg|right]]
  
==Introduction==
+
User interface of the selector client as implemented using a variety of GUI environments: GTK, Cocoa, Adobe AIR, and Qt.
 
+
...
+
 
+
==End-User Perspective ==
+
 
+
...
+
 
+
==Deployer Perspective==
+
 
+
...
+
 
+
==Developer Perspective==
+
 
+
===Architecture===
+
 
+
...
+
 
+
===Components & Services ===
+
 
+
...
+
 
+
===Building===
+
 
+
===GTK, C++ projects===
+
 
+
The projects are:
+
* app/org.eclipse.higgins.selector.ui.gtk
+
* app/org.eclipse.higgins.selector.ui.gtk.core
+
 
+
These projects can be checked out from the Eclipse repository at the following SVN URIs:
+
 
+
{| class="wikitable" style="text-align:left; border="1" cellpadding="5" cellspacing="0" 
+
|-
+
| https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/app/org.eclipse.higgins.selector.ui.gtk
+
| https://dev.eclipse.org/svnroot/technology/org.eclipse.higgins/trunk/app/org.eclipse.higgins.selector.ui.gtk.core
+
|-
+
|}
+
 
+
These projects can be built with MS Visual C++. You can check them out from the Eclipse repository using an SVN plugin like [[AnkhSVN|http://ankhsvn.open.collab.net/]], or by using an external SVN tool such as [[TortoiseSVN|http://tortoisesvn.tigris.org/]].
+
 
+
You also need the following software:
+
* '''cmake''' - http://www.cmake.org/
+
* '''OpenSSL devkit''' - http://www.slproweb.com/products/Win32OpenSSL.html
+
* '''Glade2+GTK''' - http://gladewin32.sourceforge.net/
+
 
+
The projects are designed to be built with '''cmake''', and in order to be able to import them into MS Visual C++, the necessary project files have to be created using the special scripts '''configure_vs.bat''' and '''setupvc.bat''', which are included with the selector.ui.gtk project. You may need to edit these scripts and adjust local paths before you can run them.
+
 
+
[[Category:Higgins Solutions]]
+
[[Category:Higgins Packages]]
+

Latest revision as of 10:28, 26 October 2009

{{#eclipseproject:technology.higgins|eclipse_custom_style.css}}

Higgins logo 76Wx100H.jpg

User interface of the selector client as implemented using a variety of GUI environments: GTK, Cocoa, Adobe AIR, and Qt.

Back to the top