Commit Graph

1854 Commits

Author SHA1 Message Date
Carsten Haitzler 1785ad3a32 ipc is #defineable (rough for now - maybe able to be undefined and eventually
entirely removed - later though). also config shoudl be able to go up
versiosn more easily now.


SVN revision: 21160
2006-03-10 05:48:46 +00:00
Carsten Haitzler 978312dc10 formatting
SVN revision: 21157
2006-03-10 02:44:52 +00:00
e-taro 84df4075a1 Make E_Apps support LANG value like [zh_TW], [ja] etc.
(exposing shorne's useful _e_intl_locale_canonic_get function for this)
----------------------------------------------------------------------
src/bin/e_apps.c src/bin/e_intl.c src/bin/e_intl.h CVS:
----------------------------------------------------------------------


SVN revision: 21140
2006-03-09 14:50:12 +00:00
Carsten Haitzler 1af8269df5 and detect the evilness - but still not doign the right thing (tm) yet.
SVN revision: 21097
2006-03-08 10:04:51 +00:00
Carsten Haitzler 826dc4b4dc and dialogs work again
SVN revision: 21093
2006-03-08 08:54:43 +00:00
Carsten Haitzler 4ecbd82f54 fix rogue image object.
SVN revision: 21042
2006-03-06 02:42:45 +00:00
Carsten Haitzler bbf2e22822 add a launcher. this is OPTIONAL - it is only needed if e is installed
somewhere where its bin dir is not in $PATH and lib dir is not in ld.so.conf
OR in $LD_LIBRARY_PATH. this will quickly determine prefix set up 2 env vars
and launch e itself.


SVN revision: 21028
2006-03-05 06:23:14 +00:00
sndev 63751b9a13 Just some small checks are added. They prevent to assign the same binding key
sequence to different actions.


SVN revision: 21024
2006-03-05 01:37:42 +00:00
sndev 3e250cf5fe Just some updates of config dialog. Now it is more user friendly and more
intuitive. Just check it out :)


SVN revision: 21021
2006-03-05 00:30:28 +00:00
David Walter Seikel ff0cb63863 If it's good enough for ilist, it's good enough for tlist.
SVN revision: 21007
2006-03-04 15:10:31 +00:00
sndev 2df7ab1a6a * Fixing missing 'return 1' in e_grabinput.c
SVN revision: 21003
2006-03-04 12:38:18 +00:00
e-taro 4b607a4cfb remove these casts - don't need them now thanks to stafford's const char
* work


SVN revision: 20997
2006-03-04 07:58:17 +00:00
Christopher Michael f63dc1fe5c Use radios instead of a checkbox.
- Allows displaying both states of the cursor

Grandma said this was less confusing :)


SVN revision: 20989
2006-03-04 04:46:08 +00:00
Christopher Michael d7dcca1b80 Update the checkbox label when it gets toggled. Trying to think like grandma
here :)


SVN revision: 20988
2006-03-04 04:36:23 +00:00
Carsten Haitzler b089c7d1e3 add a preview widget (includes a livethumb for live downscaling - notice
previews of animated bgs's... animate now). fixed problems with image widget
withleaks and other stuff... also desklok tries to abord if grabs fail and
agressively tries to disable existing grabs


SVN revision: 20987
2006-03-04 04:11:51 +00:00
Carsten Haitzler a1da8b021e better ilist behavior - from ilogicit
SVN revision: 20951
2006-03-03 10:05:00 +00:00
Carsten Haitzler 37e1f8068d better ilist behavior - from ilogicit
SVN revision: 20950
2006-03-03 10:04:59 +00:00
Carsten Haitzler 052b05ad67 and restore res on login - if requested.
SVN revision: 20947
2006-03-03 09:10:14 +00:00
Carsten Haitzler 7aa50d144d randr - a nice module, isn't really needed anymroe now as almsot all the work
is done by a config dialog (i added the safety box stuff from randr into it).
i just need to add the cde to restore on login now.


SVN revision: 20946
2006-03-03 09:04:27 +00:00
Carsten Haitzler 1426a69931 SP!
SVN revision: 20942
2006-03-03 06:36:11 +00:00
Carsten Haitzler d9d634a233 spelling!
SVN revision: 20941
2006-03-03 06:34:10 +00:00
Carsten Haitzler ef31eb244b 1 fix disabled radio widget as it was using the disabled check image - looks
like arse, and 2 - disable timeout and autolock config if screensaver ext
isnt there.


SVN revision: 20940
2006-03-03 06:26:33 +00:00
Carsten Haitzler 9ab2777707 desklock lets you auto-lock if the screensaver kicks in and set the timeout
for the screensaver (optionally).


SVN revision: 20937
2006-03-03 06:00:18 +00:00
sndev a63ac36dff Some work on desk lock configuration dialog and possible options.
* desklock background can be configured
* the position of the login box(for xinerama users) can be configured as well
* E config version is increased, since new items appeared.

.. and more

* just small fix to e_widget_entry. This fix drops the input cursor
to the end of the text, when widget gets focus.


SVN revision: 20927
2006-03-03 00:02:32 +00:00
stffrdhrn 1fdc18b446 Missed a lot of these freeing for possible NULL pointers
SVN revision: 20921
2006-03-02 14:18:40 +00:00
stffrdhrn 6ddd4dc189 More fixes:
* those stringshare_del's were wrong
 * Strings alloced by eet (ipc_dec) might be null check before freeing
 * initialize variables


SVN revision: 20920
2006-03-02 14:07:07 +00:00
stffrdhrn 3e6501a37b More compiler cleanups:
* clean up for e_lib
 * fix places where evas_stringshare vars were freed


SVN revision: 20918
2006-03-02 13:10:20 +00:00
stffrdhrn df141330a7 Clean up new stuff for consitancy
* INIT -> START


SVN revision: 20913
2006-03-02 12:12:14 +00:00
stffrdhrn 218717c8dc Clean up compile warnings:
* char * -> const char * for stringshare strings
 * char * -> const char * where needed in functions
 * remove unused vars in some places


SVN revision: 20912
2006-03-02 12:03:48 +00:00
stffrdhrn 7e18dbb3a1 When options arent available disable them, don't just hide them. This is needed if the configured item is one which is disabled. otherwise you cant select the other options.
SVN revision: 20911
2006-03-02 12:01:21 +00:00
David Walter Seikel cdb6190625 Formatting.
SVN revision: 20863
2006-03-01 05:41:57 +00:00
Carsten Haitzler 5425d9dc53 support un the fly rehinting.
SVN revision: 20856
2006-03-01 03:47:51 +00:00
Carsten Haitzler 8c517a39aa update hinting api - fix config dialog
SVN revision: 20849
2006-02-28 04:07:28 +00:00
Christopher Michael 1a52807e5e --printf
SVN revision: 20841
2006-02-27 20:10:39 +00:00
Christopher Michael 80cac7d84b Reorder Config Panel (alphabetical).
Fix small bug in new hinting dialog where if no hinting has been specified
in evas yet, and bytecode is not avaiable, the radio's ended up empty
(nothing selected) and a hinting could not be chosen.


SVN revision: 20834
2006-02-27 18:39:20 +00:00
Carsten Haitzler 8a545cdb22 and cvs add the new files! :)
SVN revision: 20828
2006-02-27 15:28:52 +00:00
Carsten Haitzler d98827b55a font hinting settings support.
SVN revision: 20826
2006-02-27 15:18:10 +00:00
Christopher Michael 7310ea03b9 Reorder config panel. Top 3 are most used, everything after that is alphabetical
SVN revision: 20822
2006-02-27 13:29:38 +00:00
Carsten Haitzler 62ca6a2cbc de-uglify desklock gfx - make it ask for your passowrd if you havent set one
up (config dialog instead of lock) and make it a menu item for obvious access
:)


SVN revision: 20808
2006-02-27 06:35:56 +00:00
sndev 6491c0bad9 More work on Desktop Locking.
* now multiple zones are supported.


SVN revision: 20806
2006-02-26 21:42:19 +00:00
Christopher Michael d97cd2e101 We can reuse the same variable for advanced that we use in basic. When
applying, use the correct varaible.


SVN revision: 20804
2006-02-26 19:56:27 +00:00
sndev ecca1abeee * bugfix.
SVN revision: 20799
2006-02-26 16:48:16 +00:00
sndev 90739ff091 * some bug fixes wrt auto apply settings
SVN revision: 20798
2006-02-26 15:17:37 +00:00
sndev e630f32709 * bug fix. Prevents E to crash, when entering the key, while the key binding
is not selected from the list.


SVN revision: 20776
2006-02-25 11:24:20 +00:00
e-taro 8b63fbcc99 Plug exebuf leak
SVN revision: 20773
2006-02-25 08:46:44 +00:00
e-taro d6d5cde980 Free data when pointer info is popped off the stack (and a little simplification)
SVN revision: 20771
2006-02-25 06:28:50 +00:00
stffrdhrn bf100262c9 Fix most compiler warnings
SVN revision: 20757
2006-02-23 16:42:38 +00:00
stffrdhrn e419556c40 Cleanups, bug fixes (intl, ipc_handlers, fileman)
* Dont segv when sending invalid path to e_remote
 * Add public codec function to .h file
 * Intl Error message cleanup
 * Only set env variables once the locales have been validated
 * Setup gettext for env locale if no locale configured in e
 * Comments and local var cleanups in fileman


SVN revision: 20755
2006-02-23 15:17:52 +00:00
e-taro 0e28ec541a - free the list elements as well as the list itself
- free the "change" too


SVN revision: 20753
2006-02-23 14:22:31 +00:00
sndev 6f947b507c More work on Desktop Locking:
* the config dialog is created. Now every one can set his/her personal password to
  unlock the desktop. Pam support is comming soon also.
* a little bit redesined look and feel.
* the config version is increased, since the new item is introduced.

Some bug fixes in Keybinding config dialog.


SVN revision: 20731
2006-02-22 14:35:04 +00:00