Fix all the headers in *.cpp, this includes:
* Wrapping all headers that are in agi_pre.h with AGI_PRE. * Sorting alphabetically. Originally committed to SVN as r3515.
This commit is contained in:
parent
79397825cf
commit
d348b4e33e
163 changed files with 1170 additions and 965 deletions
|
@ -39,15 +39,18 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/intl.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <locale.h>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/dir.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/stdpaths.h>
|
||||
#endif
|
||||
|
||||
#include "aegisublocale.h"
|
||||
#include "standard_paths.h"
|
||||
#include <wx/stdpaths.h>
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
|
|
|
@ -49,4 +49,3 @@
|
|||
#include "config.h"
|
||||
|
||||
#include "agi_pre.h"
|
||||
|
||||
|
|
|
@ -96,12 +96,22 @@
|
|||
#include <wchar.h>
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include <Mmreg.h>
|
||||
#include <dsound.h>
|
||||
#include <process.h>
|
||||
#include <mmsystem.h>
|
||||
#include <objbase.h>
|
||||
#include <shlobj.h>
|
||||
#include <tchar.h>
|
||||
#include <vfw.h>
|
||||
#include <windef.h>
|
||||
#include <windows.h>
|
||||
|
||||
#else
|
||||
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
/////////////////////
|
||||
|
|
|
@ -41,16 +41,15 @@
|
|||
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
|
||||
#include <wx/regex.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_override.h"
|
||||
#include "vfr.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
#include "vfr.h"
|
||||
|
||||
/// @brief Constructs AssDialogue AssDialogue //////////////////////
|
||||
///
|
||||
|
|
|
@ -39,11 +39,10 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_attachment.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_entry.h"
|
||||
|
||||
#include "ass_style.h"
|
||||
|
||||
|
||||
/// @brief Constructs AssEntry AssEntry //////////////////////
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "ass_file.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
AssExportFilter::AssExportFilter() {
|
||||
|
|
|
@ -39,13 +39,12 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "ass_exporter.h"
|
||||
#include "ass_export_filter.h"
|
||||
#include "ass_exporter.h"
|
||||
#include "ass_file.h"
|
||||
#include "frame_main.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param subs
|
||||
///
|
||||
|
|
|
@ -39,25 +39,27 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <list>
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
#include <list>
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include "ass_file.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#endif
|
||||
|
||||
#include "ass_attachment.h"
|
||||
#include "ass_override.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_exporter.h"
|
||||
#include "vfr.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "ass_style.h"
|
||||
#include "options.h"
|
||||
#include "subtitle_format.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "version.h"
|
||||
#include "subtitle_format.h"
|
||||
|
||||
|
||||
#include "vfr.h"
|
||||
|
||||
/// @brief AssFile constructor AssFile //////////////////////
|
||||
///
|
||||
|
|
|
@ -39,11 +39,13 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/log.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_override.h"
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor AssOverrideParameter //////////////////////
|
||||
|
|
|
@ -38,11 +38,15 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/tokenzr.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <ctype.h>
|
||||
|
||||
#include <wx/intl.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_style.h"
|
||||
#include "utils.h"
|
||||
#include <ctype.h>
|
||||
|
||||
|
||||
/// @brief Constructors AssColor //////////////////////////
|
||||
|
|
|
@ -39,14 +39,16 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
#include "ass_style_storage.h"
|
||||
#include "ass_style.h"
|
||||
#endif
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_style_storage.h"
|
||||
#include "standard_paths.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "standard_paths.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Save styles to disk
|
||||
|
|
|
@ -37,17 +37,18 @@
|
|||
|
||||
////////////
|
||||
// Includes
|
||||
#include "config.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <math.h>
|
||||
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
|
||||
#include <wx/regex.h>
|
||||
#include <math.h>
|
||||
#include <fstream>
|
||||
#include <algorithm>
|
||||
#endif
|
||||
|
||||
#include "ass_time.h"
|
||||
#include "vfr.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
#include "vfr.h"
|
||||
|
||||
|
||||
/// @brief AssTime constructors AssTime //////////////////////
|
||||
|
|
|
@ -39,21 +39,24 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <math.h>
|
||||
#include <wx/tglbtn.h>
|
||||
#include <wx/statline.h>
|
||||
|
||||
#include <wx/laywin.h>
|
||||
#include <wx/recguard.h>
|
||||
#include <wx/statline.h>
|
||||
#include <wx/tglbtn.h>
|
||||
#endif
|
||||
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#include "audio_karaoke.h"
|
||||
#include "frame_main.h"
|
||||
#include "hotkeys.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "options.h"
|
||||
#include "toggle_bitmap.h"
|
||||
#include "hotkeys.h"
|
||||
#include "tooltip_manager.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,30 +39,35 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/tglbtn.h>
|
||||
#include <wx/filename.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <math.h>
|
||||
|
||||
#include <vector>
|
||||
#include "audio_display.h"
|
||||
#include "audio_provider_stream.h"
|
||||
//#include "ass_dialogue.h"
|
||||
#include "subs_grid.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/tglbtn.h>
|
||||
#endif
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "options.h"
|
||||
#include "audio_karaoke.h"
|
||||
#include "audio_box.h"
|
||||
#include "fft.h"
|
||||
#include "video_context.h"
|
||||
#include "vfr.h"
|
||||
#include "colorspace.h"
|
||||
#include "hotkeys.h"
|
||||
#include "utils.h"
|
||||
#include "timeedit_ctrl.h"
|
||||
#include "standard_paths.h"
|
||||
#include "audio_display.h"
|
||||
#include "audio_karaoke.h"
|
||||
#ifdef _DEBUG
|
||||
#include "audio_provider_dummy.h"
|
||||
#endif
|
||||
#include "audio_provider_stream.h"
|
||||
#include "colorspace.h"
|
||||
#include "fft.h"
|
||||
#include "hotkeys.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "timeedit_ctrl.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "video_context.h"
|
||||
|
||||
|
||||
|
||||
#ifdef __WXMAC__
|
||||
|
|
|
@ -39,17 +39,20 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_karaoke.h"
|
||||
#include "audio_display.h"
|
||||
#include "audio_box.h"
|
||||
#include "ass_override.h"
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/menu.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/settings.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/menu.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_override.h"
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#include "audio_karaoke.h"
|
||||
|
||||
|
||||
/// @brief Empty constructor
|
||||
|
|
|
@ -39,8 +39,6 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "audio_player_manager.h"
|
||||
#include "options.h"
|
||||
#ifdef WITH_ALSA
|
||||
#include "audio_player_alsa.h"
|
||||
#endif
|
||||
|
@ -48,18 +46,20 @@
|
|||
#include "audio_player_dsound.h"
|
||||
#include "audio_player_dsound2.h"
|
||||
#endif
|
||||
#include "audio_player_manager.h"
|
||||
#ifdef WITH_OPENAL
|
||||
#include "audio_player_openal.h"
|
||||
#endif
|
||||
#ifdef WITH_OSS
|
||||
#include "audio_player_oss.h"
|
||||
#endif
|
||||
#ifdef WITH_PORTAUDIO
|
||||
#include "audio_player_portaudio.h"
|
||||
#endif
|
||||
#ifdef WITH_PULSEAUDIO
|
||||
#include "audio_player_pulse.h"
|
||||
#endif
|
||||
#ifdef WITH_OSS
|
||||
#include "audio_player_oss.h"
|
||||
#endif
|
||||
#include "options.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -42,13 +42,12 @@
|
|||
|
||||
///////////
|
||||
// Headers
|
||||
#include "audio_player_alsa.h"
|
||||
#include "audio_player_manager.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "frame_main.h"
|
||||
#include "audio_player_alsa.h"
|
||||
#include "options.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -41,11 +41,11 @@
|
|||
|
||||
#ifdef WITH_DIRECTSOUND
|
||||
|
||||
#include "utils.h"
|
||||
#include "main.h"
|
||||
#include "frame_main.h"
|
||||
#include "audio_player_dsound.h"
|
||||
|
||||
#include "audio_player_dsound.h"
|
||||
#include "frame_main.h"
|
||||
#include "main.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -41,16 +41,18 @@
|
|||
|
||||
#ifdef WITH_DIRECTSOUND
|
||||
|
||||
#include <mmsystem.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <dsound.h>
|
||||
#include <mmsystem.h>
|
||||
#include <process.h>
|
||||
#include "include/aegisub/audio_provider.h"
|
||||
#include "utils.h"
|
||||
#include "main.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
#include "audio_player_dsound2.h"
|
||||
#endif
|
||||
|
||||
#include "audio_player_dsound2.h"
|
||||
#include "frame_main.h"
|
||||
#include "include/aegisub/audio_provider.h"
|
||||
#include "main.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -43,11 +43,11 @@
|
|||
///////////
|
||||
// Headers
|
||||
#include "audio_player_manager.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "frame_main.h"
|
||||
#include "audio_player_openal.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
|
||||
#ifdef __WINDOWS__
|
||||
#include <al.h>
|
||||
|
|
|
@ -40,12 +40,11 @@
|
|||
///////////
|
||||
// Headers
|
||||
#include "audio_player_manager.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "frame_main.h"
|
||||
#include "audio_player_oss.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -42,12 +42,14 @@
|
|||
|
||||
///////////
|
||||
// Headers
|
||||
#ifndef AGI_PRE
|
||||
#include <stdio.h>
|
||||
#endif
|
||||
|
||||
#include "audio_player_pulse.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "options.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,22 +39,26 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/thread.h>
|
||||
#include "audio_provider_ram.h"
|
||||
#include "audio_provider_hd.h"
|
||||
#include "audio_provider_pcm.h"
|
||||
#include "audio_provider_convert.h"
|
||||
#endif
|
||||
|
||||
#include "audio_display.h"
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include "audio_provider_avs.h"
|
||||
#endif
|
||||
#include "audio_provider_convert.h"
|
||||
#ifdef WITH_FFMPEGSOURCE
|
||||
#include "audio_provider_ffmpegsource.h"
|
||||
#endif
|
||||
#include "audio_provider_hd.h"
|
||||
#include "audio_provider_pcm.h"
|
||||
#ifdef WITH_QUICKTIME
|
||||
#include "audio_provider_quicktime.h"
|
||||
#endif
|
||||
#include "audio_provider_ram.h"
|
||||
#include "options.h"
|
||||
#include "audio_display.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -40,15 +40,20 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include <wx/filename.h>
|
||||
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <Mmreg.h>
|
||||
#include <time.h>
|
||||
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "audio_provider_avs.h"
|
||||
#include "utils.h"
|
||||
#include "charset_conv.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "charset_conv.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,10 +39,9 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "aegisub_endian.h"
|
||||
#include "audio_provider_convert.h"
|
||||
#include "audio_provider_downmix.h"
|
||||
#include "aegisub_endian.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -42,7 +42,6 @@
|
|||
#include "audio_provider_downmix.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param source
|
||||
///
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "utils.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param dur_ms
|
||||
/// @param _noise
|
||||
|
|
|
@ -40,14 +40,17 @@
|
|||
|
||||
///////////
|
||||
// Headers
|
||||
#include "include/aegisub/aegisub.h"
|
||||
#include "audio_provider_ffmpegsource.h"
|
||||
#include "options.h"
|
||||
#include <map>
|
||||
#ifndef AGI_PRE
|
||||
#ifdef WIN32
|
||||
#include <objbase.h>
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
#endif
|
||||
|
||||
#include "audio_provider_ffmpegsource.h"
|
||||
#include "include/aegisub/aegisub.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,17 +39,20 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/file.h>
|
||||
#include <wx/filefn.h>
|
||||
#include "dialog_progress.h"
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "audio_provider_hd.h"
|
||||
#include "standard_paths.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
#include "dialog_progress.h"
|
||||
#include "frame_main.h"
|
||||
#include "main.h"
|
||||
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -37,22 +37,23 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/file.h>
|
||||
#include "audio_provider_pcm.h"
|
||||
#include "utils.h"
|
||||
#include "aegisub_endian.h"
|
||||
#include <stdint.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <assert.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
#ifndef _WINDOWS
|
||||
#include <sys/mman.h>
|
||||
#include <stdint.h>
|
||||
#ifndef __WINDOWS__
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
#include <wx/file.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#endif
|
||||
|
||||
#include "aegisub_endian.h"
|
||||
#include "audio_provider_pcm.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief DOCME
|
||||
|
|
|
@ -35,10 +35,10 @@
|
|||
///
|
||||
|
||||
|
||||
#include "audio_provider_quicktime.h"
|
||||
|
||||
#ifdef WITH_QUICKTIME
|
||||
|
||||
#include "audio_provider_quicktime.h"
|
||||
|
||||
|
||||
/// @brief DOCME
|
||||
/// @param filename
|
||||
|
|
|
@ -39,12 +39,11 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "dialog_progress.h"
|
||||
#include "audio_provider_ram.h"
|
||||
#include "utils.h"
|
||||
#include "dialog_progress.h"
|
||||
#include "frame_main.h"
|
||||
#include "main.h"
|
||||
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "utils.h"
|
||||
|
||||
|
||||
|
||||
/// DOCME
|
||||
#define BUFSIZE 65536
|
||||
|
||||
|
|
|
@ -34,11 +34,14 @@
|
|||
/// @ingroup audio_ui
|
||||
|
||||
|
||||
#include "audio_renderer.h"
|
||||
#include "include/aegisub/audio_provider.h"
|
||||
// Headers
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/bitmap.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#endif
|
||||
|
||||
#include "audio_renderer.h"
|
||||
#include "include/aegisub/audio_provider.h"
|
||||
|
||||
|
||||
AudioRendererBitmapCacheBitmapFactory::AudioRendererBitmapCacheBitmapFactory(AudioRenderer *_renderer)
|
||||
|
|
|
@ -37,20 +37,25 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <assert.h>
|
||||
#include <vector>
|
||||
#include <list>
|
||||
#include <utility>
|
||||
#include <algorithm>
|
||||
#ifdef _OPENMP
|
||||
#include <omp.h>
|
||||
#endif
|
||||
|
||||
#include <algorithm>
|
||||
#include <list>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
#include <wx/log.h>
|
||||
#endif
|
||||
|
||||
#include "audio_renderer_spectrum.h"
|
||||
#include "fft.h"
|
||||
#include "colorspace.h"
|
||||
#include "fft.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
/// @class AudioSpectrumCache
|
||||
|
|
|
@ -39,35 +39,40 @@
|
|||
|
||||
#ifdef WITH_AUTOMATION
|
||||
|
||||
#include "auto4_base.h"
|
||||
#include "ass_style.h"
|
||||
#include "options.h"
|
||||
#include "string_codec.h"
|
||||
#include "ass_file.h"
|
||||
#include "standard_paths.h"
|
||||
#include <wx/filename.h>
|
||||
#include <wx/dir.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/gauge.h>
|
||||
#ifndef AGI_PRE
|
||||
#ifdef __WINDOWS__
|
||||
#include <tchar.h>
|
||||
#include <windows.h>
|
||||
#endif
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/dir.h>
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/gauge.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/thread.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/log.h>
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
#include <windows.h>
|
||||
#include <tchar.h>
|
||||
#else
|
||||
#ifndef __WINDOWS__
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#endif
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
#include "auto4_base.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "string_codec.h"
|
||||
|
||||
|
||||
|
||||
/// DOCME
|
||||
namespace Automation4 {
|
||||
|
|
|
@ -38,35 +38,39 @@
|
|||
|
||||
#ifdef WITH_AUTO4_LUA
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <assert.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/window.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "ass_style.h"
|
||||
#include "auto4_lua.h"
|
||||
#include "auto4_lua_factory.h"
|
||||
#include "auto4_lua_scriptreader.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "options.h"
|
||||
|
||||
#include "text_file_reader.h"
|
||||
#include "vfr.h"
|
||||
#include "video_context.h"
|
||||
|
||||
// This must be below the headers above.
|
||||
#ifdef __WINDOWS__
|
||||
#include "../../contrib/lua51/src/lualib.h"
|
||||
#include "../../contrib/lua51/src/lauxlib.h"
|
||||
#else
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
#endif
|
||||
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/window.h>
|
||||
#include <wx/log.h>
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
/// DOCME
|
||||
namespace Automation4 {
|
||||
|
|
|
@ -38,25 +38,30 @@
|
|||
|
||||
#ifdef WITH_AUTO4_LUA
|
||||
|
||||
#include "auto4_lua.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <assert.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/log.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "ass_style.h"
|
||||
#include "auto4_lua.h"
|
||||
#include "utils.h"
|
||||
|
||||
// This must be below the headers above.
|
||||
#ifdef __WINDOWS__
|
||||
#include "../../contrib/lua51/src/lualib.h"
|
||||
#include "../../contrib/lua51/src/lauxlib.h"
|
||||
#else
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
#endif
|
||||
|
||||
#include <wx/log.h>
|
||||
#include <assert.h>
|
||||
#include <algorithm>
|
||||
|
||||
|
||||
/// DOCME
|
||||
namespace Automation4 {
|
||||
|
|
|
@ -39,33 +39,36 @@
|
|||
|
||||
#ifdef WITH_AUTO4_LUA
|
||||
|
||||
#include "auto4_lua.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <assert.h>
|
||||
|
||||
#include <wx/button.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/gbsizer.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/validate.h>
|
||||
#include <wx/window.h>
|
||||
#endif
|
||||
|
||||
#include "ass_style.h"
|
||||
#include "auto4_lua.h"
|
||||
#include "colour_button.h"
|
||||
#include "string_codec.h"
|
||||
#include "utils.h"
|
||||
|
||||
// These must be after the headers above.
|
||||
#ifdef __WINDOWS__
|
||||
#include "../../contrib/lua51/src/lualib.h"
|
||||
#include "../../contrib/lua51/src/lauxlib.h"
|
||||
#else
|
||||
#include "lualib.h"
|
||||
#include "lauxlib.h"
|
||||
#include <lualib.h>
|
||||
#include <lauxlib.h>
|
||||
#endif
|
||||
|
||||
#include "string_codec.h"
|
||||
#include "utils.h"
|
||||
#include <wx/window.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/gbsizer.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/validate.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/combobox.h>
|
||||
#include <wx/checkbox.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/panel.h>
|
||||
|
||||
#include <assert.h>
|
||||
#include "colour_button.h"
|
||||
#include "ass_style.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
namespace Automation4 {
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
/// @ingroup scripting
|
||||
///
|
||||
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#ifdef WITH_AUTO4_LUA
|
||||
|
|
|
@ -45,8 +45,10 @@
|
|||
#include "options.h"
|
||||
|
||||
#ifdef DEBUG_AVISYNTH_CODE
|
||||
#include "main.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/textfile.h>
|
||||
#endif
|
||||
#include "main.h"
|
||||
|
||||
/// DOCME
|
||||
wxTextFile avs_trace_file;
|
||||
|
|
|
@ -39,21 +39,23 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/sizer.h>
|
||||
#include "base_grid.h"
|
||||
#include "utils.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#include "options.h"
|
||||
#include "vfr.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "frame_main.h"
|
||||
#include "video_box.h"
|
||||
#include "video_slider.h"
|
||||
#include "video_context.h"
|
||||
#include "audio_display.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
#include "audio_display.h"
|
||||
#include "base_grid.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "video_box.h"
|
||||
#include "video_context.h"
|
||||
#include "video_slider.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,13 +39,15 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/filedlg.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/dirdlg.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/fontdlg.h>
|
||||
#include "browse_button.h"
|
||||
#include "utils.h"
|
||||
#include "standard_paths.h"
|
||||
#endif
|
||||
|
||||
#include "browse_button.h"
|
||||
#include "standard_paths.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -36,10 +36,13 @@
|
|||
|
||||
#include "charset_conv.h"
|
||||
|
||||
#include <stdint.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include <wx/hashmap.h>
|
||||
#include <wx/intl.h>
|
||||
#endif
|
||||
|
||||
WX_DECLARE_STRING_HASH_MAP(wxString, PrettyNamesHash);
|
||||
|
||||
|
|
|
@ -40,13 +40,16 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef WITH_UNIVCHARDET
|
||||
#ifndef AGI_PRE
|
||||
#include <list>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/choicdlg.h>
|
||||
|
||||
#include "text_file_reader.h"
|
||||
#include "charset_detect.h"
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/intl.h>
|
||||
#endif
|
||||
|
||||
#include "../universalchardet/nsCharSetProber.h"
|
||||
#include "charset_detect.h"
|
||||
#include "text_file_reader.h"
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "utils.h"
|
||||
|
||||
|
||||
|
||||
/// @brief matrix from http://forum.doom9.org/showthread.php?p=684080#post684080
|
||||
/// @param Y
|
||||
/// @param U
|
||||
|
|
|
@ -39,10 +39,13 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/dcmemory.h>
|
||||
#include "colour_button.h"
|
||||
#include "dialog_colorpicker.h"
|
||||
#endif
|
||||
|
||||
#include "colour_button.h"
|
||||
#include "config.h"
|
||||
#include "dialog_colorpicker.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,18 +39,19 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/statline.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/sizer.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/panel.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statline.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textctrl.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_about.h"
|
||||
#include "version.h"
|
||||
#include "options.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,11 +39,13 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/sizer.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/config.h>
|
||||
#include "dialog_associations.h"
|
||||
#include <wx/sizer.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_associations.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,21 +39,22 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/listctrl.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/dirdlg.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/button.h>
|
||||
#include <wx/listctrl.h>
|
||||
#include <wx/sizer.h>
|
||||
#include "dialog_attachments.h"
|
||||
#include "ass_file.h"
|
||||
#endif
|
||||
|
||||
#include "ass_attachment.h"
|
||||
#include "utils.h"
|
||||
#include "options.h"
|
||||
#include "ass_file.h"
|
||||
#include "dialog_attachments.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,19 +39,20 @@
|
|||
|
||||
#ifdef WITH_AUTOMATION
|
||||
|
||||
#include "main.h"
|
||||
#include "dialog_automation.h"
|
||||
#include "auto4_base.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include <wx/filename.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#endif
|
||||
|
||||
#include "auto4_base.h"
|
||||
#include "dialog_automation.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "main.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief DOCME
|
||||
|
|
|
@ -36,29 +36,31 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/image.h>
|
||||
#include <wx/statbox.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/gbsizer.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <stdio.h>
|
||||
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/dataobj.h>
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/dcscreen.h>
|
||||
#include <wx/event.h>
|
||||
#include <wx/gbsizer.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/dataobj.h>
|
||||
#include "dialog_colorpicker.h"
|
||||
#include "colorspace.h"
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statbox.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_style.h"
|
||||
#include "options.h"
|
||||
#include "colorspace.h"
|
||||
#include "dialog_colorpicker.h"
|
||||
#include "help_button.h"
|
||||
#include "utils.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include <stdio.h>
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
#ifdef WIN32
|
||||
|
|
|
@ -39,15 +39,17 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_detached_video.h"
|
||||
#include "video_box.h"
|
||||
#include "video_slider.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
|
||||
#include "video_box.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
#include "video_slider.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -37,14 +37,16 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#include "dialog_dummy_video.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/datetime.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/statline.h>
|
||||
#include "options.h"
|
||||
#include "help_button.h"
|
||||
#endif
|
||||
|
||||
#include "dialog_dummy_video.h"
|
||||
#include "help_button.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -39,17 +39,19 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/tokenzr.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include "dialog_export.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_exporter.h"
|
||||
#include "charset_conv.h"
|
||||
#include "help_button.h"
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_exporter.h"
|
||||
#include "ass_file.h"
|
||||
#include "charset_conv.h"
|
||||
#include "dialog_export.h"
|
||||
#include "help_button.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,27 +39,27 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/config.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/fontenum.h>
|
||||
#include <wx/wfstream.h>
|
||||
#include <wx/zipstrm.h>
|
||||
#include <wx/fontenum.h>
|
||||
#include "ass_override.h"
|
||||
#include "ass_file.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "ass_style.h"
|
||||
#include "dialog_fonts_collector.h"
|
||||
#include "utils.h"
|
||||
#include "options.h"
|
||||
#include "frame_main.h"
|
||||
#include "subs_grid.h"
|
||||
#include "font_file_lister.h"
|
||||
#include "utils.h"
|
||||
#include "frame_main.h"
|
||||
#include "help_button.h"
|
||||
#include "scintilla_text_ctrl.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "scintilla_text_ctrl.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -39,17 +39,19 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/textctrl.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/button.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_jumpto.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "video_context.h"
|
||||
#include "utils.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -40,23 +40,24 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <vector>
|
||||
#ifndef AGI_PRE
|
||||
#include <deque>
|
||||
#include "dialog_kara_timing_copy.h"
|
||||
#include <vector>
|
||||
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_karaoke.h"
|
||||
#include "ass_override.h"
|
||||
#include "ass_style.h"
|
||||
#include "dialog_kara_timing_copy.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "validators.h"
|
||||
#include "video_context.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "ass_karaoke.h"
|
||||
#include <wx/string.h>
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -39,39 +39,42 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "dialog_options.h"
|
||||
#if wxUSE_TREEBOOK
|
||||
#include <wx/treebook.h>
|
||||
#else
|
||||
|
||||
/// DOCME
|
||||
#define AddSubPage(page,text,select) AddPage(page,wxString::Format(_T("\t%s"),text),select)
|
||||
#endif
|
||||
#include "options.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/spinctrl.h>
|
||||
#include <wx/stdpaths.h>
|
||||
#include <wx/filefn.h>
|
||||
#include "frame_main.h"
|
||||
#include "standard_paths.h"
|
||||
#include "validators.h"
|
||||
#if wxUSE_TREEBOOK
|
||||
#include <wx/treebook.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#include "browse_button.h"
|
||||
#include "colour_button.h"
|
||||
#include "dialog_options.h"
|
||||
#include "frame_main.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_edit_ctrl.h"
|
||||
#include "subs_grid.h"
|
||||
#include "video_box.h"
|
||||
#include "video_slider.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "subtitles_provider_manager.h"
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#include "video_context.h"
|
||||
#include "browse_button.h"
|
||||
#include "tooltip_manager.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "validators.h"
|
||||
#include "video_box.h"
|
||||
#include "video_context.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "video_slider.h"
|
||||
|
||||
|
||||
#if wxUSE_TREEBOOK
|
||||
/// DOCME
|
||||
#define AddSubPage(page,text,select) AddPage(page,wxString::Format(_T("\t%s"),text),select)
|
||||
#endif
|
||||
|
||||
///////
|
||||
// IDs
|
||||
|
|
|
@ -39,14 +39,16 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/config.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/sizer.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include "dialog_paste_over.h"
|
||||
#include "options.h"
|
||||
#include "help_button.h"
|
||||
#include <wx/config.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_paste_over.h"
|
||||
#include "help_button.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,8 +39,11 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/sizer.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_progress.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
@ -48,7 +51,6 @@
|
|||
DEFINE_EVENT_TYPE(wxEVT_PROGRESS_UPDATE)
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param parent
|
||||
/// @param title
|
||||
|
|
|
@ -39,22 +39,23 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/stattext.h>
|
||||
#include <wx/sizer.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include "dialog_properties.h"
|
||||
#include "options.h"
|
||||
#include <wx/dialog.h>
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#endif
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "video_display.h"
|
||||
#include "validators.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "dialog_properties.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "options.h"
|
||||
#include "utils.h"
|
||||
#include "validators.h"
|
||||
#include "video_context.h"
|
||||
|
||||
|
||||
#include "video_display.h"
|
||||
#include "video_provider_manager.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,20 +39,18 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "dialog_resample.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "subs_grid.h"
|
||||
#include "validators.h"
|
||||
#include "video_context.h"
|
||||
#include "utils.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "ass_style.h"
|
||||
#include "dialog_resample.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "validators.h"
|
||||
#include "video_context.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,18 +39,20 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/string.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/regex.h>
|
||||
#include "dialog_search_replace.h"
|
||||
#include "ass_file.h"
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "subs_grid.h"
|
||||
#include "options.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "video_display.h"
|
||||
#include "ass_file.h"
|
||||
#include "dialog_search_replace.h"
|
||||
#include "frame_main.h"
|
||||
#include "main.h"
|
||||
|
||||
#include "options.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "video_display.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,14 +39,16 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/string.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/regex.h>
|
||||
#include "dialog_selection.h"
|
||||
#include "subs_grid.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "options.h"
|
||||
#include "help_button.h"
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "dialog_selection.h"
|
||||
#include "help_button.h"
|
||||
#include "options.h"
|
||||
#include "subs_grid.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,27 +39,29 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <fstream>
|
||||
#ifndef AGI_PRE
|
||||
#include <algorithm>
|
||||
#include <fstream>
|
||||
#include <string>
|
||||
#include <wx/filename.h>
|
||||
|
||||
#include <wx/filefn.h>
|
||||
#include "dialog_shift_times.h"
|
||||
#include "video_display.h"
|
||||
#include "vfr.h"
|
||||
#include "subs_grid.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_time.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "charset_conv.h"
|
||||
#include "dialog_shift_times.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "video_display.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -38,19 +38,21 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/intl.h>
|
||||
#include "dialog_spellchecker.h"
|
||||
#include "spellchecker_manager.h"
|
||||
#include "subs_grid.h"
|
||||
#include "frame_main.h"
|
||||
#include "ass_file.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "utils.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "options.h"
|
||||
#include "ass_file.h"
|
||||
#include "dialog_spellchecker.h"
|
||||
#include "frame_main.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
#include "options.h"
|
||||
#include "spellchecker_manager.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -39,15 +39,16 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/string.h>
|
||||
#include <wx/display.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/dcclient.h>
|
||||
#include <wx/display.h>
|
||||
#include <wx/string.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_splash.h"
|
||||
#include "options.h"
|
||||
#include "dialog_tip.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,26 +39,28 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/fontdlg.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/colordlg.h>
|
||||
#include <wx/fontdlg.h>
|
||||
#include <wx/fontenum.h>
|
||||
#include "dialog_style_editor.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "validators.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "dialog_colorpicker.h"
|
||||
#include "colour_button.h"
|
||||
#include "subs_preview.h"
|
||||
#include "options.h"
|
||||
#include "subtitles_provider_manager.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_style_storage.h"
|
||||
#include "colour_button.h"
|
||||
#include "dialog_colorpicker.h"
|
||||
#include "dialog_style_editor.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
#include "options.h"
|
||||
#include "subs_grid.h"
|
||||
#include "subs_preview.h"
|
||||
#include "subtitles_provider_manager.h"
|
||||
#include "utils.h"
|
||||
#include "validators.h"
|
||||
|
||||
|
||||
///////
|
||||
|
|
|
@ -39,26 +39,26 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/filedlg.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/filedlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include "dialog_style_manager.h"
|
||||
#include "dialog_style_editor.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_file.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "standard_paths.h"
|
||||
#include "options.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
#include "dialog_style_editor.h"
|
||||
#include "dialog_style_manager.h"
|
||||
#include "help_button.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param parent
|
||||
|
|
|
@ -39,25 +39,26 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/recguard.h>
|
||||
#include "dialog_styling_assistant.h"
|
||||
#include "subs_grid.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_style.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "video_display.h"
|
||||
#include "video_context.h"
|
||||
#include "vfr.h"
|
||||
#include "frame_main.h"
|
||||
#include "audio_display.h"
|
||||
#include "audio_box.h"
|
||||
#include "hotkeys.h"
|
||||
#include "utils.h"
|
||||
#include "audio_display.h"
|
||||
#include "dialog_styling_assistant.h"
|
||||
#include "frame_main.h"
|
||||
#include "help_button.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "hotkeys.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,11 +39,13 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "dialog_text_import.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/sizer.h>
|
||||
#include <wx/stattext.h>
|
||||
#include "options.h"
|
||||
#endif
|
||||
|
||||
#include "dialog_text_import.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -38,22 +38,20 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include "dialog_timing_processor.h"
|
||||
#include "subs_grid.h"
|
||||
#include "ass_file.h"
|
||||
#include "options.h"
|
||||
#include "validators.h"
|
||||
#include "video_display.h"
|
||||
#include "video_box.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_time.h"
|
||||
#include "vfr.h"
|
||||
#include "utils.h"
|
||||
#include "dialog_timing_processor.h"
|
||||
#include "help_button.h"
|
||||
#include "video_context.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "validators.h"
|
||||
#include "vfr.h"
|
||||
#include "video_box.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,13 +39,15 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/window.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/window.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_tip.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param currentTip
|
||||
///
|
||||
|
|
|
@ -39,23 +39,24 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/settings.h>
|
||||
#include "dialog_translation.h"
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "subs_grid.h"
|
||||
#include "video_display.h"
|
||||
#include "video_context.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "options.h"
|
||||
#include "audio_display.h"
|
||||
#include "dialog_translation.h"
|
||||
#include "frame_main.h"
|
||||
#include "hotkeys.h"
|
||||
#include "utils.h"
|
||||
#include "help_button.h"
|
||||
#include "hotkeys.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
|
||||
#include "options.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "utils.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,23 +39,24 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/filesys.h>
|
||||
#include <wx/fs_inet.h>
|
||||
#include <wx/txtstrm.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/button.h>
|
||||
#include <wx/event.h>
|
||||
#include "dialog_version_check.h"
|
||||
#include "version.h"
|
||||
#include "main.h"
|
||||
#include <wx/filesys.h>
|
||||
#include <wx/fs_inet.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/txtstrm.h>
|
||||
#endif
|
||||
|
||||
#include "dialog_version_check.h"
|
||||
#include "main.h"
|
||||
#include "version.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
bool DialogVersionCheck::dialogRunning = false;
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param parent
|
||||
/// @param hidden
|
||||
|
|
|
@ -39,14 +39,16 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/stattext.h>
|
||||
#endif
|
||||
|
||||
#include "audio_box.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "dialog_video_details.h"
|
||||
#include "utils.h"
|
||||
#include "video_context.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "audio_box.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,10 +39,12 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filename.h>
|
||||
#endif
|
||||
|
||||
#include "drop.h"
|
||||
#include "frame_main.h"
|
||||
#include <wx/filename.h>
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,11 +39,10 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "export_clean_info.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
|
||||
#include "export_clean_info.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -45,7 +45,6 @@
|
|||
#include "ass_style.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
AssFixStylesFilter::AssFixStylesFilter() {
|
||||
|
|
|
@ -39,12 +39,11 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "export_framerate.h"
|
||||
#include "vfr.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_override.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,14 +39,13 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "export_visible_lines.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_override.h"
|
||||
#include "export_visible_lines.h"
|
||||
#include "vfr.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
AssLimitToVisibleFilter::AssLimitToVisibleFilter() {
|
||||
|
|
|
@ -40,16 +40,20 @@
|
|||
|
||||
///////////
|
||||
// Headers
|
||||
#include <wx/dir.h>
|
||||
#include <wx/choicdlg.h>
|
||||
#include "ffmpegsource_common.h"
|
||||
#include "md5.h"
|
||||
#include "standard_paths.h"
|
||||
#include "main.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <map>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/dir.h>
|
||||
#endif
|
||||
|
||||
#include "ffmpegsource_common.h"
|
||||
#include "frame_main.h"
|
||||
#include "main.h"
|
||||
#include "md5.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
|
||||
|
||||
wxMutex FFmpegSourceProvider::CleaningInProgress;
|
||||
|
||||
|
|
|
@ -41,9 +41,11 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "fft.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <math.h>
|
||||
#endif
|
||||
|
||||
#include "fft.h"
|
||||
|
||||
|
||||
/// @brief Transform
|
||||
|
|
|
@ -40,32 +40,31 @@
|
|||
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/tokenzr.h>
|
||||
#include "font_file_lister.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "standard_paths.h"
|
||||
#endif
|
||||
|
||||
#if defined(__WINDOWS__) || defined(__APPLE__)
|
||||
#ifdef WITH_FREETYPE2
|
||||
#include "font_file_lister_freetype.h"
|
||||
|
||||
/// DOCME
|
||||
#define FontListerClass FreetypeFontFileLister
|
||||
#endif
|
||||
#endif // WITH_FREETYPE2
|
||||
#else
|
||||
#include "font_file_lister_fontconfig.h"
|
||||
|
||||
/// DOCME
|
||||
#define FontListerClass FontConfigFontFileLister
|
||||
#endif
|
||||
|
||||
#include "font_file_lister.h"
|
||||
#include "standard_paths.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
FontFileLister *FontFileLister::instance = NULL;
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
FontFileLister::FontFileLister() {
|
||||
|
|
|
@ -41,17 +41,22 @@
|
|||
#include "config.h"
|
||||
|
||||
#ifdef WITH_FREETYPE2
|
||||
#include "font_file_lister_freetype.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#ifdef __WINDOWS__
|
||||
#include <shlobj.h>
|
||||
#endif
|
||||
|
||||
#include <wx/dir.h>
|
||||
#endif
|
||||
|
||||
#include <ft2build.h>
|
||||
#include FT_FREETYPE_H
|
||||
#include FT_GLYPH_H
|
||||
#include FT_SFNT_NAMES_H
|
||||
#ifdef WIN32
|
||||
# include <shlobj.h>
|
||||
#endif
|
||||
#include <wx/dir.h>
|
||||
#include "charset_conv.h"
|
||||
|
||||
#include "charset_conv.h"
|
||||
#include "font_file_lister_freetype.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -39,55 +39,56 @@
|
|||
// Include headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/sysopt.h>
|
||||
#include <wx/mimetype.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/filename.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#include <wx/image.h>
|
||||
#include <wx/mimetype.h>
|
||||
#include <wx/statline.h>
|
||||
#include <wx/sysopt.h>
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "subs_grid.h"
|
||||
#include "frame_main.h"
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include "avisynth_wrap.h"
|
||||
#endif
|
||||
#include "video_display.h"
|
||||
#include "video_context.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "video_slider.h"
|
||||
#include "ass_file.h"
|
||||
#include "dialog_search_replace.h"
|
||||
#include "vfr.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "options.h"
|
||||
#include "main.h"
|
||||
#include "version.h"
|
||||
#include "dialog_splash.h"
|
||||
#include "dialog_tip.h"
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#include "video_box.h"
|
||||
#include "drop.h"
|
||||
#include "hotkeys.h"
|
||||
#include "utils.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "dialog_version_check.h"
|
||||
#include "dialog_detached_video.h"
|
||||
#include "standard_paths.h"
|
||||
#include "keyframe.h"
|
||||
#include "help_button.h"
|
||||
#include "dialog_styling_assistant.h"
|
||||
#ifdef WITH_AUTOMATION
|
||||
#include "auto4_base.h"
|
||||
#endif
|
||||
#include "charset_conv.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#ifdef __WXMAC__
|
||||
#include <Carbon/Carbon.h>
|
||||
#endif
|
||||
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#ifdef WITH_AUTOMATION
|
||||
#include "auto4_base.h"
|
||||
#endif
|
||||
#ifdef WITH_AVISYNTH
|
||||
#include "avisynth_wrap.h"
|
||||
#endif
|
||||
#include "charset_conv.h"
|
||||
#include "dialog_detached_video.h"
|
||||
#include "dialog_search_replace.h"
|
||||
#include "dialog_splash.h"
|
||||
#include "dialog_styling_assistant.h"
|
||||
#include "dialog_tip.h"
|
||||
#include "dialog_version_check.h"
|
||||
#include "drop.h"
|
||||
#include "frame_main.h"
|
||||
#include "help_button.h"
|
||||
#include "hotkeys.h"
|
||||
#include "keyframe.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
#include "main.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "utils.h"
|
||||
#include "version.h"
|
||||
#include "vfr.h"
|
||||
#include "video_box.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "video_slider.h"
|
||||
|
||||
|
||||
#ifdef WITH_STARTUPLOG
|
||||
|
|
|
@ -39,60 +39,62 @@
|
|||
// Include headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/mimetype.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/clipbrd.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/tglbtn.h>
|
||||
#include <wx/mimetype.h>
|
||||
#include <wx/rawbmp.h>
|
||||
#include <wx/stdpaths.h>
|
||||
#include <wx/sysopt.h>
|
||||
#include <wx/clipbrd.h>
|
||||
#include "subs_grid.h"
|
||||
#include "frame_main.h"
|
||||
#include "video_display.h"
|
||||
#include "video_context.h"
|
||||
#include "video_slider.h"
|
||||
#include "video_box.h"
|
||||
#include "ass_file.h"
|
||||
#include <wx/tglbtn.h>
|
||||
#endif
|
||||
|
||||
#include "ass_dialogue.h"
|
||||
#include "dialog_style_manager.h"
|
||||
#include "dialog_translation.h"
|
||||
#include "dialog_jumpto.h"
|
||||
#include "dialog_shift_times.h"
|
||||
#include "dialog_search_replace.h"
|
||||
#include "vfr.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "options.h"
|
||||
#include "dialog_properties.h"
|
||||
#include "dialog_attachments.h"
|
||||
#include "main.h"
|
||||
#include "dialog_fonts_collector.h"
|
||||
#include "dialog_about.h"
|
||||
#include "dialog_export.h"
|
||||
#include "ass_file.h"
|
||||
#include "audio_box.h"
|
||||
#include "dialog_selection.h"
|
||||
#include "dialog_styling_assistant.h"
|
||||
#include "dialog_resample.h"
|
||||
#include "dialog_kara_timing_copy.h"
|
||||
#include "audio_display.h"
|
||||
#include "toggle_bitmap.h"
|
||||
#include "dialog_timing_processor.h"
|
||||
#include "dialog_progress.h"
|
||||
#include "dialog_options.h"
|
||||
#include "utils.h"
|
||||
#ifdef WITH_AUTOMATION
|
||||
#include "auto4_base.h"
|
||||
#endif
|
||||
#include "dialog_automation.h"
|
||||
#include "dialog_version_check.h"
|
||||
#include "dialog_dummy_video.h"
|
||||
#include "dialog_spellchecker.h"
|
||||
#include "dialog_associations.h"
|
||||
#include "standard_paths.h"
|
||||
#include "dialog_video_details.h"
|
||||
#include "keyframe.h"
|
||||
#include "charset_conv.h"
|
||||
#include "dialog_about.h"
|
||||
#include "dialog_associations.h"
|
||||
#include "dialog_attachments.h"
|
||||
#include "dialog_automation.h"
|
||||
#include "dialog_dummy_video.h"
|
||||
#include "dialog_export.h"
|
||||
#include "dialog_fonts_collector.h"
|
||||
#include "dialog_jumpto.h"
|
||||
#include "dialog_kara_timing_copy.h"
|
||||
#include "dialog_options.h"
|
||||
#include "dialog_progress.h"
|
||||
#include "dialog_properties.h"
|
||||
#include "dialog_resample.h"
|
||||
#include "dialog_search_replace.h"
|
||||
#include "dialog_selection.h"
|
||||
#include "dialog_shift_times.h"
|
||||
#include "dialog_spellchecker.h"
|
||||
#include "dialog_style_manager.h"
|
||||
#include "dialog_styling_assistant.h"
|
||||
#include "dialog_timing_processor.h"
|
||||
#include "dialog_translation.h"
|
||||
#include "dialog_version_check.h"
|
||||
#include "dialog_video_details.h"
|
||||
#include "frame_main.h"
|
||||
#include "keyframe.h"
|
||||
#include "libresrc/libresrc.h"
|
||||
|
||||
#include "main.h"
|
||||
#include "options.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_edit_box.h"
|
||||
#include "subs_grid.h"
|
||||
#include "toggle_bitmap.h"
|
||||
#include "utils.h"
|
||||
#include "vfr.h"
|
||||
#include "video_box.h"
|
||||
#include "video_context.h"
|
||||
#include "video_display.h"
|
||||
#include "video_slider.h"
|
||||
|
||||
|
||||
////////////////////
|
||||
|
|
|
@ -39,13 +39,15 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/dcmemory.h>
|
||||
#include <wx/image.h>
|
||||
#endif
|
||||
|
||||
#include "gl_text.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
OpenGLText::OpenGLText() {
|
||||
|
|
|
@ -39,7 +39,13 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/msgdlg.h>
|
||||
#endif
|
||||
|
||||
#include "gl_wrap.h"
|
||||
#include "options.h"
|
||||
|
||||
#ifdef __APPLE__
|
||||
#include <OpenGL/GL.h>
|
||||
#include <OpenGL/glext.h>
|
||||
|
@ -47,8 +53,6 @@
|
|||
#include <GL/gl.h>
|
||||
#include "gl/glext.h"
|
||||
#endif
|
||||
#include "gl_wrap.h"
|
||||
#include "options.h"
|
||||
|
||||
|
||||
//////////////////////////
|
||||
|
|
|
@ -39,14 +39,17 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <wx/mimetype.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/filename.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <map>
|
||||
#include "help_button.h"
|
||||
#include "utils.h"
|
||||
#include "standard_paths.h"
|
||||
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#include <wx/mimetype.h>
|
||||
#endif
|
||||
|
||||
#include "help_button.h"
|
||||
#include "standard_paths.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
#include "options.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
/// @param parent
|
||||
/// @param id
|
||||
|
|
|
@ -39,15 +39,17 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "hotkeys.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
|
||||
#include <wx/accel.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/log.h>
|
||||
#endif
|
||||
|
||||
#include "hotkeys.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include <wx/filename.h>
|
||||
#include <wx/accel.h>
|
||||
#include <wx/log.h>
|
||||
|
||||
|
||||
|
||||
|
||||
/// @brief Constructors HotkeyType //////////////////////////////////
|
||||
|
|
|
@ -39,10 +39,12 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "idle_field_event.h"
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/event.h>
|
||||
#include <wx/settings.h>
|
||||
#endif
|
||||
|
||||
#include "idle_field_event.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
#include "kana_table.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
KanaTable::KanaTable()
|
||||
{
|
||||
|
|
|
@ -38,14 +38,16 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#ifndef AGI_PRE
|
||||
#include <wx/msgdlg.h>
|
||||
#include "video_context.h"
|
||||
#endif
|
||||
|
||||
#include "keyframe.h"
|
||||
#include "options.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "options.h"
|
||||
#include "vfr.h"
|
||||
|
||||
#include "video_context.h"
|
||||
|
||||
|
||||
/// @brief Load Keyframes
|
||||
|
|
|
@ -50,28 +50,28 @@
|
|||
#include <wx/utils.h>
|
||||
#endif
|
||||
|
||||
#include "main.h"
|
||||
#include "frame_main.h"
|
||||
#include "options.h"
|
||||
#include "hotkeys.h"
|
||||
#include "dialog_associations.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "ass_export_filter.h"
|
||||
#include "ass_file.h"
|
||||
#include "ass_time.h"
|
||||
#include "audio_box.h"
|
||||
#include "audio_display.h"
|
||||
#include "export_framerate.h"
|
||||
#include "ass_export_filter.h"
|
||||
#include "ass_time.h"
|
||||
#include "ass_dialogue.h"
|
||||
#include "subs_grid.h"
|
||||
#include "subtitle_format.h"
|
||||
#include "video_context.h"
|
||||
#include "standard_paths.h"
|
||||
#ifdef WITH_AUTOMATION
|
||||
#include "auto4_base.h"
|
||||
#endif
|
||||
#include "version.h"
|
||||
#include "plugin_manager.h"
|
||||
#include "charset_conv.h"
|
||||
#include "dialog_associations.h"
|
||||
#include "export_framerate.h"
|
||||
#include "frame_main.h"
|
||||
#include "hotkeys.h"
|
||||
#include "main.h"
|
||||
#include "options.h"
|
||||
#include "plugin_manager.h"
|
||||
#include "standard_paths.h"
|
||||
#include "subs_grid.h"
|
||||
#include "subtitle_format.h"
|
||||
#include "version.h"
|
||||
#include "video_context.h"
|
||||
|
||||
|
||||
///////////////////
|
||||
|
|
|
@ -39,17 +39,21 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include <algorithm>
|
||||
#ifndef AGI_PRE
|
||||
#include <errno.h>
|
||||
#include <stdint.h>
|
||||
#include <wx/tokenzr.h>
|
||||
|
||||
#include <algorithm>
|
||||
|
||||
#include <wx/choicdlg.h>
|
||||
#include <wx/filename.h>
|
||||
#include "mkv_wrap.h"
|
||||
#include "dialog_progress.h"
|
||||
#include <wx/tokenzr.h>
|
||||
#endif
|
||||
|
||||
#include "ass_file.h"
|
||||
#include "ass_time.h"
|
||||
|
||||
#include "dialog_progress.h"
|
||||
#include "mkv_wrap.h"
|
||||
|
||||
|
||||
/// DOCME
|
||||
|
|
|
@ -39,24 +39,26 @@
|
|||
// Includes
|
||||
#include "config.h"
|
||||
|
||||
#include <string>
|
||||
#include <wx/filename.h>
|
||||
#ifndef AGI_PRE
|
||||
#include <fstream>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/utils.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/stopwatch.h>
|
||||
#include <string>
|
||||
|
||||
#include <wx/filefn.h>
|
||||
#include <wx/filename.h>
|
||||
#include <wx/intl.h>
|
||||
#include <wx/msgdlg.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/stopwatch.h>
|
||||
#include <wx/utils.h>
|
||||
#endif
|
||||
|
||||
#include "colorspace.h"
|
||||
#include "options.h"
|
||||
#include "text_file_reader.h"
|
||||
#include "text_file_writer.h"
|
||||
#include "colorspace.h"
|
||||
#include "utils.h"
|
||||
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
///
|
||||
OptionsManager::OptionsManager() {
|
||||
|
|
|
@ -39,13 +39,12 @@
|
|||
// Headers
|
||||
#include "config.h"
|
||||
|
||||
#include "plugin_manager.h"
|
||||
#include "video_provider_manager.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "audio_player_manager.h"
|
||||
#include "subtitles_provider_manager.h"
|
||||
#include "audio_provider_manager.h"
|
||||
#include "plugin_manager.h"
|
||||
#include "spellchecker_manager.h"
|
||||
|
||||
#include "subtitles_provider_manager.h"
|
||||
#include "video_provider_manager.h"
|
||||
|
||||
|
||||
/// @brief Constructor
|
||||
|
|
Some files were not shown because too many files have changed in this diff Show more
Loading…
Reference in a new issue