[Gpe-list] Gpe-bugs Digest, Vol 13, Issue 1
gpe-bugs-request at linuxtogo.org
gpe-bugs-request at linuxtogo.org
Tue Nov 6 12:00:10 CET 2007
Send Gpe-bugs mailing list submissions to
gpe-bugs at linuxtogo.org
To subscribe or unsubscribe via the World Wide Web, visit
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs
or, via email, send a message with subject or body 'help' to
gpe-bugs-request at linuxtogo.org
You can reach the person managing the list at
gpe-bugs-owner at linuxtogo.org
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Gpe-bugs digest..."
Today's Topics:
1. [Bug 112] New: Hildon audit report for Chinook
(bugzilla-daemon at linuxtogo.org)
2. [Bug 113] New: Hildon audit report for Chinook
(bugzilla-daemon at linuxtogo.org)
3. [Bug 114] New: Hildon audit report for Chinook
(bugzilla-daemon at linuxtogo.org)
4. [Bug 115] New: Hildon audit report for chinook
(bugzilla-daemon at linuxtogo.org)
5. [Bug 116] New: Hildon audit report for Chinook
(bugzilla-daemon at linuxtogo.org)
----------------------------------------------------------------------
Message: 1
Date: Mon, 05 Nov 2007 20:56:00 +0100
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 112] New: Hildon audit report for Chinook
To: gpe-bugs at linuxtogo.org
Message-ID: <bug-112-7 at http.bugs.linuxtogo.org/>
http://bugs.linuxtogo.org/show_bug.cgi?id=112
Summary: Hildon audit report for Chinook
Product: libgpewidget
Version: 0.115
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: default
AssignedTo: gpe-bugs at linuxtogo.org
ReportedBy: g+gpe at cobb.uk.net
Estimated Hours: 0.0
The attached report was generated by the hildon-audit tool which reports on
issues associated with porting to Maemo Chinook (see
http://live.gnome.org/Hildon/TwoPointZero). Note that this component does
build with Chinook but the applications have not been tested yet. These issues
may or may not cause user-visible problems.
I have changed the autoconf scripts so that if the preprocessor macro IS_HILDON
is defined, then the macro HILDON_VER is 2 if the new Hildon version is being
used. Also the hildon-1 include directories are referenced in the CFLAGS so the
hildon header files could be included, if necessary, using something like:
#ifdef IS_HILDON
#if HILDON_VER > 0
#include <hildon/hildon-window.h>
#endif /* HILDON_VER */
#endif /* IS_HILDON */
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
Message: 2
Date: Mon, 05 Nov 2007 23:20:48 +0100
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 113] New: Hildon audit report for Chinook
To: gpe-bugs at linuxtogo.org
Message-ID: <bug-113-7 at http.bugs.linuxtogo.org/>
http://bugs.linuxtogo.org/show_bug.cgi?id=113
Summary: Hildon audit report for Chinook
Product: libgpepimc
Version: 0.9
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: default
AssignedTo: gpe-bugs at linuxtogo.org
ReportedBy: g+gpe at cobb.uk.net
Estimated Hours: 0.0
The attached report was generated by the hildon-audit tool which reports on
issues associated with porting to Maemo Chinook (see
http://live.gnome.org/Hildon/TwoPointZero). Note that this component does
build with Chinook but the applications have not been tested yet. These issues
may or may not cause user-visible problems.
Note that if the preprocessor macro IS_HILDON is defined, then the macro
HILDON_VER is 2 if the new Hildon version is being used. This allows changes to
be conditionalised so it still builds for previous versions.
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
Message: 3
Date: Mon, 05 Nov 2007 23:28:15 +0100
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 114] New: Hildon audit report for Chinook
To: gpe-bugs at linuxtogo.org
Message-ID: <bug-114-7 at http.bugs.linuxtogo.org/>
http://bugs.linuxtogo.org/show_bug.cgi?id=114
Summary: Hildon audit report for Chinook
Product: gpe-contacts
Version: 0.47
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: default
AssignedTo: gpe-bugs at linuxtogo.org
ReportedBy: g+gpe at cobb.uk.net
Estimated Hours: 0.0
The attached report was generated by the hildon-audit tool which reports on
issues associated with porting to Maemo Chinook (see
http://live.gnome.org/Hildon/TwoPointZero). Note that this component does
build with Chinook but the applications have not been tested yet. These issues
may or may not cause user-visible problems.
Note that if the preprocessor macro IS_HILDON is defined, then the macro
HILDON_VER is 2 if the new Hildon version is being used. This allows changes to
be conditionalised so it still builds for previous versions.
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
Message: 4
Date: Mon, 05 Nov 2007 23:34:33 +0100
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 115] New: Hildon audit report for chinook
To: gpe-bugs at linuxtogo.org
Message-ID: <bug-115-7 at http.bugs.linuxtogo.org/>
http://bugs.linuxtogo.org/show_bug.cgi?id=115
Summary: Hildon audit report for chinook
Product: gpe-filemanager
Version: 0.30
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: default
AssignedTo: gpe-bugs at linuxtogo.org
ReportedBy: g+gpe at cobb.uk.net
Estimated Hours: 0.0
The attached report was generated by the hildon-audit tool which reports on
issues associated with porting to Maemo Chinook (see
http://live.gnome.org/Hildon/TwoPointZero). Note that this component does
build with Chinook but the applications have not been tested yet. These issues
may or may not cause user-visible problems.
Note that if the preprocessor macro USE_HILDON is defined, then the macro
HILDON_VER is 2 if the new Hildon version is being used. This allows changes to
be conditionalised so it still builds for previous versions.
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
Message: 5
Date: Mon, 05 Nov 2007 23:40:09 +0100
From: bugzilla-daemon at linuxtogo.org
Subject: [Gpe-bugs] [Bug 116] New: Hildon audit report for Chinook
To: gpe-bugs at linuxtogo.org
Message-ID: <bug-116-7 at http.bugs.linuxtogo.org/>
http://bugs.linuxtogo.org/show_bug.cgi?id=116
Summary: Hildon audit report for Chinook
Product: gpe-todo
Version: 0.56
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P4
Component: default
AssignedTo: gpe-bugs at linuxtogo.org
ReportedBy: g+gpe at cobb.uk.net
Estimated Hours: 0.0
The attached report was generated by the hildon-audit tool which reports on
issues associated with porting to Maemo Chinook (see
http://live.gnome.org/Hildon/TwoPointZero). Note that this component does
build with Chinook but the applications have not been tested yet. These issues
may or may not cause user-visible problems.
Note that if the preprocessor macro IS_HILDON is defined, then the macro
HILDON_VER is 2 if the new Hildon version is being used. This allows changes to
be conditionalised so it still builds for previous versions.
--
Configure bugmail: http://bugs.linuxtogo.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
------------------------------
_______________________________________________
Gpe-bugs mailing list
Gpe-bugs at linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/gpe-bugs
End of Gpe-bugs Digest, Vol 13, Issue 1
***************************************
More information about the Gpe-list
mailing list