Commit Graph

778 Commits

Author SHA1 Message Date
Carsten Haitzler 5c2641e5dd 1. fix abort in tiff loader
2. slidesel theme garbage trailing. nuke
3. icon obj can have pre-scale set not. default is as before.
4. printf-- in slidesel


SVN revision: 33677
2008-02-05 12:00:19 +00:00
Carsten Haitzler 05fc729bf8 new widgety stuff
SVN revision: 33662
2008-02-02 05:26:07 +00:00
Christopher Michael 407167eceb No need for 2 color statements.
SVN revision: 33661
2008-02-02 01:15:14 +00:00
Carsten Haitzler 5e8fe37119 entry disabled changes in.
SVN revision: 33529
2008-01-19 01:00:37 +00:00
Carsten Haitzler b70f5a0ecc e:
1. configure/build changes to allow cross-compiling painlessly
2. pager module namespace changes - this was still dirty afdter the namespace
cleanup, so clean it up
3. add a powersave subsystem - doesnt have an "automatic" way to turn on and
off right now, this i think is best provided by modules (that do things like
monitor acpi status's (eg close lid of laptop), AC power status etc. etc.
this allows e to nicely defer "power" expensive actions to avoid disk
spinups etc.
4. move to use the new ecore poller system  - discussed long ago as part of
power management/saving issues. now it exists
5. add a canvas idle flush call that helsp cope with the new shm greedy
software x11 engine stuff
6. use the new powersave subsystem where appropriate
7. fix non-zeroed/initted memory access in e_fm_main
8. fix mem leak for e menus
9. remove ipc handlers for changed/removed config values
10. use animaotr not timer for menu scrolls - then menu scrolls obey the fps
config
11. fix up timer/poll happienss of cursor idle stuff
12. remove avoid damage from popups for now - causing problems
13. change battery and temp readouts to b e shorter so they fit
14. pager can emit signals on focus change for mini-windows now
15. temperature module now uses a slave process and uses stdin/out to talk to
it and get output - this makes e smoother as in my expereicne i found getting
the temp on my laptop actually took like 200ms so e "hang" for 200ms while
reading the acpi files - so now the subprocess does it and just writesa back
to e when it gets it.

ecore:
1. add ecore_pollers. see the documentation on them in doxygen comments :)
2. fix timers to only go off when they have to - bug there that made e's
select time out a LOT more than it needed to. defensive coding hid the
problem. now fixed. e should be much more power friendly now.
3. formatting/niceness in ecore_exe stuff
4. some comments on comments with SIGIO ideas vs. select
5. add call to be able to add an idle enterer at the start of the list of
them, not just the end (as has been the default)
6. fix ecore_evas to support auto evas idler calls after 0.5 secs of idle in
all canvases - and to do it right
7. if argb destination - set the shape EVENT shape (to mask out events in
transparent regions much like shape does withotu translucency)
8. in ecore_x add support for the event shape

evas:
1. fix cache to work properly and not just always fill up (as it seemed to
like to think cahce useage dropped below 0 when it didnt and thus just
over-fill)
2. software x11 engine now ONLY uses shm segments - no ximages over the
socket. this ximage hack was there to avoid the 2 round trips involved in
setting up an shm image - now i mitigated that wih an shm image cache pool.
it keeps shm images around and repurposes them for new update regions if
appropriate. this means many fewer shm creates (about 1/100th the number) and
since we recycle the memory less 0 memory page filling by the kernel - in the
end, i recorded about a 10-20% speedup over the old software x11 engine.
simple tests i have seen up to 120% speedups. idle flush now does something -
it frees all the cached shm segments. it has a hard-coded limit of 4mb worth
of shm segments (or 32 segments - whichever comes first) to keep around. once
can never complain much about speedups methinks :). also evas will defer sync
until the NEXT frame is written - this means evas can calculate the next
frame of data while x dma's/copies the images to the screen at the same time
(if you hve a dual core or multi-cpu machnike or your xserver is able to use
DMA to copy image data to the screen/video ram then this should see a decent
speedup).


SVN revision: 33448
2008-01-11 07:33:57 +00:00
Carsten Haitzler 4a2bc0e79c patches, caching fixes, zone dynamic creation/deletion handling, stuff.
SVN revision: 33127
2007-12-14 05:57:16 +00:00
Christopher Michael f0467da019 Allow more space for moving/placeing items in the toolbar. This removes the
large "gap" at the begining & end of the toolbar.
Also remove the "shaped" option as it's not needed in default theme.


SVN revision: 32982
2007-12-04 19:39:00 +00:00
Christopher Michael ad1add71a5 Add rar icon to Makefile.am
SVN revision: 32932
2007-12-02 09:08:25 +00:00
Christopher Michael 4cee74fcff Add icon for rar types.
SVN revision: 32931
2007-12-02 09:07:40 +00:00
Christopher Michael b8a1ead5c1 Add icon for Rar types also.
SVN revision: 32930
2007-12-02 09:07:17 +00:00
Christopher Michael b61867b266 Orientation support in the theme also.
SVN revision: 32524
2007-11-09 20:59:05 +00:00
Christopher Michael b28acd50ac Check in edc for upcoming toolbar.
SVN revision: 32228
2007-10-31 10:05:32 +00:00
Miculcy Brian 52ee7cd8e3 Removed, parted as desktop_files.tar.gz and desktop_order.tar.gz .
SVN revision: 32053
2007-10-13 11:31:38 +00:00
Miculcy Brian 4b5a3d2a6d Removed ~/.e/e/applications/all as it isn't used anymore. Correct dir is ~/.local/share/applications, so applications.tar.gz was parted into desktop_files.tar.gz which contains the .desktop files and is extracted to ~/.local/share/applications/ and desktop_order.tar.gz which contains the menu and bar files and is extracted to ~/.e/e/ .
SVN revision: 32052
2007-10-13 11:28:54 +00:00
Carsten Haitzler 43a5794c88 buttom patch from lok and seb's shelf bug fix.
SVN revision: 31974
2007-10-05 06:05:16 +00:00
Christopher Michael ee23572537 Added basic rubber band support to efm.
SVN revision: 31763
2007-09-19 19:38:25 +00:00
Carsten Haitzler 1ab387ad73 more work on wiz - fix up bold font text part refs so they stay bold. lang
list - but empty. need to fill.


SVN revision: 31749
2007-09-17 12:03:47 +00:00
Carsten Haitzler 745c95731d keep style - a first test.
SVN revision: 31745
2007-09-17 05:07:50 +00:00
Carsten Haitzler e7de4981f9 enable/disable back/next as needed. allow pages to do it too.
SVN revision: 31743
2007-09-16 18:32:32 +00:00
Carsten Haitzler b2efad1ba9 workin on da wiz - working on page infrastructure - just test pages right now.
SVN revision: 31693
2007-09-13 13:56:36 +00:00
Carsten Haitzler 670d147845 bah. until i have a better idea - i'm going "boring".
SVN revision: 31666
2007-09-09 22:46:58 +00:00
Christopher Michael 18aabd0126 Add a "noresize" border style (not the same as noresize_dialog). This fixes
bug #179.


SVN revision: 31644
2007-09-07 17:24:31 +00:00
Carsten Haitzler 7b8ae9704c asparagus!
SVN revision: 31524
2007-08-26 14:33:41 +00:00
Eric Schuele 3f3043c31f Add a bold tag to the default theme. ( <b> ... </b> )
SVN revision: 31509
2007-08-26 05:05:36 +00:00
Carsten Haitzler 5f6fa14f73 add.
SVN revision: 31503
2007-08-26 02:31:19 +00:00
Carsten Haitzler 5080050d30 be able to pass distcheck!
SVN revision: 31497
2007-08-25 13:49:47 +00:00
Viktor Kojouharov b0d4ef2ea9 info popup for gadcon clients
SVN revision: 31432
2007-08-20 18:50:20 +00:00
Carsten Haitzler 33e5c2d4b2 workin' on my wiz.
SVN revision: 31384
2007-08-18 15:55:48 +00:00
Carsten Haitzler 8128302bd5 lok's xdnd work
SVN revision: 31378
2007-08-18 10:37:16 +00:00
manowarrior 80d85dea05 i'm sick of the old crap..
SVN revision: 31279
2007-08-12 23:45:03 +00:00
Carsten Haitzler dd9a509678 working on wizard - nothing yet. dont use it! you'll regret it!
SVN revision: 31268
2007-08-12 14:34:53 +00:00
Christopher Michael fd3197d74e Fix alternate shelf w/ inset style for recent swallow color changes.
SVN revision: 30924
2007-07-21 03:39:14 +00:00
Carsten Haitzler 024a4dc7a2 and add image to Makefile.am!!!!! remember!
SVN revision: 30707
2007-07-10 15:19:22 +00:00
manowarrior f92eeb63b6 New Desktop icon
SVN revision: 30702
2007-07-10 13:06:35 +00:00
Carsten Haitzler ee2298b2db 1. fix a lot of things so they pass make distcheck - so many things have
broken. guys - need to be more careful!
2. asparagus
3. some extra docs/comments for evas


SVN revision: 30696
2007-07-10 00:13:26 +00:00
manowarrior fa2c1d6552 New icon for "Root" (~/.e/e/fileman/favorites/root.desktop). If you already havea copy of this .desktop on your desktop update it (cp ~/.e/e/fileman/favorites/root.desktop ~/Desktop)
SVN revision: 30679
2007-07-09 14:12:30 +00:00
manowarrior 9ed5ec4a33 Update the Home icon a bit for more contrast. Rename it to much the FDO spec.
SVN revision: 30658
2007-07-08 14:32:34 +00:00
manowarrior 62a46239e1 commit new mime type icons and new folder icons with new names to much the FDO icon naming spec: http://standards.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html
now make efm to work with those :-)
stay tuned for more


SVN revision: 30654
2007-07-08 10:41:20 +00:00
Christopher Michael 245e84ade0 Fix swallow colors for alternate & invisible shelves.
SVN revision: 30634
2007-07-07 05:20:39 +00:00
Carsten Haitzler b6c1ed2544 lots of things vanished in e17 - swallows happened to be color 0 0 0 0...
SVN revision: 30632
2007-07-07 02:04:19 +00:00
manowarrior 971430e97d Skip and Skip/Pager border icons.
SVN revision: 30446
2007-06-23 10:41:57 +00:00
manowarrior e57dd48d74 ...and open the folder
SVN revision: 30418
2007-06-21 16:27:59 +00:00
manowarrior 49d8abd659 new folder
SVN revision: 30417
2007-06-21 16:27:35 +00:00
manowarrior 25961ee712 new home
SVN revision: 30416
2007-06-21 16:26:50 +00:00
Dan Sinclair 9f5b080858 - remove random ;
SVN revision: 30404
2007-06-19 01:38:23 +00:00
Carsten Haitzler b07a851c65 ASPARAGUS!
SVN revision: 30379
2007-06-17 15:25:52 +00:00
Carsten Haitzler a4dab7ebed lots of debugging - but most of all - removable device support now uses
e_dbus (optional if you built it) and uses dbus for mount, unmount dev and
volume detection, creates icons and changes their state etc. and automounts
on double-click of volume etc. may have bugs. pants on.


SVN revision: 30346
2007-06-16 16:18:45 +00:00
Eric Schuele 894db60c71 Patch from tokyo to populate the entry widgets context menu with icons.
SVN revision: 30314
2007-06-12 11:59:47 +00:00
Eric Schuele 401fd04bda Patch from tokyo to populate the entry widgets context menu with icons.
SVN revision: 30313
2007-06-12 03:51:47 +00:00
Carsten Haitzler 096fa7ba21 shuffling around of fm theme - now desktop can use a different theme entirely
to fm windows - easy to turn on and select. desktp;p theme items are slightly
modified as an example. fm theme still sucks tho


SVN revision: 30206
2007-06-03 04:50:54 +00:00
Carsten Haitzler e9d5e13066 remove frame shadow for desktop - custom scrollframe.
SVN revision: 30051
2007-05-21 14:12:48 +00:00
Carsten Haitzler d4b9eaa1ae work on the fm - no more segv if no Desktop dir - i hope
SVN revision: 30041
2007-05-20 08:41:36 +00:00
manowarrior d92ae2ab1f file
SVN revision: 29986
2007-05-13 19:58:46 +00:00
manowarrior 9795287913 clicked folder - opened drawer.
SVN revision: 29985
2007-05-13 19:29:35 +00:00
manowarrior b84c0ccc65 let's browse our dirs with nicer icon :-) drawer, as raster wanted.
SVN revision: 29984
2007-05-13 18:59:54 +00:00
manowarrior 2547184509 And we finally have *desktop* icons :-)
SVN revision: 29983
2007-05-13 18:35:10 +00:00
manowarrior b73caaf72a We've got a new home! :-)
SVN revision: 29982
2007-05-13 16:52:28 +00:00
Carsten Haitzler 554d1fc792 hide amount smaller
SVN revision: 29932
2007-05-10 14:09:01 +00:00
Carsten Haitzler a9e83652ab asparagus - pass distcheck.
SVN revision: 29865
2007-05-05 15:14:17 +00:00
Stafford Mitchell Horne 922208c066 Overhaul for font configuration (hope people like it)
* Added Preview for font
 * Basic is really basic (sets up all classes in one go)
 * Ability to use font scaling (Normal, Smal, Big)


SVN revision: 29836
2007-05-03 23:19:40 +00:00
manowarrior 6c4b064a6e update this old crap
SVN revision: 29652
2007-04-22 10:21:40 +00:00
rephorm b2d64063f6 send signal to indicate that password is currently being checked
send signal in the event that an invalid password has been entered
update text to indicate current state
don't accept text input while authenticating (as the text gets whiped out if it was wrong once pam returns)


SVN revision: 29593
2007-04-19 03:44:47 +00:00
Carsten Haitzler d516d025c6 working on custom bg and overlay support in fm2 - works! :)
SVN revision: 29551
2007-04-16 09:44:40 +00:00
titan 442148b728 Lets rename shelf/gold to shelf/alternate. This way when other themes
are used, they can replace these two without having to name one of their
shelf themes shelf/gold. They can name it shelf/alternate! :)


SVN revision: 29541
2007-04-15 17:01:27 +00:00
manowarrior 5935f6da04 screensaver
SVN revision: 29517
2007-04-14 19:00:02 +00:00
manowarrior 9ae8b2369c power mngmt
SVN revision: 29515
2007-04-14 18:21:26 +00:00
manowarrior 033618eeb3 uptade the desklock icon
SVN revision: 29514
2007-04-14 17:38:04 +00:00
Viktor Kojouharov a0a2e5c7fc themers can use "instant_delay" "N.M" to tell e when to instantly move the shelf away. that way then can fade the shelves away or use other techniques to give the impression that the shelf is hiding
SVN revision: 29440
2007-04-08 09:32:48 +00:00
Carsten Haitzler 428c4209fa no break shelf default - it's shaped.
SVN revision: 29430
2007-04-07 01:53:58 +00:00
Viktor Kojouharov 641dd49248 Shelf hiding based on Hannes Janetzek's patch.
e,state,hidden|visible are still available to themers, to do something interesting while the shelf is being moved.


SVN revision: 29426
2007-04-06 19:01:29 +00:00
Carsten Haitzler ba94614313 1. removed mosue_events 0 on swallows - as this now changes behavior. normalise
2. gustavo's patch.


SVN revision: 29352
2007-04-04 12:51:51 +00:00
Carsten Haitzler d57b9d94b8 fix fileman favorites
SVN revision: 29274
2007-03-31 04:55:38 +00:00
Sebastian Dransfeld e25c2ffdec Add DefaultAppDirs to favorite.menu
SVN revision: 29036
2007-03-24 18:51:57 +00:00
Sebastian Dransfeld 14e6964bad Create the default favorite menu as a .menu file.
SVN revision: 29035
2007-03-24 18:46:15 +00:00
Sebastian Dransfeld e38b64a98b Make fm2 use efreet.
Don't use custom values in standard fields.
This breaks the old .desktop files in fileman/favorites!


SVN revision: 28997
2007-03-24 09:54:23 +00:00
Sebastian Dransfeld 5aa3f18cdd Formatting.
SVN revision: 28985
2007-03-24 07:38:13 +00:00
Christopher Michael 600cc2f8d8 Better clock "glass" image from morlenxus that reduces the glare a
little so the clock hands are easier to see.


SVN revision: 28644
2007-03-10 22:08:44 +00:00
Carsten Haitzler b2a0abb8eb a lot of patches - also my work on moving the IO stuff in e_fm to a slave
process to stop e from ever "locking up". this unfortunately breaks the other
source stuff and thus breaks the app editor config dialogs and anything using
fm2 for .desktop stuff from the e applications/all repo. i am doing this as i
expect this to go away with efreet anyway so not too much of an issue. not
all fm operatiosn work currently - note. so beware. it can view files though :)


SVN revision: 28528
2007-03-02 17:00:20 +00:00
Christopher Michael 9c21932dae Support e,action,icon,hide for the button widget.
SVN revision: 28501
2007-02-28 02:59:11 +00:00
Christopher Michael 78b4df7cf5 New icon for 'shelf' from ManoWarrior.
SVN revision: 28304
2007-02-11 02:32:23 +00:00
Michael Jennings 0f2af742f7 Thu Feb 1 14:18:22 2007 Michael Jennings (mej)
Build fixes.
----------------------------------------------------------------------


SVN revision: 28192
2007-02-02 01:18:31 +00:00
Christopher Michael afd377432e Add fixed: 1 1 to slider_vertical text label.
This fixes the Desktop Preview widget overlap that happens when only one
desktop is configured.


SVN revision: 28148
2007-01-28 16:13:56 +00:00
Carsten Haitzler 07d6799234 1. update bugs in todo.
2. quickly add a new icon for "removable devices"
3. add removable device support to e17's fm - via dbus/hal. seems to work
well :)  (requires pmount to mount devices though)


SVN revision: 28143
2007-01-28 07:22:50 +00:00
Stafford Mitchell Horne 691bda6ed7 IMC updates
* Add cleanups which were conflicting
* Update imc binaries
* Update command line tool for new fields


SVN revision: 28131
2007-01-27 05:52:17 +00:00
Viktor Kojouharov 94bdc552dc icons in the ibox and pager will pulsate if urgent
SVN revision: 27992
2007-01-15 04:03:08 +00:00
manowarrior ff4c6d9cf8 some icons for the Applications category.
Stay tuned.


SVN revision: 27898
2007-01-10 19:26:39 +00:00
manowarrior 38b83905c0 new menu settings icon; needs a bit more love, but I need e17_icon_configuration's SVG
raster, help me :-)
updated Applications icon. Looks nice in the panel, not in the menu.
I may hack it a bit. Raster, I know you wanted three gears, but I think
that this variant is much better. I can put back the old one, if you want.


SVN revision: 27877
2007-01-08 20:17:29 +00:00
manowarrior ed8c48f4ae and fix it :-)
SVN revision: 27870
2007-01-08 05:46:59 +00:00
Christopher Michael eb721d698e Added seperate icon for the desklock menu_item that matches the other System
icons better.


SVN revision: 27867
2007-01-08 05:31:37 +00:00
manowarrior 145a01b900 updated appearance icon (a bit, just to match the direction of others)
new desklock icon for the menu (looks much better in this way)


SVN revision: 27866
2007-01-08 05:31:18 +00:00
manowarrior df69c2d901 icon for File Icons.
SVN revision: 27797
2007-01-05 15:27:39 +00:00
manowarrior a586b95759 Generic icon for Image Viewers
SVN revision: 27763
2007-01-03 17:14:15 +00:00
manowarrior ed72b26f48 One more icon for generic audio player.
SVN revision: 27758
2007-01-03 14:11:13 +00:00
manowarrior 96451d164e oops.. sorry.
SVN revision: 27739
2007-01-02 20:50:36 +00:00
manowarrior eeb898decf a better Transitions icon
SVN revision: 27738
2007-01-02 20:46:45 +00:00
manowarrior 8a3717b412 new icons for Appearance (this is better then eye, isnt it?),
extensions and input methods (not sure if this exactly represents the dialog's functionality, dh, what will you say?)
TODO-- ?! How many more dialogs are left to be done?


SVN revision: 27626
2006-12-29 00:51:27 +00:00
manowarrior ee197448eb New icons for the Mouse bindings dialog
New icon for the Keyboard and mouse section
New icon for Modules config dialog
Stay tuned.


SVN revision: 27573
2006-12-27 12:57:30 +00:00
Christopher Michael 58f817e107 Added advanced icon for config panel.
SVN revision: 27540
2006-12-21 11:23:09 +00:00
Christopher Michael 1958ad6acb New intl icon from ManoWarrior.
SVN revision: 27539
2006-12-21 11:22:42 +00:00
Christopher Michael b8b799bc6d Advanced icon for config panel from ManoWarrior.
SVN revision: 27538
2006-12-21 11:21:44 +00:00