Michael Bouchaud
847ac65b7e
entrance: final step to split configuration panel code, add call to init and shutdown generic interface. Add files to autotools
10 years ago
Michael Bouchaud
88b85be09b
entrance: split configuration panel code, add user panel
10 years ago
Michael Bouchaud
7f98b4f371
entrance: split configuration panel code, add main panel
10 years ago
Michael Bouchaud
7607e486ad
entrance: first step to split configuration panel code, create a generic interface to build config panel
10 years ago
Marcel Hollerbach
0ef9b100c7
entrance: warn -- && deleted my wrong whitespaces
10 years ago
Marcel Hollerbach
70493a4fc8
entrance: enrtance is able to load standart images like png and jpg
...
- the set of the conf can now also be a deletion of a attribute like the
group
10 years ago
Marcel Hollerbach
56cd1d8841
entrance: Fix a possible NULL reference !
10 years ago
Marcel Hollerbach
b5d2f926a7
entrance: Better user check
...
- Lets check after 0.5 sec. if the changed user is a new valid user.
10 years ago
Michaël Bouchaud (yoz)
3010d4fc67
entrance: fix a typo
10 years ago
Michaël Bouchaud (yoz)
b3c3d5c414
entrance: missing \n
10 years ago
Michaël Bouchaud (yoz)
b7bbc97301
entrance: wait for all child
10 years ago
Michael Bouchaud
73c1a0007a
entrance: fix detecting start of a wm
10 years ago
Michael Bouchaud
33097cdf4e
entrance: don't use snprintf when not needed. OMG a string in c isn't a char *[]. You are just lucky that works or you don't test it
10 years ago
Michael Bouchaud
0f13895de6
entrance: this namespace is too long, use a shorter one
10 years ago
Michael Bouchaud
83a6df7446
entrance: don't include header in headers
10 years ago
Marcel Hollerbach
8806464b57
entrance: Themes can set the item style now per default!
...
- Themes can set the style for entrance.users & entrance.actions via
item_style_users and item_style_actions as data items !
10 years ago
Marcel Hollerbach
897707e445
entrance: warn --, forgot srand ..., freed the wrong list !
10 years ago
Marcel Hollerbach
9f5b40661a
entrance: Added Image loading for more paths.
...
- Images are loaded from 3 pools, System(PREFIX/entrance/images),
User(~/.config/entrance/images/) nad themes.
In each directory is a layout from ..images/icons and
...images/backgrounds.
- Each user can set his own Icon and his own Background out of the
pools.
- Renamed Entrance_Background to Entrance_Image because this struct is
also used for the icons, so this would be a little bit confusing!
- Directorys are parsed in the daemon, the theme in the client!
10 years ago
Michael Bouchaud
c2f54553b6
entrance: improve login appearance in conf panel
10 years ago
Michael Bouchaud
6183f3d7ab
entrance: fix theme in right way
10 years ago
Michael Bouchaud
2f7cc2897e
Revert "Updated the theme."
...
This reverts commit aa05a94193
.
10 years ago
Marcel Hollerbach
aa05a94193
Updated the theme.
10 years ago
Marcel Hollerbach
fc87619f14
Revert "Updated the Settings"
...
This reverts commit 4733a336f5
.
10 years ago
Marcel Hollerbach
c3224899a9
Revert "Updated the Theme"
...
This reverts commit 147ec130e1
.
10 years ago
Marcel Hollerbach
147ec130e1
Updated the Theme
10 years ago
Marcel Hollerbach
4733a336f5
Updated the Settings
...
- The login is realized without entrance_login, so there is no Session
select. And there is no need for config stuff in the theme.
10 years ago
Michael Bouchaud
8866cd0f99
entrance: use external instead of hard coded widget, so we can do more theming
10 years ago
Marcel Hollerbach
01f35eed49
Updated the theme.
10 years ago
Marcel Hollerbach
36b9bd8376
GUI update & Bug Fix
...
- Added a login button for the people that dont want to hit enter to
login.
- Added The returning of the Session for the case that someone wants to
have the part "elm.text.sub".
- The Itemstyle is now read from the theme.
- Bug fix, If a Session is used, the icon is set the correct way. If not the
widget and the space will be freed !
10 years ago
Andy Williams
cf3498a3c8
Fix the SUPPORTING_WM check - don't rely on getting the callback
10 years ago
Marcel Hollerbach
1160e12c0c
Bug Fix, actions are not having any icons !
10 years ago
Marcel Hollerbach
e7ed89d630
Fixed Bug T761, Actions are working now
10 years ago
Michael Bouchaud
d4a95f3a90
entrance: add arch pam file
10 years ago
Michael Bouchaud
b7042e4dfa
entrance: sed entrance.service to have sbindir and others var with extended path
10 years ago
Michaël Bouchaud (yoz)
a2615e2fc8
entrance: reorder check for systemd, fix a typo and don't use PKG_CHECK_MODULES for systemd
10 years ago
Michaël Bouchaud (yoz)
ab1da1e98e
entrance: and really fix this warnings
10 years ago
Michaël Bouchaud (yoz)
f10de61725
Revert "Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)"
...
Build is slower than before, on link we have DSO errors and I think it's worse than before. We have one more library to link.
This reverts commit 61d0d63bd0
.
10 years ago
Marcel Hollerbach
61d0d63bd0
Changed the compile settings, the subdirectory event will be compiled as static library and included in the two ther directorys. Just a beauty thing :)
...
Reviewers: michael.bouchaud
CC: raster
Differential Revision: https://phab.enlightenment.org/D451
10 years ago
Michael Bouchaud
53d146dbe1
entrance: move kill x to xserver_end()
10 years ago
Michael Bouchaud
8706feaa23
entrance: fix systemd check
10 years ago
Michael Bouchaud
f17a3c2d90
entrance: warn--
10 years ago
Michael Bouchaud
a20597a2db
entrance: check only systemd support
10 years ago
Marcel Hollerbach
147d276795
Fixed configure.ac misstake!
10 years ago
Marcel Hollerbach
a7a31ef219
Ups I forgot a few things !
10 years ago
Marcel Hollerbach
7fadcad8f2
Systemd unit file
...
Added a systemd unit file, installing the file via make install can be
prevented with the --disable-systemd flag.
10 years ago
Marcel Hollerbach
d7d7f89d23
Revert my last commit & make entrance quit in any way
10 years ago
Marcel Hollerbach
1be65edee7
- Added feature a option called fastexit, if this is set entrance will
...
quit in any way, if not entrance just quits if the DE exits with an
error.
- Fixed the issue that entrance is not restarting after closing the
logged in session, this is done by NOT exitings if a user is logged in
allready, the pam session is closed, Xserver is quit, so entrance can restart.
10 years ago
Marcel Hollerbach
c64f88186b
Test commit
10 years ago
Michael Bouchaud
4d1ebdec15
entrance: debug--
10 years ago
Michael Bouchaud
a005f75fc0
entrance: entrance_init now init display name but not the cookie
10 years ago