Commit Graph

1047 Commits

Author SHA1 Message Date
2ec20c2d02 Bump version. 2012-12-17 22:51:47 +01:00
5c3386dbde Switched the method of how the Designer UI file is used in the CueSheetImport class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-15 23:23:22 +01:00
a48dfadc98 Added "folder up" action to the context menu of the "output folder" tab. 2012-12-14 23:50:56 +01:00
e21c61788e Don't update buttons when output folder view is disabled. Also slightly changed "folder up" icon. 2012-12-14 01:20:23 +01:00
12db5d2c81 Added "Folder Up" button to the "Output Folder" tab. Also some code refactoring. 2012-12-14 00:34:10 +01:00
30507937de Added global lamexp_fatal_exit() function. 2012-12-11 23:22:20 +01:00
7e96cd3fe5 Switched the method of how the Designer UI file is used in the DropBox class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-11 22:51:18 +01:00
04e9565d50 Fixed superfluous argument in printf(), found by static code analysis. 2012-12-11 01:01:19 +01:00
a812aa28fa Switched the method of how the Designer UI file is used in the AboutDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-10 23:50:45 +01:00
7c5ccbe417 Fixed "always recompile" problem with VS2012 project file. Also removed a superfluous include. 2012-12-10 23:35:14 +01:00
30f36b8fee Switched the method of how the Designer UI file is used in the UpdateDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-09 22:39:17 +01:00
0f2f13d85b Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.6 (2012-12-07). 2012-12-08 00:22:29 +01:00
bf34e9e78f Improved handling of fatal/critical messages in lamexp_message_handler() function. 2012-12-08 00:21:58 +01:00
fb00b2b11e Switched the method of how the Designer UI file is used in the ProcessingDialog class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-08 00:21:10 +01:00
7077650bb6 Switched the method of how the Designer UI file is used in the MainWindow class to "The Single Inheritance Approach" (with "Using a Pointer Member Variable"). This is the method which Qt recommends for large projects. 2012-12-04 01:35:48 +01:00
1d960d5da6 When passing tag on the command-line, replace certain characters that can be "problematic" on the command-line. 2012-12-02 22:55:22 +01:00
799b73c258 Updated Copying.txt file. 2012-12-02 15:11:22 +01:00
75ca75bdaf Updated Qt patches for 4.8.4 release. 2012-11-30 00:22:20 +01:00
5e45dbb5fa Updated changelog. 2012-11-28 02:21:11 +01:00
1e09d998a2 Updated Visual Studio 2012 to "Update 1" (final release). 2012-11-28 01:16:37 +01:00
316da47f10 Simplified QKeccakHash and added self-test function. 2012-11-27 01:02:55 +01:00
5f0c30797c Update FAQ document. 2012-11-25 21:54:13 +01:00
66920db9d8 Improved installer operating system check to include Windows XP x64 Edition. 2012-11-25 20:27:27 +01:00
75c0b29558 Some installer code clean-up. 2012-11-25 14:03:33 +01:00
2b2f1e2f13 Added workaround to allow installation on Windows XP x64-Edition again: It appears that NSIS (intentionally!) detects Windows XP x64-Edition as "5.1" although it actually is "5.2", so the Windows XP (non-x64) Service Pack checks were triggered on Windows XP x64-Edition too. And, as there is no such thing as a Service Pack 3 for Windows XP x64-Edition, installation was aborted. Consequently we will now avoid the Service Pack checks, if running on a x64 system. 2012-11-24 22:32:20 +01:00
e9bcc809aa Made installer error message on un-supported platforms more detailed. 2012-11-24 21:20:09 +01:00
992c8c7e95 Added patch for vcvars32.bat that will overwrite the SDK path. Required in MSVC 11.0 (VC2012) Update-1, because the default (8.0) Windows SDK does *not* support Windows XP. 2012-11-24 17:27:45 +01:00
41c129a0ec Upgraded build environment to Microsoft Visual Studio 2012 Update-1 (CTP #4). 2012-11-24 16:27:38 +01:00
c220a0b73f Updated Opus encoder/decoder libraries to v1.1.x and Opus-Tools to v0.1.5 (2012-11-23). Also removed obsolete Opus options. 2012-11-23 21:03:59 +01:00
d0288b7c57 Made getLogFile() function "const" and made sure that we will return a const reference to the QStringList object inside the QHash, rather than a reference to a local object. 2012-11-18 14:23:54 +01:00
15697af84d Make VS2010 configurations use the Windows SDK v7.1. Needs to set the LXP_WINSDK_ROOT environment variable. 2012-11-17 21:54:11 +01:00
93f8e28620 Made the ProgressModel expose the QIcon's, so we can re-use them int the ProcessingDialog instead of maintaining a separate set of icons there. 2012-11-17 19:26:55 +01:00
c180306e85 Added checks for Windows SDK version. 2012-11-17 19:22:56 +01:00
9dc61d0454 Added reference to Manual.html to the Readme file. 2012-11-17 16:12:59 +01:00
143eb1a6c1 Update FAQ document. 2012-11-17 15:51:54 +01:00
8afe2767d4 Set "MinimumRequiredVersion" to 5.1 (WinXP). 2012-11-16 01:43:47 +01:00
4241a411cf Merge branch 'master' of github.com:lordmulder/LameXP
Conflicts:
	etc/Translation/Blank.ts
	etc/Translation/LameXP_PL.ts
	etc/Translation/LameXP_SV.ts
	src/Config.h
2012-11-15 18:13:03 +01:00
38b2cc1c84 Updated VS2012 project file. 2012-11-15 18:11:59 +01:00
182ef86fc9 Updated translation files. 2012-11-15 18:08:03 +01:00
c90a5f4542 If no item matches the current filter, hide all items and show an overlay message rather than disabling the filter. 2012-11-15 18:06:04 +01:00
69dec13fa0 Updated VS2012 project file. 2012-11-15 16:48:51 +01:00
7d9cd7ab1a Updated VS2008 projects/solution files. 2012-11-13 22:20:55 +01:00
d11f698d80 Added Visual Studio 2012 project files. 2012-11-12 22:47:13 +01:00
f7e68fe6c1 Added "filter" icon file. 2012-11-12 22:02:15 +01:00
3d431c099f Added compiler detection for VS2012. 2012-11-12 21:42:56 +01:00
b57650acda Removed "Qt5" configurations, as they were badly maintained anyway. Also fixed QKeccakHash for the "Release_Static" configuration. 2012-11-12 20:42:37 +01:00
bcb85f22c3 Now using Keccak/SHA-3 to verify the built-in files. 2012-11-12 00:32:39 +01:00
d328e69132 Added the QKeccakHash class, which implements the "Keccak" aka "SHA-3" hash function. 2012-11-11 23:34:52 +01:00
20d7a2cb58 Bugfix: One of the context menu items was never connected. 2012-11-11 19:36:31 +01:00
8ba1c016c6 Delete "blank" output file, if encoding failed or was aborted (or never actually started). 2012-11-11 18:58:08 +01:00