Commit Graph

2697 Commits

Author SHA1 Message Date
Carsten Haitzler cc673bba74 hunting a nasty bug - FIXME in there with comments. this fixes it so e starts
anyway


SVN revision: 26232
2006-09-30 09:09:18 +00:00
David Walter Seikel 24ff102f10 An idler task to fill in E_App data.
SVN revision: 26229
2006-09-30 07:46:55 +00:00
David Walter Seikel ed1a76e3bf More cache tweaking. The next step is to add the next major peice of the
cache puzzle.


SVN revision: 26228
2006-09-30 04:49:31 +00:00
David Walter Seikel 6354c81b8d Oops, and a DOH! or two.
SVN revision: 26222
2006-09-29 14:46:55 +00:00
David Walter Seikel f1eb386552 *Most places seem to assume that the instances are stored in the
original.  Made that all places now have the instances in the original.

Some time during today I managed to break the border matching, and
possibly other searching stuff.  Too tired to track it down tonight,
I'll fix it first thing in the morning.


SVN revision: 26220
2006-09-29 13:37:11 +00:00
David Walter Seikel d97e242d0f If the icon was hard coded into the Icon field of the .desktop file,
then we ignore the FDO theme and search algo.


SVN revision: 26218
2006-09-29 12:27:02 +00:00
David Walter Seikel 5f41757cf5 *Once an icon has been found, or found to not exist, save that info in
the E_App, update related aE_Apps, and send trigger change callbacks.

*Have all E_Apps stored in a hash of paths for faster lookup.

*Don't read in all the details of every app at startup, but do scan the
all directory so that we at least know the filenames.  Read in details
when needed.

*When searching the non path info of apps, read in data as needed.

Most app things should be faster now.  Some things may be slower, and
much more testing / tweaking will be done.


SVN revision: 26213
2006-09-29 08:55:39 +00:00
Carsten Haitzler 61bf1c59c6 breking out fm2 into a window and scrollframe in fwin - start of a generic
filemanager window. this is more for me to test dnd code and get that all
going right etc. etc. so BEWARE. yes it doesnt do a lot of things right - i
know. am working on it. :)


SVN revision: 26210
2006-09-29 06:49:35 +00:00
Carsten Haitzler a86439c7a6 working on fm dnd... does shite now.
SVN revision: 26205
2006-09-29 04:36:35 +00:00
Carsten Haitzler db30b17317 more fm2 dnd work.
SVN revision: 26188
2006-09-28 09:22:43 +00:00
Carsten Haitzler 7c6acf9488 and actually match groups right!
SVN revision: 26187
2006-09-28 06:35:43 +00:00
Carsten Haitzler d3765d8d8e font upsize with more outlining/contrast by default for soem modules.
sysactions more comprehensive and able to handle multiple groups a user
is a member of - config modified to handle common ones i find on debian
and ubuntu that "console" users tend to be added to. add divider in config
menu. work a tad more on fm2 dnd.


SVN revision: 26186
2006-09-28 06:07:15 +00:00
David Walter Seikel 10dec8c2e2 *Make sure there is only one icon dialog.
*Clean up the icon dialog on exit.


This commit sponsored by devilhorns, the spicy, crunchy snack.


SVN revision: 26179
2006-09-27 16:20:44 +00:00
Stafford Mitchell Horne ffbb0879b0 Move those lists up
SVN revision: 26176
2006-09-27 12:23:44 +00:00
Stafford Mitchell Horne 1d94e1a8bc Fixup some issues in intl dialog
* Fix space in GG region
 * Don't load/sort the language list more than once
 * Propose some labels for the columns, disabled for now


SVN revision: 26174
2006-09-27 11:58:52 +00:00
Christopher Michael 3c3f605f02 Some work on intl config dialog.
-Sorted language & region lists.
     -Better ilist sizes.
     -Resizable Basic/Advanced dialogs.
     -General code formatting/cleanup.


SVN revision: 26173
2006-09-27 10:45:44 +00:00
David Walter Seikel 2b6276f1c5 Make sure the temporary icon created by the border menu is saved properly.
SVN revision: 26168
2006-09-26 18:35:37 +00:00
David Walter Seikel cbb61d241c So used to const just getting in the way, that I sometimes trip over the
places where it actually means something.  All fixed.


SVN revision: 26162
2006-09-26 16:09:40 +00:00
Stafford Mitchell Horne db63f3d8fd Try to really first the NULL locale issue.
SVN revision: 26161
2006-09-26 16:00:13 +00:00
David Walter Seikel 9aac21ab94 Fixed up most if the icon issues. Added some FIXME's for the rest.
SVN revision: 26160
2006-09-26 13:51:31 +00:00
David Walter Seikel 72ff9a6492 Don't go doing things with advanced widgets from the basic page.
SVN revision: 26159
2006-09-26 11:40:40 +00:00
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
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