Commit Graph

6670 Commits

Author SHA1 Message Date
Christopher Michael 6ec32d15ca remove #if 1...we use #if 0 to denote testing code, #if 1 serves no purpose
(afaik).
Fix some formatting & whitespace issues.


SVN revision: 34636
2008-05-21 22:59:19 +00:00
Miculcy Brian f977c5fd12 Better sorted border menu.
SVN revision: 34635
2008-05-21 22:37:00 +00:00
Eric Schuele c136e69f18 - Categorize the remembers
- Show E's internal remembers
 - Fix a sort issue
 - Fix a couple warnings


SVN revision: 34625
2008-05-20 04:23:09 +00:00
Davide Andreoli 64221e537e cvsignore++
SVN revision: 34623
2008-05-19 21:32:06 +00:00
Christopher Michael de3750c6a6 Be consistent and label the move/resize as it appears when the module is in
a shelf.


SVN revision: 34615
2008-05-19 10:03:10 +00:00
Christopher Michael 7676686823 Fix some formatting while I am here tracking down why every module (when
used with new gadman module) has an extra separator in the menu.


SVN revision: 34614
2008-05-19 09:57:48 +00:00
Christopher Michael 09b50cbe48 Cleanup compiler warnings.
SVN revision: 34613
2008-05-19 09:39:37 +00:00
Christopher Michael ada4c17fa2 Format that giant mess.
SVN revision: 34612
2008-05-19 09:21:44 +00:00
Carsten Haitzler 0a8ffffa5f add in gadman for desktop. happy dave! :)
SVN revision: 34610
2008-05-19 04:37:34 +00:00
Carsten Haitzler 85bdd7b5b8 use the cancel and turn off fakes... leave code - just complain.
SVN revision: 34609
2008-05-19 04:15:47 +00:00
Carsten Haitzler e7ee7b234c pass make distcheck and a snapshot asparagus release - been a while
SVN revision: 34600
2008-05-19 00:07:12 +00:00
Christopher Michael f8bbe02235 Use -1 to sort the remember list. Saves a call to evas_list_count because we
are sorting the whole list anyway.
Fix formatting.
Remove whitespace.


SVN revision: 34598
2008-05-18 17:59:12 +00:00
Carsten Haitzler 9a417fc4b4 focus stack broken in focus new window and click to focus. fix.
SVN revision: 34596
2008-05-18 14:17:39 +00:00
andrunko 45425e9016 Proper handle Ecore_IMF commit event.
SVN revision: 34584
2008-05-15 21:08:30 +00:00
Carsten Haitzler a45af2e9f3 init splash missing software-x16 support
SVN revision: 34575
2008-05-15 06:02:41 +00:00
Christopher Michael 2473419ecb Add some code to handle deleting remembers for any active borders. This
catches a segfault that according previously when trying to remove a
remember from an active border via this dialog.


SVN revision: 34558
2008-05-13 08:39:29 +00:00
Christopher Michael ef6e32c84e Fix remember sorting.
SVN revision: 34557
2008-05-13 07:05:27 +00:00
Christopher Michael bed3665ac7 minor formatting fix.
SVN revision: 34556
2008-05-13 07:05:00 +00:00
Eric Schuele 5c3d4a11b0 Something not right with the sorting of that list. Disabling for now.
SVN revision: 34555
2008-05-13 06:20:15 +00:00
Carsten Haitzler 586110892d since no icon is dragged - disable dnd gadgets off a gadcon for now.
SVN revision: 34554
2008-05-13 05:31:20 +00:00
Eric Schuele f2406aea42 Sort the list.
SVN revision: 34552
2008-05-13 04:59:01 +00:00
Eric Schuele f7ce40b393 Add some details to the remembers in the list.
SVN revision: 34551
2008-05-13 04:36:50 +00:00
Christopher Michael 373acc5db2 Remove C++ commented variable. Not needed anymore.
SVN revision: 34548
2008-05-12 20:49:44 +00:00
Christopher Michael 6d7088ea42 Port theme dialog to use new e_widget_flist.
SVN revision: 34547
2008-05-12 20:40:44 +00:00
Christopher Michael e75948ef52 Port wallpaper dialog to use the new e_widget_flist. This fixes issue where
using keyboard to navigate the file list would not select the next item in
list. Fix formatting & whitespace in dialog & import dialog.


SVN revision: 34546
2008-05-12 20:40:00 +00:00
Christopher Michael d5950b9afa Add new flist widget which wraps the e_fm2 evas_objects which are used in
wallpaper dialog, theme dialog, and other places. This provides a common
widget for file lists with less duplicated code. This also fixes a problem
with the wallpaper/theme dialogs when you tried to use keyboard arrows to
navigate the list, the next item in list was not being selected.
E_Widget_FSel should be ported to use this new widget for file listings.


SVN revision: 34545
2008-05-12 20:38:27 +00:00
Massimo Maiurana cae93de7dc *** empty log message ***
SVN revision: 34544
2008-05-12 18:03:59 +00:00
Christopher Michael 8e1632a54c Tracking a strange segfault with shelf removal; add a little extra trapping
for a shape change.
Remove whitespace & fix some formatting.


SVN revision: 34540
2008-05-11 21:42:38 +00:00
Carsten Haitzler 09453fe184 remove ! apm exists check.
SVN revision: 34538
2008-05-11 16:21:21 +00:00
Christopher Michael 279192ec26 Whitespace removal.
SVN revision: 34526
2008-05-10 18:17:20 +00:00
Christopher Michael 3faff20d40 asprintf not supported on Solaris, use snprintf.
SVN revision: 34523
2008-05-10 08:02:27 +00:00
Christopher Michael 5d0868e9ed Reduce some 2 line variable checks to single line.
Fix some formatting & remove whitespace.
In some instances, check if creation of widget_data was succesful before
continuing with the rest of the function.


SVN revision: 34522
2008-05-10 07:44:01 +00:00
kaethorn 20d084b450 Fix Debian package.
SVN revision: 34501
2008-05-07 15:51:50 +00:00
Christopher Michael f621bc32a7 Fix window remember ordering in the config panel.
SVN revision: 34495
2008-05-07 04:01:51 +00:00
Eric Schuele 914c0acb6e Remove duplicate \"Windows\" category.
SVN revision: 34494
2008-05-07 03:10:53 +00:00
Carsten Haitzler 56865b731c instant edit is on a delay timer of 1 sec
SVN revision: 34479
2008-05-06 10:20:53 +00:00
Christopher Michael d9c072ea86 Add a very simple config dialog for deleting window remembers.
This is very very basic. Someone may want to redo the icon for this...I
didn't bring my crayons :)


SVN revision: 34477
2008-05-06 09:30:21 +00:00
Christopher Michael f56583b87f When using the Open With dialog, if user choose nothing and clicked open,
then a segfault would occur. Fix seggy :) (bug #420)

Minor formatting fixes.


SVN revision: 34471
2008-05-06 05:05:13 +00:00
kaethorn 1e2a81ce72 Merge with Debian files from PkgE.
SVN revision: 34466
2008-05-05 23:21:47 +00:00
Carsten Haitzler 5645ce0449 suspend/resume brokeon power class - lost event file node and never got it
back. now try get them all back if they get lost.


SVN revision: 34461
2008-05-04 06:13:26 +00:00
Christopher Michael fd52c28a4d Fix formatting.
SVN revision: 34457
2008-05-03 22:18:35 +00:00
Nicholas Hughart a90333bbf4 Fix an issue with the auto popup hiding.
Reenable popup after reconfiguring the battery module.


SVN revision: 34456
2008-05-03 21:49:37 +00:00
Christopher Michael 5e4b4b1d3c Fix formatting issues.
Remove Whitespace.
Use E_FREE to free the inst struct (Ensures to null the pointer).


SVN revision: 34455
2008-05-03 20:12:57 +00:00
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
kaethorn 0aa9347ff9 add evas engines to dependencies.
SVN revision: 34453
2008-05-03 18:17:15 +00:00
kaethorn 406c63ff8b correct emodules package name.
SVN revision: 34428
2008-05-01 15:43:53 +00:00
Carsten Haitzler 9c02f966a8 add generic cfg call
SVN revision: 34409
2008-04-30 12:01:32 +00:00
Massimo Maiurana ee431269a7 hu translations for desktop files
SVN revision: 34408
2008-04-30 10:28:40 +00:00
Carsten Haitzler 9aaf72f72a better detection of apm vs powerclass... as i have no seen a system with BOTH
of them active! argh!


SVN revision: 34406
2008-04-30 05:33:44 +00:00
Carsten Haitzler 10363970e6 seelct on single select on mouse up.
SVN revision: 34400
2008-04-29 08:57:02 +00:00