Commit Graph

5530 Commits

Author SHA1 Message Date
Sebastian Dransfeld 96fcf80c22 Add prototype for func.
Delete objects with e_object_del


SVN revision: 29788
2007-05-01 13:41:09 +00:00
kiwi 2d3bc291bc fix e_widget_ilist_unselect segfault on null ilist **value
SVN revision: 29785
2007-05-01 02:02:59 +00:00
kiwi aa2f1c44a5 cast e_object to remove warning
SVN revision: 29784
2007-04-30 23:09:33 +00:00
kiwi 4d32378f8b ibar confirm dialog on source delete is now destroyed when config dialog is closed.
SVN revision: 29783
2007-04-30 23:08:06 +00:00
kiwi 629fcbbc65 confirm dialogs can now be deleted via e_object_del() call
SVN revision: 29782
2007-04-30 22:23:00 +00:00
Christopher Michael 132e82c22b Standardize some config dialog class names.
SVN revision: 29780
2007-04-30 11:45:18 +00:00
Massimo Maiurana 5bcc9f1341 added korean localization
SVN revision: 29772
2007-04-29 21:08:16 +00:00
Eric Schuele b0e216db4e Setting max|=E_MAXIMIZE_BOTH after resizing it causes the hints to disagree with the geometry. This was causing max_vert or max_horz windows to come up max_both on a restart of E.
SVN revision: 29760
2007-04-29 03:24:16 +00:00
Eric Schuele ae393e4c27 Allow windows being pushed around to be pushed over the space once occupied by a presently iconic window
SVN revision: 29752
2007-04-28 14:52:29 +00:00
Carsten Haitzler 38d5caf598 flush stdou before forking - removes multiple printfs in buffer still being
flushed


SVN revision: 29746
2007-04-28 05:03:04 +00:00
Viktor Kojouharov dbdf7283cc fix the incorrectly placed parens. make sure the shelf always hides when the mouse goes out of it. don't hide the shelf when mass editing the gadgets in it
SVN revision: 29744
2007-04-27 20:38:13 +00:00
Christopher Michael 48e356e499 Just some formatting fixes...E style.
SVN revision: 29726
2007-04-25 11:28:35 +00:00
Christopher Michael 67da70be69 Change zone to read Screen in the config dialog.
SVN revision: 29714
2007-04-24 13:29:45 +00:00
Christopher Michael 3f2d7d360f As per talk w/ rephorm, change Screen Zone to read Current Screen.
SVN revision: 29713
2007-04-24 13:28:25 +00:00
Carsten Haitzler 8bbd0686a3 patches into cvs we go.
SVN revision: 29708
2007-04-24 11:16:24 +00:00
Sebastian Dransfeld c2538f00c8 Formatting
SVN revision: 29705
2007-04-24 05:04:15 +00:00
Viktor Kojouharov 726d152924 patch by Hannes Janetzek for checking whether the mouse is over the shelf
SVN revision: 29688
2007-04-23 17:21:38 +00:00
Carsten Haitzler 5168a0989f actually handler error on recursive copy - abort the copy on an err in
writign to the destination, and if a mv got converted to a cp - delete the
src after successful copy to dest


SVN revision: 29685
2007-04-22 23:32:24 +00:00
kiwi 0149bf7c46 allow "copy" and "select all" menus in a disabled entry
like a disable object don't gets focused, key shortcuts doesnt work,
maybe need to change that ?


SVN revision: 29658
2007-04-22 17:12:04 +00:00
Eric Schuele 63759d0553 Hide the "Favorite Applications" menu item if there is no favorite.menu file.
SVN revision: 29657
2007-04-22 15:58:58 +00:00
Carsten Haitzler ff2de0fe92 move directory config to .directory.desktop - can quibble on the name later,
but now it lets u specify the specific files with the config for the dir - so
they can be called anything and put anywhere. paths are either full abs path
/path/to/file.edj or file.edj (relative to dir).


SVN revision: 29656
2007-04-22 15:30:02 +00:00
manowarrior 6c4b064a6e update this old crap
SVN revision: 29652
2007-04-22 10:21:40 +00:00
Christopher Michael cd28243af9 Math.h is already included via e.h, do not need the include here.
SVN revision: 29651
2007-04-22 09:48:18 +00:00
Christopher Michael 6db12642ac Trap for "rename" error. Print the errno via perror.
Do we want to "error dialog" this ? Or provide some select case on the errno?


SVN revision: 29650
2007-04-22 09:44:06 +00:00
rephorm ef8e3d10bf don't allow copying from password entry
SVN revision: 29641
2007-04-22 05:51:35 +00:00
rephorm 186303e42c printf--
SVN revision: 29640
2007-04-22 05:33:35 +00:00
rephorm 0bc9bd4bcd nuke memory that stored passwords in a few more cases
double click to select a word in an entry. triple click to select the whole thing


SVN revision: 29639
2007-04-22 05:30:37 +00:00
Eric Schuele ee3ca39ce0 Make is a little more obvious how to run something in a terminal
SVN revision: 29638
2007-04-22 04:45:11 +00:00
rephorm 5093431635 update the selection on double click
SVN revision: 29637
2007-04-22 04:40:40 +00:00
rephorm b1841d3265 nuke password contents on del
SVN revision: 29633
2007-04-22 03:50:44 +00:00
Christopher Michael 6fad95e77e Fix e_entry popup menu so that Cut/Copy show again.
Add a "Delete" and "Select All" entry to the popup menu.


SVN revision: 29624
2007-04-21 12:46:58 +00:00
Massimo Maiurana 4654bc7d22 some i18n updates
SVN revision: 29621
2007-04-21 10:52:47 +00:00
Carsten Haitzler 754dcde6c0 mdkcore's new pt.po :)
SVN revision: 29615
2007-04-21 02:56:46 +00:00
kiwi 1a04a31474 indent
SVN revision: 29612
2007-04-20 20:07:05 +00:00
kiwi 7bc7956f55 show the e_entry menu entries only when they are needed
SVN revision: 29611
2007-04-20 07:23:37 +00:00
rephorm 576b4bc988 update readme
SVN revision: 29606
2007-04-19 18:51:21 +00:00
Eric Schuele c5d4436618 Tweak GUI. Fix users ability to disable the slide/drag buttons.
SVN revision: 29600
2007-04-19 16:57:47 +00:00
Christopher Michael c93f2de656 Removed unused variables.
SVN revision: 29598
2007-04-19 12:19:48 +00:00
Christopher Michael d5184772dd Remove unused variables.
SVN revision: 29597
2007-04-19 12:16:57 +00:00
Christopher Michael 1cd372e1da Modify startup config dialog slightly so that it looks & acts like wallpaper
and theme dialog.


SVN revision: 29596
2007-04-19 11:56:11 +00:00
Christopher Michael c6d5d72619 Rework lanugage dialog a little bit:
- recoded *_create_widgets to allow for better resizing.


SVN revision: 29595
2007-04-19 11:36:26 +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
Christopher Michael 3fa775d6d3 Add right-click copy/paste popup menu to e_entry for Codewarrior :)
SVN revision: 29590
2007-04-19 00:45:34 +00:00
Eric Schuele 25b23fe48b Add textbox to show (read-only) the .desktop file we are creating/matched to. Useful because it is less than obvious under certain circumstances.
SVN revision: 29588
2007-04-18 16:42:57 +00:00
Carsten Haitzler c9ad93d57c in theory handle custom themes for everything now (fm2-wise)
SVN revision: 29584
2007-04-17 15:46:51 +00:00
Carsten Haitzler 257e46227e ad only expand the left side
SVN revision: 29583
2007-04-17 12:02:11 +00:00
Christopher Michael b08918fb7e Format E style.
SVN revision: 29582
2007-04-17 11:57:55 +00:00
Carsten Haitzler 339bb54ce1 dont stretch the preview - gets screen aspect all wrong.
SVN revision: 29581
2007-04-17 11:42:38 +00:00
Christopher Michael 94da78d5af Better resizing on the modules config dialog.
SVN revision: 29580
2007-04-17 11:19:20 +00:00
Christopher Michael f5fff73894 Make shelf list dialog resizable.
SVN revision: 29579
2007-04-17 10:52:17 +00:00