Commit Graph

3449 Commits

Author SHA1 Message Date
David Walter Seikel e4b505c829 *Major clean up, but I'm not finished with it. Too tired to continue,
I'll finish this after a good nights sleep.  In particular, the border
menu "Create Icon" stuff needs some attention, it will likely loose it's
original icon.

*When you open up the fsel to select a new icon, the directory of the
current icon is shown, or the usual home directory if there is no
current icon file.


SVN revision: 26148
2006-09-25 18:15:37 +00:00
Stafford Mitchell Horne 067238e7af Try to select the correct current locale in the dialog. Need to get the
scroll bars to go to the right place also now.


SVN revision: 26146
2006-09-25 15:35:38 +00:00
David Walter Seikel 287512fe73 Forgot one.
SVN revision: 26145
2006-09-25 15:19:09 +00:00
David Walter Seikel cbc5e0f577 Check if the icon theme is different when searching for icons. Keep
track of changes to the icon path in readiness for some cachin'.


SVN revision: 26144
2006-09-25 14:17:42 +00:00
David Walter Seikel 14e2ba2707 Add fdo instrumentation to fm. Might be better places for this.
SVN revision: 26143
2006-09-25 13:35:59 +00:00
Stafford Mitchell Horne ebabb954a0 Fix some issues found by Yasufumi,
* If lang is null the i18n dialog crashes
 * Languages in basic list were not translated


SVN revision: 26141
2006-09-25 13:16:49 +00:00
Carsten Haitzler c7c93288aa leak-- : someone forgot to delete the all apps menu... :)
SVN revision: 26124
2006-09-24 23:08:36 +00:00
sebastid 11c9afa270 Add cast.
Remove unused variables.


SVN revision: 26102
2006-09-24 13:37:37 +00:00
Carsten Haitzler 1b75f85187 fix packing of previews so they don't stretch.
dnd fn fixed.


SVN revision: 26079
2006-09-24 00:48:14 +00:00
Viktor Kojouharov 36eeab925b bug--
SVN revision: 26078
2006-09-23 23:37:15 +00:00
manowarrior 17419b8bfe Transitions.
SVN revision: 26072
2006-09-23 18:42:23 +00:00
sebastid 5171e103d4 Use e's homedir
SVN revision: 26056
2006-09-23 10:15:24 +00:00
e-taro a3b4f52a5b This looks as if it was fixed ages ago.
SVN revision: 26045
2006-09-23 08:46:07 +00:00
sebastid c9062ac5a0 Get homedir from e, since .e should be relative to this dir.
SVN revision: 26044
2006-09-23 08:44:58 +00:00
e-taro 8d148768cb 1) Maximizing in individual directions with <alt><f10> and <ctrl><f10> works now
2) Maximizing in both directions at once uses the "maximum volume" heuristic (seems to work well)


SVN revision: 26043
2006-09-23 08:39:41 +00:00
Viktor Kojouharov 0640ab1360 todo--
SVN revision: 26029
2006-09-22 21:34:13 +00:00
sebastid 1251802479 Don't strdup homedir
SVN revision: 26026
2006-09-22 19:55:11 +00:00
David Walter Seikel d7ac058137 Part of a review of icon searching, to be completed on sunday.
SVN revision: 26025
2006-09-22 14:56:41 +00:00
David Walter Seikel f13f782689 Use the ecore_desktop instrumentation at useful points.
SVN revision: 26023
2006-09-22 10:12:32 +00:00
David Walter Seikel f3f7909803 Change to the new icon theme in the same way that the theme config
dialog does.  There has to be a better way for both.


SVN revision: 26019
2006-09-22 07:49:54 +00:00
sebastid 18aa34fdbc Remove unused variables.
SVN revision: 26015
2006-09-22 04:18:41 +00:00
Carsten Haitzler d8ae790466 no - xpm is not requried to be supported. this is an auto-icon choice based
on mime type that is specific to e and how it chooses icons for file types -
i would love to see xpm die a slow horrible death. i have been hoping for its
death since i first started enlightenment back in 1996. anything i can do to
ease its way into its grave - i am happy to do. that means not supporting it
for things that are e specific and where we are not required to.


SVN revision: 26014
2006-09-22 03:51:17 +00:00
David Walter Seikel 132301b911 .xpm are allowed for icons to.
SVN revision: 26011
2006-09-22 02:07:41 +00:00
Carsten Haitzler 886e583fcd actually cvs was just missing a little work i had done locally - as it was
unused/harmless/did nothing i left it alone for now


SVN revision: 26010
2006-09-21 22:26:08 +00:00
sebastid 5ff4b07ed0 Remove unused.
SVN revision: 26009
2006-09-21 20:12:27 +00:00
sebastid de3c1047ef Add cast to e_object
SVN revision: 26008
2006-09-21 20:10:19 +00:00
sebastid 87846017d6 Remove unused label.
SVN revision: 26007
2006-09-21 20:08:11 +00:00
sebastid a75d79f66a Remove unused variables.
Add missing type declaration.


SVN revision: 26006
2006-09-21 20:07:02 +00:00
sebastid 37d0006594 paranthesis are nice.
SVN revision: 26005
2006-09-21 20:05:44 +00:00
sebastid 0eb90986b9 Remove unused variable for for format.
Remove return value.
Fix format for long value.


SVN revision: 26004
2006-09-21 20:01:50 +00:00
sebastid d3eb7a6c07 Someone(tm) needs to decide which param is the right to pass to these
functions.


SVN revision: 26003
2006-09-21 19:57:34 +00:00
sebastid 4e81527304 Cleanup.
- Remove unused variables.
- Add const where needed.
- Add return values.


SVN revision: 26002
2006-09-21 19:53:38 +00:00
sebastid bed170b77c Return a value.
SVN revision: 26001
2006-09-21 19:37:04 +00:00
Stafford Mitchell Horne ac6aa06281 Comment complicate code which I will forget about in 1 week.
SVN revision: 25998
2006-09-21 12:48:48 +00:00
Stafford Mitchell Horne 2b47116c7f Free up configuration data
SVN revision: 25997
2006-09-21 11:52:52 +00:00
Stafford Mitchell Horne 310fb5c67b Add language selection dialog, A bit of work still required but this is a good
start.


SVN revision: 25996
2006-09-21 10:58:42 +00:00
Christopher Michael f1db6445f4 Fix for Shelf Size issues: After setting a size in Advanced mode, subsequent
returns to Basic mode did not allow a user to select a Basic Size.


SVN revision: 25982
2006-09-20 01:01:52 +00:00
sebastid 867c5dd51f Don't check argv twice, one check should be for argc
SVN revision: 25981
2006-09-19 21:50:20 +00:00
sebastid c56c7cccb8 Belongs to old fileman.
SVN revision: 25980
2006-09-19 21:24:17 +00:00
Carsten Haitzler b4cd6e0dce metric's first 2 patches - with 1 slight mod for xterm default cmd.
SVN revision: 25976
2006-09-19 13:58:04 +00:00
Carsten Haitzler 412da4cdb2 do this without a #ifdef
SVN revision: 25974
2006-09-19 12:26:31 +00:00
sndev 4c69644ea7 Give fbsd users a possibility to use desklock. system-auth profile is not presented on
fbsd, but login is there.


SVN revision: 25973
2006-09-19 09:59:03 +00:00
David Walter Seikel 6243868e31 Fix seggie.
SVN revision: 25972
2006-09-19 04:07:25 +00:00
David Walter Seikel 21cd340ca3 Patch from metrics, this time applied in the correct place.
SVN revision: 25971
2006-09-19 02:49:46 +00:00
David Walter Seikel 7d4d4f4b72 This should fix the wrong icon in border bug.
SVN revision: 25967
2006-09-19 00:02:40 +00:00
David Walter Seikel 91feec363c *Put in some more refs/unrefs for E_Apps, maybe need more, maybe I went
overboard.

*Fix up E_App saving.

*More object checking.


SVN revision: 25965
2006-09-18 20:52:59 +00:00
Carsten Haitzler 130a197128 comments.
SVN revision: 25963
2006-09-18 14:52:43 +00:00
David Walter Seikel 42c93f28de directory .eaps are obsolete, but I havn't pulled my finger out to
finish the FDO directory code I have half completed.  For some strange
reason, this triggers a crash in rsvg, trying to get it to load a .eap
file.  That is strange in itself.  More investigation is required by
someone that knows evas better than me.


SVN revision: 25960
2006-09-18 14:07:16 +00:00
Carsten Haitzler c1bd63b05d working on fm dnd... just logic right now - does nothing. sorting out the
logic. and .e startup segv fix.


SVN revision: 25959
2006-09-18 12:06:09 +00:00
Carsten Haitzler c01892990b perf config fifnt allow you to easily see font cache at all - the default was
0.5 mb!


SVN revision: 25956
2006-09-18 10:02:36 +00:00