directories = nil
update_progression_title_pb1 = proc {
- if mode != 'web-album'
+ if mode == 'web-album'
+ set_mainwindow_title((pb1_2.fraction + pb1_1.fraction / directories) * 9 / 10)
+ elsif mode != 'one dir scan'
set_mainwindow_title(pb1_2.fraction + pb1_1.fraction / directories)
else
- set_mainwindow_title((pb1_2.fraction + pb1_1.fraction / directories) * 9 / 10)
+ set_mainwindow_title(pb1_1.fraction)
end
}
pack_start(indexlinkentry = Gtk::Entry.new, true, true, 0))
tooltips.set_tip(indexlinkentry, utf8(_("Optional HTML markup to use on pages bottom for a small link returning to wherever you see fit in your website (or somewhere else)")), nil)
vb.add(Gtk::HBox.new(false, 3).pack_start(Gtk::Label.new(utf8(_("'Made with' markup on pages bottom: "))), false, false, 0).
- pack_start(madewithentry = Gtk::Entry.new.set_text('made with <a href=%booh>booh</a>!'), true, true, 0))
+ pack_start(madewithentry = Gtk::Entry.new.set_text(utf8(_("made with <a href=%booh>booh</a>!"))), true, true, 0))
tooltips.set_tip(madewithentry, utf8(_("Optional HTML markup to use on pages bottom for a small 'made with' label; %booh is replaced by the website of booh;\nfor example: made with <a href=%booh>booh</a>!")), nil)
src_nb_calculated_for = ''
{
'name' => 'small',
'description' => _("Sizes that should fit browsers in fullscreen for 800x600 screens"),
- 'fullscreen' => '750x414',
+ 'fullscreen' => '600x331',
'thumbnails' => '192x144',
'optimizedforwidth' => '800',
'optional' => true,
{
'name' => 'medium',
'description' => _("Sizes that should fit browsers in fullscreen for 1024x768 screens"),
- 'fullscreen' => '960x528',
+ 'fullscreen' => '758x422',
'thumbnails' => '240x180',
'optimizedforwidth' => '1024',
'default' => true,
{
'name' => 'large',
'description' => _("Sizes that should fit browsers in fullscreen for 1280x1024 screens"),
- 'fullscreen' => '704x528',
+ 'fullscreen' => '960x528',
'thumbnails' => '309x232',
'optimizedforwidth' => '1280',
},
{
'name' => 'x-large',
'description' => _("Sizes that should fit browsers in fullscreen for 1400x1050 screens"),
- 'fullscreen' => '1312x721',
+ 'fullscreen' => '1050x576',
'thumbnails' => '328x245',
'optimizedforwidth' => '1400',
'optional' => true,
{
'name' => 'xx-large',
'description' => _("Sizes that should fit browsers in fullscreen for 1600x1200 screens"),
- 'fullscreen' => '1500x825',
+ 'fullscreen' => '1200x660',
'thumbnails' => '375x281',
'optimizedforwidth' => '1600',
'optional' => true,