aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fileinfo/MainUI.cpp
Commit message (Collapse)AuthorAge
* fix warning: 'created' is deprecated: Use either birthTime() or ↵lbartoletti2019-10-22
| | | | metadataChangeTime()
* Add a bunch of ZFS information routines to LFileInfo.Ken Moore2017-11-15
| | | | Also utilize this ZFS info in lumina-fileinfo (if appropriate)
* Finish up the large cleanup of lumina-fileinfo.Ken Moore2017-11-02
|
* Rework quite a bit of the lumina-fileinfo backend.Ken Moore2017-11-01
| | | | Still not quite finished yet, but it is already much more stable/reliable. Just need to add new features.
* Start working on fixing up lumina-fileinfoKen Moore2017-11-01
|
* Fixed issues with previews and LVideoWidget sizingZackaryWelch2017-10-25
|
* Finished video thumbnails and roll over playback for lumina-fm andZackaryWelch2017-10-21
| | | | lumina-fileinfo
* Updated how video thumbnails are loaded. Now cached to stop crash whenZackaryWelch2017-10-16
| | | | resizing.
* Added framework to play video when the mouse is put over them. BreaksZackaryWelch2017-10-11
| | | | picture and video preview for lumina-fileinfo currently
* Finished video thumnails for lumina-fm and lumina-fileinfoZackaryWelch2017-10-05
|
* Reworked the VideoSurface subclassZackaryWelch2017-10-03
|
* Added experimental video thumbnails in lumina-fm and fileinfoZackaryWelch2017-10-03
|
* Removed error when trying to delete pointerZackaryWelch2017-06-22
|
* Added missing icon and Null Reciever from comparing INFO in destructorZackaryWelch2017-06-22
|
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Fix a bug in LFileInfo, and update lumina-fileinfo to show the size of the ↵Ken Moore2016-10-11
| | | | image (if an image file is being viewed)
* Fix up some instability within lumina-fileinfo.Ken Moore2016-09-30
|
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* When saving a new .desktop file in lumina-textedit: make sure the dir exists ↵Ken Moore2016-09-08
| | | | first.
* Setup lumina-fileinfo that that it can be used to create brand-new ↵Ken Moore2016-06-30
| | | | application registrations within the user's local applications dir. Also have it install it's own .desktop registrations on the system at install time.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15