|
2190c254f8
|
Got rid of some more legacy compatibility code in the FileSystemModelEx class.
|
2013-10-10 01:46:30 +02:00 |
|
|
7602317652
|
Some code-clean up. Removed "Windows.h" include from "Global.h", because most source files won't need the Win32 API stuff. Also got rid of some Windows 2000 compatibility cruft.
|
2013-10-06 19:28:12 +02:00 |
|
|
bd0a370aee
|
Welcome to year 2013 ;-)
|
2013-02-08 23:57:50 +01:00 |
|
|
7f3bcbedb7
|
Improved lamexp_get_os_version() function.
|
2012-09-09 23:05:00 +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 |
|
|
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 |
|
|
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 |
|
|
47f0f1629c
|
Some tweaks to the initialization of the QFileSystem model.
|
2012-03-28 02:21:34 +02:00 |
|
|
9b687fff9a
|
Happy New Year 2012!
|
2012-01-02 00:52:27 +01:00 |
|
|
a6e629c3af
|
Show custom icons for some "known" folders.
|
2011-06-05 14:52:45 +02:00 |
|
|
3e0056d0fc
|
Implemented as custom QFileIconProvider class, which (hopefully) is a bit faster than the original one.
|
2011-06-04 19:15:32 +02:00 |
|
|
96db5e86c2
|
Happy new year!
|
2011-01-01 17:04:25 +01:00 |
|
|
4936d58092
|
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 |
|