Commit Graph

50 Commits

Author SHA1 Message Date
Marcel Hollerbach 3c0ef69164 Revert "entrance: the gui can now be set to a new theme."
This reverts commit cf959fc86e.
2014-05-22 10:36:32 +02:00
Marcel Hollerbach 15633b5993 entrance: code refactoring, the userlist can be refreshed easier 2014-05-21 22:55:15 +02:00
Marcel Hollerbach cf959fc86e entrance: the gui can now be set to a new theme. 2014-05-21 22:53:55 +02:00
Marcel Hollerbach 08c429ec82 entrance: sent the current theme name 2014-05-21 22:48:10 +02:00
Marcel Hollerbach 64c052b844 entrance: handle the sent theme list 2014-05-21 22:42:34 +02:00
Marcel Hollerbach 991fc8705d entrance: fix multiple creation of random icons 2014-05-17 17:04:37 +02:00
Marcel Hollerbach a02f0dcff7 entrance: those things are not needed anymore! 2014-05-14 17:26:52 +02:00
Marcel Hollerbach a838399e24 Revert "entrance: sent the pools via the new method and use the new functions"
This reverts commit 778a8a2d0c.
2014-05-14 17:15:55 +02:00
Marcel Hollerbach b01528c8a6 Revert "entrance: added new functions to access the user pools"
This reverts commit 9a5514c6e4.
2014-05-14 17:15:45 +02:00
Marcel Hollerbach 778a8a2d0c entrance: sent the pools via the new method and use the new functions 2014-05-14 16:27:17 +02:00
Marcel Hollerbach 9a5514c6e4 entrance: added new functions to access the user pools 2014-05-14 16:25:38 +02:00
Marcel Hollerbach bd274e44f7 entrance: new setter for the gui pools 2014-05-14 15:57:00 +02:00
Michaël Bouchaud (yoz) 9a0b0d75ad Revert "entrance: pools are now sent seperated from the config"
This reverts commit a69be80762.
2014-05-14 10:11:59 +02:00
Marcel Hollerbach a69be80762 entrance: pools are now sent seperated from the config 2014-05-14 09:51:20 +02:00
Michaël Bouchaud (yoz) de2f271f03 entrance: temporary fix this mess 2014-05-13 18:00:26 +02:00
Michaël Bouchaud (yoz) f3bfb371ce entrance: simplify pool code 2014-05-13 17:35:35 +02:00
Marcel Hollerbach c810ebf057 entrance: now the pools are set correctly. 2014-05-13 15:49:12 +02:00
Marcel Hollerbach a772692121 entrance: output fix ! 2014-04-03 09:54:35 +02:00
Marcel Hollerbach 7b0dd225bf entrance: warn --; 2014-04-02 16:24:08 +02:00
Marcel Hollerbach ad00fd25df entrance: Use the algo from gui_update also for the user background ! 2014-04-02 16:00:04 +02:00
Marcel Hollerbach cfb822dbcb entrance: Delete the pools if there are new ones ! 2014-04-02 12:27:41 +02:00
Marcel Hollerbach 1f39860775 entrance: delete bg if it has failed, 2014-03-20 18:04:36 +01:00
Marcel Hollerbach 7c78c1c63c entrance: Fix the last case of the algo. 2014-03-20 17:52:30 +01:00
Marcel Hollerbach de7f5a43c0 entrance: woops there where two "!" to much ;) 2014-03-20 17:46:19 +01:00
Marcel Hollerbach 87a75c9f89 entrance: let the algorithem go on fallback if case 3 fails, dont print
the info if nothing is set. Fallback there on default
2014-03-20 17:27:39 +01:00
Marcel Hollerbach 0ef9b100c7 entrance: warn -- && deleted my wrong whitespaces 2014-03-18 10:22:57 +01:00
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
2014-03-18 10:17:00 +01:00
Marcel Hollerbach 56cd1d8841 entrance: Fix a possible NULL reference ! 2014-03-13 11:31:55 +01:00
Michael Bouchaud 73c1a0007a entrance: fix detecting start of a wm 2014-03-07 00:49:32 +00:00
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 !
2014-03-06 17:38:05 +01:00
Marcel Hollerbach 897707e445 entrance: warn --, forgot srand ..., freed the wrong list ! 2014-03-06 17:28:04 +01:00
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!
2014-03-06 14:09:37 +01:00
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 !
2014-02-12 18:54:34 +01:00
Andy Williams cf3498a3c8 Fix the SUPPORTING_WM check - don't rely on getting the callback 2014-02-10 00:49:39 +00:00
Marcel Hollerbach 1160e12c0c Bug Fix, actions are not having any icons ! 2014-02-09 17:35:57 +01:00
Marcel Hollerbach e7ed89d630 Fixed Bug T761, Actions are working now 2014-02-09 08:55:24 +01:00
Michael Bouchaud 53d146dbe1 entrance: move kill x to xserver_end() 2014-02-07 02:03:08 +00:00
Michael Bouchaud f17a3c2d90 entrance: warn-- 2014-02-06 22:23:28 +00:00
Michael Bouchaud b189b81401 entrance: save info about user 2014-01-10 00:13:01 +01:00
Michael Bouchaud 9f1e051926 entrance: warn-- 2014-01-09 00:09:31 +01:00
Michael Bouchaud 5fbad35901 entrance: void++ 2014-01-09 00:04:44 +01:00
Michael Bouchaud 6a77df16f2 entrance: manage user wallpaper transition 2014-01-08 22:27:54 +01:00
Michael Bouchaud 00754fb57c entrance: clean++ 2013-12-17 23:24:43 +01:00
Michael Bouchaud f65d38be0f entrance: load history of user in every case 2013-12-17 23:08:19 +01:00
Michael Bouchaud 539a5d93a2 entrance: many improvment
* improve pam login
* fix some profile mistake when login an user
* use EINA_UNUSED
* code refactoring
* remove session login command
2013-10-29 19:26:56 +01:00
Michael Bouchaud 13ea3f533a entrance: add login error on wrong password 2013-09-04 02:10:38 +02:00
Michael Bouchaud b262e33eee entrance: merge of my work, I still need to push some code. But I think it's a first step to unbork entrance...
What's in this patch ?
theme rewriting, only a really basic theme is available for time.
you can now set up the wallpaper in the login screen or in the conf
authentication is more secure.
xephyr support
Add some tux
Many bug fix
2013-09-03 20:08:37 +02:00
Michael BOUCHAUD 8692835556 entrance: more work on log
SVN revision: 76477
2012-09-11 19:52:26 +00:00
Michael BOUCHAUD 9a47d016c6 entrance: fit to recent changes of internal api of elementary. And some code refactoring
SVN revision: 76082
2012-09-03 22:56:53 +00:00
Michael BOUCHAUD e8fa223631 entrance: Re welcome to entrance. The code comes from my previous project elsa. I hope not annoy anyone if I use this name.
SVN revision: 75061
2012-08-09 20:15:30 +00:00