Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Just a bunch of whitespace cleanup | Ken Moore | 2019-05-20 |
| | |||
* | Ensure that the browser path is always canonical. | Ken Moore | 2019-04-27 |
| | | | | Also ensure that glib is not used for Qt. | ||
* | A couple quick changes to lumina-fm: | Ken Moore | 2019-03-14 |
| | | | | | 1. Fix up the loading of new/renamed files in a directory on-demand. 2. Ensure that we only keep a small thumbnail in memory instead of the full image. | ||
* | Get the thumbnail loader all working again. | Ken Moore | 2019-01-25 |
| | |||
* | Fix the usage of standard icons within the browser. | Ken Moore | 2019-01-25 |
| | |||
* | Fix coredump when starting up lumina-fm | Maksym Stetsyuk | 2018-12-31 |
| | |||
* | create new folder in lumina-fm | lbartoletti | 2018-11-09 |
| | |||
* | Fix the refreshing of directories. | Ken Moore | 2018-06-09 |
| | | | | This also fixes loading snapshots of directories and other atomic dir updates. | ||
* | lumina-fm: fix #549 . Don't run currentDirectoryChanged on empty dir. | Ole-André Rodlie | 2018-05-07 |
| | |||
* | Fix a couple more icons in lumina-fm | Ken Moore | 2018-05-02 |
| | |||
* | Fix up the icons for lumina-fm | Ken Moore | 2018-05-02 |
| | |||
* | Change the icon used for the menu-list in lumina-fm | Ken Moore | 2018-04-30 |
| | |||
* | Cleanup where icons get installed: | Ken Moore | 2018-04-17 |
| | | | | Instead of putting them in the older "pixmaps" directory, place them into the icons/hicolor/scalable/apps dir so that the Qt icon from theme stuff can find it (older dir no longer supported by Qt and most modern theme engines) | ||
* | add icon for sort menu | q5sys | 2018-03-29 |
| | |||
* | hide menu after selection | q5sys | 2018-03-29 |
| | |||
* | add sort by menu | q5sys | 2018-03-29 |
| | |||
* | ltreewidget.h | q5sys | 2018-03-28 |
| | |||
* | Add a signal/slot path for detecting/setting the sort column for tree widgets. | Ken Moore | 2018-03-22 |
| | | | | | | | Current problems: 1. Still need to detect when the sort column has changed in the DDTreeWidget subclass to emit the first signal. 2. Need to listed for the signal from the BrowserWidget in the MainUI and save that column into the settings. 3. As needed, the MainUI needs to run "setTreeWidgetSortColumn(int,bool)" on a new BrowserWidget based on the last-saved sorting column. | ||
* | Fix up the spacing/margins for the UI. | Ken Moore | 2018-03-21 |
| | |||
* | Add a "Verify File Delete" view option to lumina-fm | Ken Moore | 2018-03-21 |
| | | | | | When checked (default) it will prompt about filesystem deletions. When unchecked, it will not prompt and just delete the items. | ||
* | Update the i18N translation files (sync with sources) | Ken Moore | 2018-03-06 |
| | | | | Also add in the new pandora shortcut for lumina-mediaplayer (*.desktop) | ||
* | Fix up a number of crashes related to item loading times and multiple columns | Ken Moore | 2018-02-09 |
| | |||
* | add skeleton for file transfer dialog | q5sys | 2017-12-13 |
| | |||
* | i18n: fix out of tree build | Andreas Müller | 2017-11-27 |
| | | | | | | | | | | Fixes e.g: | /bin/sh: line 0: cd: i18n: No such file or directory | Makefile:955: recipe for target 'install_dotrans' failed | make[3]: *** [install_dotrans] Error 1 Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
* | manpages: fix out of tree install | Andreas Müller | 2017-11-27 |
| | | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> | ||
* | add file menu shortcuts into lumina-fm | q5sys | 2017-11-24 |
| | |||
* | Fix right click crash when qsudo is not installed. | Kjell Tore Ullavik | 2017-11-23 |
| | |||
* | Redo all the new man pages categories. | Ken Moore | 2017-11-20 |
| | | | | Make sure they are all man1 instead of man8 | ||
* | Add in the new manpages from Aaron St.John (lumina-docs repo). | Ken Moore | 2017-11-20 |
| | | | | Also adjust the "community support" shortcut to point to gitter rather than IRC. | ||
* | Make the new "set as wallpaper" menu option enabled/disabled instead of ↵ | Ken Moore | 2017-11-20 |
| | | | | visible/invisible | ||
* | Add a context menu "action" for settings the selected image files as the ↵ | Ken Moore | 2017-11-20 |
| | | | | | | current desktop wallpaper. Caveats: This only is an option when the Lumina desktop is running, and the entire selection is valid image files. | ||
* | Resync translation files with latest sources. | Ken Moore | 2017-11-20 |
| | |||
* | re-implement zip/iso autoextraction in lumina-fm | q5sys | 2017-11-17 |
| | |||
* | Fix up the visibility of the archive options in lumina-fm. | Ken Moore | 2017-11-17 |
| | | | | Also fix the OpenWith launching of applications. | ||
* | Add a bunch of ZFS information routines to LFileInfo. | Ken Moore | 2017-11-15 |
| | | | | Also utilize this ZFS info in lumina-fileinfo (if appropriate) | ||
* | A bit more background threading magic. | Ken Moore | 2017-11-15 |
| | | | | Make lumina-fm show dir contents a *lot* faster now. | ||
* | Ensure that the Browser backend is also contained in a background thread. | Ken Moore | 2017-11-15 |
| | | | | This prevents it from delaying the UI from updating. | ||
* | Finish cleaning up the new LFileInfo class/file. | Ken Moore | 2017-11-15 |
| | |||
* | Expose the "directory" saving option within lumina-config for wallpapers now. | Ken Moore | 2017-11-15 |
| | |||
* | Split the LFileInfo class into it's own files. | Ken Moore | 2017-11-15 |
| | |||
* | Enable the auto-archive functionality in lumina-fm. | Ken Moore | 2017-11-14 |
| | |||
* | A few tweaks for teh LVideoLabel - trying to get it loading a bit more reliably. | Ken Moore | 2017-11-14 |
| | | | | Also disable the LVideoLabel from being used at the moment in lumina-fm - needs a bit more work before we turn this on for everybody. | ||
* | fix start menu width | q5sys | 2017-11-03 |
| | |||
* | A bit more work on DD widgets. | Ken Moore | 2017-11-02 |
| | |||
* | Fix up the drag and drop in lumina-fm. | Ken Moore | 2017-11-02 |
| | | | | Also fix the showing of thumbnails within the right-column widget. | ||
* | A bit more cleanup on the external device reporting/usage. | Ken Moore | 2017-11-02 |
| | |||
* | Add the template for a new model-based backend for lumina-fm. | Ken Moore | 2017-11-01 |
| | |||
* | finish up integration of launch lumina-fm as root | q5sys | 2017-10-31 |
| | |||
* | Fix the column width resizing for lumina-fm tree widget. | Ken Moore | 2017-10-27 |
| | |||
* | Removed debug outputs | ZackaryWelch | 2017-10-25 |
| |