sndev [Sun, 5 Mar 2006 01:37:42 +0000 (01:37 +0000)]
Just some small checks are added. They prevent to assign the same binding key
sequence to different actions.
SVN revision: 21024
sndev [Sun, 5 Mar 2006 00:30:28 +0000 (00:30 +0000)]
Just some updates of config dialog. Now it is more user friendly and more
intuitive. Just check it out :)
SVN revision: 21021
maiurana [Sat, 4 Mar 2006 17:40:42 +0000 (17:40 +0000)]
*** empty log message ***
SVN revision: 21011
David Walter Seikel [Sat, 4 Mar 2006 15:10:31 +0000 (15:10 +0000)]
If it's good enough for ilist, it's good enough for tlist.
SVN revision: 21007
sndev [Sat, 4 Mar 2006 12:38:18 +0000 (12:38 +0000)]
* Fixing missing 'return 1' in e_grabinput.c
SVN revision: 21003
xstasi [Sat, 4 Mar 2006 12:36:42 +0000 (12:36 +0000)]
fixed bug on ibooks that would display -0% battery - now it displays all info correctly
SVN revision: 21002
e-taro [Sat, 4 Mar 2006 07:58:17 +0000 (07:58 +0000)]
remove these casts - don't need them now thanks to stafford's const char
* work
SVN revision: 20997
Christopher Michael [Sat, 4 Mar 2006 04:46:08 +0000 (04:46 +0000)]
Use radios instead of a checkbox.
- Allows displaying both states of the cursor
Grandma said this was less confusing :)
SVN revision: 20989
Christopher Michael [Sat, 4 Mar 2006 04:36:23 +0000 (04:36 +0000)]
Update the checkbox label when it gets toggled. Trying to think like grandma
here :)
SVN revision: 20988
Carsten Haitzler [Sat, 4 Mar 2006 04:11:51 +0000 (04:11 +0000)]
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
Carsten Haitzler [Fri, 3 Mar 2006 10:18:14 +0000 (10:18 +0000)]
remove module cruft we dont use.
SVN revision: 20953
Carsten Haitzler [Fri, 3 Mar 2006 10:05:00 +0000 (10:05 +0000)]
better ilist behavior - from ilogicit
SVN revision: 20951
Carsten Haitzler [Fri, 3 Mar 2006 10:04:59 +0000 (10:04 +0000)]
better ilist behavior - from ilogicit
SVN revision: 20950
Carsten Haitzler [Fri, 3 Mar 2006 09:10:14 +0000 (09:10 +0000)]
and restore res on login - if requested.
SVN revision: 20947
Carsten Haitzler [Fri, 3 Mar 2006 09:04:27 +0000 (09:04 +0000)]
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
Carsten Haitzler [Fri, 3 Mar 2006 06:36:11 +0000 (06:36 +0000)]
SP!
SVN revision: 20942
Carsten Haitzler [Fri, 3 Mar 2006 06:34:10 +0000 (06:34 +0000)]
spelling!
SVN revision: 20941
Carsten Haitzler [Fri, 3 Mar 2006 06:26:33 +0000 (06:26 +0000)]
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
Carsten Haitzler [Fri, 3 Mar 2006 06:26:32 +0000 (06:26 +0000)]
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: 20939
Carsten Haitzler [Fri, 3 Mar 2006 06:00:18 +0000 (06:00 +0000)]
desklock lets you auto-lock if the screensaver kicks in and set the timeout
for the screensaver (optionally).
SVN revision: 20937
Carsten Haitzler [Fri, 3 Mar 2006 06:00:17 +0000 (06:00 +0000)]
desklock lets you auto-lock if the screensaver kicks in and set the timeout
for the screensaver (optionally).
SVN revision: 20936
sndev [Fri, 3 Mar 2006 00:02:32 +0000 (00:02 +0000)]
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
stffrdhrn [Thu, 2 Mar 2006 14:18:40 +0000 (14:18 +0000)]
Missed a lot of these freeing for possible NULL pointers
SVN revision: 20921
stffrdhrn [Thu, 2 Mar 2006 14:07:07 +0000 (14:07 +0000)]
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
stffrdhrn [Thu, 2 Mar 2006 13:10:20 +0000 (13:10 +0000)]
More compiler cleanups:
* clean up for e_lib
* fix places where evas_stringshare vars were freed
SVN revision: 20918
Carsten Haitzler [Thu, 2 Mar 2006 12:28:41 +0000 (12:28 +0000)]
compile again!!!!
SVN revision: 20915
Carsten Haitzler [Thu, 2 Mar 2006 12:28:40 +0000 (12:28 +0000)]
compile again!!!!
SVN revision: 20914
stffrdhrn [Thu, 2 Mar 2006 12:12:14 +0000 (12:12 +0000)]
Clean up new stuff for consitancy
* INIT -> START
SVN revision: 20913
stffrdhrn [Thu, 2 Mar 2006 12:03:48 +0000 (12:03 +0000)]
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
stffrdhrn [Thu, 2 Mar 2006 12:01:21 +0000 (12:01 +0000)]
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
David Walter Seikel [Wed, 1 Mar 2006 05:41:57 +0000 (05:41 +0000)]
Formatting.
SVN revision: 20863
David Walter Seikel [Wed, 1 Mar 2006 04:42:31 +0000 (04:42 +0000)]
If I remember correctly, KainX supplied an indent script for formatting to
rasters preferences. This .indent.pro file is just the indent options from
that script. I'm putting it in here, coz this is where the style document
is, and I always say that one without the other is just silly.
It's rasters coding style, in rasters project, he can feel free to update
this as he sees fit.
I'm going to use whatever is in this file to format stuff I am responsible
for. If I spot changes to this file, I'll reformat my code accordingly.
SVN revision: 20859
Carsten Haitzler [Wed, 1 Mar 2006 03:47:51 +0000 (03:47 +0000)]
support un the fly rehinting.
SVN revision: 20856
e-taro [Tue, 28 Feb 2006 23:04:06 +0000 (23:04 +0000)]
Slovakian update (hrobar)
SVN revision: 20855
troback [Tue, 28 Feb 2006 13:44:05 +0000 (13:44 +0000)]
Update...
SVN revision: 20851
Carsten Haitzler [Tue, 28 Feb 2006 04:07:28 +0000 (04:07 +0000)]
update hinting api - fix config dialog
SVN revision: 20849
Christopher Michael [Mon, 27 Feb 2006 20:10:39 +0000 (20:10 +0000)]
--printf
SVN revision: 20841
Christopher Michael [Mon, 27 Feb 2006 18:39:20 +0000 (18:39 +0000)]
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
Carsten Haitzler [Mon, 27 Feb 2006 15:28:52 +0000 (15:28 +0000)]
and cvs add the new files! :)
SVN revision: 20828
Carsten Haitzler [Mon, 27 Feb 2006 15:18:10 +0000 (15:18 +0000)]
font hinting settings support.
SVN revision: 20826
Christopher Michael [Mon, 27 Feb 2006 13:29:38 +0000 (13:29 +0000)]
Reorder config panel. Top 3 are most used, everything after that is alphabetical
SVN revision: 20822
Carsten Haitzler [Mon, 27 Feb 2006 06:35:56 +0000 (06:35 +0000)]
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
sndev [Sun, 26 Feb 2006 21:42:19 +0000 (21:42 +0000)]
More work on Desktop Locking.
* now multiple zones are supported.
SVN revision: 20806
Christopher Michael [Sun, 26 Feb 2006 19:56:27 +0000 (19:56 +0000)]
We can reuse the same variable for advanced that we use in basic. When
applying, use the correct varaible.
SVN revision: 20804
sndev [Sun, 26 Feb 2006 16:48:16 +0000 (16:48 +0000)]
* bugfix.
SVN revision: 20799
sndev [Sun, 26 Feb 2006 15:17:37 +0000 (15:17 +0000)]
* some bug fixes wrt auto apply settings
SVN revision: 20798
e-taro [Sun, 26 Feb 2006 03:11:16 +0000 (03:11 +0000)]
sk.po update (hrobar)
SVN revision: 20787
maiurana [Sat, 25 Feb 2006 17:03:42 +0000 (17:03 +0000)]
*** empty log message ***
SVN revision: 20778
e-taro [Sat, 25 Feb 2006 13:51:31 +0000 (13:51 +0000)]
hu + ja .po updates (Peter P��rk��nyi, Yasufumi Haga)
SVN revision: 20777
sndev [Sat, 25 Feb 2006 11:24:20 +0000 (11:24 +0000)]
* bug fix. Prevents E to crash, when entering the key, while the key binding
is not selected from the list.
SVN revision: 20776
e-taro [Sat, 25 Feb 2006 08:46:44 +0000 (08:46 +0000)]
Plug exebuf leak
SVN revision: 20773
e-taro [Sat, 25 Feb 2006 06:28:50 +0000 (06:28 +0000)]
Free data when pointer info is popped off the stack (and a little simplification)
SVN revision: 20771
stffrdhrn [Thu, 23 Feb 2006 16:42:38 +0000 (16:42 +0000)]
Fix most compiler warnings
SVN revision: 20757
stffrdhrn [Thu, 23 Feb 2006 15:17:52 +0000 (15:17 +0000)]
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
e-taro [Thu, 23 Feb 2006 15:05:41 +0000 (15:05 +0000)]
hu.po update (Peter P��rk��nyi)
SVN revision: 20754
e-taro [Thu, 23 Feb 2006 14:22:31 +0000 (14:22 +0000)]
- free the list elements as well as the list itself
- free the "change" too
SVN revision: 20753
sndev [Wed, 22 Feb 2006 14:35:04 +0000 (14:35 +0000)]
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
e-taro [Tue, 21 Feb 2006 23:03:15 +0000 (23:03 +0000)]
Jerome Pinot's new iiimf.imc file for im-sdk
SVN revision: 20698
e-taro [Tue, 21 Feb 2006 15:26:51 +0000 (15:26 +0000)]
ja.po update (Yasufumi Haga)
SVN revision: 20690
stffrdhrn [Tue, 21 Feb 2006 15:00:10 +0000 (15:00 +0000)]
Few stale memory plugs and cleanups:
* Free the e_app callback for e_border on shutdown
* Free the prefix strings on shutdown
* Make better intl errors
* Worthless function commenting
* Comment for disabled shutdown unroll (Why is it disabled?)
SVN revision: 20689
troback [Tue, 21 Feb 2006 09:22:06 +0000 (09:22 +0000)]
- normal update
SVN revision: 20666
sndev [Tue, 21 Feb 2006 00:19:56 +0000 (00:19 +0000)]
A little bit more work on Desktop Locking:
- an look and feel of the desklock window is desined. However, it requires
a little bit work on alligments.
SVN revision: 20655
e-taro [Mon, 20 Feb 2006 23:09:41 +0000 (23:09 +0000)]
ko.po updates (Jerome Pinot, Park Eunri)
SVN revision: 20651
Christopher Michael [Mon, 20 Feb 2006 19:30:58 +0000 (19:30 +0000)]
Typo, oops.
SVN revision: 20644
Christopher Michael [Mon, 20 Feb 2006 19:24:47 +0000 (19:24 +0000)]
Nicer menus...shhh ! :)
SVN revision: 20643
Christopher Michael [Mon, 20 Feb 2006 19:11:22 +0000 (19:11 +0000)]
Nicer menus...shhh ! :)
SVN revision: 20642
sndev [Sun, 19 Feb 2006 23:53:35 +0000 (23:53 +0000)]
Some initial work, just initial enviroment, on Desktop Locking:
-a new action, desk_lock, added
-a new key binding added
-a e_popup, which actually locks the desktop, added.
SVN revision: 20599
sndev [Sun, 19 Feb 2006 16:34:22 +0000 (16:34 +0000)]
Just small bug fix in Key Binding configuration dialog. It fixes a situation
when, after opening a config dialog, just one key binding is changed and apply/ok
button is pressed. Thus, the configuration changes are not lost.
SVN revision: 20585
maiurana [Sun, 19 Feb 2006 11:37:38 +0000 (11:37 +0000)]
*** empty log message ***
SVN revision: 20572
Christopher Michael [Sat, 18 Feb 2006 12:14:41 +0000 (12:14 +0000)]
Add a way to save error messages from e_app_error dialogue. Logs default to ~/<appname>.log . Add 2 missing function protos. Some formatting.
SVN revision: 20560
Carsten Haitzler [Sat, 18 Feb 2006 04:35:35 +0000 (04:35 +0000)]
cross-compile fixes, (odd that this didnt screw up before when i did some
cross-compiling of e for arm), illogict patches too :)
SVN revision: 20552
stffrdhrn [Sat, 18 Feb 2006 01:12:43 +0000 (01:12 +0000)]
* Use case insensitive match for suffixes
SVN revision: 20550
jlzapata [Fri, 17 Feb 2006 13:36:31 +0000 (13:36 +0000)]
efm:
- thumbnails are back in, still a few mime types to be added.
SVN revision: 20544
Christopher Michael [Fri, 17 Feb 2006 10:25:23 +0000 (10:25 +0000)]
More updates to what is GUId
SVN revision: 20540
Christopher Michael [Fri, 17 Feb 2006 09:58:22 +0000 (09:58 +0000)]
Fix Desktop Settings advanced mode not working.
SVN revision: 20539
stffrdhrn [Fri, 17 Feb 2006 00:25:58 +0000 (00:25 +0000)]
Fix typo
SVN revision: 20532
e-taro [Thu, 16 Feb 2006 23:14:01 +0000 (23:14 +0000)]
Slovakian (hrobar) and Japanese(Yasufumi Haga) po updates
SVN revision: 20531
stffrdhrn [Thu, 16 Feb 2006 22:04:16 +0000 (22:04 +0000)]
EFM Memory Management
- Make a copy, now freeing the e_fm_file list should be a bit more safe.
SVN revision: 20530
stffrdhrn [Thu, 16 Feb 2006 21:18:11 +0000 (21:18 +0000)]
Valgrinding...
- Might as well free roots on errors to make valgrind happy.
SVN revision: 20527
stffrdhrn [Thu, 16 Feb 2006 21:08:43 +0000 (21:08 +0000)]
Fix mem leak in search function:
- When searching always free the clean_file if it exists, its just used at
search time.
SVN revision: 20526
jlzapata [Thu, 16 Feb 2006 17:06:37 +0000 (17:06 +0000)]
efm:
- context menu (dragging with the right button) works
- dragging from one efm window to another efm window pops up the context
menu or calls the default relative action
- menu item labels are filled with the correct text
SVN revision: 20523
Christopher Michael [Thu, 16 Feb 2006 11:24:36 +0000 (11:24 +0000)]
Slightly better modules config dialog. Added frames for module options. Fix potential segv that could have happened if a user clicked on Enable/Load/Unload without having a module selected. Supports Auto-Apply properly now
SVN revision: 20518
Carsten Haitzler [Thu, 16 Feb 2006 09:27:37 +0000 (09:27 +0000)]
more work on shelfy bits
SVN revision: 20517
Carsten Haitzler [Thu, 16 Feb 2006 06:32:54 +0000 (06:32 +0000)]
working on shelf config
SVN revision: 20515
Christopher Michael [Thu, 16 Feb 2006 06:03:50 +0000 (06:03 +0000)]
Fix Bug: If we're not Warp While Selecting, then don't warp
SVN revision: 20514
Christopher Michael [Thu, 16 Feb 2006 05:08:17 +0000 (05:08 +0000)]
Update what is GUId and IPCd
SVN revision: 20512
jlzapata [Thu, 16 Feb 2006 03:13:30 +0000 (03:13 +0000)]
efm:
- two more states for the fileman edje, hover - unhover
- implemented hover functions when dragging
- relative actions / default relative action in place (not working yet)
- there is SERIOUS BUG when using multiple windows of efm, when dragging
or using the band on 2+ windows for the first time segvs, i think this
was also before my changes.
- still there are lots of things to be coded, dont expect to work
cleanly yet
SVN revision: 20511
Christopher Michael [Wed, 15 Feb 2006 21:22:46 +0000 (21:22 +0000)]
Add New Config Dialogue options to enlightenment_remote
SVN revision: 20499
Christopher Michael [Wed, 15 Feb 2006 20:40:55 +0000 (20:40 +0000)]
Disable Auto-Apply on the border config dialogs
SVN revision: 20497
Christopher Michael [Wed, 15 Feb 2006 20:32:28 +0000 (20:32 +0000)]
General Fixies
SVN revision: 20496
Christopher Michael [Wed, 15 Feb 2006 20:30:59 +0000 (20:30 +0000)]
Disable Auto-Apply for these dialogs.
SVN revision: 20495
Christopher Michael [Wed, 15 Feb 2006 20:30:08 +0000 (20:30 +0000)]
Some fixes for Window Manipulation dialog.
SVN revision: 20494
Christopher Michael [Wed, 15 Feb 2006 20:29:33 +0000 (20:29 +0000)]
Allow Auto-Apply Settings and Default Mode for Config Dialogues
SVN revision: 20492
Christopher Michael [Wed, 15 Feb 2006 20:28:55 +0000 (20:28 +0000)]
Added config option for setting config dialog options
SVN revision: 20491
Christopher Michael [Wed, 15 Feb 2006 20:28:31 +0000 (20:28 +0000)]
Added config options for cfgdlg_auto_apply and cfgdlg_default_mode. Bumped config version
SVN revision: 20490
Christopher Michael [Wed, 15 Feb 2006 20:27:45 +0000 (20:27 +0000)]
Include new Config Dialog Settings
SVN revision: 20489
Christopher Michael [Wed, 15 Feb 2006 20:26:53 +0000 (20:26 +0000)]
New Config Dialog for setting options about Config Dialogs, hehe. Can set if changes are auto-applied and also the default mode to open a config dialog in (Basic/Advanced)
SVN revision: 20487
Christopher Michael [Wed, 15 Feb 2006 15:47:51 +0000 (15:47 +0000)]
Rework Modules Config Dialogue a bit. No need to click Apply button anymore. Just click the radios to enable/load/unload. Old apply code left but commented in case we want to revert. RFC on this :) -devilhorns
SVN revision: 20479
stffrdhrn [Wed, 15 Feb 2006 14:18:06 +0000 (14:18 +0000)]
Some fileman work:
* Free a list which had a FIXME note, looks like no need to free data
* Fix a bug when right clicking on directories (do a NULL check)
SVN revision: 20475
Carsten Haitzler [Wed, 15 Feb 2006 03:11:36 +0000 (03:11 +0000)]
shutdown on restart needs some things to shut down, not all.
SVN revision: 20469