aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-20
| |\
| * | This is a complete adaptation of lumina-fileinfo.wi2015-04-17
| | | | | | | | | | | | | | | The most important element is that during the loadDEsktopFile we check the content of the file. In case the file does not contains the mandatory elements (cfr http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-1.1.html) we reject it and ask the user to manually (via an anoter tool) correct it, or to restart from scratch.
| * | Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-17
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-15
| |\ \ \
| * | | | Corrections proposed by Kenwi2015-04-14
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-14
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'upstream/master' into deskEditorwi2015-04-12
| |\ \ \ \ \
| * | | | | | refactring of lumina-fileinfo:wi2015-04-12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - detect if a field exist in different language and inform the user - add the inMemoryFile which contains the whole lines of the config. every modifications are stored in there and once the user click "apply" the whole content goes to disk - adapt the changes requested by the user in the inMemoryFile (no more when the user click on "Apply").
| * | | | | | have a config directory to store templateswi2015-03-29
| | | | | | |
| * | | | | | put the name lumina-fileinfowilliam2015-03-26
| | | | | | |
| * | | | | | Merge remote-tracking branch 'upstream/master' into deskEditorwilliam2015-03-26
| |\ \ \ \ \ \
| * | | | | | | Warn the user is they want to change a elemnt having translated values.william2015-03-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case he wants to still update it, the translated value will be removed.
| * | | | | | | remove old comment already tackledwilliam2015-03-16
| | | | | | | |
| * | | | | | | global.h is required for the LuminaOS.hwilliam2015-03-14
| | | | | | | |
| * | | | | | | fix issues with pushbuttons (Command, WorkingDir and Icon) concerning the ↵william2015-03-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | default values
| * | | | | | | Merge remote-tracking branch 'upstream/master' into deskEditorwilliam2015-03-14
| |\ \ \ \ \ \ \
| * | | | | | | | spelling errorwilliam2015-03-13
| | | | | | | | |
| * | | | | | | | better window sizewilliam2015-03-13
| | | | | | | | |
| * | | | | | | | fix some label nameswilliam2015-03-13
| | | | | | | | |
| * | | | | | | | fix: set buttons iconswilliam2015-03-13
| | | | | | | | |
| * | | | | | | | set dialog's name and iconwilliam2015-03-13
| | | | | | | | |
| * | | | | | | | lCommand: setText() does not flag Modified() automaticallywilliam2015-03-13
| | | | | | | | |
| * | | | | | | | fix: when the user click cancel we don't change any valueswilliam2015-03-13
| | | | | | | | |
| * | | | | | | | setText() does not flag Modified() automaticallywilliam2015-03-13
| | | | | | | | |
| * | | | | | | | default type is Application with capital Awilliam2015-03-13
| | | | | | | | |
| * | | | | | | | automatically display correct folder when clicking command buttonwilliam2015-03-13
| | | | | | | | |
| * | | | | | | | automatically display the correct folder when clicking on Icon buttonwilliam2015-03-13
| | | | | | | | |
| * | | | | | | | detect the type of desktop file and adapt the layout accordinglywilliam os4y2015-03-13
| | | | | | | | |
| * | | | | | | | simple editor for .desktop fileswilliam os4y2015-03-13
| | | | | | | | |
| * | | | | | | | fix issue #55: inform user whan return code is not nullwilliam os4y2015-03-13
| | | | | | | | |
| * | | | | | | | adapt the .gitignore in order to avoid all constructed files.william os4y2015-03-13
| | | | | | | | |
* | | | | | | | | Make sure to check the list of watched files and reset it if something was ↵Ken Moore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | removed temporarily (to ensure that the watcher functionality does not stop working while a session is in progress).
* | | | | | | | | Make sure to load the default value for the new datetimeorder session value ↵Ken Moore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (timeonly) if nothing was saved in the config file.
* | | | | | | | | Add the ability to use percentages of the screen for panel sizes (%W for ↵Ken Moore2015-04-20
| |_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | percent of screen width, %H for percent of screen height), as well as a percentage of the screen height for the font size (<number>%, gets converted to a pixel metric) Some standard percentages for examples: panel height (top/bottom): between 3%H to 4.5%H font height: between 1.5% to 2.5% Also update the default config file to reflect these changes.
* | | | | | | | Add a special flag to prevent the lumina-open crash handler from starting up ↵Ken Moore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | during the session cleanup procedures.
* | | | | | | | Update th elibLumina.pro:Ken Moore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1)Require the xcb-damage library 2) Verify the existance of "lsb_release" before trying to use it (Linux/Debian distinction utility).
* | | | | | | | Remove the last libX11 usage in the sytem tray protocols. Move the damage ID ↵Ken Moore2015-04-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creation to XCB, and place it within the embedding routine in LuminaX11 instead.
* | | | | | | | Merge pull request #91 from Nanolx/lumina-panel-dateKen Moore2015-04-20
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Lumina panel date/time formats
| * | | | | | | | UI for DateTimeOrderChristopher Roy Bratusek2015-04-19
| | | | | | | | |
| * | | | | | | | 4 time display modes for panel clock:Christopher Roy Bratusek2015-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | timeonly (default): display time, date as tooltip dateonly : display date, time as tooltip datetime : display date first then time timedate : display time first then date LSession option: DateTimeOrder (no UI yet)
* | | | | | | | | Merge pull request #90 from Nanolx/lumina-fm-infoKen Moore2015-04-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | lumina-fm show separated number of folders and files in status bar
| * | | | | | | | | use ++ in createStatusBarMgs over += 1Christopher Roy Bratusek2015-04-18
| | | | | | | | | |
| * | | | | | | | | lumina-fm show separated number of folders and files in status barChristopher Roy Bratusek2015-04-18
| |/ / / / / / / /
* | | | | | | | | Merge pull request #88 from Nanolx/masterKen Moore2015-04-20
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Debian: runtime dependencies
| * | | | | | | | | auto-detect Debian vs. non-Debian Linux distributionChristopher Roy Bratusek2015-04-19
| | | | | | | | | |
| * | | | | | | | | add lumina-xconfig dependencyChristopher Roy Bratusek2015-04-19
| | | | | | | | | |
| * | | | | | | | | bump version in debian/changelogChristopher Roy Bratusek2015-04-19
| | | | | | | | | |
| * | | | | | | | | a few runtime dependenciesChristopher Roy Bratusek2015-04-18
| | | | | | | | | |
| * | | | | | | | | new snapshotChristopher Roy Bratusek2015-04-18
| |/ / / / / / / /
* | | | | | | | | Clean up the new suspend support in Lumina, and add it to the system "log ↵Ken Moore2015-04-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | out" menu as an option (if supported on that system).
bgstack15