Commit Graph

8597 Commits

Author SHA1 Message Date
Christopher Michael 63a836412c Handle netwm active requests.
SVN revision: 44206
2009-12-05 23:41:33 +00:00
Christopher Michael fc7e636c1f just some formatting I noticed while reading code.
SVN revision: 44205
2009-12-05 23:36:42 +00:00
Christopher Michael 74bbbf4bf4 Remove printf.
SVN revision: 44203
2009-12-05 17:29:45 +00:00
Christopher Michael 90823471a2 Make illume-home focus any apps it starts.
Make Prev button work in softkey so we can traverse the running apps.



SVN revision: 44202
2009-12-05 17:28:35 +00:00
Christopher Michael 781568dc46 Add function to return valid borders.
Focus any newly added borders.
Remove any remaining layer_set(s).



SVN revision: 44201
2009-12-05 17:27:30 +00:00
Christopher Michael e7ebfb7003 Focus the home window when created.
SVN revision: 44199
2009-12-05 16:48:42 +00:00
Christopher Michael f7058ca20b Don't use layers for layout code.
SVN revision: 44195
2009-12-04 23:33:56 +00:00
Christopher Michael 63c58e3c9c Use only 1 virtual desktop. Remove edge bindings.
SVN revision: 44194
2009-12-04 23:29:22 +00:00
Christopher Michael faa97a4fac Make single click delay timeout shorter.
SVN revision: 44193
2009-12-04 23:25:33 +00:00
Christopher Michael 266745adc3 Make single-click timeout shorter by default.
SVN revision: 44192
2009-12-04 23:24:57 +00:00
Christopher Michael ff96a40305 Fix all this config window class mess once and for all. Now using the config
registry path for window class correctly in that when the module(s) shut
down, the will kill the dialogs.



SVN revision: 44191
2009-12-04 22:37:18 +00:00
Massimo Maiurana 1aa44b0081 adding french and italian translations
SVN revision: 44177
2009-12-03 19:20:06 +00:00
Aron Xu 3c1dead5f1 Sync translation from launchpad
SVN revision: 44165
2009-12-03 07:51:04 +00:00
Christopher Michael e300511319 Fix the last of the config dialog problems
SVN revision: 44164
2009-12-03 04:46:49 +00:00
Christopher Michael 2efe006bfa Fix more config dialog window class mess :(
SVN revision: 44163
2009-12-03 04:42:53 +00:00
Christopher Michael 61ca8ae5f5 Fix more of this config dialog window class mess
SVN revision: 44162
2009-12-03 04:33:27 +00:00
Christopher Michael c5a3abeff3 Fix a few more config dialog window class problems...love to know who was
responsible for this mess.



SVN revision: 44161
2009-12-03 04:25:39 +00:00
Christopher Michael a807f56a96 Fix a few more config dialog window class problems.
SVN revision: 44160
2009-12-03 04:22:29 +00:00
Christopher Michael 69fa1736c0 Fix a few more config dialog window class problems.
SVN revision: 44159
2009-12-03 04:19:36 +00:00
Christopher Michael 70e9d80c6c Fix more config dialog window class problems.
SVN revision: 44158
2009-12-03 04:16:43 +00:00
Christopher Michael 6b8ba302fa Fix another module for improper config dialog window class.
SVN revision: 44157
2009-12-03 04:11:02 +00:00
Christopher Michael 0d6efd18c9 Fix E crash when module is unloaded while dialog is up.
ATTN Devs:
--------------------------
SOMEONE changed all the window class settings for these modules, 
so now when a module gets unloaded, the respective config dialogs are 
not closed, leading to E crashes.

An Example if someone wants to tackle changing all these cause I don't have
the time right now:

e_modapi_shutdown
--------------------------
while ((cfd = e_config_dialog_find("E", "_config_desk_dialog")))
  e_object_del(E_OBJECT(cfd));

You will see a ton of these lines in e/src/modules. Basically, when the
config dialog gets created, we assign a icccm name & class to that dialog:

e_config_dialog_new(con, _("Label"), "E", "_config_desk_dialog");

The class needs to match what is used in e_modapi_shutdown !!!

In just about every existing module in e/src/modules/, the class names are
not set correctly when the dialog gets created. This needs fixing badly !!!




SVN revision: 44156
2009-12-03 04:00:34 +00:00
Christopher Michael 8a2b59f850 Remove useless lines.
SVN revision: 44155
2009-12-03 03:53:16 +00:00
Christopher Michael 61d7e4d883 Use proper config dialog window class. Fixes issue where E crashes if the
wallpaper dialog is open and then the module gets unloaded.



SVN revision: 44154
2009-12-03 03:46:28 +00:00
Christopher Michael 4042dda53a Use proper config dialog window class, so that when the module gets
unloaded, any existing dialogs are killed. This stops a crash that was
happening if the module was unloaded while the dialog was shown.



SVN revision: 44153
2009-12-03 03:41:24 +00:00
Carsten Haitzler 61c451f011 baack to normal pre- release name now
SVN revision: 44146
2009-12-02 22:50:36 +00:00
Christopher Michael 2514496859 Remove compiled files from svn. SRC files are used to generate .CFG files
during compilation.



SVN revision: 44144
2009-12-02 22:33:12 +00:00
Christopher Michael 8120ca1861 Make home window appear when module starts. The makes 'home' up by default.
SVN revision: 44143
2009-12-02 22:29:29 +00:00
Christopher Michael 7420299fc4 Make e.cfg use proper focus settings for illume.
SVN revision: 44142
2009-12-02 22:24:25 +00:00
Carsten Haitzler 6cbcc4518b quick make svnrev that has right release names
SVN revision: 44140
2009-12-02 22:19:53 +00:00
Christopher Michael 42c80e1924 Change layer. Make it above softkey, but below dialogs if it's a conformant
app.



SVN revision: 44121
2009-12-02 18:35:02 +00:00
Christopher Michael cead02f0eb If a border is conformant, set layer to above the bottom_panel (softkey).
SVN revision: 44120
2009-12-02 18:33:05 +00:00
Carsten Haitzler 6e58326749 and back to a pre-svn sonme after snap
SVN revision: 44118
2009-12-02 08:07:38 +00:00
Carsten Haitzler 096805ca4c aaah bah - move to 05 not 04
SVN revision: 44116
2009-12-02 07:40:59 +00:00
Carsten Haitzler 184ba91e63 asparagus - finally
SVN revision: 44113
2009-12-02 07:22:35 +00:00
Christopher Michael 34b550e7e2 Add check for conformant app when calculating size/position.
SVN revision: 44112
2009-12-02 01:38:23 +00:00
Christopher Michael 1f6d1d1bea Add function to determine if an app is conformant.
SVN revision: 44111
2009-12-01 21:39:51 +00:00
Christopher Michael 540383bfe7 Start work on dual-mode window sizing/position.
SVN revision: 44109
2009-12-01 20:51:30 +00:00
Christopher Michael a94c2e4e6b Better default config (proper window matches).
SVN revision: 44108
2009-12-01 20:31:05 +00:00
Christopher Michael 7ad2dd4a19 Add 'changed' signal to update config.
Disable Window Layout radios when in single app mode.



SVN revision: 44107
2009-12-01 20:19:42 +00:00
Christopher Michael 14ca5d2c57 Formatting.
SVN revision: 44103
2009-12-01 18:38:00 +00:00
Christopher Michael dced54c0bb Make policy handle if top shelf, bottom panel, etc, are sticky.
SVN revision: 44086
2009-12-01 10:07:24 +00:00
Christopher Michael 052d2a0ec0 Update config for illume-home:
Set default policy dual-app mode.
       Set default vkbd window name.
       Add illume2 gadget (for switching modes) to the indicator bar.



SVN revision: 44085
2009-12-01 09:42:56 +00:00
Christopher Michael 72567b1a15 actually add the gadcon files.
SVN revision: 44084
2009-12-01 09:41:08 +00:00
Christopher Michael bb93738ae9 Remove EAPI from functions that do not need it.
Create a gadget that can be added to gadcons for switching policy dual-app
mode.



SVN revision: 44083
2009-12-01 09:40:30 +00:00
Christopher Michael 780be7b98c Remove nasty commented lines.
Remove whitespace.



SVN revision: 44082
2009-12-01 08:44:36 +00:00
Christopher Michael dc385d2fb5 Don't set icon size twice in fmc config.
Add translatable string.



SVN revision: 44081
2009-12-01 08:29:44 +00:00
Christopher Michael c2f74ada98 No need for these functions to be EAPI.
Update any existing fm windows when config changes.



SVN revision: 44080
2009-12-01 08:17:21 +00:00
Christopher Michael 8a0f1bc926 Fix up some typos.
Add some comments.



SVN revision: 44079
2009-12-01 08:01:20 +00:00
Christopher Michael d12d3c3e23 This function moved to e_mod_policy_settings files. Not needed here.
SVN revision: 44078
2009-12-01 05:48:18 +00:00