Commit Graph

11 Commits

Author SHA1 Message Date
Marcel Hollerbach c28e179ddb Revert "entrance: added new functions for the user pool creation"
This reverts commit 27c85e141c.
2014-05-14 17:15:33 +02:00
Marcel Hollerbach 27c85e141c entrance: added new functions for the user pool creation 2014-05-14 16:22:51 +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 58200357c9 entrance: hide files starting with '.' 2014-05-14 10:04:35 +02:00
Marcel Hollerbach a69be80762 entrance: pools are now sent seperated from the config 2014-05-14 09:51:20 +02:00
Marcel Hollerbach aede9bef80 entrance: files are now searched with eina_file instead of ecore_file 2014-05-13 15:42:57 +02:00
Michael Bouchaud 3cca28d7d1 entrance: use evas to determine if a image file could be loaded 2014-05-05 19:02:08 +00:00
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 2014-03-07 00:10:50 +00:00
Michael Bouchaud 0f13895de6 entrance: this namespace is too long, use a shorter one 2014-03-07 00:10:16 +00:00
Michael Bouchaud 83a6df7446 entrance: don't include header in headers 2014-03-06 23:41:45 +00: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