|
80ef7e0563
|
Bump version.
|
2012-04-18 23:15:39 +02:00 |
|
|
6e3f038941
|
Fixed language codes.
|
2012-04-18 23:04:51 +02:00 |
|
|
40c8874313
|
Updated Chinese/Taiwanese translation. Thanks to 456Vv <123@456vv.com>.
|
2012-04-18 22:53:07 +02:00 |
|
|
171e5938aa
|
Updated Russian translation. Thanks to Иван Митин <bardak@inbox.ru>.
|
2012-04-18 22:52:05 +02:00 |
|
|
b2bddd9072
|
Updated VS2008 project files.
|
2012-04-17 16:42:30 +02:00 |
|
|
20a9e2632b
|
Added one missing NOBR().
|
2012-04-16 18:52:45 +02:00 |
|
|
e8864878a1
|
Updated German translation.
|
2012-04-16 01:21:54 +02:00 |
|
|
3bdd8e97a6
|
Updated Polish translation. Thanks to Sir Daniel K <sir.daniel.k@gmail.com>.
|
2012-04-15 15:35:26 +02:00 |
|
|
1d6b4a866b
|
Updated Korean translation. Thanks to JaeHyung Lee <kolanp@gmail.com>.
|
2012-04-15 15:34:47 +02:00 |
|
|
d16323d546
|
Updated dcaenc binary to version 2012-01-14.
|
2012-04-15 02:15:32 +02:00 |
|
|
b231e078c1
|
Updated Spanish translation. Thanks to Rub3n CT <rub3nct@gmail.com>.
|
2012-04-14 20:10:15 +02:00 |
|
|
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 |
|