platform/upstream/enlightenment.git
12 years agoIntroduce refetching of all RandRR info.
Leif Middelschulte [Fri, 16 Dec 2011 14:19:25 +0000 (14:19 +0000)]
Introduce refetching of all RandRR info.

SVN revision: 66287

12 years agoE notification: Added a way to allow e to send markup notifications.
Tom Hacohen [Thu, 15 Dec 2011 08:13:39 +0000 (08:13 +0000)]
E notification: Added a way to allow e to send markup notifications.

SVN revision: 66236

12 years agoupdating french and italian translations
Massimo Maiurana [Wed, 14 Dec 2011 19:22:57 +0000 (19:22 +0000)]
updating french and italian translations

SVN revision: 66225

12 years agoFix some wording and spelling.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:43 +0000 (17:37 +0000)]
Fix some wording and spelling.

SVN revision: 66221

12 years agoUse selective storing for configuration data.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:38 +0000 (17:37 +0000)]
Use selective storing for configuration data.

This enables that only parts of the configuration is stored.
Right now only implemented: policies vs. everything.

SVN revision: 66220

12 years agoMake policies work and (re)storable. debug verbosity++
Leif Middelschulte [Wed, 14 Dec 2011 17:37:33 +0000 (17:37 +0000)]
Make policies work and (re)storable. debug verbosity++

SVN revision: 66219

12 years agoPut e_randr init after e_config init.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:27 +0000 (17:37 +0000)]
Put e_randr init after e_config init.

SVN revision: 66218

12 years agoCreate event for "Loading e_config finished."
Leif Middelschulte [Wed, 14 Dec 2011 17:37:22 +0000 (17:37 +0000)]
Create event for "Loading e_config finished."

It is bad how this works right now. Fail by design/documentation.
E.g. subsys a is waiting for event b_e (generated by subsys b) to happen.
If a is loaded before b, b_e isn't initialized and a waits for the wrong event.

Consequently either their must be specified value for non initialized events
(e.g. 0) or all events must be initialized in a central place, so
emitters'/listeners' order is irrelevant.

SVN revision: 66217

12 years agoMore fixes for e_randr, but also some for conf_randr.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:17 +0000 (17:37 +0000)]
More fixes for e_randr, but also some for conf_randr.

SVN revision: 66216

12 years agoSeveral minor e_randr related fixes.
Leif Middelschulte [Wed, 14 Dec 2011 17:37:10 +0000 (17:37 +0000)]
Several minor e_randr related fixes.

Don't free e_config stuff.
Improve debug messages wording.

SVN revision: 66215

12 years agoE notification: Fixed notifications with newlines.
Tom Hacohen [Wed, 14 Dec 2011 15:04:24 +0000 (15:04 +0000)]
E notification: Fixed notifications with newlines.

Use the new evas_textblock_text_utf8_to_markup.

SVN revision: 66198

12 years agogrammarize
Mike Blumenkrantz [Tue, 13 Dec 2011 15:02:48 +0000 (15:02 +0000)]
grammarize

SVN revision: 66164

12 years agoE: Fixed svn detection for svn1.7
Tom Hacohen [Tue, 13 Dec 2011 08:48:38 +0000 (08:48 +0000)]
E: Fixed svn detection for svn1.7

SVN revision: 66143

12 years agomaybe fix some obscure notify bug
Mike Blumenkrantz [Sun, 11 Dec 2011 16:19:03 +0000 (16:19 +0000)]
maybe fix some obscure notify bug

SVN revision: 66098

12 years agoe17/evry: remove semicolon key binding, the action is quite useless and calc needs...
Hannes Janetzek [Sat, 10 Dec 2011 10:54:34 +0000 (10:54 +0000)]
e17/evry: remove semicolon key binding, the action is quite useless and calc needs that key

SVN revision: 66084

12 years agothese error messages aren't CRIT worthy
Mike Blumenkrantz [Sat, 10 Dec 2011 07:16:52 +0000 (07:16 +0000)]
these error messages aren't CRIT worthy

SVN revision: 66076

12 years agofix del of directories and copy too.
Carsten Haitzler [Thu, 8 Dec 2011 03:34:44 +0000 (03:34 +0000)]
fix del of directories and copy too.

SVN revision: 66010

12 years agoE: remove extraneous parentheses
Vincent Torri [Wed, 7 Dec 2011 20:34:45 +0000 (20:34 +0000)]
E: remove extraneous parentheses

SVN revision: 65994

12 years agoupdating arabic translation
Massimo Maiurana [Wed, 7 Dec 2011 18:19:15 +0000 (18:19 +0000)]
updating arabic translation

SVN revision: 65991

12 years agoupdating dutch translations
Massimo Maiurana [Tue, 6 Dec 2011 16:20:51 +0000 (16:20 +0000)]
updating dutch translations

SVN revision: 65967

12 years agowell now this uses eeze - why keep the old search list?
Carsten Haitzler [Tue, 6 Dec 2011 06:49:58 +0000 (06:49 +0000)]
well now this uses eeze - why keep the old search list?

SVN revision: 65947

12 years agoticket #920: [Patch] Add -module-list to enlightenment_remote
Mike Blumenkrantz [Sun, 4 Dec 2011 21:52:44 +0000 (21:52 +0000)]
ticket #920: [Patch] Add -module-list to enlightenment_remote

SVN revision: 65871

12 years ago+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
Mike Blumenkrantz [Sat, 3 Dec 2011 04:24:02 +0000 (04:24 +0000)]
+ecore_x_randr_output_backlight_available() from Term <term@twistedpath.org>
also corresponding e17 usage

SVN revision: 65837

12 years ago#ifdefs to compile mixer on bsd from Joerg Sonnenberger <joerg@britannica.bec.de>
Mike Blumenkrantz [Fri, 2 Dec 2011 05:18:00 +0000 (05:18 +0000)]
#ifdefs to compile mixer on bsd from Joerg Sonnenberger <joerg@britannica.bec.de>

SVN revision: 65800

12 years agookay NOW it's over
Mike Blumenkrantz [Fri, 2 Dec 2011 01:45:48 +0000 (01:45 +0000)]
okay NOW it's over

SVN revision: 65793

12 years agobirthday's over, hope everyone enjoyed the surprise
Mike Blumenkrantz [Fri, 2 Dec 2011 01:45:29 +0000 (01:45 +0000)]
birthday's over, hope everyone enjoyed the surprise

SVN revision: 65792

12 years agoupdating french translations
Massimo Maiurana [Thu, 1 Dec 2011 12:29:17 +0000 (12:29 +0000)]
updating french translations

SVN revision: 65778

12 years agoe17/evry:
Hannes Janetzek [Thu, 1 Dec 2011 10:56:55 +0000 (10:56 +0000)]
e17/evry:
- started to update docs
- remove base plugins' free_cb which was used for one special case only

SVN revision: 65774

12 years agoupdate po's
Carsten Haitzler [Thu, 1 Dec 2011 10:06:21 +0000 (10:06 +0000)]
update po's

SVN revision: 65770

12 years agoE notification: Add the <ps> tag to the notification style.
Tom Hacohen [Thu, 1 Dec 2011 09:51:18 +0000 (09:51 +0000)]
E notification: Add the <ps> tag to the notification style.

SVN revision: 65766

12 years agoE notification: Fixed truncation of merged messages.
Tom Hacohen [Thu, 1 Dec 2011 09:38:41 +0000 (09:38 +0000)]
E notification: Fixed truncation of merged messages.

SVN revision: 65765

12 years agoE notification: Fixed issue with notification content.
Tom Hacohen [Thu, 1 Dec 2011 09:14:03 +0000 (09:14 +0000)]
E notification: Fixed issue with notification content.

The len passed to snprintf should include the \0. This caused garbage to
be printed to screen when merging empty bodied notifications.

SVN revision: 65763

12 years agofix garbage value config_path variables and use correct config registry strings
Mike Blumenkrantz [Wed, 30 Nov 2011 04:54:52 +0000 (04:54 +0000)]
fix garbage value config_path variables and use correct config registry strings
SPANK SPANK SPANK!

SVN revision: 65706

12 years agoadd new functions evry_item_{app,file}_free for freeing standard file/app items
Mike Blumenkrantz [Wed, 30 Nov 2011 04:00:51 +0000 (04:00 +0000)]
add new functions evry_item_{app,file}_free for freeing standard file/app items

SVN revision: 65705

12 years agoATTN: JEFFDAMETH!
Mike Blumenkrantz [Wed, 30 Nov 2011 03:32:54 +0000 (03:32 +0000)]
ATTN: JEFFDAMETH!
YOUR CODE FORMATTING IS BROKEN! PLEASE FIX THIS IN YOUR EDITOR ASAP!

SVN revision: 65704

12 years agoe17/evry: fix configuration dialog, ignore configs of plugins which are not loaded
Hannes Janetzek [Tue, 29 Nov 2011 18:21:34 +0000 (18:21 +0000)]
e17/evry: fix configuration dialog, ignore configs of plugins which are not loaded

SVN revision: 65689

12 years agoand fix clipping
Mike Blumenkrantz [Tue, 29 Nov 2011 00:09:02 +0000 (00:09 +0000)]
and fix clipping

SVN revision: 65663

12 years agoneed more FUN on raster's birthday!
Mike Blumenkrantz [Tue, 29 Nov 2011 00:00:35 +0000 (00:00 +0000)]
need more FUN on raster's birthday!

SVN revision: 65661

12 years agotweet: HAPPY BIRTHDAY RASTER!
Mike Blumenkrantz [Mon, 28 Nov 2011 22:45:56 +0000 (22:45 +0000)]
tweet: HAPPY BIRTHDAY RASTER!
for today only, it's RASTER'S BIRTHDAY!!!! and here's the birthday module!!!!!!!!!!

SVN revision: 65659

12 years agohmm probably shouldn't try to set notify bg to a garbage value
Mike Blumenkrantz [Mon, 28 Nov 2011 16:49:21 +0000 (16:49 +0000)]
hmm probably shouldn't try to set notify bg to a garbage value

SVN revision: 65658

12 years agoupdating french translations
Massimo Maiurana [Mon, 28 Nov 2011 16:32:31 +0000 (16:32 +0000)]
updating french translations

SVN revision: 65657

12 years agooh dear.. more icon bottom space stuff in efm. fix!
Carsten Haitzler [Mon, 28 Nov 2011 12:18:58 +0000 (12:18 +0000)]
oh dear.. more icon bottom space stuff in efm. fix!

SVN revision: 65648

12 years agofix sub object add for e widgets... will be happy to let elm do this
Carsten Haitzler [Mon, 28 Nov 2011 11:40:18 +0000 (11:40 +0000)]
fix sub object add for e widgets... will be happy to let elm do this
in future :)

SVN revision: 65644

12 years agoupdating greek translations
Massimo Maiurana [Sun, 27 Nov 2011 19:48:35 +0000 (19:48 +0000)]
updating greek translations

SVN revision: 65618

12 years agofix efm nav bar alignment of path bar.
Carsten Haitzler [Fri, 25 Nov 2011 08:27:19 +0000 (08:27 +0000)]
fix efm nav bar alignment of path bar.

SVN revision: 65595

12 years agoman that has annoyed me for AGES.. that uselss space at the bottom of
Carsten Haitzler [Fri, 25 Nov 2011 08:07:12 +0000 (08:07 +0000)]
man that has annoyed me for AGES.. that uselss space at the bottom of
efm views! argh! fix! disable it!

SVN revision: 65594

12 years agoand remove printfs
Carsten Haitzler [Fri, 25 Nov 2011 07:47:57 +0000 (07:47 +0000)]
and remove printfs

SVN revision: 65593

12 years agolets drop icons correctly if efm view is not at 0,0
Carsten Haitzler [Fri, 25 Nov 2011 07:46:50 +0000 (07:46 +0000)]
lets drop icons correctly if efm view is not at 0,0

SVN revision: 65592

12 years agolets' delete files again shall we efm?
Carsten Haitzler [Fri, 25 Nov 2011 07:13:41 +0000 (07:13 +0000)]
lets' delete files again shall we efm?

SVN revision: 65591

12 years ago[e] Fix a warning
Mike McCormack [Thu, 24 Nov 2011 00:05:07 +0000 (00:05 +0000)]
[e] Fix a warning

  CC     e_mod_main.lo
e_mod_main.c: In function ‘_gc_init’:
e_mod_main.c:342:12: warning: ignoring return value of ‘asprintf’, declared with attribute warn_unused_result

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65547

12 years agoFix the fix for the include path.
Iván Briano [Wed, 23 Nov 2011 19:56:35 +0000 (19:56 +0000)]
Fix the fix for the include path.

I won't spank fidencio because he will probably like it.

Thanks lzoubek for pointing this out

SVN revision: 65542

12 years agofix e17 compilation
Fabiano Fidêncio [Wed, 23 Nov 2011 18:13:14 +0000 (18:13 +0000)]
fix e17 compilation

    spank! spank! spank, old man!

SVN revision: 65541

12 years agoDon't signal urgency hint when window has focus
Lucas De Marchi [Wed, 23 Nov 2011 13:03:02 +0000 (13:03 +0000)]
Don't signal urgency hint when window has focus

SVN revision: 65538

12 years agochange of email address: this is going to be ugly
Mike Blumenkrantz [Wed, 23 Nov 2011 08:40:50 +0000 (08:40 +0000)]
change of email address: this is going to be ugly

SVN revision: 65531

12 years agoDon't bother with urgency hint if window is focused
Lucas De Marchi [Tue, 22 Nov 2011 20:37:37 +0000 (20:37 +0000)]
Don't bother with urgency hint if window is focused

SVN revision: 65520

12 years agoE desklock: Fix password replace char to work correctly with unicode.
Tom Hacohen [Tue, 22 Nov 2011 15:59:54 +0000 (15:59 +0000)]
E desklock: Fix password replace char to work correctly with unicode.

The correct fix would actually be using textblock there and not TEXT object
as we already have edje_entry... I guess whoever did it had it motives
(or possibly edje_entry didn't exist yet at that time). But anyhow,
edje_entry already supports replacement chars.

SVN revision: 65519

12 years agowith connman 07x changes - make sure headers dont conflict with old
Carsten Haitzler [Tue, 22 Nov 2011 03:12:20 +0000 (03:12 +0000)]
with connman 07x changes - make sure headers dont conflict with old
edbus1.x too.

SVN revision: 65506

12 years agoupdate po's
Carsten Haitzler [Tue, 22 Nov 2011 03:09:13 +0000 (03:09 +0000)]
update po's

SVN revision: 65505

12 years agoe: port to use econnman-0.7x
Gustavo Sverzut Barbieri [Mon, 21 Nov 2011 20:56:22 +0000 (20:56 +0000)]
e: port to use econnman-0.7x

SVN revision: 65500

12 years agoupdating various translations
Massimo Maiurana [Mon, 21 Nov 2011 20:33:33 +0000 (20:33 +0000)]
updating various translations

SVN revision: 65498

12 years agomatch connman api revert.
Carsten Haitzler [Sun, 20 Nov 2011 04:01:17 +0000 (04:01 +0000)]
match connman api revert.

SVN revision: 65417

12 years agoaccount for "" with getenv for hahas
Mike Blumenkrantz [Fri, 18 Nov 2011 19:25:19 +0000 (19:25 +0000)]
account for "" with getenv for hahas

SVN revision: 65390

12 years agouse helper macro for eeze scanner edd setup
Mike Blumenkrantz [Fri, 18 Nov 2011 19:24:21 +0000 (19:24 +0000)]
use helper macro for eeze scanner edd setup

SVN revision: 65389

12 years agotry introducing a delay after starting eeze scanner to make socket connection more...
Mike Blumenkrantz [Fri, 18 Nov 2011 09:29:08 +0000 (09:29 +0000)]
try introducing a delay after starting eeze scanner to make socket connection more successful

SVN revision: 65382

12 years agoFrom: Leif Middelschulte <leif.middelschulte@gmail.com>
Leif Middelschulte [Fri, 18 Nov 2011 08:07:48 +0000 (08:07 +0000)]
From: Leif Middelschulte <leif.middelschulte@gmail.com>
Subject: [E-devel] [PATCH] Patch to add disabled outputs to config dialog.
Date: Thu, 17 Nov 2011 18:43:23 +0100

Hello devs,

find attached a patch that enables the user to set the policy for an
unused output. Since there is no resolution, an assumed resolution is
set in the edc so it's easily adjustable for small screens.

SVN revision: 65374

12 years agouse <ps> instead of <br>, so sayeth TAsn
Mike Blumenkrantz [Fri, 18 Nov 2011 08:03:52 +0000 (08:03 +0000)]
use <ps> instead of <br>, so sayeth TAsn

SVN revision: 65373

12 years agoThe current logic only displays text the first time the timer callback is
Stefan Schmidt [Fri, 18 Nov 2011 08:02:02 +0000 (08:02 +0000)]
The current logic only displays text the first time the timer callback is
called. Thats after one second. To avoid the blank dialog box for one second set
the intial text already when creating the dialog.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
SVN revision: 65372

12 years agoSo far we only had a nice count down until we would restore but we never
Stefan Schmidt [Fri, 18 Nov 2011 08:00:53 +0000 (08:00 +0000)]
So far we only had a nice count down until we would restore but we never
restored. Calling the restore function now it countdown is at zero.

Not sure if function re-ordering or declaration is preferred here. Just added a
declaration as some others exist already.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
SVN revision: 65371

12 years agoThe box uses the size from the first line additional to the set icon. As the
Stefan Schmidt [Fri, 18 Nov 2011 08:00:32 +0000 (08:00 +0000)]
The box uses the size from the first line additional to the set icon. As the
tags are not counted we need to break the line earlier to show the complete text
in the dialog window.

Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org>
SVN revision: 65370

12 years agoE17: fix eeze mount detection and build, reported by Jochen Schröder
Vincent Torri [Fri, 18 Nov 2011 06:56:07 +0000 (06:56 +0000)]
E17: fix eeze mount detection and build, reported by Jochen Schröder

SVN revision: 65368

12 years agotrivial changes
Mike Blumenkrantz [Fri, 18 Nov 2011 05:58:08 +0000 (05:58 +0000)]
trivial changes

SVN revision: 65364

12 years agoadd debug message for throttling
Mike Blumenkrantz [Fri, 18 Nov 2011 05:05:40 +0000 (05:05 +0000)]
add debug message for throttling

SVN revision: 65362

12 years agoslightly better debug info for eeze scanner connection
Mike Blumenkrantz [Fri, 18 Nov 2011 04:55:52 +0000 (04:55 +0000)]
slightly better debug info for eeze scanner connection

SVN revision: 65361

12 years agoupdating portuguese translations
Massimo Maiurana [Thu, 17 Nov 2011 16:18:26 +0000 (16:18 +0000)]
updating portuguese translations

SVN revision: 65345

12 years agodont compile msg.c on non-linux.
Carsten Haitzler [Thu, 17 Nov 2011 11:27:26 +0000 (11:27 +0000)]
dont compile msg.c on non-linux.

SVN revision: 65341

12 years agoadd eina include to tempget and batget
Carsten Haitzler [Thu, 17 Nov 2011 11:12:30 +0000 (11:12 +0000)]
add eina include to tempget and batget

SVN revision: 65337

12 years agosupport mtrack... my new little memory tracker so i can finally live
Carsten Haitzler [Thu, 17 Nov 2011 10:19:50 +0000 (10:19 +0000)]
support mtrack... my new little memory tracker so i can finally live
track down leaks and other badnesses.

SVN revision: 65335

12 years agoeverything/gadget: fix segv
Gustavo Sverzut Barbieri [Wed, 16 Nov 2011 17:20:32 +0000 (17:20 +0000)]
everything/gadget: fix segv

SVN revision: 65297

12 years agodont go hunt if ping to now interval not long enough in poller
Carsten Haitzler [Wed, 16 Nov 2011 10:08:28 +0000 (10:08 +0000)]
dont go hunt if ping to now interval not long enough in poller

SVN revision: 65290

12 years agoadd timestamp printf for pulse disconnection debugging
Mike Blumenkrantz [Tue, 15 Nov 2011 16:26:21 +0000 (16:26 +0000)]
add timestamp printf for pulse disconnection debugging

SVN revision: 65273

13 years agoe_config: Fix file size detection
Sebastian Dransfeld [Tue, 15 Nov 2011 07:39:24 +0000 (07:39 +0000)]
e_config: Fix file size detection

Dear all,

I found a bug in e_config. The e didn't make the configuration backup files.
It was because of my wrong patch (svn rev.64684). I fixed this bug.
Please check the new patch file.

Patch by Doyoun Kang

SVN revision: 65224

13 years agoE_Randr: Fix typo in message.
Christopher Michael [Tue, 15 Nov 2011 06:46:47 +0000 (06:46 +0000)]
E_Randr: Fix typo in message.

SVN revision: 65221

13 years agoe: some more const to _gc_label()
Boris Faure [Mon, 14 Nov 2011 22:23:36 +0000 (22:23 +0000)]
e: some more const to _gc_label()

SVN revision: 65209

13 years agoe: oopsie. warnings--
Boris Faure [Mon, 14 Nov 2011 22:04:27 +0000 (22:04 +0000)]
e: oopsie. warnings--

SVN revision: 65205

13 years agoe/gadcon: label() returns a const char*
Boris Faure [Mon, 14 Nov 2011 21:46:57 +0000 (21:46 +0000)]
e/gadcon: label() returns a const char*

Original patch by Fabien Romano from OpenBSD

SVN revision: 65204

13 years agoe: typo. Patch by Fabien Romano from OpenBSD
Boris Faure [Mon, 14 Nov 2011 21:46:37 +0000 (21:46 +0000)]
e: typo. Patch by Fabien Romano from OpenBSD

SVN revision: 65203

13 years agoe/evry: warnings--
Boris Faure [Mon, 14 Nov 2011 21:07:29 +0000 (21:07 +0000)]
e/evry: warnings--

SVN revision: 65199

13 years agoe/wizard: fix e_dbus/connman need for #define.
Gustavo Sverzut Barbieri [Mon, 14 Nov 2011 20:58:12 +0000 (20:58 +0000)]
e/wizard: fix e_dbus/connman need for #define.

SVN revision: 65198

13 years agoE: Don't need to include the toolbook header, it's already included
Christopher Michael [Mon, 14 Nov 2011 19:05:33 +0000 (19:05 +0000)]
E: Don't need to include the toolbook header, it's already included
via e.h.

SVN revision: 65196

13 years agoe/connman: update to new api.
Gustavo Sverzut Barbieri [Mon, 14 Nov 2011 17:29:32 +0000 (17:29 +0000)]
e/connman: update to new api.

SVN revision: 65193

13 years agoe/connman: bye bye deprecated method
Lucas De Marchi [Mon, 14 Nov 2011 15:16:28 +0000 (15:16 +0000)]
e/connman: bye bye deprecated method

SVN revision: 65172

13 years agoE17: fix DSO
Vincent Torri [Sun, 13 Nov 2011 07:21:37 +0000 (07:21 +0000)]
E17: fix DSO

SVN revision: 65127

13 years agoconnman: match upstream change to security property.
Gustavo Sverzut Barbieri [Sun, 13 Nov 2011 06:03:53 +0000 (06:03 +0000)]
connman: match upstream change to security property.

Security is now a list of security supported by access point.

SVN revision: 65119

13 years agohave tasks always set inset and autoscroll so it works right.
Carsten Haitzler [Sun, 13 Nov 2011 05:47:09 +0000 (05:47 +0000)]
have tasks always set inset and autoscroll so it works right.

SVN revision: 65118

13 years agoe17/evry: what a hack :)
Hannes Janetzek [Sun, 13 Nov 2011 00:36:04 +0000 (00:36 +0000)]
e17/evry: what a hack :)

SVN revision: 65114

13 years agoeverything/start: just search an icon if it's not the default "start"
Gustavo Sverzut Barbieri [Sun, 13 Nov 2011 00:22:53 +0000 (00:22 +0000)]
everything/start: just search an icon if it's not the default "start"

SVN revision: 65113

13 years agoeverything: gadget icon and minor cleanups.
Gustavo Sverzut Barbieri [Sun, 13 Nov 2011 00:07:35 +0000 (00:07 +0000)]
everything: gadget icon and minor cleanups.

SVN revision: 65111

13 years agoeverything: show proper icon for "Start" menu.
Gustavo Sverzut Barbieri [Sun, 13 Nov 2011 00:04:58 +0000 (00:04 +0000)]
everything: show proper icon for "Start" menu.

FreeDesktop.Org icon naming scheme specified "start-here" icon, use it.

SVN revision: 65110

13 years agoE17: no need to cache some variables, simplify a bit, fix configure output
Vincent Torri [Sat, 12 Nov 2011 11:24:26 +0000 (11:24 +0000)]
E17: no need to cache some variables, simplify a bit, fix configure output

SVN revision: 65096

13 years agofix crash when closing window
Mike Blumenkrantz [Wed, 9 Nov 2011 16:39:10 +0000 (16:39 +0000)]
fix crash when closing window

SVN revision: 64996