Commit Graph

3236 Commits

Author SHA1 Message Date
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
David Walter Seikel e79eebef3a 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
2006-03-01 04:42:31 +00:00
Carsten Haitzler 5425d9dc53 support un the fly rehinting.
SVN revision: 20856
2006-03-01 03:47:51 +00:00
e-taro f4ce7bb180 Slovakian update (hrobar)
SVN revision: 20855
2006-02-28 23:04:06 +00:00
troback de7f728c17 Update...
SVN revision: 20851
2006-02-28 13:44:05 +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
e-taro 2510f1004c sk.po update (hrobar)
SVN revision: 20787
2006-02-26 03:11:16 +00:00
maiurana 6e940f4555 *** empty log message ***
SVN revision: 20778
2006-02-25 17:03:42 +00:00
e-taro c3ac06da07 hu + ja .po updates (Peter P��rk��nyi, Yasufumi Haga)
SVN revision: 20777
2006-02-25 13:51:31 +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 5df2494d58 hu.po update (Peter P��rk��nyi)
SVN revision: 20754
2006-02-23 15:05:41 +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
e-taro 5528ac3840 Jerome Pinot's new iiimf.imc file for im-sdk
SVN revision: 20698
2006-02-21 23:03:15 +00:00
e-taro 20bf9fc05f ja.po update (Yasufumi Haga)
SVN revision: 20690
2006-02-21 15:26:51 +00:00
stffrdhrn 48d18c7535 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
2006-02-21 15:00:10 +00:00
troback 39c49d7699 - normal update
SVN revision: 20666
2006-02-21 09:22:06 +00:00
sndev 7df1d76c4b 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
2006-02-21 00:19:56 +00:00
e-taro 7a044a1d5c ko.po updates (Jerome Pinot, Park Eunri)
SVN revision: 20651
2006-02-20 23:09:41 +00:00
Christopher Michael 8d97a8e0ce Typo, oops.
SVN revision: 20644
2006-02-20 19:30:58 +00:00
Christopher Michael 7a77773847 Nicer menus...shhh ! :)
SVN revision: 20643
2006-02-20 19:24:47 +00:00
Christopher Michael 3c8fe5f76f Nicer menus...shhh ! :)
SVN revision: 20642
2006-02-20 19:11:22 +00:00
sndev 55c53d456c 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
2006-02-19 23:53:35 +00:00
sndev 882a079d07 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
2006-02-19 16:34:22 +00:00
maiurana 06974a3660 *** empty log message ***
SVN revision: 20572
2006-02-19 11:37:38 +00:00
Christopher Michael 3c25682444 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
2006-02-18 12:14:41 +00:00
Carsten Haitzler 47e7c5f243 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
2006-02-18 04:35:35 +00:00
stffrdhrn d9411eda2f * Use case insensitive match for suffixes
SVN revision: 20550
2006-02-18 01:12:43 +00:00
jlzapata 8714162645 efm:
- thumbnails are back in, still a few mime types to be added.


SVN revision: 20544
2006-02-17 13:36:31 +00:00
Christopher Michael ed4e6849f1 More updates to what is GUId
SVN revision: 20540
2006-02-17 10:25:23 +00:00
Christopher Michael 8cd0117582 Fix Desktop Settings advanced mode not working.
SVN revision: 20539
2006-02-17 09:58:22 +00:00
stffrdhrn a3266dff6a Fix typo
SVN revision: 20532
2006-02-17 00:25:58 +00:00
e-taro 8a49d3640b Slovakian (hrobar) and Japanese(Yasufumi Haga) po updates
SVN revision: 20531
2006-02-16 23:14:01 +00:00
stffrdhrn 573d4b339b EFM Memory Management
- Make a copy, now freeing the e_fm_file list should be a bit more safe.


SVN revision: 20530
2006-02-16 22:04:16 +00:00