nowrep
|
8581abf472
|
File scheme handler: Sorting files case insensitive.
|
2013-01-19 15:55:04 +01:00 |
|
nowrep
|
44693080cb
|
Qt5: Fixed Q_WS_X11 macro usage
|
2012-12-22 12:47:45 +01:00 |
|
nowrep
|
89e091f09c
|
Qt5: Main code has been edited to support both Qt4 and Qt5
It doesn't include plugins yet.
Even thought the app can be built with Qt5 now, it won't run.
I am still working on a fix.
|
2012-12-20 14:45:35 +01:00 |
|
nowrep
|
62ac0e2fde
|
More QLatin1String and QLatin1Char work
|
2012-09-05 19:58:07 +02:00 |
|
nowrep
|
528f398cbe
|
Using QLatin1String and QLatin1Char now everywhere
- it saves few unnecessary allocations
|
2012-09-04 12:42:45 +02:00 |
|
nowrep
|
7b21bf61f1
|
Q_OS_X11 macro is invalid in both Qt 4 & 5.
- so for now, use just Q_WS_X11
|
2012-09-04 10:54:39 +02:00 |
|
nowrep
|
c7cdaf824f
|
Qt5: Changing Q_WS_* macros to Q_OS_*
- Q_WS_* macros have been removed in Qt 5
|
2012-09-03 23:03:20 +02:00 |
|
nowrep
|
b2181f0bab
|
Coding style: Use empty QString() constructor instead of "" everywhere
|
2012-09-02 11:42:41 +02:00 |
|
S. Razi Alavizadeh
|
44f3b96b32
|
Fixed Compile error!
|
2012-08-24 20:04:09 +04:30 |
|
nowrep
|
7f2bc706de
|
FileSchemeHandler: Don't list "empty folder" if file url is invalid
- instead show just "Content not found" error
|
2012-08-24 14:53:12 +02:00 |
|
nowrep
|
0e046b73de
|
Don't show size of folders in directory listing.
- updated CHANGELOG
|
2012-08-23 18:40:56 +02:00 |
|
nowrep
|
6d997220c7
|
Added support for listing directories with file: scheme
closes #435
|
2012-08-23 16:17:56 +02:00 |
|
nowrep
|
8d2391da6f
|
Moved scheme handlers into own directory network/schemehandlers
|
2012-08-23 11:36:36 +02:00 |
|