2018-04-09 17:03:37 +02:00
#include "AboutDialog.hpp"
#include "../../libslic3r/Utils.hpp"
namespace Slic3r {
namespace GUI {
AboutDialogLogo :: AboutDialogLogo ( wxWindow * parent )
: wxPanel ( parent , wxID_ANY , wxDefaultPosition , wxDefaultSize )
{
this -> SetBackgroundColour ( * wxWHITE );
this -> logo = wxBitmap ( from_u8 ( Slic3r :: var ( "Slic3r_192px.png" )), wxBITMAP_TYPE_PNG );
this -> SetMinSize ( this -> logo . GetSize ());
this -> Bind ( wxEVT_PAINT , & AboutDialogLogo :: onRepaint , this );
}
void AboutDialogLogo :: onRepaint ( wxEvent & event )
{
wxPaintDC dc ( this );
dc . SetBackgroundMode ( wxTRANSPARENT );
wxSize size = this -> GetSize ();
int logo_w = this -> logo . GetWidth ();
int logo_h = this -> logo . GetHeight ();
dc . DrawBitmap ( this -> logo , ( size . GetWidth () - logo_w ) / 2 , ( size . GetHeight () - logo_h ) / 2 , true );
event . Skip ();
}
AboutDialog :: AboutDialog ()
2018-05-16 13:56:03 +02:00
: wxDialog ( NULL , wxID_ANY , _ ( L ( "About Slic3r" )), wxDefaultPosition , wxDefaultSize , wxCAPTION )
2018-04-09 17:03:37 +02:00
{
2018-05-16 13:56:03 +02:00
wxColour bgr_clr = wxSystemSettings :: GetColour ( wxSYS_COLOUR_WINDOW );
SetBackgroundColour ( bgr_clr );
2018-04-09 17:03:37 +02:00
wxBoxSizer * hsizer = new wxBoxSizer ( wxHORIZONTAL );
2018-05-16 13:56:03 +02:00
auto main_sizer = new wxBoxSizer ( wxVERTICAL );
main_sizer -> Add ( hsizer , 0 , wxEXPAND | wxALL , 20 );
2018-04-09 17:03:37 +02:00
// logo
2018-04-26 17:46:24 +02:00
wxBitmap logo_bmp = wxBitmap ( from_u8 ( Slic3r :: var ( "Slic3r_192px.png" )), wxBITMAP_TYPE_PNG );
auto * logo = new wxStaticBitmap ( this , wxID_ANY , std :: move ( logo_bmp ));
2018-10-25 12:48:19 +02:00
hsizer -> Add ( logo , 1 , wxEXPAND | wxTOP | wxBOTTOM , 35 );
2018-04-09 17:03:37 +02:00
wxBoxSizer * vsizer = new wxBoxSizer ( wxVERTICAL );
2018-05-16 13:56:03 +02:00
#ifdef __WXMSW__
int proportion = 2 ;
#else
int proportion = 3 ;
#endif
hsizer -> Add ( vsizer , proportion , wxEXPAND | wxLEFT , 20 );
2018-04-09 17:03:37 +02:00
// title
{
wxStaticText * title = new wxStaticText ( this , wxID_ANY , "Slic3r Prusa Edition" , wxDefaultPosition , wxDefaultSize );
wxFont title_font = wxSystemSettings :: GetFont ( wxSYS_DEFAULT_GUI_FONT );
title_font . SetWeight ( wxFONTWEIGHT_BOLD );
title_font . SetFamily ( wxFONTFAMILY_ROMAN );
title_font . SetPointSize ( 24 );
title -> SetFont ( title_font );
2018-05-16 13:56:03 +02:00
vsizer -> Add ( title , 0 , wxALIGN_LEFT | wxTOP , 10 );
2018-04-09 17:03:37 +02:00
}
// version
{
2018-05-02 13:20:36 +02:00
auto version_string = _ ( L ( "Version" )) + " " + std :: string ( SLIC3R_VERSION );
2018-04-09 17:03:37 +02:00
wxStaticText * version = new wxStaticText ( this , wxID_ANY , version_string . c_str (), wxDefaultPosition , wxDefaultSize );
wxFont version_font = wxSystemSettings :: GetFont ( wxSYS_DEFAULT_GUI_FONT );
#ifdef __WXMSW__
version_font . SetPointSize ( 9 );
#else
version_font . SetPointSize ( 11 );
#endif
version -> SetFont ( version_font );
vsizer -> Add ( version , 0 , wxALIGN_LEFT | wxBOTTOM , 10 );
}
// text
2018-05-16 13:56:03 +02:00
wxHtmlWindow * html = new wxHtmlWindow ( this , wxID_ANY , wxDefaultPosition , wxDefaultSize , wxHW_SCROLLBAR_AUTO /*NEVER*/ );
2018-04-09 17:03:37 +02:00
{
wxFont font = wxSystemSettings :: GetFont ( wxSYS_DEFAULT_GUI_FONT );
2018-05-16 13:56:03 +02:00
const auto text_clr = wxSystemSettings :: GetColour ( wxSYS_COLOUR_WINDOWTEXT );
auto text_clr_str = wxString :: Format ( wxT ( "#%02X%02X%02X" ), text_clr . Red (), text_clr . Green (), text_clr . Blue ());
auto bgr_clr_str = wxString :: Format ( wxT ( "#%02X%02X%02X" ), bgr_clr . Red (), bgr_clr . Green (), bgr_clr . Blue ());
const int fs = font . GetPointSize () - 1 ;
int size [] = { fs , fs , fs , fs , fs , fs , fs };
2018-04-09 17:03:37 +02:00
html -> SetFonts ( font . GetFaceName (), font . GetFaceName (), size );
html -> SetBorders ( 2 );
2018-05-16 13:56:03 +02:00
const auto text = wxString :: Format (
2018-04-09 17:03:37 +02:00
"<html>"
2018-05-16 13:56:03 +02:00
"<body bgcolor= %s link= %s>"
"<font color=%s>"
2018-04-09 17:03:37 +02:00
"Copyright © 2016-2018 Prusa Research. <br />"
"Copyright © 2011-2017 Alessandro Ranellucci. <br />"
"<a href= \" http://slic3r.org/ \" >Slic3r</a> is licensed under the "
"<a href= \" http://www.gnu.org/licenses/agpl-3.0.html \" >GNU Affero General Public License, version 3</a>."
2018-05-16 13:56:03 +02:00
"<br /><br />"
2018-04-09 17:03:37 +02:00
"Contributions by Henrik Brix Andersen, Nicolas Dandrimont, Mark Hindess, Petr Ledvina, Joseph Lenox, Y. Sapir, Mike Sheldrake, Vojtech Bubnik and numerous others. "
"Manual by Gary Hodgson. Inspired by the RepRap community. <br />"
"Slic3r logo designed by Corey Daniels, <a href= \" http://www.famfamfam.com/lab/icons/silk/ \" >Silk Icon Set</a> designed by Mark James. "
"</font>"
"</body>"
2018-05-16 13:56:03 +02:00
"</html>" , bgr_clr_str , text_clr_str , text_clr_str );
2018-04-09 17:03:37 +02:00
html -> SetPage ( text );
2018-05-16 13:56:03 +02:00
vsizer -> Add ( html , 1 , wxEXPAND | wxBOTTOM , 10 );
2018-04-09 17:03:37 +02:00
html -> Bind ( wxEVT_HTML_LINK_CLICKED , & AboutDialog :: onLinkClicked , this );
}
wxStdDialogButtonSizer * buttons = this -> CreateStdDialogButtonSizer ( wxCLOSE );
this -> SetEscapeId ( wxID_CLOSE );
this -> Bind ( wxEVT_BUTTON , & AboutDialog :: onCloseDialog , this , wxID_CLOSE );
vsizer -> Add ( buttons , 0 , wxEXPAND | wxRIGHT | wxBOTTOM , 3 );
this -> Bind ( wxEVT_LEFT_DOWN , & AboutDialog :: onCloseDialog , this );
logo -> Bind ( wxEVT_LEFT_DOWN , & AboutDialog :: onCloseDialog , this );
2018-05-16 13:56:03 +02:00
SetSizer ( main_sizer );
main_sizer -> SetSizeHints ( this );
2018-04-09 17:03:37 +02:00
}
void AboutDialog :: onLinkClicked ( wxHtmlLinkEvent & event )
{
wxLaunchDefaultBrowser ( event . GetLinkInfo (). GetHref ());
event . Skip ( false );
}
void AboutDialog :: onCloseDialog ( wxEvent & )
{
this -> EndModal ( wxID_CLOSE );
this -> Close ();
}
} // namespace GUI
} // namespace Slic3r