|
fc29c67f93
|
Small update to translator's guide.
|
2012-04-14 17:35:00 +02:00 |
|
|
c41c904ffa
|
Detect Windows 8 and detect if Windows 8 is running in "compatibility mode" for Windows 7.
|
2012-04-13 16:37:47 +02:00 |
|
Andriy Bilous'ko
|
d2d9a60b13
|
Updated Ukrainian translation.
|
2012-04-13 09:03:30 +03:00 |
|
|
1972bb3d2d
|
Bump version.
|
2012-04-12 14:08:56 +02:00 |
|
|
599519efd2
|
Updated Qt runtime libraries to v4.8.1 (2012-03-14), compiled with MSVC 10.0.
|
2012-04-12 03:18:48 +02:00 |
|
|
255b21ab2c
|
Added yet another configuration to build LameXP with *static* Qt5 libraries. Still experimental!
|
2012-04-11 03:08:31 +02:00 |
|
|
48a23c27d7
|
Added a new configuration for initial Qt 5.0 support. Needed a few code-changes and workarounds. Highly experimental!
|
2012-04-11 00:44:40 +02:00 |
|
|
6fa4e9e21d
|
Updated MediaInfo binary to v0.7.56 (2012-04-08), compiled with ICL 12.1.7 and MSVC 10.0.
|
2012-04-10 03:52:03 +02:00 |
|
|
71b125805c
|
Small optimization of lamexp_themes_enabled().
|
2012-04-10 03:51:04 +02:00 |
|
|
027471b385
|
Updated MediaInfo binary to v0.7.55 (2012-04-05), compiled with ICL 12.1.7 and MSVC 10.0.
|
2012-04-10 01:25:34 +02:00 |
|
|
f05365e383
|
Fixed a few memory leaks found by VLD.
|
2012-04-06 23:15:58 +02:00 |
|
|
7016383fbb
|
Added support for the Visual Leak Detector. This effects "Debug" builds only.
|
2012-04-06 22:24:05 +02:00 |
|
|
29a59ce47e
|
Fix of previous commit.
|
2012-04-06 16:36:13 +02:00 |
|
|
2023c98546
|
Slightly changed temporary installer name.
|
2012-04-06 16:22:08 +02:00 |
|
|
d16a116a1d
|
Fix potential memory leak: According to the docs, setModel() creates and sets a new SelectionModel, so we need to remember and delete the "old" SelectionModel.
|
2012-04-06 16:15:19 +02:00 |
|
|
3b2892b2fd
|
Bump version.
|
2012-04-06 02:00:44 +02:00 |
|
|
65423ba125
|
Don't check for elevation on Wine. It seems Wine always runs the process elevated (tested under Wine 1.4 on Ubuntu 12.04).
|
2012-04-05 16:24:33 +02:00 |
|
|
b3df635784
|
Changed creation of QFileSystemModel. Object will now be created when the user first visits the "Output Folder" tab. Also added option to "refresh" the directory outline, which will effectively destroy and re-create the QFileSystemModel in order to discard all data that may be cached.
|
2012-04-05 15:24:45 +02:00 |
|
|
cdf300cd22
|
Some more Wine workarounds: Disable x64 binaries, as it seems they fail to load under Wine (tested with Wine 1.4 under Ubuntu 12.04 x64).
|
2012-04-05 13:40:52 +02:00 |
|
|
6adb7b94e7
|
Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.
|
2012-04-02 23:33:47 +02:00 |
|
|
6dca891474
|
Slightly changed cache handling.
|
2012-03-31 22:20:07 +02:00 |
|
|
17278fb7a6
|
Use the 'FindExInfoBasic' information level on supported OS (Windows 7 and later). Should further speed-up things.
|
2012-03-31 16:27:37 +02:00 |
|
|
18b0993d3b
|
Now using FindFirstFileEx() on supported OS. Should be a bit faster, as we can request the FindExSearchLimitToDirectories search limit.
|
2012-03-30 15:28:47 +02:00 |
|
|
602e1691c4
|
Various tweaks to improve the QFileSystemModel performance. Also slightly improved the initialization.
|
2012-03-30 03:35:43 +02:00 |
|
|
158588b3ec
|
Some code refactoring and clean-up.
|
2012-03-29 19:08:33 +02:00 |
|
|
78c73d6d6e
|
Some improvement of the previous commit.
|
2012-03-29 03:22:24 +02:00 |
|
|
9b41e9c6a9
|
New workaround to focus the selected item in the "output folder" view: As the focus will get lost again when the QFileSystemModel asynchronously loads a directory, we need to focus again on each directory loaded. Though we must stop focusing on the selected item, as soon as the user expands a folder. Otherwise the view would scroll unexpectedly...
|
2012-03-29 01:32:47 +02:00 |
|
|
47f0f1629c
|
Some tweaks to the initialization of the QFileSystem model.
|
2012-03-28 02:21:34 +02:00 |
|
|
28f7a0cd50
|
Improved output folder LineEdit.
|
2012-03-27 22:46:01 +02:00 |
|
|
1738ea5b6e
|
Added button to edit the current output path in a simple LineEdit control.
|
2012-03-26 22:02:11 +02:00 |
|
|
b4aaaccdf2
|
Use _beginthreadex() instead of calling CreateThread() directly. This is more correct, when using the MSVCRT.
|
2012-03-26 04:40:49 +02:00 |
|
|
ca933d1b7e
|
Minor code clean-up.
|
2012-03-24 19:10:37 +01:00 |
|
|
3e4f8f273d
|
Merge branch 'master' of github.com:lordmulder/LameXP
|
2012-03-24 01:30:23 +01:00 |
|
|
ff452c17ca
|
Yet another workaround for the previous commit.
|
2012-03-24 01:29:06 +01:00 |
|
Andriy Bilous'ko
|
1516d32c03
|
Updated Ukrainian translation.
|
2012-03-23 11:03:57 +02:00 |
|
|
2da05e2324
|
Better workaround for the previous commit.
|
2012-03-23 01:29:50 +01:00 |
|
|
18094c66f0
|
Workaround for Windows XP: It appears that QThread::isRunning() may return TRUE even after the QThread object has already emitted the "finished" signal. For some reason this only occurs on Windows XP, but never occurs on my Windows 7 machine. As a workaround we will call QThread::yieldCurrentThread() and then try again. This seems to fix the issue on my Windows XP machine.
|
2012-03-22 22:26:54 +01:00 |
|
|
9e5fbdaaff
|
Updated F.A.Q. document.
|
2012-03-22 02:38:02 +01:00 |
|
|
f058efa87c
|
Updated MediaInfo binary to v0.7.54 (2012-03-13), compiled with ICL 12.1.7 and MSVC 10.0.
|
2012-03-21 20:54:47 +01:00 |
|
|
9f898f222f
|
Merge branch 'master' of github.com:lordmulder/LameXP
|
2012-03-16 00:56:29 +01:00 |
|
|
89717e440b
|
Updated SoX binary to v14.4.0 (2012-03-04), compiled with ICL 12.1.7 and MSVC 10.0.
|
2012-03-16 00:54:51 +01:00 |
|
Andriy Bilous'ko
|
87ba8a428d
|
Updated Ukrainian translation.
|
2012-03-15 11:19:57 +02:00 |
|
|
a7a77b9e92
|
Updated mpg123 decoder binary to v1.13.6 (2011-03-11), compiled with GCC 4.6.1.
|
2012-03-11 20:25:34 +01:00 |
|
|
d1c2e8d764
|
Updated mpg123 decoder binary to v1.13.5 (2011-03-07), compiled with GCC 4.6.1.
|
2012-03-10 13:28:18 +01:00 |
|
|
84450ed6b3
|
Updated GnuPG binaries to v1.4.12, compiled with GCC 4.6.1.
|
2012-03-10 03:51:22 +01:00 |
|
|
b0937f9001
|
More FLAC workarounds. Using "--channel-map=none" will fix most cases, although we will loose the channel map for Wave files that contain a valid channel map. On the other hand, FLAC fails most of the time when trying to use the channel map from the Wave file.
|
2012-03-09 01:11:29 +01:00 |
|
|
53af74148d
|
Some workarounds for FLAC. It seems FLAC doesn't like 1.0, 3.0, 3.1, 4.0 channel files. It also doesn't like more than 6 channels. It still fails with files that have >2 channels and are NOT in the "Wave Extensible" format.
|
2012-03-09 00:44:55 +01:00 |
|
|
a2dc3bb295
|
Fixed detection of 32-Bit Float data via SoX. For whatever reason SoX returns a "precision" of "24-Bit" for 32-Bit Float Wave files, so we have to detect the actual precision from the "sample encoding".
|
2012-03-08 23:04:00 +01:00 |
|
|
f47b033953
|
Set supported input formats for FHG AAC encoder.
|
2012-03-08 01:35:04 +01:00 |
|
|
326fd32ef6
|
Fixed detection of bit depth.
|
2012-03-08 01:34:00 +01:00 |
|