Commit Graph

115 Commits

Author SHA1 Message Date
Michael Bouchaud 2023bae199 reformat client message, still not perfect. But work in progress 2014-10-02 23:06:51 +00:00
Michael Bouchaud 9f5b5e40b3 switch to eina_log 2014-10-02 22:57:38 +00:00
Michael Bouchaud 44e1a9c892 Revert "entrance: delete the preview here."
This reverts commit f626cb0a23.
2014-07-20 21:14:10 +00:00
Michael Bouchaud f86244db33 Revert "entrance: delete the Evas_Object later."
This reverts commit 989e78eb40.
2014-07-20 21:12:48 +00:00
Marcel Hollerbach f626cb0a23 entrance: delete the preview here. 2014-05-29 19:43:50 +02:00
Marcel Hollerbach 989e78eb40 entrance: delete the Evas_Object later.
delete Evas_Object after calling end() so the configs still can access
data which is appended.
2014-05-29 19:37:42 +02:00
Marcel Hollerbach 3acd4a1ea3 entrance: better check if pre is valid 2014-05-29 19:36:22 +02:00
Marcel Hollerbach ef7bc14bcb entrance: set the theme name without entrance_conf_set 2014-05-25 11:31:23 +02:00
Marcel Hollerbach 84173fc511 entrance: Implemented the theme switcher. 2014-05-22 14:04:59 +02:00
Marcel Hollerbach 4a2c8a9d3b entrance: little fix, dont delete the setted config! 2014-05-22 14:02:13 +02:00
Marcel Hollerbach 3e84b88c42 entrance: the theme can be changed now. 2014-05-22 14:01:39 +02:00
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 f54f2183c5 entrance: let the config select the correct icon 2014-05-17 17:05:17 +02:00
Marcel Hollerbach 991fc8705d entrance: fix multiple creation of random icons 2014-05-17 17:04:37 +02:00
Marcel Hollerbach e0cd25d308 entrance: set the pools to NULL to prevent a crash. 2014-05-17 16:24:58 +02:00
Marcel Hollerbach 6ec24af2a6 entrance: Adding them once is enough 2014-05-17 16:20:35 +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 a5b41b314b entrance: code cleanup 2014-05-14 16:17:47 +02:00
Marcel Hollerbach b843665951 entrance: lets sent the pools via the new field. 2014-05-14 16:03:36 +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
Michaël Bouchaud (yoz) c51af48c35 entrance: rewrite autofoo to use non recursive Makefile, big thx to vtorri ! 2014-05-13 16:04:55 +02:00
Marcel Hollerbach c810ebf057 entrance: now the pools are set correctly. 2014-05-13 15:49:12 +02:00
Michael Bouchaud 55b34fa8e6 entrance: indent 2014-05-05 22:51:07 +00:00
Michael Bouchaud dade6965dc entrance: factorizing 2014-05-05 22:48:54 +00:00
Michael Bouchaud 9b06da4c25 entrance: add a new signal, to notify gui, we are checking password 2014-05-05 18:51:14 +00:00
Michael Bouchaud a7f24683da Revert "entrance: KP_Enter and Enter are emitting "entrance,auth,check" signal"
This reverts commit 570c312da5.
2014-05-05 18:45:51 +00:00
Michael Bouchaud 68c8ce1aa4 entrance: oops forget to remove entrance_conf_log files here 2014-05-05 18:29:24 +00:00
Michael Bouchaud 815d47760a entrance: reorganize struct, and remove display_area. Never used 2014-05-05 18:27:39 +00:00
Michael Bouchaud 5defc8b525 entrance: remove these toolbar ... 2014-05-05 18:26:58 +00:00
Michael Bouchaud d96a9ee01b entrance: flush only one time elementary config 2014-05-05 18:14:21 +00:00
Michael Bouchaud 58ff8fe083 entrance: remove this unwanted panel 2014-05-05 18:11:24 +00:00
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
2014-05-05 01:18:48 -04:00
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.
2014-04-30 21:34:49 +02:00
Marcel Hollerbach 427e66d8a9 entrance: change back to elm_hoversel 2014-04-30 14:41:06 +02:00
Marcel Hollerbach d9a3fdf8d1 entrance: added elementary profile support 2014-04-13 20:38:58 +02:00
Marcel Hollerbach 88c9b8c9b4 entrance: Implemented the remember session option! 2014-04-09 15:44:01 +02:00
Marcel Hollerbach 9923adc67d entrance: take EINA_LIST_FOREACH in "{" 2014-04-09 12:40:52 +02:00
Marcel Hollerbach 03816ba814 entrance: better check for icon part 2014-04-09 10:34:38 +02:00