f.widgets.cc (fotoxx-22.41) | : | f.widgets.cc (fotoxx-22.50) | ||
---|---|---|---|---|
skipping to change at line 165 | skipping to change at line 165 | |||
gtk_widget_add_events(Wdrawin,GDK_SCROLL_MASK); | gtk_widget_add_events(Wdrawin,GDK_SCROLL_MASK); | |||
G_SIGNAL(Wdrawin,"button-press-event",mouse_event,0); // connect signals | G_SIGNAL(Wdrawin,"button-press-event",mouse_event,0); // connect signals | |||
G_SIGNAL(Wdrawin,"button-release-event",mouse_event,0); | G_SIGNAL(Wdrawin,"button-release-event",mouse_event,0); | |||
G_SIGNAL(Wdrawin,"motion-notify-event",mouse_event,0); | G_SIGNAL(Wdrawin,"motion-notify-event",mouse_event,0); | |||
G_SIGNAL(Wdrawin,"scroll-event",mouse_event,0); | G_SIGNAL(Wdrawin,"scroll-event",mouse_event,0); | |||
G_SIGNAL(Wdrawin,"draw",Fpaint,0); | G_SIGNAL(Wdrawin,"draw",Fpaint,0); | |||
// menu popup text (tool tips) ---------------------------------------- | // menu popup text (tool tips) ---------------------------------------- | |||
// main menu buttons | // main menu buttons | |||
cchar * File_tip = "File: new session, open, rename, copy/move, delete, print | ||||
cchar * File_tip = "File view: session, open, rename, copy/move, delete, prin | "; | |||
t"; | cchar * Gallery_tip = "Gallery: thumbs, new/recent, sort, select, bookmarks, | |||
cchar * Gallery_tip = "Thumb view: recent, sort, bookmarks, albums, slide sho | albums, slide show"; | |||
w"; | cchar * Maps_tip = "Maps: net maps, file maps, images by map location"; | |||
cchar * Maps_tip = "Internet maps, local file maps, images by map location"; | cchar * custom_tip = "Custom menu: add favorite or frequent functions here"; | |||
cchar * custom_tip = "Custom menu: add frequent functions here"; | cchar * prev_next_tip = "Left/right click: previous/next image (also ←/→ keys | |||
cchar * prev_next_tip = "Left/right click: previous/next image (or arrow keys | )"; | |||
)"; | cchar * zoom_menu_tip = "Left/right click: zoom image/thumb in/out (also +/- | |||
cchar * zoom_menu_tip = "Left/right click: zoom image/thumb in/out (or +/- ke | keys)"; | |||
ys)"; | ||||
cchar * save_tip = "Save modified image as new file or file version"; | cchar * save_tip = "Save modified image as new file or file version"; | |||
cchar * meta_tip = "View and edit metadata, report images, search images"; | cchar * meta_tip = "View/edit metadata, manage tags, images by location/date, | |||
cchar * select_tip = "Select areas to edit separately, save, copy and paste"; | search images"; | |||
cchar * select_tip = "Select areas to edit separately, copy/paste selections" | ||||
; | ||||
cchar * undo_redo_tip = "Left/right click: undo/redo one edit step \n" | cchar * undo_redo_tip = "Left/right click: undo/redo one edit step \n" | |||
" (with A-key: undo/redo all image edits) \n" | " (with A-key: undo/redo all edits) \n" | |||
" Middle click: go back to selected edit step"; | " Middle click: go back to selected edit step"; | |||
cchar * edit_tip = "Crop, rotate, retouch, resize, markup, paint, copy, plugi | cchar * edit_tip = "Edit: crop, rotate, retouch, resize, markup, paint edits, | |||
ns"; | copy areas, plugins"; | |||
cchar * repair_tip = "Sharpen, blur, denoise, defog, smart erase, adjust colo | cchar * repair_tip = "Repair: sharpen, blur, denoise, defog, smart erase, adj | |||
r"; | ust color"; | |||
cchar * refine_tip = "Tools to improve detail, clarity, color"; | cchar * refine_tip = "Refine: bright dist, flatten, local contrast, gradients | |||
cchar * effects_tip = "Cartoon, sketch, paint, emboss, dither, custom convolu | , saturation, vignette"; | |||
tions"; | cchar * effects_tip = "Effects: cartoon, sketch, paint, emboss, dither, textu | |||
cchar * warp_tip = "Unbend, fix perspective, warp, unwarp, flatten, image tra | re, colors, custom"; | |||
nsforms"; | cchar * warp_tip = "Warp: unbend, fix perspective, warp, unwarp, flatten, ima | |||
cchar * comb_tip = "HDR, HDF, panorama, stack images, mashup, image table"; | ge transforms"; | |||
cchar * batch_tip = "Batch: copy/move/format, RAW conversion, metadata, custo | cchar * comb_tip = "Combine: HDR, HDF, stack, panorama, mashup, image table"; | |||
m scripts"; | cchar * batch_tip = "Batch: copy, move, resize, convert, RAW convert, metadat | |||
cchar * tools_tip = "Index, settings, shortcuts, tools and utilities"; | a, custom scripts"; | |||
cchar * help_tip = "User Guide, tutorial, change log, license, privacy, about | cchar * tools_tip = "Tools: index, settings, shortcuts, magnify, find dups, g | |||
"; | rid"; | |||
cchar * help_tip = "Help: user guide, tutorial, change log, license, privacy, | ||||
about"; | ||||
// file menu | // file menu | |||
cchar * new_session_tip = "Open a parallel Fotoxx session"; | cchar * new_session_tip = "Open a parallel Fotoxx session"; | |||
cchar * open_file_tip = "select and view an image file"; | cchar * open_file_tip = "select and view an image file"; | |||
cchar * cycle2files_tip = "Cycle 2 Prior Files"; | cchar * cycle2files_tip = "Cycle 2 Prior Files"; | |||
cchar * cycle3files_tip = "Cycle 3 Prior Files"; | cchar * cycle3files_tip = "Cycle 3 Prior Files"; | |||
cchar * view360_tip = "View 360 degree panorama image"; | cchar * view360_tip = "View 360 degree panorama image"; | |||
cchar * rename_tip = "Change file name"; | cchar * rename_tip = "Change file name"; | |||
cchar * permissions_tip = "View and change file permissions"; | cchar * permissions_tip = "View and change file permissions"; | |||
cchar * remove_alpha_tip = "Remove alpha channel (transparency) from image fi le"; | cchar * remove_alpha_tip = "Remove alpha channel (transparency) from image fi le"; | |||
cchar * blank_image_tip = "Create a blank image"; | cchar * blank_image_tip = "Create a blank image"; | |||
cchar * blank_window_tip = "Toggle between image and blank screen"; | cchar * blank_window_tip = "Toggle between image and blank screen"; | |||
cchar * copy_move_tip = "Copy or Move image file to new location"; | cchar * copy_move_tip = "Copy or Move image file to new location"; | |||
cchar * copyto_desktop_tip = "Copy image file to the desktop"; | cchar * copyto_desktop_tip = "Copy image file to the desktop"; | |||
cchar * copyto_clipboard_tip = "Copy image file to the clipboard"; | cchar * copyto_clipboard_tip = "Copy image file to the clipboard"; | |||
cchar * deltrash_tip = "Delete or trash image file"; | ||||
cchar * convert_adobe_tip = "Convert Adobe document file into jpeg files"; | ||||
cchar * set_wallpaper_tip = "Set image as desktop wallpaper (GNOME only)"; | cchar * set_wallpaper_tip = "Set image as desktop wallpaper (GNOME only)"; | |||
cchar * show_on_net_map_tip = "Show image location on Internet map"; | cchar * show_on_net_map_tip = "Show image location on Internet map"; | |||
cchar * deltrash_tip = "Delete or trash image file"; | ||||
cchar * print_tip = "Print the current image file"; | cchar * print_tip = "Print the current image file"; | |||
cchar * print_calibrated_tip = "Print current image file with adjusted colors "; | cchar * print_calibrated_tip = "Print current image file with adjusted colors "; | |||
cchar * quit_tip = "Quit Fotoxx"; | cchar * quit_tip = "Quit Fotoxx"; | |||
// gallery menu | // gallery menu | |||
cchar * thumbview_tip = "Gallery view with thumbnails and file data"; | cchar * thumbview_tip = "Gallery view with thumbnails and file data"; | |||
cchar * metaview_tip = "Gallery view with thumbnails and basic metadata"; | cchar * metaview_tip = "Gallery view with thumbnails and basic metadata"; | |||
cchar * recentfiles_tip = "Gallery of recently viewed image files"; | cchar * recentfiles_tip = "Gallery of recently viewed image files"; | |||
cchar * newfiles_tip = "Gallery of newest image files"; | cchar * newfiles_tip = "Gallery of newest image files"; | |||
cchar * gallery_sort_tip = "Change gallery sort order"; | cchar * gallery_sort_tip = "Change gallery sort order"; | |||
skipping to change at line 295 | skipping to change at line 295 | |||
cchar * sharpen_tip = "Sharpen the image, various methods"; | cchar * sharpen_tip = "Sharpen the image, various methods"; | |||
cchar * blur_tip = "Blur the image, various methods"; | cchar * blur_tip = "Blur the image, various methods"; | |||
cchar * denoise_tip = "Filter noise from low-light photos"; | cchar * denoise_tip = "Filter noise from low-light photos"; | |||
cchar * defog_tip = "Add or reduce fog/haze in an image or selected area"; | cchar * defog_tip = "Add or reduce fog/haze in an image or selected area"; | |||
cchar * redeyes_tip = "Fix red-eyes from electronic flash"; | cchar * redeyes_tip = "Fix red-eyes from electronic flash"; | |||
cchar * smart_erase_tip = "Remove unwanted objects in image"; | cchar * smart_erase_tip = "Remove unwanted objects in image"; | |||
cchar * remove_halo_tip = "Remove halos left by other edit functions"; | cchar * remove_halo_tip = "Remove halos left by other edit functions"; | |||
cchar * adjust_RGB_tip = "Adjust color using RGB or CMY colors"; | cchar * adjust_RGB_tip = "Adjust color using RGB or CMY colors"; | |||
cchar * adjust_HSL_tip = "Adjust color using HSL colors"; | cchar * adjust_HSL_tip = "Adjust color using HSL colors"; | |||
cchar * color_profile_tip = "Convert to another color profile"; | cchar * color_profile_tip = "Convert to another color profile"; | |||
cchar * vignette_tip = "Change brightness or color radially"; | ||||
cchar * remove_dust_tip = "Remove dust spots from old scanned photos"; | cchar * remove_dust_tip = "Remove dust spots from old scanned photos"; | |||
cchar * chromatic1_tip = "Fix color fringes in outer areas of an image"; | cchar * chromatic1_tip = "Fix color fringes in outer areas of an image"; | |||
cchar * chromatic2_tip = "Fix color fringes on dark/bright feature edges"; | cchar * chromatic2_tip = "Fix color fringes on dark/bright feature edges"; | |||
// refine menu | // refine menu | |||
cchar * voodoo1_tip = "Fast auto improve that may be good enough"; | cchar * voodoo1_tip = "Fast auto improve that may be good enough"; | |||
cchar * voodoo2_tip = "Fast auto improve that may be good enough"; | cchar * voodoo2_tip = "Fast auto improve that may be good enough"; | |||
cchar * edit_dist_tip = "Edit brightness distribution directly"; | cchar * edit_dist_tip = "Edit brightness distribution directly"; | |||
cchar * flatten_dist_tip = "Flatten brightness distribution to enhance detail s"; | cchar * flatten_dist_tip = "Flatten brightness distribution to enhance detail s"; | |||
cchar * localcon_tip = "Rescale RGB levels to increase local contrast"; | cchar * localcon_tip = "Rescale RGB levels to increase local contrast"; | |||
cchar * gradients_tip = "Magnify brightness gradients to enhance details"; | cchar * gradients_tip = "Magnify brightness gradients to enhance details"; | |||
cchar * retinex_tip = "Rescale RGB - reduce color caste and fog/haze"; | cchar * retinex_tip = "Rescale RGB - reduce color caste and fog/haze"; | |||
cchar * saturation_tip = "Adjust color saturation based on brightness"; | cchar * saturation_tip = "Adjust color saturation based on brightness"; | |||
cchar * soft_focus_tip = "Apply a soft focus effect to an image"; | cchar * soft_focus_tip = "Apply a soft focus effect to an image"; | |||
cchar * match_colors_tip = "Match image colors with those of another image"; | cchar * match_colors_tip = "Match image colors with those of another image"; | |||
cchar * brite_ramp_tip = "Add a brightness/color ramp across the image"; | cchar * brite_ramp_tip = "Add a brightness/color ramp across the image"; | |||
cchar * vignette_tip = "Change brightness or color radially"; | ||||
// effects menu | // effects menu | |||
cchar * sketch_tip = "Convert image into simulated sketch"; | cchar * sketch_tip = "Convert image into simulated sketch"; | |||
cchar * cartoon_tip = "Convert image into a cartoon drawing"; | cchar * cartoon_tip = "Convert image into a cartoon drawing"; | |||
cchar * drawing_tip = "Convert image into a line drawing (edge detection)"; | cchar * drawing_tip = "Convert image into a line drawing (edge detection)"; | |||
cchar * emboss_tip = "Create an embossed or 3D appearance"; | cchar * emboss_tip = "Create an embossed or 3D appearance"; | |||
cchar * tiles_tip = "Convert image into square tiles"; | cchar * tiles_tip = "Convert image into square tiles"; | |||
cchar * painting_tip = "Convert image into a simulated painting"; | cchar * painting_tip = "Convert image into a simulated painting"; | |||
cchar * texture_tip = "Add texture to an image"; | cchar * texture_tip = "Add texture to an image"; | |||
cchar * pattern_tip = "Tile image with a repeating pattern"; | cchar * pattern_tip = "Tile image with a repeating pattern"; | |||
skipping to change at line 382 | skipping to change at line 382 | |||
cchar * batch_tags_tip = "Add/remove tags for selected image files"; | cchar * batch_tags_tip = "Add/remove tags for selected image files"; | |||
cchar * batch_rename_tags_tip = "Revise tag names for all image files"; | cchar * batch_rename_tags_tip = "Revise tag names for all image files"; | |||
cchar * batch_photo_DT_tip = "Set or shift photo date/time for selected image files"; | cchar * batch_photo_DT_tip = "Set or shift photo date/time for selected image files"; | |||
cchar * batch_change_meta_tip = "Add/change/delete metadata for selected imag e files"; | cchar * batch_change_meta_tip = "Add/change/delete metadata for selected imag e files"; | |||
cchar * batch_report_meta_tip = "Report metadata for selected image files"; | cchar * batch_report_meta_tip = "Report metadata for selected image files"; | |||
cchar * batch_meta_mover_tip = "Move metadata between selected keys"; | cchar * batch_meta_mover_tip = "Move metadata between selected keys"; | |||
cchar * batch_geotags_tip = "Add/revise geotags for selected image files"; | cchar * batch_geotags_tip = "Add/revise geotags for selected image files"; | |||
cchar * burn_DVD_tip = "Burn selected image files to DVD/BlueRay disc"; | cchar * burn_DVD_tip = "Burn selected image files to DVD/BlueRay disc"; | |||
cchar * export_filelist_tip = "Create a file of selected image files"; | cchar * export_filelist_tip = "Create a file of selected image files"; | |||
cchar * export_files_tip = "Export selected image files to a folder"; | cchar * export_files_tip = "Export selected image files to a folder"; | |||
cchar * convert_adobe_tip = "Convert Adobe document file into jpeg files"; | ||||
cchar * edit_script_tip = "Build a custom script with multiple edit functions "; | cchar * edit_script_tip = "Build a custom script with multiple edit functions "; | |||
cchar * run_script_tip = "Run custom script to edit the current image file"; | cchar * run_script_tip = "Run custom script to edit the current image file"; | |||
cchar * batch_script_tip = "Run custom script to edit selected image files"; | cchar * batch_script_tip = "Run custom script to edit selected image files"; | |||
// tools menu | // tools menu | |||
cchar * index_tip = "Index new image files and make thumbnails"; | cchar * index_tip = "Index new image files and make thumbnails"; | |||
cchar * quick_index_tip = "Quick incremental index update"; | cchar * quick_index_tip = "Quick incremental index update"; | |||
cchar * move_fotoxx_home_tip = "Move Fotoxx home folder"; | cchar * move_fotoxx_home_tip = "Move Fotoxx home folder"; | |||
cchar * settings_tip = "User preferences and settings"; | cchar * settings_tip = "User preferences and settings"; | |||
cchar * KB_shortcuts_tip = "Show or make Keyboard Shortcuts"; | cchar * KB_shortcuts_tip = "Show or make Keyboard Shortcuts"; | |||
skipping to change at line 455 | skipping to change at line 454 | |||
MENU(mFile, "View 360° Pano", 0, view360_tip, m_vi ew360, 0); | MENU(mFile, "View 360° Pano", 0, view360_tip, m_vi ew360, 0); | |||
MENU(mFile, "Rename", 0, rename_tip, m_re name, 0 ); | MENU(mFile, "Rename", 0, rename_tip, m_re name, 0 ); | |||
MENU(mFile, "Permissions", 0, permissions_tip, m_pe rmissions, 0 ); | MENU(mFile, "Permissions", 0, permissions_tip, m_pe rmissions, 0 ); | |||
MENU(mFile, "Remove Alpha", 0, remove_alpha_tip, m_re move_alpha, 0 ); | MENU(mFile, "Remove Alpha", 0, remove_alpha_tip, m_re move_alpha, 0 ); | |||
MENU(mFile, "Blank Image", 0, blank_image_tip, m_bl ank_image, 0 ); | MENU(mFile, "Blank Image", 0, blank_image_tip, m_bl ank_image, 0 ); | |||
MENU(mFile, "Blank Window", 0, blank_window_tip, m_bl ank_window, 0 ); | MENU(mFile, "Blank Window", 0, blank_window_tip, m_bl ank_window, 0 ); | |||
MENU(mFile, "Copy/Move", 0, copy_move_tip, m_co py_move, 0 ); | MENU(mFile, "Copy/Move", 0, copy_move_tip, m_co py_move, 0 ); | |||
MENU(mFile, "Copy to Desktop", 0, copyto_desktop_tip, m_co pyto_desktop, 0 ); | MENU(mFile, "Copy to Desktop", 0, copyto_desktop_tip, m_co pyto_desktop, 0 ); | |||
MENU(mFile, "Copy to Clipboard", 0, copyto_clipboard_tip, m_co pyto_clip, 0 ); | MENU(mFile, "Copy to Clipboard", 0, copyto_clipboard_tip, m_co pyto_clip, 0 ); | |||
MENU(mFile, "Delete/Trash", 0, deltrash_tip, m_de lete_trash, 0 ); | MENU(mFile, "Delete/Trash", 0, deltrash_tip, m_de lete_trash, 0 ); | |||
MENU(mFile, "Convert Adobe", 0, convert_adobe_tip, m_co nvert_adobe, 0 ); // 22.20 | ||||
MENU(mFile, "Set Wallpaper", 0, set_wallpaper_tip, m_wa llpaper, 0 ); | MENU(mFile, "Set Wallpaper", 0, set_wallpaper_tip, m_wa llpaper, 0 ); | |||
MENU(mFile, "Show on Map", 0, show_on_net_map_tip, m_ne tmap_zoomin, 0 ); | MENU(mFile, "Show on Map", 0, show_on_net_map_tip, m_ne tmap_zoomin, 0 ); | |||
MENU(mFile, "Print", 0, print_tip, m_pr int, 0 ); | MENU(mFile, "Print", 0, print_tip, m_pr int, 0 ); | |||
MENU(mFile, "Print Calibrated", 0, print_calibrated_tip, m_pr int_calibrated, 0 ); | MENU(mFile, "Print Calibrated", 0, print_calibrated_tip, m_pr int_calibrated, 0 ); | |||
MENU(mFile, "Quit", 0, quit_tip, m_qu it, 0 ); | MENU(mFile, "Quit", 0, quit_tip, m_qu it, 0 ); | |||
mGallery = create_popmenu(); | mGallery = create_popmenu(); | |||
MENU(mGallery, "Thumb View", 0, thumbview_tip, m_th umbview, 0 ); | MENU(mGallery, "Thumb View", 0, thumbview_tip, m_th umbview, 0 ); | |||
MENU(mGallery, "Meta View", 0, metaview_tip, m_me taview, 0 ); | MENU(mGallery, "Meta View", 0, metaview_tip, m_me taview, 0 ); | |||
MENU(mGallery, "Recent Files", 0, recentfiles_tip, m_re centfiles, 0 ); | MENU(mGallery, "Recent Files", 0, recentfiles_tip, m_re centfiles, 0 ); | |||
skipping to change at line 548 | skipping to change at line 548 | |||
MENU(mRepair, "Sharpen", 0, sharpen_tip, m_sh arpen, 0 ); | MENU(mRepair, "Sharpen", 0, sharpen_tip, m_sh arpen, 0 ); | |||
MENU(mRepair, "Blur", 0, blur_tip, m_bl ur, 0 ); | MENU(mRepair, "Blur", 0, blur_tip, m_bl ur, 0 ); | |||
MENU(mRepair, "Denoise", 0, denoise_tip, m_de noise, 0 ); | MENU(mRepair, "Denoise", 0, denoise_tip, m_de noise, 0 ); | |||
MENU(mRepair, "Defog", 0, defog_tip, m_de fog, 0 ); | MENU(mRepair, "Defog", 0, defog_tip, m_de fog, 0 ); | |||
MENU(mRepair, "Red Eyes", 0, redeyes_tip, m_re deyes, 0 ); | MENU(mRepair, "Red Eyes", 0, redeyes_tip, m_re deyes, 0 ); | |||
MENU(mRepair, "Smart Erase", 0, smart_erase_tip, m_sm art_erase, 0 ); | MENU(mRepair, "Smart Erase", 0, smart_erase_tip, m_sm art_erase, 0 ); | |||
MENU(mRepair, "Remove Halo", 0, remove_halo_tip, m_re move_halo, 0 ); | MENU(mRepair, "Remove Halo", 0, remove_halo_tip, m_re move_halo, 0 ); | |||
MENU(mRepair, "Adjust RGB", 0, adjust_RGB_tip, m_ad just_RGB, 0 ); | MENU(mRepair, "Adjust RGB", 0, adjust_RGB_tip, m_ad just_RGB, 0 ); | |||
MENU(mRepair, "Adjust HSL", 0, adjust_HSL_tip, m_ad just_HSL, 0 ); | MENU(mRepair, "Adjust HSL", 0, adjust_HSL_tip, m_ad just_HSL, 0 ); | |||
MENU(mRepair, "Color Profile", 0, color_profile_tip, m_co lor_profile, 0 ); | MENU(mRepair, "Color Profile", 0, color_profile_tip, m_co lor_profile, 0 ); | |||
MENU(mRepair, "Vignette", 0, vignette_tip, m_vi gnette, 0 ); | ||||
MENU(mRepair, "Remove Dust", 0, remove_dust_tip, m_re move_dust, 0 ); | MENU(mRepair, "Remove Dust", 0, remove_dust_tip, m_re move_dust, 0 ); | |||
MENU(mRepair, "Chromatic 1", 0, chromatic1_tip, m_ch romatic1, 0 ); | MENU(mRepair, "Chromatic 1", 0, chromatic1_tip, m_ch romatic1, 0 ); | |||
MENU(mRepair, "Chromatic 2", 0, chromatic2_tip, m_ch romatic2, 0 ); | MENU(mRepair, "Chromatic 2", 0, chromatic2_tip, m_ch romatic2, 0 ); | |||
mRefine = create_popmenu(); | mRefine = create_popmenu(); | |||
MENU(mRefine, "Voodoo 1", 0, voodoo1_tip, m_vo odoo1, 0 ); | MENU(mRefine, "Voodoo 1", 0, voodoo1_tip, m_vo odoo1, 0 ); | |||
MENU(mRefine, "Voodoo 2", 0, voodoo2_tip, m_vo odoo2, 0); | MENU(mRefine, "Voodoo 2", 0, voodoo2_tip, m_vo odoo2, 0); | |||
MENU(mRefine, "Edit Dist", 0, edit_dist_tip, m_ed it_dist, 0 ); | MENU(mRefine, "Edit Dist", 0, edit_dist_tip, m_ed it_dist, 0 ); | |||
MENU(mRefine, "Flatten Dist", 0, flatten_dist_tip, m_fl atten_dist, 0 ); | MENU(mRefine, "Flatten Dist", 0, flatten_dist_tip, m_fl atten_dist, 0 ); | |||
MENU(mRefine, "Local Contrast", 0, localcon_tip, m_lo calcon, 0 ); | MENU(mRefine, "Local Contrast", 0, localcon_tip, m_lo calcon, 0 ); | |||
MENU(mRefine, "Gradients", 0, gradients_tip, m_gr adients, 0 ); | MENU(mRefine, "Gradients", 0, gradients_tip, m_gr adients, 0 ); | |||
MENU(mRefine, "Global Retinex", 0, retinex_tip, m_gr etinex, 0 ); | MENU(mRefine, "Global Retinex", 0, retinex_tip, m_gr etinex, 0 ); | |||
MENU(mRefine, "Local Retinex", 0, retinex_tip, m_lr etinex, 0 ); | MENU(mRefine, "Local Retinex", 0, retinex_tip, m_lr etinex, 0 ); | |||
MENU(mRefine, "Saturation", 0, saturation_tip, m_sa turation, 0 ); | MENU(mRefine, "Saturation", 0, saturation_tip, m_sa turation, 0 ); | |||
MENU(mRefine, "Soft Focus", 0, soft_focus_tip, m_so ft_focus, 0 ); | MENU(mRefine, "Soft Focus", 0, soft_focus_tip, m_so ft_focus, 0 ); | |||
MENU(mRefine, "Match Colors", 0, match_colors_tip, m_ma tch_colors, 0 ); | MENU(mRefine, "Match Colors", 0, match_colors_tip, m_ma tch_colors, 0 ); | |||
MENU(mRefine, "Brite Ramp", 0, brite_ramp_tip, m_br ite_ramp, 0 ); | MENU(mRefine, "Brite Ramp", 0, brite_ramp_tip, m_br ite_ramp, 0 ); | |||
MENU(mRefine, "Vignette", 0, vignette_tip, m_vi gnette, 0 ); | ||||
mEffects = create_popmenu(); | mEffects = create_popmenu(); | |||
MENU(mEffects, "Sketch", 0, sketch_tip, m_sk etch, 0 ); | MENU(mEffects, "Sketch", 0, sketch_tip, m_sk etch, 0 ); | |||
MENU(mEffects, "Cartoon", 0, cartoon_tip, m_ca rtoon, 0 ); | MENU(mEffects, "Cartoon", 0, cartoon_tip, m_ca rtoon, 0 ); | |||
MENU(mEffects, "Drawing", 0, drawing_tip, m_dr awing, 0 ); | MENU(mEffects, "Drawing", 0, drawing_tip, m_dr awing, 0 ); | |||
MENU(mEffects, "Emboss", 0, emboss_tip, m_em boss, 0 ); | MENU(mEffects, "Emboss", 0, emboss_tip, m_em boss, 0 ); | |||
MENU(mEffects, "Tiles", 0, tiles_tip, m_ti les, 0 ); | MENU(mEffects, "Tiles", 0, tiles_tip, m_ti les, 0 ); | |||
MENU(mEffects, "Painting", 0, painting_tip, m_pa inting, 0 ); | MENU(mEffects, "Painting", 0, painting_tip, m_pa inting, 0 ); | |||
MENU(mEffects, "Texture", 0, texture_tip, m_te xture, 0 ); | MENU(mEffects, "Texture", 0, texture_tip, m_te xture, 0 ); | |||
MENU(mEffects, "Pattern", 0, pattern_tip, m_pa ttern, 0 ); | MENU(mEffects, "Pattern", 0, pattern_tip, m_pa ttern, 0 ); | |||
skipping to change at line 635 | skipping to change at line 635 | |||
MENU(mBatch, "Batch Tags", 0, batch_tags_tip, m_ba tch_tags, 0 ); | MENU(mBatch, "Batch Tags", 0, batch_tags_tip, m_ba tch_tags, 0 ); | |||
MENU(mBatch, "Batch Rename Tags", 0, batch_rename_tags_tip, m_ba tch_rename_tags, 0 ); | MENU(mBatch, "Batch Rename Tags", 0, batch_rename_tags_tip, m_ba tch_rename_tags, 0 ); | |||
MENU(mBatch, "Batch Photo Date", 0, batch_photo_DT_tip, m_ba tch_photo_date_time, 0 ); | MENU(mBatch, "Batch Photo Date", 0, batch_photo_DT_tip, m_ba tch_photo_date_time, 0 ); | |||
MENU(mBatch, "Batch Change Meta", 0, batch_change_meta_tip, m_ba tch_change_meta, 0 ); | MENU(mBatch, "Batch Change Meta", 0, batch_change_meta_tip, m_ba tch_change_meta, 0 ); | |||
MENU(mBatch, "Batch Report Meta", 0, batch_report_meta_tip, m_ba tch_report_meta, 0 ); | MENU(mBatch, "Batch Report Meta", 0, batch_report_meta_tip, m_ba tch_report_meta, 0 ); | |||
MENU(mBatch, "Batch Move Meta", 0, batch_meta_mover_tip, m_ba tch_meta_mover, 0 ); | MENU(mBatch, "Batch Move Meta", 0, batch_meta_mover_tip, m_ba tch_meta_mover, 0 ); | |||
MENU(mBatch, "Batch Geotags", 0, batch_geotags_tip, m_ba tch_geotags, 0 ); | MENU(mBatch, "Batch Geotags", 0, batch_geotags_tip, m_ba tch_geotags, 0 ); | |||
MENU(mBatch, "Burn DVD/BlueRay", 0, burn_DVD_tip, m_bu rn_DVD, 0 ); | MENU(mBatch, "Burn DVD/BlueRay", 0, burn_DVD_tip, m_bu rn_DVD, 0 ); | |||
MENU(mBatch, "Export File List", 0, export_filelist_tip, m_ex port_filelist, 0 ); | MENU(mBatch, "Export File List", 0, export_filelist_tip, m_ex port_filelist, 0 ); | |||
MENU(mBatch, "Export Files", 0, export_files_tip, m_ex port_files, 0 ); | MENU(mBatch, "Export Files", 0, export_files_tip, m_ex port_files, 0 ); | |||
MENU(mBatch, "Convert Adobe", 0, convert_adobe_tip, m_co nvert_adobe, 0 ); // 22.20 | ||||
MENU(mBatch, "Edit Script", 0, edit_script_tip, m_ed it_script, 0 ); | MENU(mBatch, "Edit Script", 0, edit_script_tip, m_ed it_script, 0 ); | |||
MENU(mBatch, "Run Script", 0, run_script_tip, m_ru n_script, 0); | MENU(mBatch, "Run Script", 0, run_script_tip, m_ru n_script, 0); | |||
MENU(mBatch, "Batch Script", 0, batch_script_tip, m_ba tch_script, 0); | MENU(mBatch, "Batch Script", 0, batch_script_tip, m_ba tch_script, 0); | |||
mTools = create_popmenu(); | mTools = create_popmenu(); | |||
MENU(mTools, "Index Files", 0, index_tip, m_in dex, 0 ); | MENU(mTools, "Index Files", 0, index_tip, m_in dex, 0 ); | |||
MENU(mTools, "Quick Index", 0, quick_index_tip, m_qu ick_index, 0 ); | MENU(mTools, "Quick Index", 0, quick_index_tip, m_qu ick_index, 0 ); | |||
MENU(mTools, "Move Fotoxx Home", 0, move_fotoxx_home_tip, m_mo ve_fotoxx_home, 0 ); | MENU(mTools, "Move Fotoxx Home", 0, move_fotoxx_home_tip, m_mo ve_fotoxx_home, 0 ); | |||
MENU(mTools, "Settings", 0, settings_tip, m_se ttings, 0 ); | MENU(mTools, "Settings", 0, settings_tip, m_se ttings, 0 ); | |||
MENU(mTools, "KB Shortcuts", 0, KB_shortcuts_tip, m_KB _shortcuts, 0 ); | MENU(mTools, "KB Shortcuts", 0, KB_shortcuts_tip, m_KB _shortcuts, 0 ); | |||
End of changes. 13 change blocks. | ||||
34 lines changed or deleted | 37 lines changed or added |