aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add the little emblem/overlay on desktop icons which are actually symbolic ↵Ken Moore2015-10-23
| | | | links.
* Enable the vertical scrollbar for the favorites list in the start menu as ↵Ken Moore2015-10-22
| | | | needed.
* Ensure that a plugins location is always saved into the backend - prevents ↵Ken Moore2015-10-22
| | | | sometimes a plugin moving around the next time you log in.
* Add some large-scale images of the wispy in the various colors. Thanks to ↵Ken Moore2015-10-22
| | | | Jennifer Rosenburg for putting these together!
* In the startmenu, make sure to scale up any item sizes as necessary to ↵Ken Moore2015-10-21
| | | | ensure a uniform appearance.
* A couple quick fixes for desktop icons:Ken Moore2015-10-21
| | | | | 1) In the Applauncher plugin, have it send the removal signal if the file it is supposed to load does not exist. 2) Fix the loading of plugins - always go forwards when searching for a new spot - not backwards (will switch to backwards automatically as necessary).
* Tag version 0.8.7-Release in sourcesKen Moore2015-10-21
|
* Fix up a bug with the relative snapshot path calculation when switching ↵Ken Moore2015-10-21
| | | | between snapshots.
* Clean up the detection of ZFS snapshot availability a bit: This should fix ↵Ken Moore2015-10-21
| | | | issues with non-ZFS filesystems and directories which are symlinks to elsewhere.
* Update the ItemWidgets in the start menu plugin to resize the icons/text as ↵Ken Moore2015-10-21
| | | | necessary to account for differences in font size.
* Pause directory refresh operations while the file operation dialog is still ↵Ken Moore2015-10-21
| | | | active in a lumina-fm instance.
* When loading a wallpaper file - allow any of the currently-supported image ↵Ken Moore2015-10-21
| | | | formats that are recognized by Qt.
* Fix up the reverse location lookup procedures for desktop plugins - now when ↵Ken Moore2015-10-20
| | | | the grid size is increased the items should try to stay in the same general spot if possible.
* Oops, reversed the height/width for the default size of the system monitor ↵Ken Moore2015-10-20
| | | | plugin.
* Ok, Now the desktop plugin canvas has truly been converted to a grid-space ↵Ken Moore2015-10-20
| | | | coordinate system. Also setup the desktop plugins to assign a default size for themselves in grid-space rather than pixels (better accounts for screen scaling and such on high-resolution monitors).
* Ok, *Now* the desktop plugin resizing routine works properly. Also try to ↵Ken Moore2015-10-20
| | | | fix an issue with the calendar plugin not scaling down appropriately on the bottom/right edges.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-10-20
|\
| * Merge pull request #160 from yamajun/masterKen Moore2015-10-20
| |\ | | | | | | Fix typo in lumina-fm/widgets/DirWidget.ui
| | * Fix typo.YAMASHIRO, Jun2015-10-20
| |/
* / Fix up the desktop plugin resize calculations. Now the "dead area" of no ↵Ken Moore2015-10-20
|/ | | | change is 1/4 GRID SIZE, and it properly calculates the change from center in each direction.
* Adjust the text adjustment routine for the applauncher a tiny bit as well so ↵Ken Moore2015-10-19
| | | | the second line does not appear slightly squished.
* Convert the desktop-plugin "applauncher" (desktop icons) to use a ↵Ken Moore2015-10-19
| | | | double-click for launching items instead of a single click.
* Update how the PC-BSD overlay files for Lumina are installed. Now there is a ↵Ken Moore2015-10-19
| | | | special "PCBSD" qmake argument to tell Lumina to install the PC-BSD specific config/wallpaper files instead of the generic files.
* Fix a luminaDesktop.conf loading bug with regards to panel sizing.Ken Moore2015-10-19
|
* Add a scaling rule for the desktop plugin grid size:Ken Moore2015-10-19
| | | | If the screen height is more than 2000 pixels high (4K screen), then set the initial icon size to 200 pixels. Otherwise use the normal 100 pixel default.
* Fix up the automatic re-sizing of desktop plugins along the bottom/right ↵Ken Moore2015-10-16
| | | | screen edges when the viewport size changes. If a plugin is *completely* off the screen (a full grid point or more), remove the plugin temporarily and then re-run the plugin creation/placement routine to perform the full "find-a-spot" functionality.
* Convert the grid used for the desktop plugin system a little bit:Ken Moore2015-10-16
| | | | | | | | | 1) The "IconSize" used is the total size for a desktop item (width & height), rather than the actual size of the icon. 2) Change the saved value in the settings file to "GridSize" instead of IconSize. 3) Make the entire grid relate to this item size - ensuring grid alignment for both desktop items and desktop plugins. 4) Make sure to treat any manual "applauncher" plugins as desktop items for sizing/update purposes. 5) Save the plugin geometries in pixel coordinates instead of grid coordinates to accomodate for flexible grid sizes now. 6) Add another update rule for 0.8.6->0.8.7 (including 0.8.7-devel->0.8.7-release) which removed all the old saved desktop plugin geometries (since they are in the wrong coordinate system). This is a minor change because the update to 0.8.7 was already going to change all the plugins anyway.
* Change some text on the "system monitor" desktop plugin: "Disk Usage" -> ↵Ken Moore2015-10-16
| | | | "Disk I/O"
* Add a simple document to the lumina repo which explains most (if not all) of ↵Ken Moore2015-10-16
| | | | the keyboard shortcuts for Lumina and it's various utilities.
* Oops - apparently I forgot to re-enable the bookmark functionality in the ↵Ken Moore2015-10-16
| | | | new lumina-fm overhaul. Add an option to the "Bookmarks" menu to create a new bookmark (for the current dir) which runs that functionality just like before.
* Turn on mouse-selection for a number of labels in the lumina-info and ↵Ken Moore2015-10-15
| | | | lumina-fileinfo utilities. This allows the user to copy that information to the clipboard for use elsewhere.
* In the task manager plugin: for a button with a single window associated put ↵Ken Moore2015-10-15
| | | | the full text of the window title as the tooltip.
* Filter out any empty snapshots from the ZFS snapshot detection backend.Ken Moore2015-10-15
|
* Add another upgrade rule for 0.8.6->0.8.7:Ken Moore2015-10-15
| | | | If the "desktopview" plugin is used on the desktop, remove it and trigger the auto-generation of desktop icons instead.
* Adjust the theme file a little bit for some more visual cues about which ↵Ken Moore2015-10-15
| | | | list/tree widget currently has focus.
* Clean up the copy/cut/paste/delete keyboard shortcuts. Now the shortcuts are ↵Ken Moore2015-10-15
| | | | registered in the main window, and it passes the signal to the currently-active browser for evaluation/action. This allows the shortcuts to work no matter what window/widget is currently active.
* Add an option to lumina-fm to spawn a new instance/window (Ctrl-N keyboard ↵Ken Moore2015-10-15
| | | | shortcut, or in the file menu).
* Add a "-new-instance" CLI flag for any app using the LuminaSingleInstance ↵Ken Moore2015-10-15
| | | | class. This flag will let a new instance of the app be spawned - bypassing any exising instance as necessary.
* Increase the minimum size for a DirWidget quite a bit, and setup all the ↵Ken Moore2015-10-15
| | | | DirWidgets within a horizontal scroll area (for column view with lots of columns).
* Update the lumina-fm thumbnail loader to run in a *truly* separate thread ↵Ken Moore2015-10-15
| | | | from the main process using QtConcurrent. This keeps the ui completely interactive while still loading all the images.
* oops - now the "New Tab" item should read "New Browser" (only changed ↵Ken Moore2015-10-15
| | | | tooltip before)
* Change the "New Tab" text to "New Dir Browser" (to better accomodate ↵Ken Moore2015-10-15
| | | | tabs&columns), and also fix up the auto-loading of a new browser in column mode when the active tab is *not* the browser tab.
* Fix the status text loading in lumina-fm so that there is never any ↵Ken Moore2015-10-15
| | | | duplication of information.
* Change the icon for the "showdesktop" plugin to be an image of the desktop ↵Ken Moore2015-10-15
| | | | (user-desktop) instead of a house.
* Change the tab name in lumina-fileinfo to "File Information" to ensure ↵Ken Moore2015-10-15
| | | | consistency with window title. Also make that tabbar auto-hide if there is only one tab (not an XDG shortcut)
* Add the "Escape" keyboard shortcut to close lumina-search.Ken Moore2015-10-15
|
* Fix a crash in the thumbnail loading routine where an invalid item can ↵Ken Moore2015-10-14
| | | | accidentally get passed through to the loading mechanisms (usually after a drop event or other file operations).
* Clean up some more of lumina-fm:Ken Moore2015-10-14
| | | | | | | 1) Put the status label on a line below all the buttons (they get crushed together with multiple columns) 2) Fix the time-based event processing when loading a directory (1/2 second updates now) 3) Update the drag/drop indicator items based on the directory underneath. 4) Fix the F5 keyboard shortcut to refresh a directory.
* When dropping files into lumina-fm: Only treat it as a move when the ↵Ken Moore2015-10-14
| | | | initial/target directories are both within the user's home dir - otherwise treat it as a copy operation.
* Ensure that the item widgets in the start menu plugin use all the text ↵Ken Moore2015-10-14
| | | | possible for the size of the menu (including active change on resize).
bgstack15