.. |
Config.h
|
Rebuilt the web-update tool with the Unicode version of NSIS.
|
2010-12-08 00:36:38 +01:00 |
Decoder_AAC.cpp
|
Added a custom build of FAAD with proper Unicode support.
|
2010-12-03 02:26:10 +01:00 |
Decoder_AAC.h
|
AAC decoding support added.
|
2010-12-02 23:26:30 +01:00 |
Decoder_Abstract.cpp
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Decoder_Abstract.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Decoder_MP3.cpp
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Decoder_MP3.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Decoder_Vorbis.cpp
|
AAC decoding support added.
|
2010-12-02 23:26:30 +01:00 |
Decoder_Vorbis.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Dialog_About.cpp
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
Dialog_About.h
|
Improve "About" dialog.
|
2010-12-03 20:26:34 +01:00 |
Dialog_LogView.cpp
|
Implement support for Job Objects + improve log view.
|
2010-11-24 21:00:59 +01:00 |
Dialog_LogView.h
|
Implemented logging and added a log file view.
|
2010-11-22 21:45:00 +01:00 |
Dialog_MainWindow.cpp
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
Dialog_MainWindow.h
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
Dialog_MetaInfo.cpp
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Dialog_MetaInfo.h
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Dialog_Processing.cpp
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
Dialog_Processing.h
|
Implement support for Job Objects + improve log view.
|
2010-11-24 21:00:59 +01:00 |
Dialog_SplashScreen.cpp
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Dialog_SplashScreen.h
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Dialog_Update.cpp
|
Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%.
|
2010-12-07 22:58:28 +01:00 |
Dialog_Update.h
|
Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer
|
2010-11-29 20:36:27 +01:00 |
Dialog_WorkingBanner.cpp
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
Dialog_WorkingBanner.h
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Encoder_AAC.cpp
|
Added AAC encoding support.
|
2010-12-03 23:01:17 +01:00 |
Encoder_AAC.h
|
Added AAC encoding support.
|
2010-12-03 23:01:17 +01:00 |
Encoder_Abstract.cpp
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Encoder_Abstract.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Encoder_MP3.cpp
|
AAC decoding support added.
|
2010-12-02 23:26:30 +01:00 |
Encoder_MP3.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Encoder_Vorbis.cpp
|
AAC decoding support added.
|
2010-12-02 23:26:30 +01:00 |
Encoder_Vorbis.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Genres.cpp
|
Implemented IPC based on shared memory and semaphores
|
2010-11-08 19:29:36 +01:00 |
Genres.h
|
Implemented IPC based on shared memory and semaphores
|
2010-11-08 19:29:36 +01:00 |
Global.cpp
|
Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%.
|
2010-12-07 22:58:28 +01:00 |
Global.h
|
Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%.
|
2010-12-07 22:58:28 +01:00 |
LockedFile.cpp
|
Added AAC encoding support.
|
2010-12-03 23:01:17 +01:00 |
LockedFile.h
|
Detect Nero AAC encoder binary at runtime
|
2010-11-11 22:58:02 +01:00 |
Main.cpp
|
Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%.
|
2010-12-07 22:58:28 +01:00 |
Model_AudioFile.cpp
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Model_AudioFile.h
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Model_FileList.cpp
|
Actually use selected encoder in progress dialog + forward output dir.
|
2010-11-20 02:14:22 +01:00 |
Model_FileList.h
|
Smarter method to edit file informartion of files in the list
|
2010-11-08 02:06:01 +01:00 |
Model_FileSystem.cpp
|
Implement a custom FileSystemModel class derived from QFileSystemModel in order to avoid "+" button in front of folders without sub-dirs.
|
2010-11-25 01:23:48 +01:00 |
Model_FileSystem.h
|
Implement a custom FileSystemModel class derived from QFileSystemModel in order to avoid "+" button in front of folders without sub-dirs.
|
2010-11-25 01:23:48 +01:00 |
Model_MetaInfo.cpp
|
Correctly forward meta info to MP3 encoder and apply.
|
2010-11-20 19:16:04 +01:00 |
Model_MetaInfo.h
|
Use the MediaInfo model in MainWindow too
|
2010-11-10 19:44:51 +01:00 |
Model_Progress.cpp
|
Use a more efficient method to update the progress model when new jobs are added + slightly improve auto updater.
|
2010-12-06 18:29:34 +01:00 |
Model_Progress.h
|
Implemented logging and added a log file view.
|
2010-11-22 21:45:00 +01:00 |
Model_Settings.cpp
|
Added AAC encoding support.
|
2010-12-03 23:01:17 +01:00 |
Model_Settings.h
|
Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer
|
2010-11-29 20:36:27 +01:00 |
Registry_Decoder.cpp
|
AAC decoding support added.
|
2010-12-02 23:26:30 +01:00 |
Registry_Decoder.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Resource.h
|
Add more SFX for the user's pleasure.
|
2010-11-25 18:28:42 +01:00 |
Targetver.h
|
first commit
|
2010-11-06 23:04:47 +01:00 |
Thread_FileAnalyzer.cpp
|
Implemented logging and added a log file view.
|
2010-11-22 21:45:00 +01:00 |
Thread_FileAnalyzer.h
|
Move about dialog into a separate class
|
2010-11-11 19:37:16 +01:00 |
Thread_Initialization.cpp
|
Rebuilt the web-update tool with the Unicode version of NSIS.
|
2010-12-08 00:36:38 +01:00 |
Thread_Initialization.h
|
Detect Nero AAC encoder version at runtime and suggest update, if appropriate
|
2010-11-12 15:58:53 +01:00 |
Thread_MessageHandler.cpp
|
Move IPC sender to separate thread + implement kill IPC command + improve deployment script
|
2010-11-09 22:06:11 +01:00 |
Thread_MessageHandler.h
|
Move IPC sender to separate thread + implement kill IPC command + improve deployment script
|
2010-11-09 22:06:11 +01:00 |
Thread_MessageProducer.cpp
|
Implemented support for adding directories via Drag&Drop and CLI
|
2010-11-13 02:11:15 +01:00 |
Thread_MessageProducer.h
|
Move IPC sender to separate thread + implement kill IPC command + improve deployment script
|
2010-11-09 22:06:11 +01:00 |
Thread_Process.cpp
|
Implemented a method to "detect" the user's TEMP folder that doesn't depend on the %TMP% environment variable. QDir::temp() internally uses GetTempPath(), which *does* depend on %TMP%.
|
2010-12-07 22:58:28 +01:00 |
Thread_Process.h
|
Added support for dedicated decoders. Only Vorbis and MP3 so far.
|
2010-12-01 23:14:47 +01:00 |
Tool_Abstract.cpp
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
Tool_Abstract.h
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
WinSevenTaskbar.cpp
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |
WinSevenTaskbar.h
|
Added support for Windows 7 taskbar features (progress and overlay icons).
|
2010-12-05 23:11:03 +01:00 |