Marcel Hollerbach
c810ebf057
entrance: now the pools are set correctly.
9 years ago
Marcel Hollerbach
aede9bef80
entrance: files are now searched with eina_file instead of ecore_file
9 years ago
Michaël Bouchaud (yoz)
6a0aa9f717
entrance: fix DSO issue on clock_gettime, the daemon must be linked with rt
9 years ago
Michael Bouchaud
55b34fa8e6
entrance: indent
9 years ago
Michael Bouchaud
dade6965dc
entrance: factorizing
9 years ago
Andy Williams
a44f7390e9
Fix launching with SUDO to set the required environment into the sudo env.
...
Not ideal, but if we have to use sudo then we have to replicate the required variables
9 years ago
Michael Bouchaud
6d93384f12
entrance: use Xsession script to launch the session
9 years ago
Michael Bouchaud
824620a77c
entrance: move entrance config to /entrance/entrance.conf
9 years ago
Michael Bouchaud
3cca28d7d1
entrance: use evas to determine if a image file could be loaded
9 years ago
Michael Bouchaud
9b06da4c25
entrance: add a new signal, to notify gui, we are checking password
9 years ago
Michael Bouchaud
a7f24683da
Revert "entrance: KP_Enter and Enter are emitting "entrance,auth,check" signal"
...
This reverts commit 570c312da5
.
9 years ago
Michael Bouchaud
68c8ce1aa4
entrance: oops forget to remove entrance_conf_log files here
9 years ago
Michael Bouchaud
815d47760a
entrance: reorganize struct, and remove display_area. Never used
9 years ago
Michael Bouchaud
5defc8b525
entrance: remove these toolbar ...
9 years ago
Michael Bouchaud
d96a9ee01b
entrance: flush only one time elementary config
9 years ago
Michael Bouchaud
58ff8fe083
entrance: remove this unwanted panel
9 years ago
Mike Blumenkrantz
2ae5d988ff
use detected sudo for launching entrance_client
...
more insanity! relying on PATH to contain anything useful and/or not be overwritten after being set?!? you've already detected the full /path/to/sudo in configure, now use it!
9 years ago
Mike Blumenkrantz
745ba1e293
launch entrance_client with pipe -> read | error
...
this is insane. you're really just firing off entrance clients into the void and HOPING that they get to the point of launching with no possible way to debug failures????
9 years ago
Mike Blumenkrantz
e1e8691ec6
correctly create login icons using theme edj's path
...
on a related topic, entrance_gui_theme_path_get() should probably just return a static buf[PATH_MAX] instead of stringsharing
I noticed a lot of these errors, so this issue is probably present throughout the tree
9 years ago
Mike Blumenkrantz
fe9f5b09c6
fix double free on shutdown
...
fun fact: freeing things on shutdown like this is just wasted lines of code
9 years ago
Marcel Hollerbach
570c312da5
entrance: KP_Enter and Enter are emitting "entrance,auth,check" signal
...
Now this signal is called in any way if the auth starts, so a theme can
catch this signal to react to the change.
9 years ago
Marcel Hollerbach
427e66d8a9
entrance: change back to elm_hoversel
9 years ago
Marcel Hollerbach
d9a3fdf8d1
entrance: added elementary profile support
9 years ago
Marcel Hollerbach
88c9b8c9b4
entrance: Implemented the remember session option!
9 years ago
Marcel Hollerbach
9923adc67d
entrance: take EINA_LIST_FOREACH in "{"
9 years ago
Marcel Hollerbach
5e080c91bc
entrance: just append the user!
9 years ago
Marcel Hollerbach
6cb61aa50a
Revert "entrance: append the user in the history if there was an update"
...
This reverts commit fd8c7b75b5
.
9 years ago
Marcel Hollerbach
fd8c7b75b5
entrance: append the user in the history if there was an update
9 years ago
Marcel Hollerbach
03816ba814
entrance: better check for icon part
9 years ago
Marcel Hollerbach
c3f817b849
entrance: Show "None" if there is no session.
9 years ago
Marcel Hollerbach
1a0e7a59da
entrance: Implemented session to use in entrance_conf_user.
9 years ago
Marcel Hollerbach
982d51c77e
entrance: entrance_fill use const *Eina_List!
9 years ago
Marcel Hollerbach
3836ea49a9
entrance: Use strrchr instead of ecore_file_file_get
9 years ago
Marcel Hollerbach
f1ef50f476
entrance: remove a wrong undef
9 years ago
Marcel Hollerbach
1539a34296
entrance: Changed the Settingspane
...
- Themeselector & Log is a new place in the segment control. It is less
confusing if there is just one place where you can click throuw the
settings!
- Moved background and general Settings back into one pane.
9 years ago
Marcel Hollerbach
a772692121
entrance: output fix !
9 years ago
Marcel Hollerbach
bcf6dbfcb1
entrance: Little fix, let the hoversels be filled !
9 years ago
Marcel Hollerbach
a5bf4a988e
entrance: select item 0 as standart
9 years ago
Marcel Hollerbach
7b0dd225bf
entrance: warn --;
9 years ago
Marcel Hollerbach
21f208f48f
entrance: Select the correct Background for the user
9 years ago
Marcel Hollerbach
ad00fd25df
entrance: Use the algo from gui_update also for the user background !
9 years ago
Marcel Hollerbach
cfb822dbcb
entrance: Delete the pools if there are new ones !
9 years ago
Marcel Hollerbach
573efe3600
entrance: Updated the user settings
...
- A User can now set a Background and a Icon file !
- Images are displayed from pools
9 years ago
Marcel Hollerbach
bd7d06b2c4
entrance: Updated the general Settings
...
- There is a toolbar on the left side
- Added placeholder for themeselector and graphical log
- Backgrounds are displayed from the pools !
9 years ago
Marcel Hollerbach
cf5c4cf46a
entrance: Updated the entrance_conf.c
...
- backgrounds are hold in pools, no need to generate them there
- New Textes for the Items are used
- Lets use the thumb style in the settings pane
- There is a macro to get Entrance_Image structs to
Entrance_Conf_Background struct (in lists)
9 years ago
Marcel Hollerbach
219c01fa63
entrance: free the pools correctly
9 years ago
Marcel Hollerbach
1f39860775
entrance: delete bg if it has failed,
9 years ago
Marcel Hollerbach
7c78c1c63c
entrance: Fix the last case of the algo.
9 years ago
Marcel Hollerbach
de7f5a43c0
entrance: woops there where two "!" to much ;)
9 years ago
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
9 years ago