| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
To be continued soon...
SVN revision: 53514
|
|
|
|
| |
SVN revision: 51420
|
|
|
|
| |
SVN revision: 51047
|
|
|
|
| |
SVN revision: 51037
|
|
|
|
|
|
|
|
| |
loader. I didn't expect so many of them, maybe some one can take care
of reducing their number (0 would be a good target).
SVN revision: 50938
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Remove vim modelines:
find . -name '*.[chx]' -exec sed -i '/\/\*$/ {N;N;/ \* vim:ts/d}' \{\} \;
find . -name '*.[chx]' -exec sed -i '/\/[\*\/] *vim:/d' \{\} \;
* Remove leading blank lines:
find . -name '*.[cxh]' -exec sed -i '/./,$!d'
If you use vim, use this in your .vimrc:
set ts=8 sw=3 sts=8 expandtab cino=>5n-3f0^-2{2(0W1st0
SVN revision: 50816
|
|
|
|
| |
SVN revision: 50546
|
|
|
|
|
|
| |
painful a process as I thought...
SVN revision: 47501
|
|
|
|
| |
SVN revision: 47002
|
|
|
|
| |
SVN revision: 46790
|
|
|
|
| |
SVN revision: 45455
|
|
|
|
| |
SVN revision: 44477
|
|
|
|
|
|
|
|
|
| |
registry path for window class correctly in that when the module(s) shut
down, the will kill the dialogs.
SVN revision: 44191
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
- modules using e_configure_registry_add must be modified to
use registry path as window class for this to work
- fileman now uses e_remember to remember position instead of
handling it separately
- added option to window remember for remembering dialogs and
fileman windows automatically
SVN revision: 42607
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
since these are not set by e_remember_update anymore
- remove E_Remember parameter from e_remmber_update.
if update is possible bd->remember is already set
- do not overwrite bordername value of remember on update.
should only be set by conf_border dialog
- make sure on update that match values are set otherwise
delete remember
SVN revision: 42435
|
|
|
|
|
|
|
|
|
| |
e_widget_size_min_* . This Large commit should fix everything in svn that is
using those functions.
SVN revision: 42152
|
|
|
|
| |
SVN revision: 41232
|
|
|
|
| |
SVN revision: 40208
|
|
|
|
|
|
|
|
| |
having non-scaled icons will make it look better, giving more details
on how it would be rendered.
SVN revision: 40173
|
|
|
|
|
|
|
| |
now I'm going to fix E-MODULE-EXTRA...
SVN revision: 39495
|
|
|
|
| |
SVN revision: 39447
|
|
|
|
|
|
| |
I'm keeping there a mapping between e old names and fdo ones.
SVN revision: 39374
|
|
|
|
|
|
| |
to that. Shout out to Sachiel!
SVN revision: 38953
|
|
|
|
| |
SVN revision: 38923
|
|
|
|
| |
SVN revision: 38450
|
|
|
|
| |
SVN revision: 37742
|
|
|
|
|
|
|
|
|
|
|
|
| |
* remove illume custom config dialog - use normal one
* add toolbar used in config dialog. will be used for more. makes ui more
compact and flexible.
* make dialog windows optionally ALWAYS be "normal windows".
* config module exports a config gadget now - illume doesnt need it anymore
SVN revision: 37721
|
|
|
|
| |
SVN revision: 37569
|
|
|
|
|
|
|
|
|
| |
No change for ->next and ->data access right now, as the patch is already
big enough.
SVN revision: 36962
|
|
|
|
| |
SVN revision: 36696
|
|
|
|
|
|
|
|
| |
This could also change the usage of string share in E17.
SVN revision: 36679
|
|
|
|
| |
SVN revision: 36667
|
|
|
|
|
|
| |
system and no bug must show up.
SVN revision: 36627
|
|
|
|
|
|
| |
to use it more correctly. This style may need to be repeated across all the E-MODULES-EXTRA modules for unification of styles. The altered .desktop files still look perfectly fine on BlingBling and a few other themes Ive tested it with. The textblock style itself could probably do with a little tweaking.
SVN revision: 35776
|
|
|
|
| |
SVN revision: 35044
|
|
|
|
| |
SVN revision: 34408
|
|
|
|
| |
SVN revision: 33868
|
|
|
|
|
|
|
| |
Don't expand the space around the checkbox.
SVN revision: 33501
|
|
|
|
| |
SVN revision: 33306
|
|
|
|
| |
SVN revision: 33009
|
|
|
|
| |
SVN revision: 32283
|
|
|
|
|
|
|
|
|
|
|
|
| |
lend me your ears, for i come to break code, not to praise it!
module api getting kicked about. 1. modapi calls for config and about are gone
core module api call for about dialog gone (not needed anymore). use module
.desktops for about info in description. config should go via the config
panel calls to register stuff.... wherd... to... ma homieoes!
SVN revision: 32231
|
|
|
|
| |
SVN revision: 31794
|
|
|
|
| |
SVN revision: 31703
|
|
|
|
| |
SVN revision: 31544
|
|
|
|
|
|
|
| |
should/can be delayed or not.
SVN revision: 31087
|
|
|
|
| |
SVN revision: 30963
|
|
|
|
| |
SVN revision: 30664
|
|
|
|
|
|
|
| |
safe at last.
SVN revision: 30646
|