Commit Graph

4520 Commits

Author SHA1 Message Date
David Walter Seikel 00cb0f56dd More robust, self contained, no longer needing an external file, can be
run from anywhere, and cleans up after itself.


SVN revision: 26343
2006-10-04 11:31:46 +00:00
David Walter Seikel cc0bc870a3 Fix up seggie while creating a new app.
Thanks to jcwong for pointing that out.


SVN revision: 26341
2006-10-04 03:34:06 +00:00
David Walter Seikel 52d8db3b46 Patch it up to work with the new icon regime.
SVN revision: 26340
2006-10-04 02:16:08 +00:00
Christopher Michael 43128097b5 Update list icon when enable/disable of color class.
SVN revision: 26335
2006-10-03 17:35:33 +00:00
Christopher Michael d6e71bdcac Partially working color class config dialog.
- Added basic/advanced apply code.
  - Needs perhaps colors in basic mode.

Still commented in config panel as it needs more work.


SVN revision: 26334
2006-10-03 17:17:04 +00:00
David Walter Seikel 00dbaa6935 Rationalise the icon code a bit.
SVN revision: 26333
2006-10-03 15:51:58 +00:00
Christopher Michael 4fd3f8405e Disable the color wells by default, and enable when needed.
SVN revision: 26332
2006-10-03 14:14:59 +00:00
Christopher Michael a101e70d31 Add a "disabled" state for color well. Thanks rephorm :)
SVN revision: 26331
2006-10-03 14:14:11 +00:00
Christopher Michael d16eaf3fb7 Added a "disabled" state for color well widget.
SVN revision: 26330
2006-10-03 14:13:42 +00:00
Christopher Michael 1500f09b47 Added ibar label color class for testing.
Added some comments, removed a printf.


SVN revision: 26329
2006-10-03 13:14:17 +00:00
Christopher Michael e2e5d99bf2 Some more virtualize work.
Added ilist headers for color classes.


SVN revision: 26328
2006-10-03 12:59:11 +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
Christopher Michael fa25ccae4d Start "virtualizing" the color classes to a "long name" that can be
translated.


SVN revision: 26326
2006-10-03 11:47:48 +00:00
Christopher Michael 557b1690e0 Add color selection to Advanced Section.
SVN revision: 26325
2006-10-03 11:17:37 +00:00
Christopher Michael 51b49cbb8a Do not need two entry widgets, one atop the other, for this. Can use just
one entry widget.


SVN revision: 26324
2006-10-03 10:38:50 +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
Christopher Michael f7cb862dd3 Resize the ilist widget, remove some test appends.
SVN revision: 26321
2006-10-03 06:02:35 +00:00
Christopher Michael 852ce8816d Start of a color classes config dialog. Commented out in Config Panel for now.
SVN revision: 26319
2006-10-03 05:49:31 +00:00
Adam Kisiel adaf438c7c Polish translation update
SVN revision: 26308
2006-10-02 22:11:08 +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
Carsten Haitzler 3de858efc2 dnd to ibar from apps config and fwin/fm2 works
SVN revision: 26303
2006-10-02 14:34:19 +00:00
Carsten Haitzler 168dfceda4 enable dnd for apps config dialog
SVN revision: 26302
2006-10-02 14:12:46 +00:00
Carsten Haitzler c9be009c4f premul fixes from jose
SVN revision: 26301
2006-10-02 13:19:20 +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 437af3260b Added an option to start gdb with no options and no script. Renamed the
one with the script to -b.  The default is still to run gdb with the
script.

As suggested by metrics.


SVN revision: 26296
2006-10-02 08:36:27 +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
Viktor Kojouharov b54e1cdc4c added an option for the shelf to let itself be overlapped by maximized windows
SVN revision: 26282
2006-10-01 20:10:37 +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 f3b950112d Oops, forgot to commit the header.
SVN revision: 26280
2006-10-01 18:31:19 +00:00
David Walter Seikel ad7fae8091 Two functionss for checking for the existance of icons in the E theme.
SVN revision: 26278
2006-10-01 18:21:31 +00:00
David Walter Seikel af60f4518d This item got done a while ago.
SVN revision: 26276
2006-10-01 13:41:16 +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
Carsten Haitzler 1be65c8038 working on fwin... :)
SVN revision: 26274
2006-10-01 12:05:33 +00:00
Massimo Maiurana e5a015dfd3 *** empty log message ***
SVN revision: 26273
2006-10-01 10:51:55 +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 619c5bcd1c No need to edit the file to choose different debugging methods, you can
pass an argument now.  For those that use a GUI, open the GUI in your
main X.  Defaults to using gdb, and will print help text if it doesn't
understand the argument.


SVN revision: 26270
2006-10-01 06:35:25 +00:00
Viktor Kojouharov 61bf8aa69b todo--
SVN revision: 26246
2006-09-30 18:59:14 +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
Massimo Maiurana 9ff6bf18d4 one string in ibar that needs to be translated, and two strings in exebuf to avoid duplicated entries in pot file
SVN revision: 26239
2006-09-30 12:02:11 +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
kaethorn 0c40c1cd3e setuid root freqset. Thanks David.
SVN revision: 26234
2006-09-30 09:18:56 +00:00
manowarrior cb51ca20e9 Restart, Exit and Logout icons. Just like raster's old ones, but better, imho.
I did a lot of variants of theese and seems that this is the best solution.
If someone have better idea, share it witht me ;)


SVN revision: 26233
2006-09-30 09:14:33 +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 22ea4787cd Added instrumentation so I can include it in timing tests.
SVN revision: 26227
2006-09-30 04:42:30 +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