From 288ce60fec031367344b7a4ee4024957d33ceeef Mon Sep 17 00:00:00 2001 From: Christian Beier Date: Sun, 13 Oct 2024 14:55:26 +0200 Subject: [PATCH] gui: regenerate --- src/gui/DialogSettings.cpp | 2 +- src/gui/DialogSettings.h | 2 +- src/gui/FrameLog.cpp | 2 +- src/gui/FrameLog.h | 2 +- src/gui/FrameMain.cpp | 20 ++++++++++---------- src/gui/FrameMain.h | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/gui/DialogSettings.cpp b/src/gui/DialogSettings.cpp index 62055269..0fe1017c 100644 --- a/src/gui/DialogSettings.cpp +++ b/src/gui/DialogSettings.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 2024 +// generated by wxGlade 1.0.4 on Sun Oct 13 14:35:34 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/DialogSettings.h b/src/gui/DialogSettings.h index b1d24e40..15fbb481 100644 --- a/src/gui/DialogSettings.h +++ b/src/gui/DialogSettings.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 2024 +// generated by wxGlade 1.0.4 on Sun Oct 13 14:35:34 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/FrameLog.cpp b/src/gui/FrameLog.cpp index 8d870c95..ec11b2bc 100644 --- a/src/gui/FrameLog.cpp +++ b/src/gui/FrameLog.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 2024 +// generated by wxGlade 1.0.4 on Sun Oct 13 14:35:34 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/FrameLog.h b/src/gui/FrameLog.h index 0e1be17c..f6b753dd 100644 --- a/src/gui/FrameLog.h +++ b/src/gui/FrameLog.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 2024 +// generated by wxGlade 1.0.4 on Sun Oct 13 14:35:34 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp diff --git a/src/gui/FrameMain.cpp b/src/gui/FrameMain.cpp index e2ff0f60..d608dc6c 100644 --- a/src/gui/FrameMain.cpp +++ b/src/gui/FrameMain.cpp @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 2024 +// generated by wxGlade 1.0.4 on Sun Oct 13 14:35:34 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp @@ -114,26 +114,26 @@ FrameMain::FrameMain(wxWindow* parent, wxWindowID id, const wxString& title, con } frame_main_toolbar = new wxToolBar(this, -1, wxDefaultPosition, wxDefaultSize, wxTB_HORIZONTAL|wxTB_TEXT|wxTB_NODIVIDER); SetToolBar(frame_main_toolbar); - frame_main_toolbar->AddTool(wxID_YES, _("Connect"), bitmapBundleFromSVGResource("connect"), wxNullBitmap, wxITEM_NORMAL, _("Connect to a specific host."), wxEmptyString); + frame_main_toolbar->AddTool(wxID_YES, _("Connect"), wxNullBitmap, wxNullBitmap, wxITEM_NORMAL, _("Connect to a specific host."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_connect, this, wxID_YES); - frame_main_toolbar->AddTool(wxID_REDO, _("Listen"), bitmapBundleFromSVGResource("listen"), wxNullBitmap, wxITEM_NORMAL, _("Listen for an incoming connection."), wxEmptyString); + frame_main_toolbar->AddTool(wxID_REDO, _("Listen"), wxNullBitmap, wxNullBitmap, wxITEM_NORMAL, _("Listen for an incoming connection."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_listen, this, wxID_REDO); frame_main_toolbar->AddSeparator(); - frame_main_toolbar->AddTool(wxID_STOP, _("Disconnect"), bitmapBundleFromSVGResource("disconnect"), wxNullBitmap, wxITEM_NORMAL, _("Terminate connection."), wxEmptyString); + frame_main_toolbar->AddTool(wxID_STOP, _("Disconnect"), wxNullBitmap, wxNullBitmap, wxITEM_NORMAL, _("Terminate connection."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_disconnect, this, wxID_STOP); - frame_main_toolbar->AddTool(ID_GRABKEYBOARD, _("Grab Keyboard"), bitmapBundleFromSVGResource("toggle-keyboard-grab"), wxNullBitmap, wxITEM_CHECK, _("Intercept all keyboard input. Allows you to use special keys that would otherwise be interpreted by the local computer."), wxEmptyString); + frame_main_toolbar->AddTool(ID_GRABKEYBOARD, _("Grab Keyboard"), wxNullBitmap, wxNullBitmap, wxITEM_CHECK, _("Intercept all keyboard input. Allows you to use special keys that would otherwise be interpreted by the local computer."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_grabkeyboard, this, ID_GRABKEYBOARD); - frame_main_toolbar->AddTool(wxID_SAVE, _("Take Screenshot"), bitmapBundleFromSVGResource("screenshot"), wxNullBitmap, wxITEM_NORMAL, _("Take a screenshot of the current connection."), wxEmptyString); + frame_main_toolbar->AddTool(wxID_SAVE, _("Take Screenshot"), wxNullBitmap, wxNullBitmap, wxITEM_NORMAL, _("Take a screenshot of the current connection."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_screenshot, this, wxID_SAVE); frame_main_toolbar->AddSeparator(); - frame_main_toolbar->AddTool(ID_INPUT_RECORD, _("Record Input"), bitmapBundleFromSVGResource("record"), wxNullBitmap, wxITEM_NORMAL, _("Record mouse and keyboard input for later replay as a macro."), wxEmptyString); + frame_main_toolbar->AddTool(ID_INPUT_RECORD, _("Record Input"), wxNullBitmap, wxNullBitmap, wxITEM_NORMAL, _("Record mouse and keyboard input for later replay as a macro."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_input_record, this, ID_INPUT_RECORD); - frame_main_toolbar->AddTool(ID_INPUT_REPLAY, _("Replay Input"), bitmapBundleFromSVGResource("replay"), wxNullBitmap, wxITEM_NORMAL, _("Replay a recorded mouse and keyboard input macro. If is held down while clicking this button, the macro is replayed in a loop."), wxEmptyString); + frame_main_toolbar->AddTool(ID_INPUT_REPLAY, _("Replay Input"), wxNullBitmap, wxNullBitmap, wxITEM_NORMAL, _("Replay a recorded mouse and keyboard input macro. If is held down while clicking this button, the macro is replayed in a loop."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::machine_input_replay, this, ID_INPUT_REPLAY); frame_main_toolbar->AddSeparator(); - frame_main_toolbar->AddTool(ID_FULLSCREEN, _("Fullscreen"), bitmapBundleFromSVGResource("fullscreen"), wxNullBitmap, wxITEM_CHECK, _("Toggle fullscreen view."), wxEmptyString); + frame_main_toolbar->AddTool(ID_FULLSCREEN, _("Fullscreen"), wxNullBitmap, wxNullBitmap, wxITEM_CHECK, _("Toggle fullscreen view."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::view_togglefullscreen, this, ID_FULLSCREEN); - frame_main_toolbar->AddTool(ID_ONE_TO_ONE, _("View 1:1"), bitmapBundleFromSVGResource("one-to-one"), wxNullBitmap, wxITEM_CHECK, _("Toggle 1:1 view, disabling all scaling."), wxEmptyString); + frame_main_toolbar->AddTool(ID_ONE_TO_ONE, _("View 1:1"), wxNullBitmap, wxNullBitmap, wxITEM_CHECK, _("Toggle 1:1 view, disabling all scaling."), wxEmptyString); Bind(wxEVT_MENU, &FrameMain::view_toggle1to1, this, ID_ONE_TO_ONE); frame_main_toolbar->Realize(); wxBoxSizer* sizer_top = new wxBoxSizer(wxHORIZONTAL); diff --git a/src/gui/FrameMain.h b/src/gui/FrameMain.h index 93af6e91..c8452fa2 100644 --- a/src/gui/FrameMain.h +++ b/src/gui/FrameMain.h @@ -1,6 +1,6 @@ // -*- C++ -*- // -// generated by wxGlade 1.0.4 on Mon Oct 7 10:38:42 2024 +// generated by wxGlade 1.0.4 on Sun Oct 13 14:35:34 2024 // // Example for compiling a single file project under Linux using g++: // g++ MyApp.cpp $(wx-config --libs) $(wx-config --cxxflags) -o MyApp