platform/upstream/enlightenment.git
17 years agoPass pointer, not reference to pointer.
Sebastian Dransfeld [Fri, 12 Jan 2007 22:21:04 +0000 (22:21 +0000)]
Pass pointer, not reference to pointer.

SVN revision: 27930

17 years agoRemove cast.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:29:54 +0000 (13:29 +0000)]
Remove cast.

SVN revision: 27929

17 years agoRemove unused variables and cast.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:26:40 +0000 (13:26 +0000)]
Remove unused variables and cast.

SVN revision: 27928

17 years agoRemove stupid cast.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:24:53 +0000 (13:24 +0000)]
Remove stupid cast.

SVN revision: 27927

17 years agoGet rid of stupid casts.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:23:16 +0000 (13:23 +0000)]
Get rid of stupid casts.

SVN revision: 27926

17 years agoconst char for file.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:22:34 +0000 (13:22 +0000)]
const char for file.

SVN revision: 27925

17 years agoUse const with stringshare
Sebastian Dransfeld [Fri, 12 Jan 2007 13:20:20 +0000 (13:20 +0000)]
Use const with stringshare

SVN revision: 27924

17 years agoNever assign a alloc'ed to a const if we are to free it!
Sebastian Dransfeld [Fri, 12 Jan 2007 13:16:41 +0000 (13:16 +0000)]
Never assign a alloc'ed to a const if we are to free it!

SVN revision: 27923

17 years agoNo need for cast.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:14:54 +0000 (13:14 +0000)]
No need for cast.

SVN revision: 27922

17 years agoFix compiler warnings.
Sebastian Dransfeld [Fri, 12 Jan 2007 13:00:29 +0000 (13:00 +0000)]
Fix compiler warnings.

SVN revision: 27921

17 years agoChange dialog title according to what "Apps" are being edited.
Christopher Michael [Thu, 11 Jan 2007 15:48:44 +0000 (15:48 +0000)]
Change dialog title according to what "Apps" are being edited.

SVN revision: 27904

17 years agoUse a much simplier/cleaner method of setting the Applications dialog(s) icon.
Christopher Michael [Thu, 11 Jan 2007 11:17:48 +0000 (11:17 +0000)]
Use a much simplier/cleaner method of setting the Applications dialog(s) icon.

SVN revision: 27903

17 years agoFix Application dialogs for the new icons.
Christopher Michael [Thu, 11 Jan 2007 10:50:40 +0000 (10:50 +0000)]
Fix Application dialogs for the new icons.

SVN revision: 27902

17 years agosome icons for the Applications category.
manowarrior [Wed, 10 Jan 2007 19:26:39 +0000 (19:26 +0000)]
some icons for the Applications category.
Stay tuned.

SVN revision: 27898

17 years agoadd the start of metadata that is private to the user (so you can modify
Carsten Haitzler [Wed, 10 Jan 2007 18:50:52 +0000 (18:50 +0000)]
add the start of metadata that is private to the user (so you can modify
icons or all sorts of visible info about a file - and can even do it for
files on read-only fs's)

SVN revision: 27897

17 years agoand compile again!
Carsten Haitzler [Wed, 10 Jan 2007 16:38:20 +0000 (16:38 +0000)]
and compile again!

SVN revision: 27896

17 years agofix segv in border - file prop work
Carsten Haitzler [Wed, 10 Jan 2007 16:32:29 +0000 (16:32 +0000)]
fix segv in border - file prop work

SVN revision: 27894

17 years ago++
Sebastian Dransfeld [Wed, 10 Jan 2007 01:40:18 +0000 (01:40 +0000)]
++

SVN revision: 27886

17 years agoFix case where nothing is selected in the list, so disable some controls.
Christopher Michael [Tue, 9 Jan 2007 02:29:51 +0000 (02:29 +0000)]
Fix case where nothing is selected in the list, so disable some controls.

SVN revision: 27878

17 years agonew menu settings icon; needs a bit more love, but I need e17_icon_configuration...
manowarrior [Mon, 8 Jan 2007 20:17:29 +0000 (20:17 +0000)]
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

17 years agoRework of the ilist widget.
Christopher Michael [Mon, 8 Jan 2007 19:23:21 +0000 (19:23 +0000)]
Rework of the ilist widget.
   - Added ability to optionally do multi-select and range-select.
   - Update Font Config Dialog to allow multi-select & setting of fonts in batch.

No changes should be necessary for existing apps/dialogs that use ilist. If
you would like to implement multi-select in something, have a look at the
font config dialog for usage.

SVN revision: 27875

17 years agoand fix it :-)
manowarrior [Mon, 8 Jan 2007 05:46:59 +0000 (05:46 +0000)]
and fix it :-)

SVN revision: 27870

17 years agoAdded seperate icon for the desklock menu_item that matches the other System
Christopher Michael [Mon, 8 Jan 2007 05:31:37 +0000 (05:31 +0000)]
Added seperate icon for the desklock menu_item that matches the other System
icons better.

SVN revision: 27867

17 years agoupdated appearance icon (a bit, just to match the direction of others)
manowarrior [Mon, 8 Jan 2007 05:31:18 +0000 (05:31 +0000)]
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

17 years agoChange "desklock" menu icon to go with other system menus.
Christopher Michael [Mon, 8 Jan 2007 05:25:07 +0000 (05:25 +0000)]
Change "desklock" menu icon to go with other system menus.

SVN revision: 27865

17 years agoJust some formatting cleanup, no functional changes.
Christopher Michael [Mon, 8 Jan 2007 04:56:19 +0000 (04:56 +0000)]
Just some formatting cleanup, no functional changes.

SVN revision: 27864

17 years agoRemove "switch to desktop of new window" item.
Christopher Michael [Sun, 7 Jan 2007 23:46:01 +0000 (23:46 +0000)]
Remove "switch to desktop of new window" item.

SVN revision: 27857

17 years agoAdd config option and implement "switch to desktop of new window (optional
Christopher Michael [Sun, 7 Jan 2007 23:45:35 +0000 (23:45 +0000)]
Add config option and implement "switch to desktop of new window (optional
too)" TODO item.

SVN revision: 27856

17 years agoSome formatting fixes for input_method dialog.
Christopher Michael [Sun, 7 Jan 2007 23:23:44 +0000 (23:23 +0000)]
Some formatting fixes for input_method dialog.

SVN revision: 27855

17 years agoInput_Method is GUId now, update e_config.h to reflect.
Christopher Michael [Sun, 7 Jan 2007 23:18:37 +0000 (23:18 +0000)]
Input_Method is GUId now, update e_config.h to reflect.

SVN revision: 27854

17 years agoSome code cleanup for config panel.
Christopher Michael [Sun, 7 Jan 2007 23:06:39 +0000 (23:06 +0000)]
Some code cleanup for config panel.
     -Removed return value of item_add as it was never used.

SVN revision: 27853

17 years agoworking a bit more on the icon in file prop dialog - now it gets the props
Carsten Haitzler [Sun, 7 Jan 2007 21:33:52 +0000 (21:33 +0000)]
working a bit more on the icon in file prop dialog - now it gets the props
right.

SVN revision: 27851

17 years agoShould be prepend.
Sebastian Dransfeld [Sun, 7 Jan 2007 21:06:03 +0000 (21:06 +0000)]
Should be prepend.

SVN revision: 27850

17 years agoDND for gadcon clients.
Sebastian Dransfeld [Sun, 7 Jan 2007 16:32:57 +0000 (16:32 +0000)]
DND for gadcon clients.

SVN revision: 27847

17 years agoTurn the e17 eo.po back on... I think this is all I need to do. Since the po/Makefile...
e-taro [Sun, 7 Jan 2007 11:56:12 +0000 (11:56 +0000)]
Turn the e17 eo.po back on... I think this is all I need to do. Since the po/Makefile.am file went away, a "make clean" no longer clears away all the new .gmo files, so to get an updated translation working you have to manually remove the file first (unless there is something I'm missing).

SVN revision: 27844

17 years agoe17 eo.po update (Olivier M)
e-taro [Sun, 7 Jan 2007 11:49:44 +0000 (11:49 +0000)]
e17 eo.po update (Olivier M)

SVN revision: 27843

17 years agofix e if pam is NOT built so desklock aborts with a dialog.
Carsten Haitzler [Sun, 7 Jan 2007 09:22:21 +0000 (09:22 +0000)]
fix e if pam is NOT built so desklock aborts with a dialog.

add in a system pam profiel detector

SVN revision: 27842

17 years agoworking on fm prop dialog. i don't like how i am getting the icon info for a
Carsten Haitzler [Sun, 7 Jan 2007 09:01:47 +0000 (09:01 +0000)]
working on fm prop dialog. i don't like how i am getting the icon info for a
file. i think i ned to abstract that much mroe cleanly.
also desklock SHOULD have else-if's

SVN revision: 27841

17 years agoLike we need to totally set the input method to NULL to disable
Stafford Mitchell Horne [Sat, 6 Jan 2007 15:40:40 +0000 (15:40 +0000)]
Like we need to totally set the input method to NULL to disable

SVN revision: 27828

17 years agoAdd disable button for IMC (only in basic now)
Stafford Mitchell Horne [Fri, 5 Jan 2007 21:27:23 +0000 (21:27 +0000)]
Add disable button for IMC (only in basic now)

SVN revision: 27804

17 years agoMake file icons dialog use proper border icon.
Christopher Michael [Fri, 5 Jan 2007 15:30:33 +0000 (15:30 +0000)]
Make file icons dialog use proper border icon.

SVN revision: 27798

17 years agoicon for File Icons.
manowarrior [Fri, 5 Jan 2007 15:27:39 +0000 (15:27 +0000)]
icon for File Icons.

SVN revision: 27797

17 years agoChange new ibar .order files to use .desktop, eaps have been gone for a while.
Christopher Michael [Thu, 4 Jan 2007 12:44:20 +0000 (12:44 +0000)]
Change new ibar .order files to use .desktop, eaps have been gone for a while.

SVN revision: 27792

17 years agoSome formatting fixes.
Christopher Michael [Thu, 4 Jan 2007 10:30:55 +0000 (10:30 +0000)]
Some formatting fixes.

SVN revision: 27791

17 years agoFix some minor formatting issues.
Christopher Michael [Wed, 3 Jan 2007 23:03:44 +0000 (23:03 +0000)]
Fix some minor formatting issues.

SVN revision: 27776

17 years agoKeep nice comment.
Sebastian Dransfeld [Wed, 3 Jan 2007 20:19:44 +0000 (20:19 +0000)]
Keep nice comment.

SVN revision: 27769

17 years agoThis should be correct file path.
Sebastian Dransfeld [Wed, 3 Jan 2007 20:18:53 +0000 (20:18 +0000)]
This should be correct file path.

SVN revision: 27768

17 years agoComment
Sebastian Dransfeld [Wed, 3 Jan 2007 20:13:43 +0000 (20:13 +0000)]
Comment

SVN revision: 27767

17 years agoIf a config does not exist for a gadcon client on save, create it.
Sebastian Dransfeld [Wed, 3 Jan 2007 17:33:40 +0000 (17:33 +0000)]
If a config does not exist for a gadcon client on save, create it.

SVN revision: 27764

17 years agoGeneric icon for Image Viewers
manowarrior [Wed, 3 Jan 2007 17:14:15 +0000 (17:14 +0000)]
Generic icon for Image Viewers

SVN revision: 27763

17 years agoReturn on error.
Sebastian Dransfeld [Wed, 3 Jan 2007 17:02:16 +0000 (17:02 +0000)]
Return on error.

SVN revision: 27762

17 years agoUse E_NEW and return on error.
Sebastian Dransfeld [Wed, 3 Jan 2007 16:59:56 +0000 (16:59 +0000)]
Use E_NEW and return on error.

SVN revision: 27761

17 years agoFormatting.
Sebastian Dransfeld [Wed, 3 Jan 2007 16:53:48 +0000 (16:53 +0000)]
Formatting.

SVN revision: 27760

17 years agodnd gadcon clients. Order for shrinked shelves does not work right.
Sebastian Dransfeld [Wed, 3 Jan 2007 16:41:07 +0000 (16:41 +0000)]
dnd gadcon clients. Order for shrinked shelves does not work right.

SVN revision: 27759

17 years agoOne more icon for generic audio player.
manowarrior [Wed, 3 Jan 2007 14:11:13 +0000 (14:11 +0000)]
One more icon for generic audio player.

SVN revision: 27758

17 years agoRename callbacks for gadcon client.
Sebastian Dransfeld [Wed, 3 Jan 2007 06:30:43 +0000 (06:30 +0000)]
Rename callbacks for gadcon client.
Add callback for move/resize of the gadcon.

SVN revision: 27754

17 years agoRename struct member.
Sebastian Dransfeld [Wed, 3 Jan 2007 06:17:45 +0000 (06:17 +0000)]
Rename struct member.

SVN revision: 27752

17 years agoAdd a convert callback so that a drag can have several types.
Sebastian Dransfeld [Wed, 3 Jan 2007 06:14:04 +0000 (06:14 +0000)]
Add a convert callback so that a drag can have several types.
Make it possible to drag pager windows to the ibar.

SVN revision: 27751

17 years agofill the icon name on mouse-in, to catch changed icons
Viktor Kojouharov [Tue, 2 Jan 2007 20:55:12 +0000 (20:55 +0000)]
fill the icon name on mouse-in, to catch changed icons

SVN revision: 27740

17 years agooops.. sorry.
manowarrior [Tue, 2 Jan 2007 20:50:36 +0000 (20:50 +0000)]
oops.. sorry.

SVN revision: 27739

17 years agoa better Transitions icon
manowarrior [Tue, 2 Jan 2007 20:46:45 +0000 (20:46 +0000)]
a better Transitions icon

SVN revision: 27738

17 years agoFormatting.
Sebastian Dransfeld [Tue, 2 Jan 2007 19:37:11 +0000 (19:37 +0000)]
Formatting.

SVN revision: 27737

17 years agoUse config button value to test against.
Sebastian Dransfeld [Tue, 2 Jan 2007 19:35:15 +0000 (19:35 +0000)]
Use config button value to test against.

SVN revision: 27736

17 years agoThis is reset when dragging starts.
Sebastian Dransfeld [Tue, 2 Jan 2007 19:32:06 +0000 (19:32 +0000)]
This is reset when dragging starts.

SVN revision: 27735

17 years agoThis is already 0 when dragging begins.
Sebastian Dransfeld [Tue, 2 Jan 2007 19:28:37 +0000 (19:28 +0000)]
This is already 0 when dragging begins.

SVN revision: 27734

17 years agoNo need to track the drag, as it is assured to be deleted by the dnd code
Sebastian Dransfeld [Tue, 2 Jan 2007 19:14:45 +0000 (19:14 +0000)]
No need to track the drag, as it is assured to be deleted by the dnd code
after e_drag_start has been called.

SVN revision: 27733

17 years agoUpdate my information in the AUTHORS files I am associated with. Lame commit I know.
titan [Tue, 2 Jan 2007 09:32:48 +0000 (09:32 +0000)]
Update my information in the AUTHORS files I am associated with. Lame commit I know.

SVN revision: 27722

17 years agodelete gc->clients->data from _before_ the removal
rephorm [Tue, 2 Jan 2007 03:25:01 +0000 (03:25 +0000)]
delete gc->clients->data from _before_ the removal

SVN revision: 27715

17 years agoSet the requested gadcon client pos equal to the drop pos.
Sebastian Dransfeld [Mon, 1 Jan 2007 21:44:23 +0000 (21:44 +0000)]
Set the requested gadcon client pos equal to the drop pos.

SVN revision: 27713

17 years agoUse drag resist config value.
Sebastian Dransfeld [Mon, 1 Jan 2007 21:27:35 +0000 (21:27 +0000)]
Use drag resist config value.
Remove gadcon client from gadcon when unpopulating. If someone else has a
ref on a gadcon client this loop will run for ever.

SVN revision: 27712

17 years agoConditional resize.
Sebastian Dransfeld [Sun, 31 Dec 2006 15:18:27 +0000 (15:18 +0000)]
Conditional resize.

SVN revision: 27704

17 years agoDisable drop handler.
Sebastian Dransfeld [Sun, 31 Dec 2006 14:18:15 +0000 (14:18 +0000)]
Disable drop handler.

SVN revision: 27701

17 years agoLarger drag resist.
Sebastian Dransfeld [Sun, 31 Dec 2006 14:07:01 +0000 (14:07 +0000)]
Larger drag resist.

SVN revision: 27700

17 years agoAlways set the current file version at end of config. Don't update config
Sebastian Dransfeld [Sun, 31 Dec 2006 13:01:34 +0000 (13:01 +0000)]
Always set the current file version at end of config. Don't update config
when checking for file version.

SVN revision: 27698

17 years agoNew config must be at end.
Sebastian Dransfeld [Sun, 31 Dec 2006 12:53:18 +0000 (12:53 +0000)]
New config must be at end.

SVN revision: 27697

17 years agoNo need to continue looping after the id is rejected.
Sebastian Dransfeld [Sun, 31 Dec 2006 12:23:16 +0000 (12:23 +0000)]
No need to continue looping after the id is rejected.

SVN revision: 27695

17 years agoBetter check for unique id.
Sebastian Dransfeld [Sun, 31 Dec 2006 10:07:12 +0000 (10:07 +0000)]
Better check for unique id.

SVN revision: 27693

17 years agoShow 'Add A Shelf' even if we don't have a single shelf.
Miculcy Brian [Sat, 30 Dec 2006 23:42:03 +0000 (23:42 +0000)]
Show 'Add A Shelf' even if we don't have a single shelf.

SVN revision: 27687

17 years agoRevert to old e_gadcon_client_new, some modules require id to be set on
Sebastian Dransfeld [Sat, 30 Dec 2006 23:32:25 +0000 (23:32 +0000)]
Revert to old e_gadcon_client_new, some modules require id to be set on
the gadcon client after this func returns.

SVN revision: 27684

17 years agoClean gadgets because of current changes.
Sebastian Dransfeld [Sat, 30 Dec 2006 22:31:28 +0000 (22:31 +0000)]
Clean gadgets because of current changes.
It is possible to drop gadcon clients on shelves.

SVN revision: 27679

17 years agoFunctions to create new config and del config.
Sebastian Dransfeld [Sat, 30 Dec 2006 21:00:19 +0000 (21:00 +0000)]
Functions to create new config and del config.

SVN revision: 27676

17 years agoDrag gadcons off the shelf in edit mode to remove them.
Sebastian Dransfeld [Sat, 30 Dec 2006 18:12:53 +0000 (18:12 +0000)]
Drag gadcons off the shelf in edit mode to remove them.

SVN revision: 27675

17 years agoClean up some gadcon config code.
Sebastian Dransfeld [Sat, 30 Dec 2006 17:54:27 +0000 (17:54 +0000)]
Clean up some gadcon config code.
Make id unique for each gadcon.

SVN revision: 27673

17 years agoDisable drag.
Sebastian Dransfeld [Fri, 29 Dec 2006 16:58:56 +0000 (16:58 +0000)]
Disable drag.

SVN revision: 27646

17 years agoStart of drag code for gadcon.
Sebastian Dransfeld [Fri, 29 Dec 2006 16:54:21 +0000 (16:54 +0000)]
Start of drag code for gadcon.

SVN revision: 27645

17 years agoFunction to move the drag before the drag begins.
Sebastian Dransfeld [Fri, 29 Dec 2006 16:53:36 +0000 (16:53 +0000)]
Function to move the drag before the drag begins.

SVN revision: 27644

17 years agoDon't need this info.
Sebastian Dransfeld [Fri, 29 Dec 2006 15:53:49 +0000 (15:53 +0000)]
Don't need this info.

SVN revision: 27643

17 years agotypdef struct.
Sebastian Dransfeld [Fri, 29 Dec 2006 14:16:27 +0000 (14:16 +0000)]
typdef struct.

SVN revision: 27642

17 years agoFormatting.
Sebastian Dransfeld [Fri, 29 Dec 2006 05:42:04 +0000 (05:42 +0000)]
Formatting.

SVN revision: 27633

17 years agoFormatting.
Sebastian Dransfeld [Fri, 29 Dec 2006 05:35:12 +0000 (05:35 +0000)]
Formatting.

SVN revision: 27632

17 years ago1. remove ld_lib_path from all things e17 executes EXCEPT its own specific
Carsten Haitzler [Fri, 29 Dec 2006 02:56:26 +0000 (02:56 +0000)]
1. remove ld_lib_path from all things e17 executes EXCEPT its own specific
tools.
2. custom screensaver patches

SVN revision: 27628

17 years agonew icons for Appearance (this is better then eye, isnt it?),
manowarrior [Fri, 29 Dec 2006 00:51:27 +0000 (00:51 +0000)]
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

17 years agoRemove declarations without functions.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:38:30 +0000 (14:38 +0000)]
Remove declarations without functions.

SVN revision: 27604

17 years agoRemove unused functions.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:36:45 +0000 (14:36 +0000)]
Remove unused functions.

SVN revision: 27603

17 years agoRemove old unused code.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:34:51 +0000 (14:34 +0000)]
Remove old unused code.

SVN revision: 27602

17 years agoAdd const.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:32:42 +0000 (14:32 +0000)]
Add const.

SVN revision: 27601

17 years agoDon't compile unused code.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:31:00 +0000 (14:31 +0000)]
Don't compile unused code.

SVN revision: 27600

17 years agoFix const warning.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:29:39 +0000 (14:29 +0000)]
Fix const warning.

SVN revision: 27599

17 years ago#if 0 unused code.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:15:10 +0000 (14:15 +0000)]
#if 0 unused code.

SVN revision: 27598

17 years agoRemove unused variable.
Sebastian Dransfeld [Thu, 28 Dec 2006 14:13:15 +0000 (14:13 +0000)]
Remove unused variable.

SVN revision: 27597