summaryrefslogtreecommitdiffstats
path: root/src/virt-viewer-about.xml
Commit message (Collapse)AuthorAgeFilesLines
* Use GResource for loading ui filesFabiano Fidêncio2016-03-031-1/+0
| | | | | | | | | | Let's take advantage of GResource for loading ui files in a better and cleaner way than virt_viewer_util_load_ui() was doing. It also brings the benefit, at least for developers, of being able to test ui changes without having to "make install" virt-viewer. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
* about: Fix the program's name in the titleFabiano Fidêncio2016-03-031-1/+1
| | | | | | | | | | | Title currently says "About Glade". It's not a big deal because it's not actually shown anywhere, but just for correctness let's change it to "About Virt-Viewer". Thanks Jonathon Jongsma for pointing this out. Signed-off-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Eduardo Lima (Etrunko) <etrunko@redhat.com>
* Update user-visible copyright informationChristophe Fergeau2014-04-041-1/+1
| | | | | Years in copyright notices in the about dialog and man pages is at most 2012, let's set it to 2014
* Ensure About dialog has transient hints setupDaniel P. Berrange2012-02-081-10/+18
|
* Import a pretty icon for virt-viewer applicationDaniel P. Berrange2012-02-081-0/+1
|
* Update copyright headersDaniel P. Berrange2012-02-061-2/+2
|
* Update authors & copyright datesDaniel P. Berrange2011-08-041-4/+6
|
* Turn VirtViewer into a VirtViewerApp objectMarc-André Lureau2011-07-221-2/+2
|
* Introduce standard naming convention to files & methodsDaniel P. Berrange2011-07-011-0/+56
All source files must be named virt-viewer-XXXX All methods named virt_viewer_XXX