Commit Graph

3685 Commits

Author SHA1 Message Date
Sebastian Dransfeld 6d53b0d420 ref and free desktops for .order files.
SVN revision: 30992
2007-07-26 12:29:52 +00:00
Sebastian Dransfeld 175c2ab88d Only free data when needed.
SVN revision: 30991
2007-07-26 12:02:22 +00:00
Sebastian Dransfeld 1fa98e667f Remove const qualifier.
SVN revision: 30990
2007-07-26 12:01:54 +00:00
Sebastian Dransfeld f89368f089 Update for changes in efreet.
SVN revision: 30987
2007-07-26 11:34:09 +00:00
Sebastian Dransfeld 5707ad712f Always free Efreet_Desktop structs.
SVN revision: 30984
2007-07-26 11:17:27 +00:00
Sebastian Dransfeld 3cc1ed9c08 No longer relevant.
SVN revision: 30983
2007-07-26 11:15:59 +00:00
Sebastian Dransfeld 060542adde Better wrapping.
SVN revision: 30972
2007-07-25 18:14:45 +00:00
Peter Wehrfritz a6553c1a58 *API BREAK* see the discussion in the mailing list. misc and e_modules will follow
SVN revision: 30970
2007-07-25 17:01:04 +00:00
Sebastian Dransfeld ad3761c9bd Fix warnings.
SVN revision: 30963
2007-07-24 18:47:26 +00:00
Sebastian Dransfeld 060a9b4fff buf isn't dynamic allocated.
SVN revision: 30961
2007-07-24 17:51:45 +00:00
Sebastian Dransfeld 5f82f68ff5 buf isn't a dynamic allocated buffer.
SVN revision: 30960
2007-07-24 17:50:12 +00:00
Carsten Haitzler d149b8dca6 and almost forgot - remove from e_includes.h
SVN revision: 30955
2007-07-24 16:27:18 +00:00
Carsten Haitzler ae480c2621 move apps configs to module
SVN revision: 30952
2007-07-24 14:50:26 +00:00
Viktor Kojouharov 504384fae0 new option to hide the desktop icons (under virtual desktops -> advanced)
SVN revision: 30943
2007-07-23 16:32:10 +00:00
lok bce79230e1 Fixed an issue when Display information is enabled when moving windows but not when resizing.
SVN revision: 30929
2007-07-22 01:27:43 +00:00
Christopher Michael e0e2492e00 When using "fill available space", take into account if the border is on the
current desk or not. This fixes bug #113.

Fix minor formatting issue in e_border.c


SVN revision: 30915
2007-07-20 08:27:59 +00:00
Christopher Michael e12d3c3a1c Modified shelf id sort to be a bit more complete. This fixes the issue where
shelves were missing from the Shelf Dialog list.


SVN revision: 30862
2007-07-16 20:43:13 +00:00
Carsten Haitzler 22d4a7d9b9 nick's patches to use efreet_mime. seem to work fine.
SVN revision: 30856
2007-07-16 14:33:25 +00:00
Christopher Michael 99c32d45d0 Add missing return values for module update functions, thanks jeffdameth :)
SVN revision: 30842
2007-07-16 03:52:00 +00:00
Christopher Michael 63362fc303 Oops, don't need to reload the cfdata->modules list there.
SVN revision: 30840
2007-07-16 02:21:33 +00:00
Christopher Michael 8c20c3a819 Add an event for when a module gets loaded/unloaded. Event structure consits
of module name, and a bool for enabled/disabled. This allows the 'Shelf
Contents' dialog to be dynamically updated when a module loads/unloads.

Change Modules config dialog to use an event.


SVN revision: 30839
2007-07-16 02:15:37 +00:00
Christopher Michael bd51b88a80 Remove unused struct (left over from when modules were listed in the menu)
SVN revision: 30838
2007-07-16 01:29:25 +00:00
Christopher Michael 0bb82307d8 Added trap for NULL sd->obj. Ref: Bug #92.
SVN revision: 30837
2007-07-16 00:50:50 +00:00
Christopher Michael 6aee1fef3d Make 'Shelf Contents' dialog resizable.
SVN revision: 30833
2007-07-15 23:42:46 +00:00
Christopher Michael 5b8a3e7555 Better modules config dialog. Can now multi-select several modules to
enable/disable at one time. Added some APIs to e_widget_ilist to help with
this.


SVN revision: 30832
2007-07-15 23:39:28 +00:00
Eric Schuele 7f696d4984 Actually able to see the appropriate icons now.
SVN revision: 30825
2007-07-15 15:00:14 +00:00
Eric Schuele a13e61ef6d forgot my separator bar.
SVN revision: 30822
2007-07-15 14:06:38 +00:00
Eric Schuele 79b8cf455c Fix typo of mine. Fix some whitespace. Allow appropriate icons to be viewed in "Border Icons" border menu.
SVN revision: 30821
2007-07-15 13:25:56 +00:00
Carsten Haitzler 2e875d3805 various patches from the devel mailing list in - and fixed where needed.
SVN revision: 30818
2007-07-15 08:28:11 +00:00
Stafford Mitchell Horne a17175762a Migrate conf Language dialogs over to modules
SVN revision: 30802
2007-07-13 22:33:48 +00:00
rephorm a8f3c6a4aa its not guaranteed that storage devices will have UDI's beginning with 'storage', nor does it make sense to query those that do for capability 'volume'.
check all devices for both capabilities


SVN revision: 30774
2007-07-12 02:20:51 +00:00
rephorm bcd4833484 fix comment
SVN revision: 30773
2007-07-12 02:19:50 +00:00
rephorm 830f8a0313 ecore_dbus is no longer used
SVN revision: 30766
2007-07-11 15:11:28 +00:00
Christopher Michael dc7f614937 Give menu apps dialogs (favs, ibar, etc, etc) ability to move items up/down
in the list. Allows user to "customize" their order in the menus, as per
ManoWarrior feature request.

Added some API to ilist widget to help with this. iList can now do
append_relative, prepend, and prepend_relative.


SVN revision: 30701
2007-07-10 11:15:34 +00:00
Christopher Michael 7b5f6d55bf Fix Bug #88.
- Make the Show Name, Show Generic, Show Comments options for the menus
work again.


SVN revision: 30688
2007-07-09 18:12:56 +00:00
Carsten Haitzler a7a05c624d move a bunch of other config dialogs over to be modules.
before i do more. i need to fix a glaring stability hole... try remove
aconfig module while the config dialog that module handles is up... :)


SVN revision: 30644
2007-07-08 03:57:52 +00:00
Carsten Haitzler ca263be347 move more config dialogs to modules.
SVN revision: 30640
2007-07-07 15:44:01 +00:00
Carsten Haitzler 31ded828f1 first module makes its way into a module of its own.
this
1. allows different config dialogs to do the same thing - eg replace it with
a different ui or idea.
2. allows people to switch off cofngi they dont need or want and even not ship
the ui to configure it
3. is a nice proof of concept that modules cna do more than just be the
things at the bottom of your screen in a "panel".


SVN revision: 30590
2007-07-04 15:09:25 +00:00
Carsten Haitzler 371504515f abstract config dialogs more - include params.
SVN revision: 30588
2007-07-04 11:11:03 +00:00
kiwi 5e8a55ff99 fix potential segfaults if dbus is not working
SVN revision: 30575
2007-07-03 15:35:14 +00:00
Carsten Haitzler 88bb37a1cb start abstracting out config dialogs a bit...
SVN revision: 30573
2007-07-03 15:19:09 +00:00
Carsten Haitzler 5af386933f add hook to borders to allow layout to b adjusted by modules
add a layout module - good proof of concept


SVN revision: 30517
2007-07-01 15:59:39 +00:00
Carsten Haitzler 27f81d1ea2 brian's selector
SVN revision: 30510
2007-06-30 06:43:12 +00:00
Carsten Haitzler d908b59f6f save a few bytes by packing structures better... simple savings :)
SVN revision: 30486
2007-06-28 23:22:20 +00:00
kiwi 24b86e37ce fix some warnings, mostly missing "void" when a function has no parameters
SVN revision: 30474
2007-06-27 10:57:54 +00:00
Sebastian Dransfeld 43b2d25788 Annoying.
SVN revision: 30425
2007-06-22 07:35:47 +00:00
Christopher Michael 55ac2fcc1e Patch from lok for adding Skip Pager to border menu.
This will need icons from ManoWarrior tho.


SVN revision: 30400
2007-06-18 18:46:33 +00:00
Carsten Haitzler faad6364ea futz around with config dialog layout - make it more able to fit in 640x480 -
if not perfectly, more "usably".


SVN revision: 30388
2007-06-18 11:29:02 +00:00
Sebastian Dransfeld 59514f0893 Remove stale comments.
SVN revision: 30380
2007-06-17 16:45:18 +00:00
Carsten Haitzler b07a851c65 ASPARAGUS!
SVN revision: 30379
2007-06-17 15:25:52 +00:00
Sebastian Dransfeld b184f0e1f5 Check if storage exists.
SVN revision: 30376
2007-06-17 11:01:32 +00:00
Sebastian Dransfeld 31ca342e2d long long value.
SVN revision: 30373
2007-06-17 09:02:47 +00:00
Carsten Haitzler 089c3eaadf and dont leak!
SVN revision: 30372
2007-06-17 08:39:11 +00:00
Carsten Haitzler f205f97f6b use direct desktop load fn
SVN revision: 30370
2007-06-17 08:29:28 +00:00
Sebastian Dransfeld 805f47b085 Fix warnings.
SVN revision: 30367
2007-06-17 07:38:48 +00:00
Carsten Haitzler 220aa0e9c7 handle multiple opens of the same mount
SVN revision: 30362
2007-06-17 04:16:50 +00:00
rephorm 97ac0640ae not all storage devices have serial based udi's
SVN revision: 30361
2007-06-17 04:00:53 +00:00
Carsten Haitzler ab8a38a505 and survive other fields being null.
SVN revision: 30360
2007-06-17 04:00:04 +00:00
Carsten Haitzler e72a3f633e use udi - not serial
SVN revision: 30359
2007-06-17 03:56:11 +00:00
Carsten Haitzler 829b4c3804 missing #ifdefs for e_dbus
SVN revision: 30354
2007-06-17 02:22:28 +00:00
Carsten Haitzler 083edcd20b cdrom happy fun time works
missing uuid for cd's


SVN revision: 30352
2007-06-17 00:50:53 +00:00
Carsten Haitzler bf273c2786 update label on reload too
SVN revision: 30351
2007-06-17 00:34:18 +00:00
Carsten Haitzler 9d41493865 oops - add this.
SVN revision: 30349
2007-06-16 23:49:39 +00:00
Carsten Haitzler 39872b5a52 hmm- hal insists on mounting as root, not user. i wonder why. options to
hal's mount method just end up failing.


SVN revision: 30348
2007-06-16 16:51:40 +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
Viktor Kojouharov 10368c564a a better default value
SVN revision: 30316
2007-06-12 19:00:15 +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
Christopher Michael 110cf7ab84 Patch from morlenxus to fix .order files that reference a full path.
SVN revision: 30302
2007-06-10 11:50:59 +00:00
Christopher Michael deb40ce4cb Bump the config file generation for newly added shelf option.
SVN revision: 30301
2007-06-10 11:44:29 +00:00
Christopher Michael 5e8d5e5b19 Forgot to commit this file with morlenxus shelf patch.
SVN revision: 30300
2007-06-10 11:37:40 +00:00
Christopher Michael 458a6b12b8 Small patch from morlenxus to provide option that will allow an auto-hide
shelf to "unhide" via mouse_in or mouse_click.


SVN revision: 30299
2007-06-10 11:01:41 +00:00
Carsten Haitzler 34ce52f83c fix another bug - move started while resizienand vice-versa is bad. disallow.
SVN revision: 30296
2007-06-10 04:39:52 +00:00
Carsten Haitzler 1c05002461 fullscreen/maximuze UNmax/full to the current zone if the zone moved while
max/full.


SVN revision: 30294
2007-06-10 04:21:05 +00:00
Carsten Haitzler b4fc1f0033 winlist patch from jeff - from bug tracker.
SVN revision: 30293
2007-06-10 03:51:20 +00:00
Carsten Haitzler 32ff7420ac note some bugs
SVN revision: 30291
2007-06-10 02:11:57 +00:00
Christopher Michael 3dbd6d1566 Some fixes for new apps dialog.
- Formatting fixes.
     - Use a framtable for the category button & list (allows for better
resizing).
     - Don't set a dynamic framelist title as this causes weird resize
issues with the frame itself. Instead, just an ilist header to show which
category the user is browsing.


SVN revision: 30288
2007-06-09 22:08:56 +00:00
Eric Schuele 7a34abfb05 tlist was not showing it had focus.
SVN revision: 30275
2007-06-08 00:43:29 +00:00
Sebastian Dransfeld ac1df687ea Cleanup.
SVN revision: 30270
2007-06-07 16:42:51 +00:00
rephorm aa355036c4 when going back to categories list, scroll to the category we were just in
get rid of some warnings


SVN revision: 30269
2007-06-07 03:49:09 +00:00
rephorm a7bbf46762 todo++
add current category to list header
fix headers on right side of dialog


SVN revision: 30268
2007-06-07 02:47:29 +00:00
rephorm 1af479c779 add the files
SVN revision: 30266
2007-06-07 01:14:38 +00:00
rephorm 9c31d7806d New app selection dialog for ibar/favorites/etc.
Desktops are grouped by Category instead of using the applications menu.


SVN revision: 30265
2007-06-07 01:09:24 +00:00
Carsten Haitzler 9e132070ed fix title of fwin fin
SVN revision: 30263
2007-06-06 12:31:20 +00:00
Eric Schuele 44c844ed36 Tweak gui to clarify the border icon option
SVN revision: 30261
2007-06-06 05:26:14 +00:00
Eric Schuele c684c90d27 oops.
SVN revision: 30260
2007-06-05 22:12:10 +00:00
Eric Schuele 28b177d4c5 FreeBSD has large file support out of the box
SVN revision: 30259
2007-06-05 21:52:15 +00:00
Christopher Michael 98d9d1d9e2 Use the same icon for mime edit that we use in the mime list.
SVN revision: 30258
2007-06-05 17:42:36 +00:00
Carsten Haitzler 06bee9effc fix fill call - that was just unsafe
SVN revision: 30255
2007-06-05 15:13:08 +00:00
Carsten Haitzler 1995d88b51 fwin windows have icon right now... :)
SVN revision: 30253
2007-06-05 13:58:05 +00:00
Carsten Haitzler 3da89acb4d documentation from brett... tiler can compiler again.
SVN revision: 30221
2007-06-04 09:48:28 +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 fdbf463deb undef __USE_FILE_OFFSET64 - let features.h do it
SVN revision: 30205
2007-06-03 03:51:33 +00:00
Eric Schuele 4ae3057007 Its preferred to have the files selected first, and then the categories.
SVN revision: 30200
2007-06-02 19:43:08 +00:00
Carsten Haitzler 176052a4b7 remove leak.
SVN revision: 30196
2007-06-02 16:50:43 +00:00
Carsten Haitzler ece72492b3 handle large files
SVN revision: 30195
2007-06-02 16:35:10 +00:00
Eric Schuele e5d58df463 Should be more robust with respect to "Assign", "Clear", and "Clear All". Additionally I have added (as best I could) previews of each individual category/part. In the absence of a suitable preview, I display the theme background.
SVN revision: 30189
2007-06-02 03:22:32 +00:00
Carsten Haitzler cad2457e10 patches for imlib2 and e.
SVN revision: 30157
2007-05-30 14:35:26 +00:00
Eric Schuele 2984c9da36 Fix issue in which assigning the same theme category to many themes would result in the lack of an icon designating that it was in fact assigned.
SVN revision: 30156
2007-05-30 11:51:06 +00:00
Eric Schuele b035072bff Add an "Advanced" dialog to the theme config panel, to allow a user to associate individual theme categories with whichever theme they desire. Basically a gui for enlightenment_remote`s caps in this area.
SVN revision: 30155
2007-05-30 05:44:38 +00:00
Carsten Haitzler ca9e193c8c load modules later.
SVN revision: 30135
2007-05-29 11:25:54 +00:00