Commit Graph

5192 Commits

Author SHA1 Message Date
Christopher Michael 4cca7d106a Use ilist freeze/thaw for "Shelf" list dialog.
SVN revision: 27243
2006-11-27 15:52:45 +00:00
Christopher Michael 019fb1d2f1 Use ilist freeze/thaw on transitions config dialog.
SVN revision: 27242
2006-11-27 15:49:48 +00:00
Christopher Michael 49d5bcd36c Use ilist freeze/thaw on icon theme dialog.
SVN revision: 27241
2006-11-27 15:47:21 +00:00
Christopher Michael 6728ed33b8 Use ilist freeze/thaw on borders config dialog.
SVN revision: 27240
2006-11-27 15:42:06 +00:00
Christopher Michael 0c45475497 Use ilist freeze/thaw on fonts dialog.
SVN revision: 27239
2006-11-27 15:39:34 +00:00
Christopher Michael e0acfcbdfd Use ilist freeze/thaw on color class list.
SVN revision: 27238
2006-11-27 15:35:25 +00:00
Christopher Michael 6d3a63d1f3 Use list freeze/thaw on configure dialog.
(raster: scrollbar prob solved)


SVN revision: 27237
2006-11-27 15:28:12 +00:00
Carsten Haitzler 9b0607ea49 todo-ify the ilist freeze/thaw stuff
SVN revision: 27236
2006-11-27 14:27:52 +00:00
Carsten Haitzler ef11f7a10d add freeze/thaw for ilist - makes the mime config dialog much better :)
SVN revision: 27235
2006-11-27 14:23:07 +00:00
Christopher Michael bc5935bf3f Remove commented-out old code.
SVN revision: 27233
2006-11-27 12:58:46 +00:00
Christopher Michael 3bf0c2f9d2 use the e_win_border_icon_set function for this dialog.
SVN revision: 27232
2006-11-27 12:57:25 +00:00
Christopher Michael 307cd6a9a7 Fix up the border_icon_set a little bit.
- Make sure we stringshare_del any old border_icons.


SVN revision: 27231
2006-11-27 12:54:29 +00:00
Christopher Michael c7ad12c82a Use the nice convenient function call for setting border icon.
SVN revision: 27230
2006-11-27 12:43:36 +00:00
Carsten Haitzler ecefb176b5 todo--
SVN revision: 27229
2006-11-27 12:07:32 +00:00
Christopher Michael c1960a0895 Fix focus issues with ilist widgets.
Add keymasks for tab/return/etc/etc.
Fix category list size.


SVN revision: 27228
2006-11-27 11:52:19 +00:00
Christopher Michael b36b7babb1 Send proper unfocus signal to ilist when it loses focus.
This fixes focus issue in Font Config Dialog.


SVN revision: 27227
2006-11-27 10:33:03 +00:00
David Walter Seikel 0ca0fceaaf Make it a bit easier to read.
SVN revision: 27226
2006-11-27 04:32:13 +00:00
Christopher Michael 4207e2bc6c Add framelists to wrap the individual ilist widgets so we can tell what is a
Category and what is a config item.


SVN revision: 27225
2006-11-26 22:39:45 +00:00
Christopher Michael cfde1e49c6 Set "selector" on the item list so you can re-click a config item to
relaunch it's dialog without selecting something else first.


SVN revision: 27224
2006-11-26 21:59:55 +00:00
Christopher Michael 0c4e3c35d1 E_Config_Dialog_View structure defaults the functions to NULL, so we don't need to
set them to NULL explicitly.


SVN revision: 27223
2006-11-26 18:11:14 +00:00
Christopher Michael 4fecc5320b The E_Config_Dialog_View structure defaults the func calls to NULL so these
are not needed here.


SVN revision: 27222
2006-11-26 18:08:38 +00:00
David Walter Seikel 0d25ba321e Consistant Over Use Of Capitalisation. It Sucks, It's Bad English, But It's
Consistant With The Rest Of E.


SVN revision: 27221
2006-11-26 17:54:29 +00:00
Christopher Michael 3e4447af14 Fix a compiler warning about const char/char.
SVN revision: 27220
2006-11-26 17:48:05 +00:00
Christopher Michael 36f50f90d5 Remove the "Config Panel Cleanup" item as this is done now.
SVN revision: 27219
2006-11-26 17:23:11 +00:00
Christopher Michael 7f4b5e4af5 Redo Config Panel as per conversation with raster, using 2 lists now.
SVN revision: 27216
2006-11-26 16:10:48 +00:00
Carsten Haitzler e1415310b3 fix up pager button config
SVN revision: 27210
2006-11-26 04:19:25 +00:00
Christopher Michael 6e8e41cef1 Bind the "grab key" dialog to the pager config dialog like the key_bindings
dialog.


SVN revision: 27209
2006-11-25 21:45:44 +00:00
Christopher Michael 04199958e3 Disable 'Iconfiy' for internal borders. We don't have 'iconify' buttons, why
have the menu item.


SVN revision: 27208
2006-11-25 20:40:27 +00:00
Christopher Michael 706ded3818 Fix the mime.type parsing that was recently added.
SVN revision: 27207
2006-11-25 20:03:13 +00:00
Carsten Haitzler 5027028cc6 1. image size bounds checks for eet
2. e17 bug
3. color class add fir ibar state of label
4. epeg scales before getting pixel data.


SVN revision: 27205
2006-11-25 15:37:45 +00:00
Christopher Michael e3ef791993 Get the icon widget's evas once and reuse it.
SVN revision: 27202
2006-11-24 09:21:54 +00:00
Miculcy Brian 90eaa9c937 Added the same searchpathes for mimetypes as the efm is using.
There is still a bug in line 318, when disabling this line the mimetype editor
displays mimetypes, if enabled it doesn't show a single mimetype.
Will fix that later...

Also added the vim macro.


SVN revision: 27198
2006-11-23 00:57:18 +00:00
e-taro e57b766175 fix ja.po properly... apparently when the substitution variables (of different type) in a c-format string are reversed in the translation, you need to put a "x$" after the "%" (where x is the position of the variable in the original string). Here:
msgid "An exit code of %i was returned from %s."
msgstr "%2$s $B$+$i=*N;%3!<%I(B %1$i $B$,JV$j$^$7$?(B"


SVN revision: 27190
2006-11-21 14:26:19 +00:00
e-taro 82de762fe4 temporary fix for this ja.po issue...
SVN revision: 27189
2006-11-21 13:46:27 +00:00
e-taro 9517322a19 e17 ja.po update (Yasufumi Haga)
SVN revision: 27186
2006-11-20 12:19:48 +00:00
rephorm 23878b3c2e i'm assuming this was the intention here? (if not, feel free to revert, but something other than 'mktemp' should be used for the command file name)
SVN revision: 27177
2006-11-19 15:43:58 +00:00
Carsten Haitzler 815e1699c7 patches from people (see mail list) and stuff.
SVN revision: 27174
2006-11-19 08:58:05 +00:00
Carsten Haitzler addf4cffa5 fix up dnd with .order files linking etc - make it explicit as to the
behavior (becuase in a normal fm u expect the file to MOVE not link)


SVN revision: 27173
2006-11-19 03:43:18 +00:00
Massimo Maiurana 39742ff70b *** empty log message ***
SVN revision: 27172
2006-11-18 15:32:40 +00:00
Massimo Maiurana 6534247b8e shouldn't this have to be in potfiles? if there is a reason to not put it in just tell me and I'll stop committing changes to potfiles.in.
SVN revision: 27171
2006-11-18 15:31:53 +00:00
metrics cb5d8a9cd8 Only send events for the correct pager desks (--FIXME's).
SVN revision: 27168
2006-11-18 05:40:29 +00:00
metrics aa2d9dcbc4 --BUG
SVN revision: 27166
2006-11-18 04:58:35 +00:00
metrics 0a83720d9b Allow dropping to the end location for autoscrolling ibars.
SVN revision: 27165
2006-11-18 04:56:12 +00:00
Carsten Haitzler 42edd5eaf8 support the new edje USER image support - this will mean edje can use an
externhal image file directly and for wallpapers then the .edj file is simply
layout data - the original lives elsewhere (where it was when u built the
.edj - or imported the wallpaper).


SVN revision: 27157
2006-11-17 15:04:52 +00:00
metrics 6f93ee0289 Bring back the drop box!
SVN revision: 27155
2006-11-17 07:05:45 +00:00
David Walter Seikel 0bd99e37b5 All instances of the apps config dialog are now specialized to their task,
so that the plethora of meaningless directories is no longer presented to
the user.  The bits of text all change to suit the task.  Sort was changed
to all to help reduce the confusion.


SVN revision: 27140
2006-11-16 17:44:20 +00:00
manowarrior 781c69726e Icon for the "Icon Theme" config dialog.
SVN revision: 27138
2006-11-16 16:53:37 +00:00
Stafford Mitchell Horne 51fb982087 Change and Optimizations to locale parsing
* remember parse results
 * combine results only when needed (rarely)
 * parse results use Stringshare


SVN revision: 27134
2006-11-16 14:25:22 +00:00
David Walter Seikel 50cf1ae98c *Make the apps config dialog even more generic.
*Use it from the startup config dialog.

I'm too tired for aesthetics, someone please make the startup config dialog
look pretty again.


SVN revision: 27130
2006-11-16 00:08:29 +00:00
Christopher Michael 48b19f84c6 Properly check for a blank name and then set it to desktop_default_name if
we have to.


SVN revision: 27120
2006-11-15 11:50:06 +00:00