~ubuntu-branches/ubuntu/precise/ceph/precise

« back to all changes in this revision

Viewing changes to src/tools/gui_resources.h

  • Committer: Bazaar Package Importer
  • Author(s): Clint Byrum, Clint Byrum, Micah Gersten
  • Date: 2011-02-12 22:50:26 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20110212225026-yyyw4tk0msgql3ul
Tags: 0.24.2-0ubuntu1
[ Clint Byrum <clint@ubuntu.com> ]
* New upstream release. (LP: #658670, LP: #684011)
* debian/patches/fix-mkcephfs.patch: dropped (applied upstream)
* Removed .la files from libceph1-dev, libcrush1-dev and 
  librados1-dev (per Debian policy v3.9.1 10.2).
* debian/control: adding pkg-config as a build dependency
* debian/control: depend on libcrypto++-dev instead of libssl-dev
* debian/watch: added watch file

[ Micah Gersten <micahg@ubuntu.com> ]
* debian/control: add Homepage

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef GUI_RESOURCES_H
 
2
#define GUI_RESOURCES_H
 
3
 
 
4
/* TODO: Place these in a resource file or some other mechanism */
 
5
#define GUI_MONITOR_BUILDER_FILE      "gui_monitor.build"
 
6
#define STATS_WINDOW_BUILDER_FILE     "stats_window.glade"
 
7
 
 
8
#define BLACKLIST_ICON_PATH           "blacklist.svg"
 
9
#define CLIENT_ICON_PATH              "client.svg"
 
10
#define FAILED_MDS_ICON_PATH          "failed_mds.svg"
 
11
#define MDS_ICON_PATH                 "mds.svg"
 
12
#define MONITOR_ICON_PATH             "monitor.svg"
 
13
#define UP_OSD_ICON_PATH              "osd.svg"
 
14
#define DOWN_OSD_ICON_PATH            "down_osd.svg"
 
15
#define OUT_OSD_ICON_PATH             "out_osd.svg"
 
16
#define PG_ICON_PATH                  "pg.svg"
 
17
#define STOPPED_MDS_ICON_PATH         "stopped_mds.svg"
 
18
 
 
19
#endif