Commit Graph

  • 9f1f8e8f4b Rebuilt the web-update tool with the Unicode version of NSIS. lordmulder 2010-12-08 00:36:38 +0100
  • 40b0300284 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%. lordmulder 2010-12-07 22:58:28 +0100
  • 801500ce94 Avoid using absolute file names with WGet/GnuPG, as they don't support Unicode file names. Instead we switch the working directory *before* calling WGet/GnuPG and pass the file's name only. lordmulder 2010-12-06 22:25:20 +0100
  • 24da769a6d Use a more efficient method to update the progress model when new jobs are added + slightly improve auto updater. lordmulder 2010-12-06 18:29:34 +0100
  • c2f132007f Added support for Windows 7 taskbar features (progress and overlay icons). lordmulder 2010-12-05 23:11:03 +0100
  • be4ce0d81c Added AAC encoding support. lordmulder 2010-12-03 23:01:17 +0100
  • 2e8d730304 Improve "About" dialog. lordmulder 2010-12-03 20:26:34 +0100
  • 86785b8b44 Update FAAD build. Fixed a potential buffer overflow. lordmulder 2010-12-03 14:02:47 +0100
  • 0a13d81bf3 Added a custom build of FAAD with proper Unicode support. lordmulder 2010-12-03 02:26:10 +0100
  • 44c5c7e56c Workaround for lack of proper Unicode support in AAC decoder. lordmulder 2010-12-02 23:59:43 +0100
  • d6e5b9e069 AAC decoding support added. lordmulder 2010-12-02 23:26:30 +0100
  • 6eb959e406 Added support for dedicated decoders. Only Vorbis and MP3 so far. lordmulder 2010-12-01 23:14:47 +0100
  • c77efc9bdf Update web-updater binary. lordmulder 2010-11-30 22:10:48 +0100
  • 2105951626 Fix installer version info. lordmulder 2010-11-29 22:06:54 +0100
  • 083290d773 Installer fixes. lordmulder 2010-11-29 21:42:39 +0100
  • 53a1bf6e38 Implement update reminder + added options to disable the update reminder and/or the sound effects + improved installer lordmulder 2010-11-29 20:36:27 +0100
  • 00a05d44c2 Improve installer: Make installer UAC aware. lordmulder 2010-11-29 14:00:27 +0100
  • f4c7a65de0 Update web-update tool. Works better with UAC now. lordmulder 2010-11-29 09:38:44 +0100
  • b59bb2399a Actually implement the auto-updater. lordmulder 2010-11-28 22:18:07 +0100
  • 533055e177 New update dialog. Not actually checking for updates yet. lordmulder 2010-11-27 19:41:58 +0100
  • 11f57aecfe Ogg Vorbis encoding support. lordmulder 2010-11-26 00:29:53 +0100
  • 4fd8ec068e Addded context menu to "source file" view + make the "output folder" view update the output path more frequently on selection change. lordmulder 2010-11-25 20:41:59 +0100
  • 09bac5a0ea Add more SFX for the user's pleasure. lordmulder 2010-11-25 18:28:42 +0100
  • a29780ef2a Don't try to encode from source files that aren't supported by the encoder. No real support for upstream decoders yet. lordmulder 2010-11-25 18:09:31 +0100
  • 9947e9c839 Detect the entry points for some of the Win32 API functions on Runtime, so the executable works even on antiqutated Windows versions (e.g. Windows 2000). lordmulder 2010-11-25 16:56:32 +0100
  • 4936d58092 Implement a custom FileSystemModel class derived from QFileSystemModel in order to avoid "+" button in front of folders without sub-dirs. lordmulder 2010-11-25 01:23:48 +0100
  • 571df62e39 Implement support for Job Objects + improve log view. lordmulder 2010-11-24 21:00:59 +0100
  • 136d4a5350 Updated MediaInfo to v0.7.37. lordmulder 2010-11-24 00:22:32 +0100
  • 0f656f8a02 Fix compilation for other configurations than "Release". lordmulder 2010-11-22 23:41:29 +0100
  • c0ece99b69 Implemented logging and added a log file view. lordmulder 2010-11-22 21:45:00 +0100
  • efa535309d Update deployment script to include the build no. into the out filename. lordmulder 2010-11-21 23:20:14 +0100
  • 75bd180939 Make sure the selected output directory is writable. lordmulder 2010-11-21 21:51:41 +0100
  • 47a6c2fdff Make "Save output files to the same location where the input file is located" option work. lordmulder 2010-11-21 21:51:22 +0100
  • d97f4b67e0 Better compiler identification. lordmulder 2010-11-20 22:14:29 +0100
  • 970f2cd8fb Create playlist file + serialize filename generation, just to be sure. lordmulder 2010-11-20 22:14:10 +0100
  • cffa6a2454 Correctly forward meta info to MP3 encoder and apply. lordmulder 2010-11-20 19:16:04 +0100
  • bfa197b020 Workaround: QProcess::start() doesn't wrap arguments with white-spaces into quotes, unless the second parameter is passed in. This should fix the detection of the Nero encoder. lordmulder 2010-11-20 16:17:51 +0100
  • 2ea5e07d6e More carefully check TEMP directory + fix fatal application exit. lordmulder 2010-11-20 03:11:12 +0100
  • 1633489aaf Actually use selected encoder in progress dialog + forward output dir. lordmulder 2010-11-20 02:14:22 +0100
  • 28a926b820 Implement multi-theaded processing in progress dialog. lordmulder 2010-11-19 21:11:54 +0100
  • 98dc212d68 Make message handler routine thread-safe. lordmulder 2010-11-19 13:31:45 +0100
  • 092e664ad1 More detailed error output when process failed to create + use UUID's to index jobs. lordmulder 2010-11-18 22:37:35 +0100
  • 3170f358fe Implement processing thread and connect to processing dialog. lordmulder 2010-11-18 00:32:46 +0100
  • 2114a3dbf0 Implemented progress model. lordmulder 2010-11-17 20:39:10 +0100
  • 7a79c476a3 Implemented processing dialog, no functionality yet. lordmulder 2010-11-17 19:35:50 +0100
  • b996bfdece Refactor the MP3 encoder into a separate class. lordmulder 2010-11-17 00:49:38 +0100
  • 6a8ebd873b Bump version. lordmulder 2010-11-15 22:56:15 +0100
  • b1137e4cb1 Fix detection of Nero AAA encoder + use canonicalPath() where suitable lordmulder 2010-11-15 22:07:46 +0100
  • e76fcafb8d Update Lame encoder to v3.99 Alpha-10 + implement simple MP3 encoding lordmulder 2010-11-15 21:07:58 +0100
  • c543451f67 Also detect number of CPU cores and x64 support lordmulder 2010-11-15 14:02:58 +0100
  • 37a328b074 Implement functionality for 'compression' tab + CPU detection lordmulder 2010-11-15 04:42:06 +0100
  • a2cbcb76c5 Slightly improve AutoInc tool (time interval support) lordmulder 2010-11-14 21:13:13 +0100
  • 34ec6d8d0a Add simple utilitiy to auto-inc build numbers + fix duration for very short files lordmulder 2010-11-13 16:28:31 +0100
  • e3e0ec36aa Implemented support for adding directories via Drag&Drop and CLI lordmulder 2010-11-13 02:11:15 +0100
  • 43e3ea25da Implement Drag&Drop support lordmulder 2010-11-12 23:31:04 +0100
  • 360a5a1bef Store graphical interface style in settings too lordmulder 2010-11-12 21:02:14 +0100
  • c867f850e0 Store settings in an INI file lordmulder 2010-11-12 19:02:01 +0100
  • 373e27b088 Detect Nero AAC encoder version at runtime and suggest update, if appropriate lordmulder 2010-11-12 15:58:53 +0100
  • cd83ebd5d6 Detect Nero AAC encoder binary at runtime lordmulder 2010-11-11 22:58:02 +0100
  • 88eae834d2 Move about dialog into a separate class lordmulder 2010-11-11 19:37:16 +0100
  • ec0eea9d9c Nicer method for static builds: Can use vanilla Qt source/include directory now lordmulder 2010-11-11 14:11:44 +0100
  • 4c9ae789bb Don't deploy redistributables with a static build lordmulder 2010-11-11 00:41:49 +0100
  • 4ab35ccfe9 Add a new configuration for static build (requires Qt as static lib) lordmulder 2010-11-11 00:25:23 +0100
  • ccaa1ba8f5 Make deployment script more portable + update to Qt 4.7.1 lordmulder 2010-11-10 21:39:37 +0100
  • c80714b829 Use the MediaInfo model in MainWindow too lordmulder 2010-11-10 19:44:51 +0100
  • 6a480fd764 Refactor deployment script lordmulder 2010-11-10 17:03:01 +0100
  • d5909a9937 Improve deplayoment script + add very simple NSIS installer (self-extractor) lordmulder 2010-11-10 00:59:50 +0100
  • a7a637c412 Move IPC sender to separate thread + implement kill IPC command + improve deployment script lordmulder 2010-11-09 22:06:11 +0100
  • 9ce7dfc75f Actually implemented adding files from another instance. lordmulder 2010-11-08 21:47:35 +0100
  • 8e013b6aff Implemented IPC based on shared memory and semaphores lordmulder 2010-11-08 19:29:36 +0100
  • 5ac1c127f1 Smarter method to edit file informartion of files in the list lordmulder 2010-11-08 02:06:01 +0100
  • 07c793d6ec Added a fixed build of MediaInfo lordmulder 2010-11-08 01:36:36 +0100
  • f6259b2482 Implemented option to switch GUI style at runtime lordmulder 2010-11-08 00:24:54 +0100
  • ce41761614 Improve about dialog + nicer method write version info to resource section lordmulder 2010-11-07 23:06:30 +0100
  • 8fa0757455 Fixed a memory leak. unknown 2010-11-07 16:32:54 +0100
  • 36ae27f5f3 first commit lordmulder 2010-11-06 23:04:47 +0100