| Commit message (Collapse) | Author | Age |
|
|
|
| |
still appears to be able to "drop" items outside the window (for other applications) and has strange behavior in those cases (although non-critical - it does not change the filesystem in any way).
|
| |
|
|\
| |
| | |
add "New file" on lumina-fm
|
| | |
|
|/
|
|
| |
NOTE: This option does not retroactively remove thumbnails that have already been loaded - it only prevents loading thumbnails in new directories.
|
| |
|
|
|
|
|
| |
1) Move all the File operations into a seperate thread (GUI no longer lags when performing long operations).
2) Streamline/simplify the time spent looking for snapshots of a directory (re-use the base snapshot directory found if it is still the same directory - no need to search for it again).
|
|
|
|
| |
the current item when re-loading the files in the directory (caused issues when remvoing files from within the slideshow viewer).
|
|
|
|
|
|
|
| |
1) When finding a file mimetype, try a case-insensitive filter if nothing came out of the case-sensitive search.
2) lumina-fm: when removing a slideshow file, try to automatically go to the next/previous picture instead of index=0;
3) Add a bunch more processEvents() calls to the lumina-fm file operations dialog. This should keep the UI's more responsive and update the visuals more often while running operations on large numbers of files.
4) lumina-fm: Fix another upper->lower case extension issue when checking if a file is supported by Qt's read/write operations.
|
| |
|
| |
|
|
|
|
|
| |
1) Add the ability to remove the current file loaded into the slideshow
2) Add the ability to rotate the current slideshow image by 90 degrees (clockwise or counterclockwise) and will re-save the file itself.
|
|
|
|
|
|
|
|
|
| |
Also do a large clean up of the file operations in lumina-fm:
1) When doing copies of directories, make sure to properly copy all child files/dirs (no matter how deep)
2) Clean the order of directory copies so that you can successfull make a copy of a directory into itself (copy ~/Test -> ~/Test/Test for example)
3) Check for attempting to *move* a directory into itself and show a warning to the user about an invalid operation.
4) Get the total number of files/dirs to be operated on before starting operations. This allows the UI to be more detailed about what it is doing at that particular time.
5) If a directory fails to copy for some reason, don't try to copy all the children of that directory either (they will all fail and just bloat the list of errors)
|
|
|
|
| |
It is functional at the moment, but still has a few rough edges with regards to the X11 background interface (due to the move from XLib to XCB in Qt5). This reulst in some of the window manager interactions not behaving properly (such as sticky status on panels).
|
|
|
|
|
| |
1) Convert a "." to the current working path
2) Provide feedback about invalid input paths graphically
|
|
|
|
|
| |
1) Adjust the extension auto-add function to account for hidden files without an extension
2) Make sure the image/multimedia/snapshot checker is re-run in the background when the directory contents change.
|
|
|
|
| |
a seperate thread. This speeds up the loading of a directory quite a bit.
|
|
|
|
|
|
| |
1) Completely update the theming for the application (now it has one)
2) Add a column of "action" buttons that enable/disable depending on what is selected.
3) Add the ability to mark files/dirs as user favorites (for quick access in the user button).
|
|
|
|
| |
something close to 64x64 images, and the "list" view will have 20x20 images.
|
|
|
|
| |
size (if smaller than the screen size).
|
|
|
|
| |
case the file has whitespace in the name)
|
|
|
|
| |
manager. These devices are generally for system-usage and not user browsing (such as the FUSE mountpoint for .gvfs)
|
|
|