JezerM
|
8d2200df18
|
Background selector fixed
|
4 years ago |
Dustin Falgout
|
9fec52ba9a
|
Trying to get around broke file::// url access in qt 5.11
|
7 years ago |
Dustin Falgout
|
ed96578c14
|
Fix background images bug.
|
7 years ago |
Dustin Falgout
|
68ce114073
|
Increase maximum number of bg images shown in the bg switcher.
|
7 years ago |
Dustin Falgout
|
33ea53809a
|
Fix race condition when applying background image. Fix bug in session selection that made it necessary to manually select session at every login.
|
7 years ago |
Dustin Falgout
|
866bd7ca62
|
Return the fallback background from BackgroundManager.random_bg() when we don't have any backgrounds to choose from.
|
7 years ago |
AitBits
|
c796b9731f
|
Made it simpler
|
8 years ago |
AitBits
|
2da23ec9a6
|
Fix crash when ESC is pressed on authentication.
|
8 years ago |
Dustin Falgout
|
387fb6fb7f
|
Forgot something in previous commit.
|
8 years ago |
Dustin Falgout
|
7c60cb46e1
|
Dismiss login failed message when any key is pressed. Fixes #114
|
8 years ago |
Dustin Falgout
|
63ee17e099
|
Fix system actions confirmation modal (for real this time).
|
8 years ago |
Dustin Falgout
|
7faebc3b6b
|
Fix bug where user's selected session was not saved after exiting the greeter
|
8 years ago |
Dustin Falgout
|
06efda3703
|
Fix bug in system action confirmation modal where translated strings were not shown.
|
8 years ago |
Dustin Falgout
|
d45ce57935
|
Fix bug in session select dropdown. Fix bug where debug mode key was ignored in user config.
|
8 years ago |
Dustin Falgout
|
6ec7e49255
|
automatically focus the password field when it is shown. Fixes antergos/web-greeter#118
|
8 years ago |
Dustin Falgout
|
cb0defc64f
|
Fix name in copyright headers
|
8 years ago |
Dustin Falgout
|
8adec67d14
|
name change
|
8 years ago |
Dustin Falgout
|
cd4ce7b1c6
|
code cleanup
|
8 years ago |
Dustin Falgout
|
f0f2d9ea83
|
replace $.Deferred() usage in the default theme with ES6 Promise
|
8 years ago |
Dustin Falgout
|
83884e7f67
|
Code Improvements and directory structure changes.
|
8 years ago |
Dustin Falgout
|
d682a4636a
|
almost ready for testing
|
8 years ago |
Dustin Falgout
|
c44637f511
|
The default theme is now 100% ES6. A lot of code cleanup and improvements were done along the way. Greeter is now fully functional under QtWebEngine. Still have to organize the repo and decide whether or not to ship a compiled binary using Nuitka (has been working well in my testing thus far).
|
8 years ago |
Dustin Falgout
|
5925c78bf2
|
almost finished with initial implementation
|
8 years ago |
Dustin Falgout
|
eccf289659
|
update copyright year
|
8 years ago |
Dustin Falgout
|
cfd93c05a3
|
finish up with new theme error recovery system. update default theme for compat with latest jQuery.
|
8 years ago |
Dustin Falgout
|
1569a80607
|
update default theme to use theme_utils for its clock. This closes #83
|
8 years ago |
Dustin Falgout
|
7affd4dd01
|
more work on configurable time format
|
8 years ago |
Dustin Falgout
|
d3292153f3
|
remove debugging messages. code cleanup
|
8 years ago |
Dustin Falgout
|
6afd4d7668
|
several bug fixes and minor improvements to the default theme.
Fixes #73 Fixes #52
|
8 years ago |
Dustin Falgout
|
b04b1eb98b
|
fix segfault caused by modifying data uris as if they were regular uris
|
8 years ago |
Dustin Falgout
|
01234103af
|
fix typo
|
8 years ago |
Dustin Falgout
|
22c8acef59
|
make sure we save the page_id for the page when its created so we can use it later. fix user session sometimes having value of 'null' in default theme.
|
8 years ago |
Dustin Falgout
|
101dc00b9a
|
fix conditional for system actions in default theme
|
8 years ago |
Dustin Falgout
|
796e78a980
|
fix a few minor bugs in the default theme. dont worry about return value after injecting heartbeat script.
|
8 years ago |
Dustin Falgout
|
1c4e4537a0
|
moving theme heartbeat into the greeter.
|
8 years ago |
Dustin Falgout
|
a5a9d4f7e2
|
sync local with github
|
9 years ago |
Dustin Falgout
|
9a2f681e39
|
add bugsnag error reporting to the default theme
|
9 years ago |
Dustin Falgout
|
c6991b7388
|
fix race condition with theme heartbeat. finalize 2.1.4 release. updated translations.
|
9 years ago |
Dustin Falgout
|
3d05358685
|
fix build errors
|
9 years ago |
Dustin Falgout
|
418138d863
|
fixed #31 background switcher bug. fixed issues with new theme heartbeat feature.
|
9 years ago |
Dustin Falgout
|
975d24cfeb
|
added theme heartbeat that will hopefully allow us to detect when script execution is broken in the web process so we can fallback to the simple theme (so the user isn't stuck on a broken login screen)
|
9 years ago |
Dustin Falgout
|
a68e40881d
|
fix time format when no value is cached. fix session dropdown empty when no session is cached.
|
9 years ago |
Dustin Falgout
|
af8e0c8d5d
|
Use cookies for cache backend when localStorage is not available.
|
9 years ago |
Dustin Falgout
|
6f39331372
|
move vendor css, js, and fonts into new vendor dir for easy access from any theme that needs them.
|
9 years ago |
Dustin Falgout
|
aee47f1f02
|
Fix screen blanking for lockscreen. Allow right-click access when debug_mode is enabled. Add additional debug messages.
|
9 years ago |
Dustin Falgout
|
a0384a4576
|
Fix default theme initialization failure if config file values are missing. Fixes #32
|
9 years ago |
Dustin Falgout
|
a35d44d840
|
fix background thumbnails generation
|
9 years ago |
Dustin Falgout
|
fa2539dabb
|
fix a couple bugs
|
9 years ago |
Dustin Falgout
|
10a5f4fd1a
|
update translations. take care of a few odds and ends.
|
9 years ago |
Dustin Falgout
|
761c1dec75
|
handle recursion as needed when finding background images. Some style tweaks and improvements.
|
9 years ago |