Improve about dialog.

This commit is contained in:
Jonathan Moore Liles 2008-05-25 18:43:23 -05:00
parent d521c2af23
commit 0525433a41
1 changed files with 18 additions and 14 deletions

View File

@ -152,8 +152,7 @@ asprintf( &path, "%s/options", user_config_dir );
free( path ); free( path );
menubar->add( "&Timeline", 0, 0, const_cast< Fl_Menu_Item *>( timeline->menu->menu() ), FL_SUBMENU_POINTER );} {selected menubar->add( "&Timeline", 0, 0, const_cast< Fl_Menu_Item *>( timeline->menu->menu() ), FL_SUBMENU_POINTER );} {}
}
} }
Function {make_window()} {open Function {make_window()} {open
} { } {
@ -701,14 +700,14 @@ xruns_output->value( engine->xruns() );} {}
} { } {
Fl_Window about_dialog_window { Fl_Window about_dialog_window {
label About open label About open
private xywh {772 70 495 525} type Double xclass {Non-DAW} visible private xywh {658 165 495 600} type Double xclass {Non-DAW} visible
} { } {
Fl_Tabs {} {open Fl_Tabs {} {open
xywh {-4 122 513 427} xywh {0 213 497 392}
} { } {
Fl_Group {} { Fl_Group {} {
label Credits open label Credits open selected
xywh {-4 147 507 394} xywh {2 237 492 362}
} { } {
Fl_Box {} { Fl_Box {} {
label {Non-DAW was written from scratch by label {Non-DAW was written from scratch by
@ -719,16 +718,16 @@ Nobody planned. Nobody helped.
You can help now by donating time, money, You can help now by donating time, money,
and/or replacing the rest of Linux Audio and/or replacing the rest of Linux Audio
with fast, light, reliable alternatives.} with fast, light, reliable alternatives.}
xywh {42 188 418 262} box ROUNDED_BOX color 46 labelsize 18 xywh {39 266 418 262} box ROUNDED_BOX color 46 labelsize 18
} }
} }
Fl_Group {} { Fl_Group {} {
label License open label License open
xywh {-1 157 510 392} hide xywh {2 237 492 362} hide
} { } {
Fl_Box {} { Fl_Box {} {
label {Copyright (C) 2008 Jonathan Moore Liles} label {Copyright (C) 2008 Jonathan Moore Liles}
xywh {50 168 410 37} labeltype SHADOW_LABEL labelfont 1 labelsize 18 xywh {43 246 410 37} labeltype SHADOW_LABEL labelfont 1 labelsize 18
} }
Fl_Box {} { Fl_Box {} {
label {This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. label {This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
@ -736,19 +735,20 @@ with fast, light, reliable alternatives.}
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.} You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.}
xywh {10 217 475 233} box ROUNDED_BOX color 46 labelfont 1 labelsize 12 labelcolor 53 align 144 xywh {10 295 475 233} box ROUNDED_BOX color 46 labelfont 1 labelsize 12 labelcolor 53 align 144
} }
} }
} }
Fl_Box {} { Fl_Box {} {
label {the Non-DAW (Digital Audio Workstation)} label VERSION
xywh {-1 1 499 115} align 16 xywh {25 11 445 151} box ROUNDED_BOX color 48 labelfont 1 labelsize 18 align 16
code0 {o->image( Fl_Shared_Image::get( INSTALL_PREFIX "/share/pixmaps/non-daw/logo.png" ) );} code0 {o->image( Fl_Shared_Image::get( INSTALL_PREFIX "/share/pixmaps/non-daw/logo.png" ) );}
code1 {o->label( VERSION );}
} }
Fl_Return_Button {} { Fl_Return_Button {} {
label Rock label Rock
callback {about_dialog_window->hide();} callback {about_dialog_window->hide();}
xywh {400 480 76 30} xywh {400 558 76 30}
} }
Fl_Button {} { Fl_Button {} {
label {http://non-daw.tuxfamily.org} label {http://non-daw.tuxfamily.org}
@ -758,7 +758,11 @@ You should have received a copy of the GNU General Public License along with thi
\#else \#else
fl_open_uri( "http://non-daw.tuxfamily.org" ); fl_open_uri( "http://non-daw.tuxfamily.org" );
\#endif} \#endif}
xywh {125 480 245 30} color 14 labeltype SHADOW_LABEL labelcolor 6 xywh {125 558 245 30} color 14 labeltype SHADOW_LABEL labelcolor 6
}
Fl_Box {} {
label {The Non DAW (Digital Audio Workstation)}
xywh {32 176 430 29} labeltype SHADOW_LABEL labelfont 3 labelsize 17
} }
} }
} }