Commit Graph

509 Commits

Author SHA1 Message Date
rephorm 4fa321e99b more csel work. theme it up a bit.
SVN revision: 24717
2006-08-15 00:54:33 +00:00
rephorm d7792a9270 Start of a color selector.
Change the last test in e_test.c to #if 1 to play.

Issues:
  Redrawing the H,S and V spectra is a bit slow. Needs to be optimized.

  Spacing / Sizing of the various pieces of the csel widget needs to be cleaned up a bit.

  I haven't actually themed anything yet. Just some fairly basic place holders to get it working. We should wrap each piece in shadowed cutout graphic, and make fancier cursors.

  A color well widget
    - show the currently selected color
    - allows dnd of colors (this probably requires some reworking of ecore selection code)

For anyone wanting to play with this, a single E_Color struct is used by all parts of the selector, preventing the need to copy values around. This includes RGB *and* HSV values since the two spaces aren't 1:1.


SVN revision: 24669
2006-08-14 04:38:49 +00:00
moom 2bf4ad1ce1 * Theme for the cursor and the selection of the entry
SVN revision: 24616
2006-08-12 20:52:15 +00:00
Carsten Haitzler d104992051 * border property patch - dont generate on moves
* entry dialog becomes object - supports initial text contents of the entry
* fm2 gets menu patch (heavily worked so its safe) so u can delete and rename
files (and dirs) that you have permission to do so with.
* picutre importing disables or enables the scale and encoding stuff
depending on what is selected
* more widgets support enable/disable
* importer detects duaplicate destination target filenames and tries
alternate names.
* fsel widget displays extensions by default.
* test filemanager menu gone
* pants on!


SVN revision: 24589
2006-08-12 12:49:52 +00:00
moom 4eddbf00ca * Rewrite the entry widget
It is now splitted in 3 files:
 - e_editable.c that implements a generic single-line editable object
that could be used later by other widgets such as the slider or a
spinner.
 - e_entry.c that implements an entry smart object using an editable
object.
 - e_widget_entry.c that embeds an entry smart object in a widget.

So far, text insertion and deletion have been implemented. It also
supports cursor movement and mouse selection. The text also no longer
gets out of the bounds of the entry.

Things to come:
- Password mode
- Copy/Paste
- Make it actually themable, for now, the colors/font/style are
hardcoded


SVN revision: 24575
2006-08-11 21:48:18 +00:00
Carsten Haitzler 0c14f9e9be fix title look - nicer imho :)
SVN revision: 24510
2006-08-09 16:41:18 +00:00
sebastid 9d81bc08ce Menu titles
SVN revision: 24507
2006-08-09 15:24:34 +00:00
Carsten Haitzler a3162731f0 aspect back to normal
SVN revision: 24501
2006-08-09 07:58:27 +00:00
Carsten Haitzler 8a13f4c078 much improved importer - not done yet...
SVN revision: 24481
2006-08-08 20:41:46 +00:00
David Walter Seikel 52616aa57e .cvsignore++
SVN revision: 24479
2006-08-08 19:59:12 +00:00
Carsten Haitzler 9266f27f0f aaah....
first a few patches - authors mailed.

then - bg selector work. and a few sample bg's. system bg's dir and user bg
dir - new bg dialog should also handle multihead simply too. picture select
button does work - but its only as smart as the old one (the code was built
off the old one). that needs a little work, but now the bg selector is fast
and slick - comes up instantly. resiable too.


SVN revision: 24443
2006-08-07 20:25:34 +00:00
Stafford Mitchell Horne da50b15d2d Rebuild EET to make error disappear:
* File: uim.imc is not up to date for key "imc" - needs rebuilding sometime


SVN revision: 24311
2006-07-30 04:24:04 +00:00
Carsten Haitzler 5630b069c1 add an overlay object to the fm and use it to display a busy indicator with
file count


SVN revision: 24300
2006-07-29 16:27:54 +00:00
Christopher Michael 613e7db8de Add an icon for "Window Properties"
SVN revision: 24180
2006-07-25 03:26:58 +00:00
Carsten Haitzler ce41ff9c58 better wobbliness
SVN revision: 24159
2006-07-24 17:41:43 +00:00
Carsten Haitzler 10ffed6545 now THIS is cute -watch the thumbnails wobble when generated... or found
cached... most fun! let the power of edje be known! :)


SVN revision: 24150
2006-07-23 21:19:04 +00:00
Carsten Haitzler 14c920bdc1 1. add template files for favorites dir for file selector
2. lots of code on efm tomake it work well for file selection
3. a file selector widget with all the bits and pieces
4. first move - make wallpaper bg import tool use the new file selector -
it's a start.
5. pants on!


SVN revision: 24139
2006-07-23 11:22:13 +00:00
Carsten Haitzler 4376d882e1 fsel (file selector) widget... WOOT
SVN revision: 24138
2006-07-23 10:24:30 +00:00
Carsten Haitzler 03f133c746 more fm work
SVN revision: 24084
2006-07-20 19:58:22 +00:00
sndev 27e64420e8 * Adding an icon for "Shelves" config item in the config panel.
SVN revision: 24020
2006-07-18 00:54:04 +00:00
sndev 7648948c2d much better icon for "Screen Lock" item in the config panel.
SVN revision: 24019
2006-07-18 00:30:37 +00:00
Carsten Haitzler 4e697fefca 'mo fm work! :)
SVN revision: 23999
2006-07-17 19:51:37 +00:00
sndev e17acdd520 * New icon for the "Screen Lock" item in the E config panel.
SVN revision: 23990
2006-07-17 18:24:16 +00:00
sndev 7066205439 * Adding new "KEYS" icon for the E config panel and keybinding config dialog
SVN revision: 23976
2006-07-17 00:03:08 +00:00
Carsten Haitzler 19713696fa and the new fm code can single, multi and range select, optionally force
single select only... it can asl display icons and thumbnails (testing list
mode only atm).


SVN revision: 23966
2006-07-16 17:27:21 +00:00
Christopher Michael 5ac23c5fbd Check widget can now do icons ala radio widget.
SVN revision: 23944
2006-07-15 14:59:05 +00:00
Carsten Haitzler 801a2c82aa new mouse pointer config icon
SVN revision: 23721
2006-07-05 19:22:48 +00:00
Carsten Haitzler 2caa950ad4 fix makefile for icon
SVN revision: 23684
2006-07-03 08:15:35 +00:00
Carsten Haitzler e2222e18c7 add icons for randr rotation and flipping
SVN revision: 23658
2006-07-02 17:25:18 +00:00
Carsten Haitzler 9d29ae7f0e run command icon gets more readable prompt
SVN revision: 23653
2006-07-02 15:08:37 +00:00
Carsten Haitzler 32f73ce887 nicer theme icon.
SVN revision: 23652
2006-07-02 15:05:15 +00:00
Carsten Haitzler ce0b70dc29 beach photo instead
SVN revision: 23650
2006-07-02 14:13:46 +00:00
Carsten Haitzler 637b665ddc adding polish to e17's icons... well a bit more. if anyone who can't code -
but can draw well... feel free to want to contribute with nice icons (nb -
keep them neutral so they look good almost anywhere)


SVN revision: 23648
2006-07-02 12:51:57 +00:00
Christopher Michael 3cfb2ba1e0 This adds the normal button glinting to the Close button in config panel.
SVN revision: 23639
2006-07-01 23:06:56 +00:00
Carsten Haitzler 0d4723e3b7 fix kde/qt iconic startup bug
SVN revision: 23505
2006-06-19 19:29:31 +00:00
Carsten Haitzler 0c8af50544 new basic mode shelf config - simpler with "pre-defined" recipies - this
should stop people asking stupid things like "how can i get gadgets on the
desktop" as its a 1 click option. things like "they look like shit - cokie
cutter" are hidden so silly peolpe who dont listen to advice and dont select
below everything - have it selected for them. don't like the basic set of
options given - use advanced to fiddle to your hearts content.


SVN revision: 23456
2006-06-16 08:20:36 +00:00
sndev 9aaf7f3a5c * fixing desklock cfg dialog bug.
* removing comments.


SVN revision: 23187
2006-06-05 16:47:55 +00:00
Christopher Michael 832c7ca22d Remove the "Icon Name" default text from the edc.
If the user selects an eap field to display in ibar label, and that
field contained no data, the "Icon Name" text was printed instead.


SVN revision: 23097
2006-06-02 19:12:25 +00:00
Stafford Mitchell Horne c4a4f8ee9b Modules should use the module text classes.
SVN revision: 23014
2006-05-30 23:39:23 +00:00
Carsten Haitzler 1a5b751be6 make radio icons use icons only to save space
SVN revision: 22811
2006-05-21 15:10:20 +00:00
Carsten Haitzler a8a85ed2d8 iconradio elements are available now
SVN revision: 22797
2006-05-21 11:00:04 +00:00
Carsten Haitzler 19fd612b97 ibox makes it first gadcon moves.
SVN revision: 22689
2006-05-18 06:30:33 +00:00
Carsten Haitzler 98524eadc5 nicer popup of label
SVN revision: 22503
2006-05-10 07:46:14 +00:00
Carsten Haitzler 53f3e5dcd0 move bar directory down 1 level so all "bar" dirs are in their own domain -
makes listing available bar dirs, managing them and so on much simpler and
cleaner. also add label popups to ibar (finally).


SVN revision: 22502
2006-05-10 07:42:39 +00:00
Carsten Haitzler e9f1334a09 remove stuff from ibar and pager theme that arent used anymoe
SVN revision: 22463
2006-05-05 09:47:23 +00:00
Carsten Haitzler 0279810e42 ou can choose shelf styles now - finally. added 2 more styles (gold and
invisible). themes can provide as many styles as u like.


SVN revision: 22391
2006-04-29 03:51:27 +00:00
Stafford Mitchell Horne 08d84cfc8f Add classes for Splash screen
SVN revision: 22338
2006-04-24 16:08:20 +00:00
Carsten Haitzler cdab30618c give tlist items more padding.
SVN revision: 22331
2006-04-24 03:55:31 +00:00
Stafford Mitchell Horne 4f1f39b8c4 Updates for Font Dialog
* New font classes for widgets/modules modules MUST use module classes
 * Headers to organize classes
 * fix mem leaks of entry text


SVN revision: 22322
2006-04-23 15:30:47 +00:00
Carsten Haitzler afe18a2157 now config comes off a menu as does editing of items
SVN revision: 22318
2006-04-23 13:20:57 +00:00