Commit Graph

883 Commits

Author SHA1 Message Date
Nicholas Hughart 6d14620446 Add alert popup to battery module. Was broken after batget changes. Popup is now themeable and also a bit less intrusive.
SVN revision: 34454
2008-05-03 19:51:49 +00:00
Christopher Michael 49f507fd4f Use correct font_class for desktop icons in default theme.
SVN revision: 34355
2008-04-23 20:06:49 +00:00
Eric Schuele 0f9c14c1a8 Toma's fix for the battery module's poor width calc.
SVN revision: 34352
2008-04-23 05:51:02 +00:00
Carsten Haitzler 1ae409e642 translatable configuration title patch
SVN revision: 33931
2008-03-05 05:39:55 +00:00
Carsten Haitzler 2df5c4159c gee.. um.. software-16 support in e17 - but beware! buggy buggy buggy. do not
use this unless you wish to have much pain :)

ummm... scrollframe thumb scroll has some heuristics on it to work better -
exec returns exec handles...


SVN revision: 33794
2008-02-20 04:12:59 +00:00
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
Christopher Michael c36ea9fcdd New text editor icon from ManoWarrior.
SVN revision: 27537
2006-12-21 11:16:53 +00:00
quan74 bfa0ba5aab Makefile / dist cleanups
SVN revision: 27469
2006-12-16 01:54:16 +00:00
titan 23c1258e61 Fix up the preview a little bit.
SVN revision: 27456
2006-12-15 03:28:03 +00:00
Christopher Michael d9701e12be Add a little more space between the window border and content object so that
Config Panel appears more like a normal Config Dialog with respect to the
space between window border and objects.


SVN revision: 27418
2006-12-11 20:38:52 +00:00
manowarrior 4ac5e19d22 +New icons for the Mouse bindings dialog.
+New "Screen resolution", which may change soon. Need raster's opinion.
+New icon for "Screen" section in the updated conf. dialog
+New icon for the System submenu (new laptop).
I will wait for opinions and continue if it's ok.


SVN revision: 27291
2006-11-30 17:18:16 +00:00
Carsten Haitzler 5027028cc6 1. image size bounds checks for eet
2. e17 bug
3. color class add fir ibar state of label
4. epeg scales before getting pixel data.


SVN revision: 27205
2006-11-25 15:37:45 +00:00
manowarrior 781c69726e Icon for the "Icon Theme" config dialog.
SVN revision: 27138
2006-11-16 16:53:37 +00:00
Carsten Haitzler 6d9484a543 fix signal name for init splash - add "bad init splash" detection timeout.
SVN revision: 27060
2006-11-12 02:16:16 +00:00
manowarrior 050f1fe5b2 Regenerating menus...
SVN revision: 27056
2006-11-11 22:17:47 +00:00
Christopher Michael 2f1d07eb36 Remove duplicate "sreen_normal" entry.
SVN revision: 27041
2006-11-11 02:26:57 +00:00
manowarrior 36b4e08292 Icon for the Shelves dialog.
SVN revision: 27038
2006-11-10 20:35:31 +00:00
manowarrior 13ba37335f Fix those.
SVN revision: 26923
2006-11-03 13:52:20 +00:00
Carsten Haitzler eb8bc97c1e fix winlist textcloass - bug++
SVN revision: 26839
2006-10-28 11:16:43 +00:00
Viktor Kojouharov cba1e48375 made the base object of the fwin themeable, instead of hardcode white
SVN revision: 26756
2006-10-23 16:34:21 +00:00
Carsten Haitzler 67df17a573 fix up transitions dialog... :)
SVN revision: 26710
2006-10-20 14:31:51 +00:00
rephorm 04c44dd595 forgot the theme changes
SVN revision: 26701
2006-10-20 03:31:18 +00:00
Carsten Haitzler df56bb3761 added icon for .desktop file for e (for xsessions)
fm2 now instant-updates on dnd and delete/rename/new dir
fms also instant-updates on-disk file changes


SVN revision: 26608
2006-10-15 08:37:07 +00:00
rephorm 6c06213dc4 bsd cpp includes whitespace before string params in macros, breaking c string concatenation :(
SVN revision: 26592
2006-10-14 05:40:33 +00:00
rephorm 9d58b52c0b Fix bug: overlap in deskpreview with a single desktop
move color well default min size from theme into the widget itself (may still need to be tweaked a bit -- but can always be overridden when using the widget)


SVN revision: 26565
2006-10-13 02:49:40 +00:00
Christopher Michael a765b109ac Add alias for gradient preview.
SVN revision: 26550
2006-10-12 14:05:19 +00:00
manowarrior 10633b10e5 reboot/shutdown (same as e_restart and e_exit)
SVN revision: 26522
2006-10-11 17:30:13 +00:00
manowarrior 952eff6110 Suspend and hibernate icons.
SVN revision: 26521
2006-10-11 17:23:26 +00:00
manowarrior 6ea04288b4 New icons.
-Transitions.
-Language Settings
-Colors


SVN revision: 26518
2006-10-11 14:41:27 +00:00
Christopher Michael 00dc2f3230 Change to generic module label color class.
SVN revision: 26484
2006-10-10 13:36:31 +00:00
Christopher Michael 56aeebeff8 Add winlist color classes.
Why does winlist/item/e.text.label have 2 text_classes ? Typo ?


SVN revision: 26475
2006-10-10 11:14:04 +00:00
Christopher Michael 7bbf0c9335 Add a few more color classes to default theme.
SVN revision: 26472
2006-10-10 11:02:08 +00:00
rephorm 7c2f28556a add preview widget to Virtual Desktops dialog
SVN revision: 26455
2006-10-09 19:06:43 +00:00
Carsten Haitzler c1b3a791ab use max size for frame layout - now it won't fuck up by getting too small
when frame title is long


SVN revision: 26440
2006-10-09 06:01:39 +00:00
Christopher Michael c5806dcf38 Added ilist item/header color classes.
SVN revision: 26374
2006-10-06 02:32:48 +00:00
Christopher Michael c75ee909d1 Added more color classes.
SVN revision: 26370
2006-10-06 02:25:57 +00:00
Christopher Michael cf02063020 Add some color classes to the default theme. This makes the config dialog
somewhat usable for testing.


SVN revision: 26367
2006-10-06 00:27:29 +00:00
manowarrior 88245ea926 Better?
SVN revision: 26360
2006-10-05 15:50:43 +00:00
manowarrior 8120afae5a An e-mail client icon.
SVN revision: 26359
2006-10-05 15:26:02 +00:00
manowarrior a80cbabfb7 Now is 64x64. Looks much better.
SVN revision: 26356
2006-10-05 13:08:08 +00:00
Carsten Haitzler 9f1b958178 updated minimal app set - will finally die tho when we have a wizard
SVN revision: 26353
2006-10-05 10:24:57 +00:00
David Walter Seikel e5b536e98d Sorry, last one was only half done. Still some issues, but this one
works much better.  One more on it's way soon unless raster talks me out
of it.


SVN revision: 26352
2006-10-05 10:12:26 +00:00
David Walter Seikel ceaea83c12 Converted the default apps to .desktop. If there is some obscure tar
option that raster preferred I used, he can repack this himself.


SVN revision: 26351
2006-10-05 09:57:32 +00:00
Christopher Michael d16eaf3fb7 Added a "disabled" state for color well widget.
SVN revision: 26330
2006-10-03 14:13:42 +00:00
Carsten Haitzler 1be65c8038 working on fwin... :)
SVN revision: 26274
2006-10-01 12:05:33 +00:00
Viktor Kojouharov 61bf8aa69b todo--
SVN revision: 26246
2006-09-30 18:59:14 +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
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 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
manowarrior 453dd05df3 Orange!
SVN revision: 26163
2006-09-26 17:08:19 +00:00
manowarrior 1dc60a7a19 Looks better in the menu now.
SVN revision: 26074
2006-09-23 20:05:01 +00:00
manowarrior 39e51f18c0 Added a generic video player icon. Renamed "player.png" to "audio_player.png",
so we now have video_player.png and audio_player.png.


SVN revision: 26073
2006-09-23 19:37:08 +00:00
manowarrior 17419b8bfe Transitions.
SVN revision: 26072
2006-09-23 18:42:23 +00:00
manowarrior bf03e238d6 ...and (hopefully) make devilhorns happy :)
SVN revision: 26068
2006-09-23 14:02:27 +00:00
manowarrior fc684182e9 Lost! The precious is lost! Gollum, gollum!
SVN revision: 26067
2006-09-23 13:38:37 +00:00
manowarrior 570b1b06f6 Generic web browser icon.
SVN revision: 26032
2006-09-22 22:31:25 +00:00
manowarrior 693866b3e0 Favorites ;)
SVN revision: 26031
2006-09-22 22:17:15 +00:00
manowarrior 22ddea97b8 New icon for the Virtual desktops configuration dialog.
SVN revision: 26030
2006-09-22 21:48:17 +00:00
Viktor Kojouharov 0640ab1360 todo--
SVN revision: 26029
2006-09-22 21:34:13 +00:00
manowarrior 91ba685705 - Better Window Display icon;
- New Window Manipulation icon;
- New Window List icon;
Unification is good thing.


SVN revision: 26028
2006-09-22 21:09:34 +00:00
manowarrior b0909a55ec New icon for the Modules configuration dialog. Perhaps not the best idea, but at least its original.
If someone have better idea..?


SVN revision: 25986
2006-09-20 15:15:59 +00:00
Carsten Haitzler 3b08106e56 add player icon from manowarrior - and terminal icon, and fixed startup icons
a bit


SVN revision: 25957
2006-09-18 10:27:02 +00:00
Carsten Haitzler cdecc1f4aa and provide a .order for favorites :)
SVN revision: 25879
2006-09-16 12:06:42 +00:00
manowarrior 3493ddff48 Better icon.
SVN revision: 25877
2006-09-16 11:56:42 +00:00
Carsten Haitzler 8c9abfcdc5 there is now a mime type ->? icon mapping that can work in many ways... hooray
SVN revision: 25874
2006-09-16 11:35:54 +00:00
Carsten Haitzler 11ccc9a4fa typebuf makes a comeback... bitches! yooot!
SVN revision: 25853
2006-09-15 14:06:23 +00:00
Carsten Haitzler 00634a43ad fm2 has some slightly better keyboard nav ability - needs to become better
with old efm typebuffer-like matching etc. etc.

added a seg fix for .desktop parse fails.

also fixed linuxtitan's error checking for stat()


SVN revision: 25843
2006-09-14 16:07:57 +00:00
manowarrior 25d4fdffdb Better icon for the Screen Resolution configuration dialog.
SVN revision: 25820
2006-09-13 18:46:41 +00:00
manowarrior f5220437b5 Window Display icon.
SVN revision: 25819
2006-09-13 18:31:03 +00:00
manowarrior 58bac73387 Better icon. Sorry everybody, a lot of accidents today.
SVN revision: 25796
2006-09-12 20:29:43 +00:00
sndev abe8514596 The original system icon from ManowarrioR.
SVN revision: 25795
2006-09-12 20:27:06 +00:00
sndev 9ce4419592 make default theme to compile again.
put a blank icon for e17_icon_system until ManowarrioR commit the original.


SVN revision: 25793
2006-09-12 19:21:50 +00:00
manowarrior f88a715c9e New icon for the Search directories configuration dialog.
A microscope. I just wanted to make something different, rather than yet another magnifying glass. If you don't like the idea, I'm waiting for your good arguments.


SVN revision: 25785
2006-09-12 16:32:10 +00:00
Carsten Haitzler 8ea5ec3955 ignore++
SVN revision: 25716
2006-09-11 09:38:02 +00:00
Carsten Haitzler 3040356339 add system icons dir for e, patches for evas.
SVN revision: 25715
2006-09-11 09:36:32 +00:00
manowarrior c5f3222cc5 A bit better.
SVN revision: 25703
2006-09-10 21:33:46 +00:00
manowarrior 78aa4cea47 Icon for the Menus configuration dialog.
SVN revision: 25701
2006-09-10 20:41:38 +00:00
manowarrior 87312dacc5 I've returned from the "vacation". New icon for Applications configuration dialog.
SVN revision: 25692
2006-09-10 15:49:05 +00:00
Carsten Haitzler a952e6a2e0 icons for most sys ops - not great, but something.
SVN revision: 25684
2006-09-10 09:15:54 +00:00
Carsten Haitzler 71be7e7882 sys actions have status/info/progress dialogs that should work right for all
actions (so you know what is going on and have some feedback/status).


SVN revision: 25670
2006-09-10 04:51:07 +00:00
Carsten Haitzler 04d99e3df8 main menu cleanups.
sys actions check error/status etc. logout implemented, and used. need to
have status for reboot/halt and for suspend and hibernate.


SVN revision: 25656
2006-09-09 07:00:14 +00:00
moom ba23d3535d * [Widget_Slider] Hiding the label no longer makes the line disappear (TODO--)
Since it was a bug in the default theme and not in the code, other
themes based on it may also need to be updated


SVN revision: 25565
2006-09-06 22:26:19 +00:00
Carsten Haitzler 3327380d37 update fav's
SVN revision: 25429
2006-09-03 23:04:34 +00:00
Carsten Haitzler 34d6645d66 lots of freaky stuff.
1. cleaned up actions for restart and exit
2. made main menu cleaner in just using the actions
3. added ilits unselect calls for ilist smart and widget
4. patch for cpufreq to set all cpu clocks
5. fix battery module to handle broken acpi impl's that don't report drain rate
6. add e_sys subsystem - for executing system sensitive stuff like halt, reboot
   suspend, hibernate etc. this also covers exit, restart and logout. logout
   is currently dormant and just an action - not bound or in a menu. not
   complete anyway (no code for it). halt and reboot should probably use
   logout logic to shut down apps - i will recycle it. i added a suid root
   binary to do the actions - uses a system config (default one supplied that
   is secure - root will need to modify it to allow things).
7. fixed suid install hook for cpufreq
8. added sysconf dir to build for sys config file.
9. pants on


SVN revision: 25395
2006-09-03 08:51:32 +00:00
Carsten Haitzler 90bade8e2b small thing - but make the cursor in exebuf blink.
SVN revision: 25322
2006-09-02 02:06:47 +00:00
rephorm e4bd158499 oops, looks like i got distracted and forgot to finish these (thanks for catching that sndev)
SVN revision: 25308
2006-09-01 19:31:32 +00:00
cobra aca8a18110 Ooops, an extra file got added in the icon_keys naming confusing. Fix
make dist.

Kevin Brosius <cobra@compuserve.com>


SVN revision: 25263
2006-08-31 22:33:29 +00:00
sndev d38f03aea7 Ehhhh. So stuff in one go.
* Mouse Binding Dialog
  - dialog refactoring
  - no need to select modifiers, etc. Just click add button and do an action with a mouse.
  - new icons. Many thanks to Luchezar 'ManowarrioR' Petkov for great work on this icons.
  - extra mouse buttons and wheels are supported.
  - etc, just try and see.

* Shelf
  - No re-population when "plain/inset" mode set.
  - Changing the orientation of the shelf horiz->vert does not screws up it look.
  - something else

* Gadcon
  - No overlaping items in initial shelf.
  - Moving of items in gadcon is not problematic any more. Will not get any mess
    and overlaps in gadcon on moving.
  - Item sizing. If u size an item to the left it will be sized only to the left.
  - If gadcon clients take much more space than gadcon can display, they are resized
    starting from the biggest item(s).
  - Shrinked mode actions, moving/sizing, is not problematic. Everything works
    exactly in the same fasion as in non-shrinked mode.
  - etc.


SVN revision: 25235
2006-08-31 04:16:43 +00:00
rephorm bc2582caa0 fix plain style autoscroll gadget issues
SVN revision: 25234
2006-08-31 03:28:26 +00:00
manowarrior a53e2a4436 New icon for the Key Bindings dialog. Perhaps not the best thing I can do, but I'll work on it more if needed. Sorry for the last commit with no log message - I commited icons for Startup and Performance. And something else: I'll be missing next 10 days. After I return, I'll draw more for ya.
SVN revision: 25227
2006-08-30 22:22:53 +00:00
manowarrior 404f8fbe99 *** empty log message ***
SVN revision: 25226
2006-08-30 21:35:35 +00:00
David Walter Seikel aad55ed64a Did someone change the name?
SVN revision: 25201
2006-08-30 05:05:28 +00:00
Carsten Haitzler 7f2b813bb5 fix text class problems
SVN revision: 25170
2006-08-28 05:34:28 +00:00
rephorm b21893a072 textblocks should be e.textblock.*
SVN revision: 25168
2006-08-28 03:58:53 +00:00
rephorm e822d72a22 e.client should have been e.swallow.client
if you've updated a theme already, make sure you change this (the map file has hadd the new name all along...)


SVN revision: 25166
2006-08-28 02:31:32 +00:00
Carsten Haitzler 85ea82cdc5 use start anim in about
SVN revision: 25138
2006-08-26 18:04:59 +00:00
Carsten Haitzler 02d3f4dc5d new start module anim - nicer :)
SVN revision: 25137
2006-08-26 17:58:11 +00:00
Carsten Haitzler 01bd81f134 fix default config - more shadowy logo - nicer.
SVN revision: 25134
2006-08-26 14:23:59 +00:00
Carsten Haitzler ef0f8c2489 fix makefile
SVN revision: 25132
2006-08-26 13:48:31 +00:00
Carsten Haitzler f5df394807 config spanner icon.
SVN revision: 25131
2006-08-26 13:36:20 +00:00
Carsten Haitzler 8ced61a33c remove unused icon (can do a lot of cleaning in the theme tho!)
blank out "ugly" (bad - could/should be better) icons. only e_fileman icons
are kept for now


SVN revision: 25126
2006-08-26 11:39:20 +00:00