Unused icons have been removed from the repository. Some icons have been renamed according to the guidelines described in tools/source_icons/README in order to have homogeneous names. Colour icon has been modified. Cancel button icon has been replaced by the tab closing icon (issue 1012).
This commit is contained in:
@@ -83,8 +83,8 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
beforeAfter->set_relief(Gtk::RELIEF_NONE);
|
||||
beforeAfter->set_tooltip_markup (M("MAIN_TOOLTIP_TOGGLE"));
|
||||
|
||||
iBeforeLockON = new RTImage ("lock_on.png");
|
||||
iBeforeLockOFF = new RTImage ("lock_off.png");
|
||||
iBeforeLockON = new RTImage ("lock-on.png");
|
||||
iBeforeLockOFF = new RTImage ("lock-off.png");
|
||||
|
||||
Gtk::VSeparator* vsept = Gtk::manage (new Gtk::VSeparator ());
|
||||
Gtk::VSeparator* vsepz = Gtk::manage (new Gtk::VSeparator ());
|
||||
@@ -94,8 +94,8 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
|
||||
hidehp = Gtk::manage (new Gtk::ToggleButton ());
|
||||
|
||||
iHistoryShow = new RTImage ("panel_to_right.png");
|
||||
iHistoryHide = new RTImage ("panel_to_left.png");
|
||||
iHistoryShow = new RTImage ("panel-to-right.png");
|
||||
iHistoryHide = new RTImage ("panel-to-left.png");
|
||||
|
||||
hidehp->set_relief(Gtk::RELIEF_NONE);
|
||||
hidehp->set_active (options.showHistory);
|
||||
@@ -108,16 +108,16 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
}
|
||||
|
||||
tbTopPanel_1 = new Gtk::ToggleButton ();
|
||||
iTopPanel_1_Show = new RTImage ("panel_to_bottom.png");
|
||||
iTopPanel_1_Hide = new RTImage ("panel_to_top.png");
|
||||
iTopPanel_1_Show = new RTImage ("panel-to-bottom.png");
|
||||
iTopPanel_1_Hide = new RTImage ("panel-to-top.png");
|
||||
tbTopPanel_1->set_relief(Gtk::RELIEF_NONE);
|
||||
tbTopPanel_1->set_active (true);
|
||||
tbTopPanel_1->set_tooltip_markup (M("MAIN_TOOLTIP_SHOWHIDETP1"));
|
||||
tbTopPanel_1->set_image (*iTopPanel_1_Hide);
|
||||
|
||||
tbRightPanel_1 = new Gtk::ToggleButton ();
|
||||
iRightPanel_1_Show = new RTImage ("panel_to_left.png");
|
||||
iRightPanel_1_Hide = new RTImage ("panel_to_right.png");
|
||||
iRightPanel_1_Show = new RTImage ("panel-to-left.png");
|
||||
iRightPanel_1_Hide = new RTImage ("panel-to-right.png");
|
||||
tbRightPanel_1->set_relief(Gtk::RELIEF_NONE);
|
||||
tbRightPanel_1->set_active (true);
|
||||
tbRightPanel_1->set_tooltip_markup (M("MAIN_TOOLTIP_SHOWHIDERP1"));
|
||||
@@ -168,7 +168,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
Gtk::HBox* iops = Gtk::manage (new Gtk::HBox ());
|
||||
|
||||
//Gtk::Image *saveButtonImage = Gtk::manage (new Gtk::Image (Gtk::StockID("gtk-save"), Gtk::ICON_SIZE_BUTTON));
|
||||
Gtk::Image *saveButtonImage = Gtk::manage (new RTImage ("save_hdd_01.png"));
|
||||
Gtk::Image *saveButtonImage = Gtk::manage (new RTImage ("gtk-save-large.png"));
|
||||
saveimgas = Gtk::manage (new Gtk::Button ());
|
||||
saveimgas->add(*saveButtonImage);
|
||||
saveimgas->set_tooltip_markup(M("MAIN_BUTTON_SAVE_TOOLTIP"));
|
||||
@@ -178,7 +178,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
queueimg->add(*queueButtonImage);
|
||||
queueimg->set_tooltip_markup(M("MAIN_BUTTON_PUTTOQUEUE_TOOLTIP"));
|
||||
|
||||
Gtk::Image *sendToEditorButtonImage = Gtk::manage (new RTImage ("gimp.png"));
|
||||
Gtk::Image *sendToEditorButtonImage = Gtk::manage (new RTImage ("image-editor.png"));
|
||||
sendtogimp = Gtk::manage (new Gtk::Button ());
|
||||
sendtogimp->add(*sendToEditorButtonImage);
|
||||
sendtogimp->set_tooltip_markup(M("MAIN_BUTTON_SENDTOEDITOR_TOOLTIP"));
|
||||
@@ -202,7 +202,7 @@ EditorPanel::EditorPanel (FilePanel* filePanel)
|
||||
|
||||
// ShowHideSidePanels
|
||||
tbShowHideSidePanels = new Gtk::ToggleButton ();
|
||||
iShowHideSidePanels = new RTImage ("crossed_arrows_out_45_02.png");
|
||||
iShowHideSidePanels = new RTImage ("crossed-arrows-out.png");
|
||||
tbShowHideSidePanels->set_relief(Gtk::RELIEF_NONE);
|
||||
tbShowHideSidePanels->set_active (false);
|
||||
tbShowHideSidePanels->set_tooltip_markup (M("MAIN_BUTTON_SHOWHIDESIDEPANELS_TOOLTIP"));
|
||||
|
Reference in New Issue
Block a user