Added new UI Icons in FontAwesome 4.2.0

This commit is contained in:
Gary Sharp
2014-08-28 15:32:57 +10:00
parent bbe4cccc91
commit 13c5efe5d6
5 changed files with 18 additions and 6 deletions
+14 -2
View File
@@ -77,6 +77,7 @@ namespace Disco.Services.Extensions
new KeyValuePair<string, string>("android" , "Android"), new KeyValuePair<string, string>("android" , "Android"),
new KeyValuePair<string, string>("apple" , "Apple"), new KeyValuePair<string, string>("apple" , "Apple"),
new KeyValuePair<string, string>("archive" , "Archive"), new KeyValuePair<string, string>("archive" , "Archive"),
new KeyValuePair<string, string>("area-chart" , "Area Chart"),
new KeyValuePair<string, string>("arrow-circle-down" , "Arrow Circle Down"), new KeyValuePair<string, string>("arrow-circle-down" , "Arrow Circle Down"),
new KeyValuePair<string, string>("arrow-circle-left" , "Arrow Circle Left"), new KeyValuePair<string, string>("arrow-circle-left" , "Arrow Circle Left"),
new KeyValuePair<string, string>("arrow-circle-right" , "Arrow Circle Right"), new KeyValuePair<string, string>("arrow-circle-right" , "Arrow Circle Right"),
@@ -85,16 +86,20 @@ namespace Disco.Services.Extensions
new KeyValuePair<string, string>("ban" , "Ban"), new KeyValuePair<string, string>("ban" , "Ban"),
new KeyValuePair<string, string>("beer" , "Beer"), new KeyValuePair<string, string>("beer" , "Beer"),
new KeyValuePair<string, string>("bell" , "Bell"), new KeyValuePair<string, string>("bell" , "Bell"),
new KeyValuePair<string, string>("binoculars" , "Binoculars"),
new KeyValuePair<string, string>("bolt" , "Bolt"), new KeyValuePair<string, string>("bolt" , "Bolt"),
new KeyValuePair<string, string>("bomb" , "Bomb"), new KeyValuePair<string, string>("bomb" , "Bomb"),
new KeyValuePair<string, string>("book" , "Book"), new KeyValuePair<string, string>("book" , "Book"),
new KeyValuePair<string, string>("bookmark" , "Bookmark"), new KeyValuePair<string, string>("bookmark" , "Bookmark"),
new KeyValuePair<string, string>("briefcase" , "Briefcase"), new KeyValuePair<string, string>("briefcase" , "Briefcase"),
new KeyValuePair<string, string>("bug" , "Bug"), new KeyValuePair<string, string>("bug" , "Bug"),
new KeyValuePair<string, string>("bicycle" , "Bicycle"),
new KeyValuePair<string, string>("building-o" , "Building"), new KeyValuePair<string, string>("building-o" , "Building"),
new KeyValuePair<string, string>("bullhorn" , "Bullhorn"), new KeyValuePair<string, string>("bullhorn" , "Bullhorn"),
new KeyValuePair<string, string>("bullseye" , "Bullseye"), new KeyValuePair<string, string>("bullseye" , "Bullseye"),
new KeyValuePair<string, string>("bus" , "Bus"),
new KeyValuePair<string, string>("cab" , "Cab"), new KeyValuePair<string, string>("cab" , "Cab"),
new KeyValuePair<string, string>("calculator" , "Calculator"),
new KeyValuePair<string, string>("calendar" , "Calendar"), new KeyValuePair<string, string>("calendar" , "Calendar"),
new KeyValuePair<string, string>("calendar-o" , "Calendar"), new KeyValuePair<string, string>("calendar-o" , "Calendar"),
new KeyValuePair<string, string>("car" , "Car"), new KeyValuePair<string, string>("car" , "Car"),
@@ -115,6 +120,7 @@ namespace Disco.Services.Extensions
new KeyValuePair<string, string>("envelope" , "Envelope"), new KeyValuePair<string, string>("envelope" , "Envelope"),
new KeyValuePair<string, string>("exclamation" , "Exclamation"), new KeyValuePair<string, string>("exclamation" , "Exclamation"),
new KeyValuePair<string, string>("eye" , "Eye"), new KeyValuePair<string, string>("eye" , "Eye"),
new KeyValuePair<string, string>("eyedropper" , "Eyedropper"),
new KeyValuePair<string, string>("fax" , "Fax"), new KeyValuePair<string, string>("fax" , "Fax"),
new KeyValuePair<string, string>("female" , "Female"), new KeyValuePair<string, string>("female" , "Female"),
new KeyValuePair<string, string>("fighter-jet" , "Fighter Jet"), new KeyValuePair<string, string>("fighter-jet" , "Fighter Jet"),
@@ -146,6 +152,7 @@ namespace Disco.Services.Extensions
new KeyValuePair<string, string>("legal" , "Legal"), new KeyValuePair<string, string>("legal" , "Legal"),
new KeyValuePair<string, string>("life-ring" , "Life Ring"), new KeyValuePair<string, string>("life-ring" , "Life Ring"),
new KeyValuePair<string, string>("lightbulb-o" , "Lightbulb"), new KeyValuePair<string, string>("lightbulb-o" , "Lightbulb"),
new KeyValuePair<string, string>("line-chart" , "Line Chart"),
new KeyValuePair<string, string>("linux" , "Linux"), new KeyValuePair<string, string>("linux" , "Linux"),
new KeyValuePair<string, string>("location-arrow" , "Location Arrow"), new KeyValuePair<string, string>("location-arrow" , "Location Arrow"),
new KeyValuePair<string, string>("magnet" , "Magnet"), new KeyValuePair<string, string>("magnet" , "Magnet"),
@@ -160,13 +167,17 @@ namespace Disco.Services.Extensions
new KeyValuePair<string, string>("money" , "Money"), new KeyValuePair<string, string>("money" , "Money"),
new KeyValuePair<string, string>("moon-o" , "Moon"), new KeyValuePair<string, string>("moon-o" , "Moon"),
new KeyValuePair<string, string>("music" , "Music"), new KeyValuePair<string, string>("music" , "Music"),
new KeyValuePair<string, string>("newspaper-o" , "Newspaper"),
new KeyValuePair<string, string>("paint-brush" , "Paint Brush"),
new KeyValuePair<string, string>("paper-plane" , "Paper Plane"), new KeyValuePair<string, string>("paper-plane" , "Paper Plane"),
new KeyValuePair<string, string>("paperclip" , "Paperclip"), new KeyValuePair<string, string>("paperclip" , "Paperclip"),
new KeyValuePair<string, string>("paw" , "Paw"), new KeyValuePair<string, string>("paw" , "Paw"),
new KeyValuePair<string, string>("pencil" , "Pencil"), new KeyValuePair<string, string>("pencil" , "Pencil"),
new KeyValuePair<string, string>("phone" , "Phone"), new KeyValuePair<string, string>("phone" , "Phone"),
new KeyValuePair<string, string>("pie-chart" , "Pie Chart"),
new KeyValuePair<string, string>("picture-o" , "Picture"), new KeyValuePair<string, string>("picture-o" , "Picture"),
new KeyValuePair<string, string>("plane" , "Plane"), new KeyValuePair<string, string>("plane" , "Plane"),
new KeyValuePair<string, string>("plug" , "Plug"),
new KeyValuePair<string, string>("power-off" , "Power Off"), new KeyValuePair<string, string>("power-off" , "Power Off"),
new KeyValuePair<string, string>("print" , "Print"), new KeyValuePair<string, string>("print" , "Print"),
new KeyValuePair<string, string>("puzzle-piece" , "Puzzle Piece"), new KeyValuePair<string, string>("puzzle-piece" , "Puzzle Piece"),
@@ -192,14 +203,15 @@ namespace Disco.Services.Extensions
new KeyValuePair<string, string>("thumbs-o-up" , "Thumbs Up"), new KeyValuePair<string, string>("thumbs-o-up" , "Thumbs Up"),
new KeyValuePair<string, string>("thumbs-up" , "Thumbs Up"), new KeyValuePair<string, string>("thumbs-up" , "Thumbs Up"),
new KeyValuePair<string, string>("thumb-tack" , "Thumb Tack"), new KeyValuePair<string, string>("thumb-tack" , "Thumb Tack"),
new KeyValuePair<string, string>("trash-o" , "Trash"), new KeyValuePair<string, string>("trash" , "Trash"),
new KeyValuePair<string, string>("trophy" , "Trophy"), new KeyValuePair<string, string>("trophy" , "Trophy"),
new KeyValuePair<string, string>("truck" , "Truck"), new KeyValuePair<string, string>("truck" , "Truck"),
new KeyValuePair<string, string>("umbrella" , "Umbrella"), new KeyValuePair<string, string>("umbrella" , "Umbrella"),
new KeyValuePair<string, string>("university" , "University"), new KeyValuePair<string, string>("university" , "University"),
new KeyValuePair<string, string>("wheelchair" , "Wheelchair"), new KeyValuePair<string, string>("wheelchair" , "Wheelchair"),
new KeyValuePair<string, string>("windows" , "Windows"), new KeyValuePair<string, string>("windows" , "Windows"),
new KeyValuePair<string, string>("wrench" , "Wrench") new KeyValuePair<string, string>("wrench" , "Wrench"),
new KeyValuePair<string, string>("wifi" , "WiFi")
}.AsReadOnly(); }.AsReadOnly();
// Icon Colours // Icon Colours
@@ -119,7 +119,7 @@
resizable: false, resizable: false,
modal: true, modal: true,
autoOpen: false, autoOpen: false,
width: 750, width: 780,
height: 650, height: 650,
buttons: { buttons: {
"Save": save, "Save": save,
@@ -567,7 +567,7 @@ WriteLiteral(" </div>\r\n
" dialog = $(\'#Config_JobQueues_Icon_Update_Dialog\').dialog({\r\n " + " dialog = $(\'#Config_JobQueues_Icon_Update_Dialog\').dialog({\r\n " +
" resizable: false,\r\n " + " resizable: false,\r\n " +
" modal: true,\r\n autoOpen: f" + " modal: true,\r\n autoOpen: f" +
"alse,\r\n width: 750,\r\n " + "alse,\r\n width: 780,\r\n " +
" height: 650,\r\n " + " height: 650,\r\n " +
" buttons: {\r\n \"Save\": save,\r" + " buttons: {\r\n \"Save\": save,\r" +
"\n Cancel: cancel\r\n " + "\n Cancel: cancel\r\n " +
@@ -127,7 +127,7 @@
resizable: false, resizable: false,
modal: true, modal: true,
autoOpen: false, autoOpen: false,
width: 750, width: 780,
height: 650, height: 650,
buttons: { buttons: {
"Save": save, "Save": save,
@@ -598,7 +598,7 @@ WriteLiteral(" </div>\r\n
" dialog = $(\'#Config_UserFlags_Icon_Update_Dialog\').dialog({\r\n " + " dialog = $(\'#Config_UserFlags_Icon_Update_Dialog\').dialog({\r\n " +
" resizable: false,\r\n " + " resizable: false,\r\n " +
" modal: true,\r\n autoOpen: f" + " modal: true,\r\n autoOpen: f" +
"alse,\r\n width: 750,\r\n " + "alse,\r\n width: 780,\r\n " +
" height: 650,\r\n " + " height: 650,\r\n " +
" buttons: {\r\n \"Save\": save,\r" + " buttons: {\r\n \"Save\": save,\r" +
"\n Cancel: cancel\r\n " + "\n Cancel: cancel\r\n " +