Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Update MainUI.cpp | q5sys | 2016-03-29 |
| | | | changed edit icon to something more appropriate than the icon for cut | ||
* | Update MainUI.ui | q5sys | 2016-03-29 |
| | | | changed statustip from snapshot to screenshot so verbiage is the same as everywhere else in the program | ||
* | Update MainUI.ui | q5sys | 2016-03-28 |
| | | | fixed error introduced in last commit. Both Save and Quicksave had same shortcut rending Ctrl-S useless. Shortcut for Quicksave changed to Ctrl-Shift-S | ||
* | Update MainUI.ui | q5sys | 2016-03-28 |
| | | | added crtl-q shortcut to quit action | ||
* | Update MainUI.ui | q5sys | 2016-03-28 |
| | | | added ctrl-e shortcut to edit action | ||
* | Update MainUI.ui | q5sys | 2016-03-28 |
| | | | added statustip to edit action | ||
* | Update MainUI.ui | q5sys | 2016-03-28 |
| | | | added tooltip to edit function | ||
* | Update MainUI.ui | q5sys | 2016-03-28 |
| | | | Changed Crop to Edit since cropping was a narrow view of post processing | ||
* | Update MainUI.cpp | q5sys | 2016-03-25 |
| | | | replaced hardcode for GIMP as the editor to Lumina-open | ||
* | Update MainUI.cpp | q5sys | 2016-03-25 |
| | | | condensed quicksave file name function | ||
* | Update MainUI.cpp | q5sys | 2016-03-25 |
| | | | added editScreenshot | ||
* | Update MainUI.cpp | q5sys | 2016-03-25 |
| | | | added quicksave | ||
* | Update MainUI.h | q5sys | 2016-03-25 |
| | | | added editScreenshot | ||
* | Update MainUI.h | q5sys | 2016-03-25 |
| | | | added quicksave | ||
* | Update MainUI.ui | q5sys | 2016-03-25 |
| | | | added actionEdit | ||
* | Update MainUI.ui | q5sys | 2016-03-25 |
| | | | added actionquicksave | ||
* | Merge pull request #208 from rubin55/master | Ken Moore | 2016-03-24 |
|\ | | | | | Fix introduced typo in HDRIVE if statement, updated ebuild. | ||
| * | Renamed ebuild to match Gentoo guidelines for git checkouts, applied ↵ | Rubin Simons | 2016-03-24 |
| | | | | | | | | recommendations to ebuild. | ||
| * | Typo in linux operating system classes fixed. | Rubin Simons | 2016-03-24 |
| | | |||
* | | Merge pull request #207 from rubin55/master | Ken Moore | 2016-03-23 |
|\| | | | | | Gentoo support, NVMe disks as HDRIVE, Desktop specification fixes | ||
| * | But still, it's nice to have a Categories in there because #183 | Rubin Simons | 2016-03-23 |
| | | |||
| * | Added Gentoo support to Lumina, added ebuild file. | Rubin Simons | 2016-03-23 |
| | | |||
| * | Desktop file specification fixes: Added semi-colon to OnlyShowIn, removed ↵ | Rubin Simons | 2016-03-23 |
| | | | | | | | | Categories from Link type Desktop Entry. | ||
| * | Make NVMe style devices show up as 'HDRIVE' type, just like sd[a-z] devices. | Rubin Simons | 2016-03-23 |
|/ | |||
* | Fix up the format of the new wallpapers (use jpg instead on png: ~3MB per ↵ | Ken Moore | 2016-03-23 |
| | | | | image instead of ~11MB per image), and add the files to the project so they get installed. | ||
* | Fix a crash when an invalid desktop plugin is found. | Ken Moore | 2016-03-23 |
| | |||
* | Update the default PC-BSD/Lumina wallpapers for 0.9.0. | Ken Moore | 2016-03-23 |
| | |||
* | Add some new wallpaper files. Thanks to JT Pennington (q5sys) for creating ↵ | Ken Moore | 2016-03-23 |
| | | | | these! | ||
* | Add another backtrace: this one with QT library debugging symbols. | Ken Moore | 2016-03-18 |
| | |||
* | Add a backtrace file for the current crash (no dbus) | Ken Moore | 2016-03-17 |
| | |||
* | Save the current binary/core files for the crash in a new dir. | Ken Moore | 2016-03-17 |
| | |||
* | Update the test-dbus files with the newly generated .core, and the updated ↵ | Ken Moore | 2016-03-17 |
| | | | | project file (debug mode enabled) | ||
* | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-03-17 |
|\ | |||
| * | Merge branch 'master' of github.com:pcbsd/lumina | Ken Moore | 2016-03-16 |
| |\ | |||
| | * | Update README.md | Ken Moore | 2016-03-16 |
| | | | |||
| | * | Update README.md | Ken Moore | 2016-03-16 |
| | | | | | | | | | Add links to the relevant FreeDesktop specs | ||
| | * | Update README.md | Ken Moore | 2016-03-16 |
| | | | | | | | | | Update icon theme details/specifications | ||
| * | | Remove one of the compile-time defines from the LuminaOS.h file, and place ↵ | Ken Moore | 2016-03-16 |
| |/ | | | | | | | it into all the various LuminaOS-<OS>.cpp files instead. This allows the Lumina library to function properly when compiling an external application against an installed version of the lib. | ||
| * | Finish cleaning up the index.theme file for the new lumina icon theme. | Ken Moore | 2016-03-16 |
| | | |||
* | | Add a new dev-tool: test-dbus. This is a simple app to just run and load a ↵ | Ken Moore | 2016-03-17 |
|/ | | | | designer UI form. | ||
* | Add a generic AUTHORS file for keeping track of contributors | Ken Moore | 2016-03-15 |
| | |||
* | Add in the framework for a new icon theme for Lumina. (Not tied into any ↵ | Ken Moore | 2016-03-15 |
| | | | | builds yet). | ||
* | Get some more of the terminal cleaned up. Now the initial work directory can ↵ | Ken Moore | 2016-03-14 |
| | | | | be specified ahead of time. | ||
* | Add the ANSI graphics support (most common ones) so that the text is ↵ | Ken Moore | 2016-03-14 |
| | | | | bold/italics/colored/other as necessary. | ||
* | Finish getting the special keys handled in lumina-terminal. Now the terminal ↵ | Ken Moore | 2016-03-14 |
| | | | | is completely functional - I just have other special ANSI codes (colors for particular text) to implement still (but this is just for appearance-sake). | ||
* | Get the left/right arrow keys working properly. | Ken Moore | 2016-03-14 |
| | |||
* | Get the backspace/delete keys working. | Ken Moore | 2016-03-14 |
| | |||
* | Add some more work on moving ANSI cursor control codes over to the widget. | Ken Moore | 2016-03-12 |
| | |||
* | Merge pull request #204 from rezso/master | Ken Moore | 2016-03-11 |
|\ | | | | | use relative icon paths in desktop files | ||
| * | use relative icon paths in desktop files | rezso | 2016-03-11 |
|/ |