Commit Graph

244 Commits

Author SHA1 Message Date
Carsten Haitzler 73c50dc9d0 and handle that menu version too
SVN revision: 27029
2006-11-09 13:16:31 +00:00
metrics f7c886379b #if DEBUG noisy printf's with onefang's permission. :)
SVN revision: 27018
2006-11-08 11:19:30 +00:00
Stafford Mitchell Horne 01b499b4fa Cleanup the locale parsing code.
* doesn't canonicalize for BSD machines
 * makes matching logic a little cleaner
 * added a few more comments


SVN revision: 26955
2006-11-05 05:09:55 +00:00
Carsten Haitzler 1e9fb6d3aa oof a nast old bug lurking in e_apps for execcing - if the app is NOT in the
all apps repo. fixed.


SVN revision: 26856
2006-10-29 10:29:45 +00:00
David Walter Seikel a1fac4a3da ecore_desktop_get_command can now return a list of commands if it needs to.
SVN revision: 26788
2006-10-25 10:25:15 +00:00
David Walter Seikel fab74676bc Don't let those sneaky little .eaps back in.
SVN revision: 26767
2006-10-24 12:28:13 +00:00
Carsten Haitzler 18313b5421 remove deboogering
SVN revision: 26765
2006-10-24 11:23:24 +00:00
Carsten Haitzler 4720821cda now e will ask u for what app u want to launch the file in - and will launch
it for u.


SVN revision: 26764
2006-10-24 11:23:02 +00:00
Carsten Haitzler 2ad7ada913 working on mime typeopening off apps on files and startup instrumentation is
complete


SVN revision: 26737
2006-10-22 02:14:08 +00:00
David Walter Seikel 70518d5c50 rephorm had a seggie, but not enough information to track down a
solution.  So, just be extra paranoid.


SVN revision: 26721
2006-10-20 21:31:21 +00:00
David Walter Seikel 76047452a6 Some file manager or something is leaving strange .directory files in
inconvenient places.  Ignore them.

Thanks to Hawkwind for helping track this down.


SVN revision: 26697
2006-10-19 19:37:26 +00:00
Carsten Haitzler 9c2590121e more fixes
SVN revision: 26658
2006-10-16 14:30:03 +00:00
Carsten Haitzler e46db8b050 be more lenient on valid exe's in ibar, e apps, menus.
close fwin's if dir is deleted.


SVN revision: 26657
2006-10-16 14:26:02 +00:00
David Walter Seikel 918b36a372 The code that FDO icons gets passed to eventually forces a 64x64 size,
so we might as well search for that size.


SVN revision: 26634
2006-10-16 00:03:11 +00:00
David Walter Seikel 00486b67ab Typo caught by Beber.
SVN revision: 26620
2006-10-15 17:52:17 +00:00
David Walter Seikel b7ff38a5b4 Get rid of the nasty hash walks.
SVN revision: 26612
2006-10-15 13:25:37 +00:00
Carsten Haitzler 2a16d00cf8 making notes in fm - and e_apps. jerkiness on startup identified.
SVN revision: 26607
2006-10-15 01:35:07 +00:00
David Walter Seikel dfcd15bb2d .directory files are .desktops to.
SVN revision: 26604
2006-10-14 12:20:52 +00:00
David Walter Seikel fb7b7e8b65 .directory files are .desktops to.
SVN revision: 26602
2006-10-14 12:08:31 +00:00
David Walter Seikel 72e7b91b3f The directory icons will be called .directory as per the FDE spec. This
will likely be implemented later today.


SVN revision: 26580
2006-10-14 01:02:16 +00:00
David Walter Seikel af7a7e96cd *Turn on icon idle pre searching.
*#if out most of the debugging printf's.


SVN revision: 26577
2006-10-13 23:35:23 +00:00
Carsten Haitzler 6cdcfe352a leak--
SVN revision: 26448
2006-10-09 15:11:41 +00:00
Carsten Haitzler 8798dba1bf and clever borders are back
SVN revision: 26425
2006-10-08 13:38:42 +00:00
Carsten Haitzler 85269715de eap support... gone.
SVN revision: 26423
2006-10-08 13:13:55 +00:00
David Walter Seikel cea94153ed *Add some more explenation of the border find algo.
*Pack the fm properly so it handles dialog resizes properly.


SVN revision: 26350
2006-10-05 08:35:30 +00:00
David Walter Seikel 00dbaa6935 Rationalise the icon code a bit.
SVN revision: 26333
2006-10-03 15:51:58 +00:00
David Walter Seikel 1fe93eb23f Finish and turn on the new e_app_border_find code. You can now
optionally turn on old, new, or both for testing purposes using #if's at
the top of the source, but only the new version is turned on by default.
The question is, is an average 0.00007 seconds border find time worth
the memory hit versus an average 0.003 seconds?  Keeping in mind that if
you have the pager module running, it adds two border finds, and taskbar
adds thirty for some strange reason.  As a bonus e_app_exe_find is also
much quicker.


SVN revision: 26327
2006-10-03 12:56:00 +00:00
David Walter Seikel 02f0991015 The new border finding code is almost complete, but it works well.
Still #if'ed out for now.  Try it if you want.  Note, #if'ing it in will
run it AS WELL as the old code and print the times taken, so that
comparisons can be made.  The new code is the first time reported.


SVN revision: 26323
2006-10-03 10:13:07 +00:00
David Walter Seikel ae9fe98e89 Create the data structures to be used by the new border searcher. Still
need to actually use them, but it's all #if'ed out until it's finished.


SVN revision: 26304
2006-10-02 15:39:30 +00:00
David Walter Seikel 9f56b0c370 *Document my thinking on how to speed up border searches.
*No need to split the E_App->exe on a space during border searches, it's
already split now.


SVN revision: 26298
2006-10-02 11:00:13 +00:00
David Walter Seikel 5549b2000c Remove no longer needed code that had been #if'ed out anyway.
SVN revision: 26294
2006-10-02 07:08:20 +00:00
David Walter Seikel 93c3b25d67 Nuke _e_apps_repositories after discussion with raster. There was only
ever one thing in the list, and it made the code more complex.


SVN revision: 26292
2006-10-02 06:55:23 +00:00
David Walter Seikel d34318fae3 *Idle icon scanning, but it's nsot ready yet, so it's #if'ed out.
*Minor cache tweaks.

*Bit more instrumentation so I can see what the cache code is doing.


SVN revision: 26281
2006-10-01 18:34:54 +00:00
David Walter Seikel 81b6ffd4a2 A little bit of clean up and some refactoring. Now every e_app_new() is
checked to see if it's in a repository, and a reference is returned if
it is.  Looks like this fixes that E_App free problem.


SVN revision: 26275
2006-10-01 12:34:57 +00:00
David Walter Seikel 141085acc4 Minor tweaks and clean ups.
SVN revision: 26272
2006-10-01 09:45:24 +00:00
David Walter Seikel 50bb66fe29 *Only put the E_App in the hash after it has passed all tests.
Thanks to metrics for helping to debug this.

*It's not a white space argument between raster and I, it's an arguement
between our respective editors.  His is the only editor that can handle
odd number of spaces indentation, mine keeps trying to convert it to 4
or 8 character tabs.  Sorry for the noisy white space stuff in this commit.


SVN revision: 26241
2006-09-30 16:59:17 +00:00
Carsten Haitzler 899a2c009f 1. jose's premul patches for evas
2. fixes to patches to re-enable smooth scale again
3. fixes to make txtblock colors work
4. fixes to edje for premul + grad api changes
5. fixes to ecore to work in premul space
6. fixes to e17 for premul space
7. fixes to emotion for premul
8. rebuild of .edj files as premul requires themes to be rebuilt
9. removed unused fils from cvs (eap and old img files)


SVN revision: 26235
2006-09-30 10:16:24 +00:00
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
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
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
sebastid 867c5dd51f Don't check argv twice, one check should be for argc
SVN revision: 25981
2006-09-19 21:50:20 +00:00