Re: browserd (aka tablet-browser-daemon) is now open source

2011-11-04 Thread David Talmage
On Friday, November 04, 2011 06:52:45 PM Jonathan Wilson wrote: > I have taken the old browserd source code at > http://vcs.maemo.org/svn/browser/client-server/trunk/server/ and come up > with a set of code that is functionally identical to the N900 browserd. > ... Wow! Thank you! __

Re: Using a library package in Maemo sysroot

2011-08-31 Thread David Talmage
On Wednesday, August 31, 2011 02:35:27 PM David Talmage wrote: > [Replying to both Christian Kandeler and Tomi Ollila in this message.] > > On Wednesday, August 31, 2011 05:28:56 AM Tomi Ollila wrote: > > On Wed, 31 Aug 2011 10:00:48 +0200, Christian Kandeler > > wrote: >

Re: Using a library package in Maemo sysroot

2011-08-31 Thread David Talmage
[Replying to both Christian Kandeler and Tomi Ollila in this message.] On Wednesday, August 31, 2011 05:28:56 AM Tomi Ollila wrote: > On Wed, 31 Aug 2011 10:00:48 +0200, Christian Kandeler wrote: > > On Tue, 2011-08-30 at 16:07 -0400, ext David Talmage wrote: > > > I'm h

Using a library package in Maemo sysroot

2011-08-30 Thread David Talmage
I'm having trouble deploying an application to my N900. When QtCreator builds the application package, dpkg-shlibdeps claims that it cannot find the dependency information for one library. This is what I need help fixing. The error message is dpkg-shlibdeps: failure: no dependency informatio

Re: QtCreator, libraries, and multiple platforms

2011-08-30 Thread David Talmage
On Wednesday, August 03, 2011 03:03:11 PM David Talmage wrote: > I need help making QtCreator build an application and a library for Maemo, > Symbian (using the remote compiler), and the simulator. I've been all over > the documentation, the forum on Qt Developer Network, and Go

Re: QtCreator, libraries, and multiple platforms

2011-08-05 Thread David Talmage
Thanks, Daniil! This is nearly working. I structured my directories as you advised. Everything builds and the app links with lib. There is an executable, oh-my/app/app. Then some task called "copydeploymentfolders" is invoked and it fails. The output is: Copying application data... cp: cann

Re: QtCreator, libraries, and multiple platforms

2011-08-05 Thread David Talmage
lly with your main > application to keep things simple. I agree that static linking would make this simple. However, I'm targeting devices with limited memory (e.g. N900, N8, N9). Dynamic linking is better in this context. David ___ maemo-develope

Re: QtCreator, libraries, and multiple platforms

2011-08-05 Thread David Talmage
of just having one monolithic > > application? > > > > On Wed, Aug 3, 2011 at 10:03 PM, David Talmage wrote: > >> I need help making QtCreator build an application and a library for > >> Maemo, Symbian (using the remote compiler), and the simulator. I'v

QtCreator, libraries, and multiple platforms

2011-08-03 Thread David Talmage
I need help making QtCreator build an application and a library for Maemo, Symbian (using the remote compiler), and the simulator. I've been all over the documentation, the forum on Qt Developer Network, and Google. I can't find an example that does what I need. I have a library (lib) and an

modest/tinymail imap idle test available

2011-07-23 Thread David Fries
ug reports which include a set of reproducible steps. The majority of the deadlocks are related to connecting and getting disconnected and being online but having the server down. They result is the account being stuck in refreshing and requires killing the modest exec

Re: Details on the information required to replace the tklock (touchscreen/key lock) systemui plugin

2011-07-05 Thread David Weinehall
d third parameters seem to be ignored > by the stock tklock plugin. The flicker key is the lock key available on the N810 and N900; the 770 and N800 doesn't have one. Called flicker because it's not a slider key -- it "flickers" back. And indeed these parameters are ignored.

Re: Using Qt Creator to make qml modules and package them for deployment

2011-06-22 Thread David Talmage
On Wednesday, June 22, 2011 01:43:42 AM Christian Kandeler wrote: > On Tue, 2011-06-21 at 16:09 -0400, ext David Talmage wrote: > > Would someone please post or point me to instructions for creating and > > packaging a QML module with Qt Creator? > > If you really have just t

Using Qt Creator to make qml modules and package them for deployment

2011-06-21 Thread David Talmage
Would someone please post or point me to instructions for creating and packaging a QML module with Qt Creator? I'm embarrassed to say that I can't find any guidelines for doing this with or without Qt Creator. None of the choices offered by Qt Creator seem right: Qt Quick Application builds an

P1 bug in QtMobility Contacts module

2011-06-01 Thread David Talmage
I've encountered a bug in QtMobility's Contacts module. It's in the Symbian^3 implementation. I'm reporting it to maemo-developers because I encountered it while porting a Maemo application to Symbian^3. Nokia recently classified it as priority P1: Critical. The Symbian^3 implementation of

Re: Installing HTML help files in Maemo and Symbian^3

2011-05-16 Thread David Talmage
I will share it here. > On 05/16/2011 04:56 AM, David Talmage wrote: > > I'm sure some of you develop for both Maemo and Symbian^3. I need some > > advice about deployment on those platforms. I'm looking for a place to > > put support files, such as help files, that

Installing HTML help files in Maemo and Symbian^3

2011-05-15 Thread David Talmage
I'm sure some of you develop for both Maemo and Symbian^3. I need some advice about deployment on those platforms. I'm looking for a place to put support files, such as help files, that can't be made into resource files. In Maemo, I'm putting them in /opt/usr/share/doc/myapp/. Where does Sy

Re: Adding additional files to deb with QtSDK-1.1

2011-05-15 Thread David Talmage
On Friday, May 06, 2011 11:43:55 AM Daniil Ivanov wrote: > It's enough if you add to your project file: > > data.path = /usr/share/doc/panicbutton/ > data.files += panicbutton.html > INSTALLS += data >... Thanks, Daniil. That's what I was missing. __

Canonical list of fremantle sections

2011-05-15 Thread David Talmage
Is this still the canonical list of sections for debian/control in fremantle: http://wiki.maemo.org/Packaging#Sections There used to be a section named user/communication. Is that now obsolete? ___ maemo-developers mailing list maemo-developers@maemo.o

Adding additional files to deb with QtSDK-1.1

2011-05-06 Thread David Talmage
I recently upgraded to QtSDK-1.1 and that seems to have changed the way I must package my application. Now I need help figuring that out. I have a help file, panicbutton.html, to add to my package. I want to install it in /usr/share/doc/panicbutton/. QtCreator makes a deb for me and that en

Nokia developer discount on phones?

2011-04-27 Thread David Talmage
I applied for Nokia Launchpad yesterday. While I'm waiting for Nokia to respond, I'm curious about the discounts it offers on phones. Is this something we can talk about on maemo-developers ? I found a new, green N8-00 at Amazon.com for $349. I'm tempted to buy it. That's the lowest price

How to display progress while fetching contacts?

2011-04-14 Thread David Talmage
I'm looking for a platform-independent way to display the progress of a QContactFetchRequest. Can any of you suggest a solution? I've found a couple of partial solutions but nothing completely satisfactory. QProgressBar would be perfect if I knew how many contacts to expect. I don't know th

Re: QtMobility app shows, hides, shows again at startup

2011-04-13 Thread David Talmage
On Saturday, April 09, 2011 04:11:08 am Thomas Perl wrote: > 2011/4/8 David Talmage : > > My newly released PanicButton application [1] behaves strangely at > > startup. When I start the application, it displays its window, then > > immediately hides the window. In a few b

QtMobility app shows, hides, shows again at startup

2011-04-08 Thread David Talmage
My newly released PanicButton application [1] behaves strangely at startup. When I start the application, it displays its window, then immediately hides the window. In a few but significant number of seconds, it displays its window again. It should display its window only once. Perhaps one of

Re: QtCreator 2.1.0-rc1

2010-12-01 Thread David Talmage
On 12/01/2010 09:45 PM, Felipe Crochik wrote: I don't think the upper/lower case especially on windows but I may be wrong. Anyway does not sound like the cause for the message. Have you checked the actual contents of the panicbutton.pro file? It could be the TARGET=-1 but it is hard for me t

Re: QtCreator 2.1.0-rc1

2010-12-01 Thread David Talmage
On 12/01/2010 09:15 PM, Felipe Crochik wrote: Hi David, I think they are separate issues (especially because "-1" is not even part of the file name you described). The panicbutton_0.3.0_armel.deb is a valid package name. You may also have something like panicbutton_0.3.0-1_armel.d

QtCreator 2.1.0-rc1

2010-12-01 Thread David Talmage
QtCreator puts underscores instead of dashes in the names of the packages it creates for me. Have I misconfigured it or have I bound a bug? For example, when I build my soon-to-be-released PanicButton application, QtCreator makes panicbutton_0.3.0_armel.deb instead of panicbutton-0.3.0-armel.

listenning for orientation changes using dbus

2010-10-19 Thread David Hautbois
10% of CPU. I don't think that an infinite loop querying the orientation is the good trick How to enable this signal when the device is locked ? Is there another way ? Thanks. David. ___ maemo-developers mailing list maemo-developers@maemo.or

Re: Position of the icon in QListWidgetItem

2010-10-19 Thread David Talmage
On 10/19/2010 08:40 AM, Felipe Crochik wrote: I haven't tried with a list item but with buttons you can reposition the image using just style sheets. Be aware that you (can) have two images: the ... I am sure you found this already but: http://doc.trolltech.com/4.6/stylesheet-examples.html#custom

Position of the icon in QListWidgetItem

2010-10-18 Thread David Talmage
I need help placing an icon in a QListWidgetItem. I want the icon to appear on the far right instead of the far left. Can I do this with a style sheet? Do I need to write a delegate instead? This is for a contact chooser for Qt4.7 that behaves like the OssoABookContactChooser.

A QContactDetailFilter that matches only non-empty details

2010-10-09 Thread David Talmage
Is it possible to make a QContactDetailFilter that matches non-empty details? For example, I want a QContactManager to return only Contacts with telephone numbers. ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/ma

Re: Crash reporting (was: Package promoting)

2010-10-08 Thread david . hagood
> There's been a Crash reporter available for several years & Maemo > releases, it's even open sourced: > http://wiki.maemo.org/Documentation/devtools/maemo5/crash-reporter > http://repository.maemo.org/pool/maemo5.0/free/c/crash-reporter/ > I have never been able to get this to work: Every time

Re: Qt Dev Days San Francisco/Meego Conference - Are you going to?

2010-10-07 Thread David Talmage
On 10/07/2010 04:25 PM, Felipe Crochik wrote: I am going to attend both events and would like to meet other maemo developers, anybody else? I'm going. I'll have my first Maemo app to show off. ___ maemo-developers mailing list maemo-developers@maemo.

Programmatically selecting contacts in OssoABookContactChooser and Qt 4.7

2010-09-30 Thread David Talmage
I need help marking and selecting contacts from an address book in my N900 Qt application. What I want to do is similar to what Pallavi Kandhare asked about in http://lists.maemo.org/pipermail/maemo-developers/2010-June/026975.html. That is, I have a list of contacts. I need a dialog that sh

maemo.org Bugzilla 3.4 update

2010-09-27 Thread David King
The migration of bugs.maemo.org from Bugzilla 2.22 to Bugzilla 3.4 is almost complete. Thanks to the efforts of Karsten Bräckelmann: http://blogs.gnome.org/kbrae/2010/09/23/bugzilla-3-4-for-maemo-org/ the new version is skinned to fit in with the rest of maemo.org. The changes from a stock Bug

Re: [MeeGo-community] Open Letter/Proposal to allow Maemo on the MeeGo Community OBS

2010-08-03 Thread David Greaves
build open-source applications that link against a mix of open _and closed_ libraries on the MeeGo _Community_ OBS. Cross-posted again... please discuss on meego-community. Thanks. David PS as an aside we have almost finished the OSU deployment thanks to a long weekend. Details here: http

Re: Dependency problems during packaging

2010-08-03 Thread David King
h mentions how to resolve your dh_shlibdeps problem, by copying /var/lib/dpkg/info/.* of an installed package to the corresponding location in the MADDE sysroot. There was some discussion in June about these problems: http://lists.maemo.org/pipermail/maemo-developers/2010-June/026807.html -- David King

Re: Attach an icon to an application does not work

2010-07-15 Thread David King
x16, 32x32, scalable). Then, you must refer to that icon in the desktop file, see: http://wiki.maemo.org/Packaging#Desktop_files and the links in that section for some more details. -- David King | http://amigadave.com/ | dav...@openismus.com ___ ma

Community OBS looking for beta testers

2010-07-11 Thread David Greaves
help; ideally on irc : lbt (me) or X-fade (Niels) @ #meego David PS Currently ARM is slightly problematic; no cross-compile yet so building is a bit slow; Qt apps don't build. However most gtk apps are fine. -- "Don't worry, you'll be fine; I saw

Re: OBS for Freemantle (really Chinook)

2010-06-17 Thread David Greaves
On Thu, 2010-06-17 at 11:25 +0200, Bas Vermeulen wrote: > On 15.06.10 17:35, David Greaves wrote: > > On 15/06/10 14:34, Bas Vermeulen wrote: > > > >> Hello David, > >> > >> I'm trying to set up a private OBS to be able to automatically > >&g

Re: Open Letter/Proposal to allow Maemo on the MeeGo Community OBS

2010-06-16 Thread David Greaves
On 15/06/10 18:16, David Greaves wrote: This is an open letter to the whole MeeGo community and on behalf of the Maemo development community. The purpose of this letter is to ask the MeeGo community for their permission to bring Maemo build targets (currently Fremantle eventually Harmattan

Open Letter/Proposal to allow Maemo on the MeeGo Community OBS

2010-06-15 Thread David Greaves
to this repository based on acceptance of an EULA * To *not* require any such EULA for 'MeeGo-only' accounts on the service I've run this by Tero Kejo in Nokia and he's very supportive of the idea. From: David Greaves / lbt Community Member and build systems guy.

Re: QtSql and Debian package probelm

2010-06-10 Thread David King
t the application gives you. Thanks for all your help, Sascha On Thu, Jun 10, 2010 at 15:12, David King wrote: On 2010-06-10 15:01, Sascha Mäkelä wrote: Hi, I just made a Debian package of my app. I'm using QtSql in it. But for some reason when I install the package, all the SQL things

Re: QtSql and Debian package probelm

2010-06-10 Thread David King
e, as the SQL providers are plugins that are not required at build time, but at runtime. You probably want libqt4-sql-mysql or libqt4-sql-sqlite in Depends, depending on which database provider you are using. -- David King | http://amigadave.com/ ___ m

Re: EDS groupware "plugin" development

2010-06-04 Thread David Greaves
swer AIUI. > - For the other non EDS type(s) what would be the best way to create > alternate source connectors? HTH David ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Q_WS_MAEMO_5 directive

2010-06-02 Thread David King
://wiki.maemo.org/Qt4_Hildon#Adding_Maemo_changes_to_a_Qt_Application -- David King | http://amigadave.com/ ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

QA Proposals (was Re: Quality assurance of "stable" software: my battery drained in few hours)

2010-05-30 Thread David Greaves
low automation and integration with image and test systems internally for Nokia and we expect those solutions to be OSS and deployed on maemo.org meego.com(munity) So if we work on a decent solution for Maemo and ensure it's suitable for MeeGo then we solve a lot of real-w

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread David King
On 2010-05-19 01:48, Pallavi Kandhare wrote: Hi David, I again tried re-doing the entire procedure and the output is as follows: [sbox-FREMANTLE_X86: ~] > fakeroot apt-get install libosso-abook-dev Reading package lists... Done Building dependency tree... Done libosso-abook-dev is already

Re: Using libosso-abook getting package requirement error

2010-05-19 Thread David King
wrote: I want to display all contacts from phone. For that I am using libosso-abook. I am adding following lines to configure.ac PKG_CHECK_MODULES(libosso, osso-addressbook-1.0) Thanks. -- David King | http://amigadave.com/ ___ maemo-developers m

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
a regular scratchbox prompt, which includes the target name. -- David King | http://amigadave.com/ ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
installation, but not very well organised, so I will fix this up soon: http://wiki.maemo.org/Documentation/Maemo_5_Final_SDK_Installation#Manual_Installation -- David King | http://amigadave.com/ ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Using libosso-abook getting package requirement error

2010-05-18 Thread David King
foll error: Package requirements (osso-addressbook-1.0) were not met: configure.ac    Pls do help me in this matter Do you have libosso-abook-dev installed, for the development headers, pkg-config file, etc.? http://maemo.org/packages/view/libosso-abook-dev/ -- David King | http

Re: Finding path of file / folder present on emulator

2010-05-17 Thread David King
GtkFileChooserDialog documentation has some useful examples: http://library.gnome.org/devel/gtk/stable/GtkFileChooserDialog.html I am not quite sure if this was what you wanted, so let me know if this solves your problem. -- David King | http://amigadave.com/ | dav...@openismus.com

Re: OBS and Fremantle .... 193 Extras apps built...

2010-05-16 Thread David Greaves
Ville M. Vainio wrote: > On Sun, May 16, 2010 at 4:59 PM, David Greaves wrote: > >> A couple of posts on Planet Maemo[0] that may be interesting > > Not sure I understood correctly, but does this mean that we'll have a > PPA-like thingie for Fremantle soon? Yes, that

IO schedules other than noop?

2010-05-16 Thread David Hagood
I run my N800 with root on an SDHC card (to get a bit more room on root), and I've notices quite a few cases where the system becomes unresponsive due to mmcq blocking for a long time. I'd guess that when a lot of writes get flushed to the card, the system can backlog while the card writes the data

OBS and Fremantle .... 193 Extras apps built...

2010-05-16 Thread David Greaves
ttp://wiki.maemo.org/OpenSuse_Build_Service David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Undefined reference error

2010-05-14 Thread David King
On 2010-05-14 11:13, David King wrote: Yes, if you are using libhal and libhal-storage through pkg-config with autotools, then I guess that you have: PKG_CHECK_MODULES([HAL], [libhal libhal-storage]) or similar in your configure.ac. If not, then you should add it. Sorry, the line above

Re: Undefined reference error

2010-05-14 Thread David King
On 2010-05-14 01:54, Pallavi Kandhare wrote: Hi David,   My problem with that project is solved. I included .c files in Makefile.am It is good to hear that! I sent this reply to the mailing list also, so that the discussion can be followed there.   Now i have a new project with only 1 .c

Re: Undefined reference error

2010-05-14 Thread David King
://wiki.maemo.org/Packaging#Autotools http://www.openismus.com/documents/linux/automake/automake Then you can simply define all the sources for each target, and let the build system track the dependencies for preprocessing, compiling and linking. -- David King | http://amigadave.com/ | dav...@openismus.com

Re: Keeping backlight on

2010-05-11 Thread David Weinehall
hibit dimming/blanking if charger is connected 2 -- Allow dimming, but inhibit blanking if charger is connected 3 -- Inhibit dimming/blanking 4 -- Allow dimming, but inhibit blanking Regards: David ___ maemo-developers mailing list maemo-developers@maemo

Re: Help needed: packaging/distributing very small C app

2010-04-28 Thread David King
On 2010-04-28 13:20, Dave Neary wrote: David King wrote: In addition, once something fails, it's still a bit unclear from the current docs about where to continue/repeat which steps. Yes, this is hard to solve in such a compact tutorial, as there are lots of steps where something could

Re: Help needed: packaging/distributing very small C app

2010-04-28 Thread David King
he right balance between proding too much and too little information. Contributions welcome ;) -- David King | http://amigadave.com/ | dav...@openismus.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Help needed: packaging/distributing very small C app

2010-04-21 Thread David King
uides you through making a .deb. So I included an A to Z for this project, with the 3 files you need to create a .tar.gz using standard autotools. Let me know if it's useful. -- David King | http://amigadave.com/ | dav...@openismus.com ___ maemo-deve

Re: Maemo Info Center library service released with first set of official maemo Fremantle 5 documentation

2010-04-20 Thread David King
ok2eclipse-toc.xsl -- David King | http://amigadave.com/ | dav...@openismus.com ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: Help needed: packaging/distributing very small C app

2010-04-20 Thread David King
to some (very detailed) documentation in the wiki. I second autotools as a way to make packaging easier (once you understand them). -- David King | http://amigadave.com/ | dav...@openismus.com ___ maemo-developers mailing list maemo-developers@m

Re: Inhibiting device auto-lock on N900

2010-04-19 Thread David Hautbois
Hello. To unlock the device : http://wiki.maemo.org/User:Jebba/DBUS#dbus-send-unlock To keep the display on and device unlocked : http://maemo.org/api_refs/4.0/libosso/group__Devstate.html#g93fe32aeb992e128c94b890d6f801bfd David. Per von Zweigbergk wrote: I'm writing a "tal

Re: Packages interface - Warning: This package seems to be a library in a user/* section!

2010-04-12 Thread David Hautbois
people submitting obvious libs as user applications. Starts with lib ;) I added an exception for libellule. I uploaded 2 anothers apps without problem... Thanks. David. -- Niels Breet maemo.org webmaster ___ maemo-developers mailing list

Packages interface - Warning: This package seems to be a library in a user/* section!

2010-04-12 Thread David Hautbois
Hi Could someone explain what the packages interface considers my application as a library ? http://maemo.org/packages/package_instance/view/fremantle_extras-devel_free_armel/libellule/0.0.1-3/ I uploaded 2 anothers apps without problem... Thanks. David

Autobuilder - roadrunner don't go extras-devel

2010-04-10 Thread David Hautbois
Hello Yesterday, I'uploaded roadrunnner 0.1.0-18. Today, I'm still waiting for it goes to extras-devel : http://maemo.org/packages/view/roadrunner/ Do I forget something ? Thanks. David. ___ maemo-developers mailing list maemo-developers

Re: proper icon path

2010-04-07 Thread David King
rds.freedesktop.org/icon-naming-spec/icon-naming-spec-latest.html#context Daniel, is /usr/share/icons/hicolor/scalable/hildon/ the canonical location for all application icons on Fremantle, and if so, where is this documented? -- David King | http://amigadave.com/ | dav...@openismus.com ___

Re: How to include glib-object.h

2010-03-29 Thread David King
Guide/Using_Connectivity_Components/Using_Location_API#Using_Location_API CCing David so he can investigate. I fixed the pkg-config invocation to be less misleading: pkg-config --cflags --libs liblocation and as the liblocation pkg-config file correctly depends on glib-2.0, that is included automatically in the com

Re: Deleting Project PyGTKEditor from Garage

2010-03-23 Thread David Hautbois
Very sad to read this Good luck Le mardi 23 mars 2010 à 18:17 +0100, Benoît HERVIER a écrit : > Hi, > > As a dumb, i ve forgot to delete project PyGTKEditor before deleting > garage account. > > Someone can do it ? > > Thanks. ___ maemo-develope

Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-22 Thread David Hautbois
ar 22, 2010, at 11:16 AM, David Hautbois wrote: Hello And please remove qypy too. David. Benoît HERVIER wrote: Hi, Please, can you remove all version of the following packages from the extras fremantle, extras-testing fremantle, and extras-devel fremantle repository : - pygtke

Re: Ask for removal of some packages from Extras Fremantle repository

2010-03-22 Thread David Hautbois
Hello And please remove qypy too. David. Benoît HERVIER wrote: Hi, Please, can you remove all version of the following packages from the extras fremantle, extras-testing fremantle, and extras-devel fremantle repository : - pygtkeditor - pypackager - py2deb - pylint - vectormine - mcalendar

Re: How to remove a package from repositories

2010-03-17 Thread David Greaves
David Hautbois wrote: > Hello > I'm the maintainer of qypy : > http://maemo.org/packages/view/qypy/ > > I'm not allowed to use this name. Interesting. Says who? > How to remove a package from devel and extras-testing repositories ? Talk to Neils, cc'ed David

How to remove a package from repositories

2010-03-17 Thread David Hautbois
Hello I'm the maintainer of qypy : http://maemo.org/packages/view/qypy/ I'm not allowed to use this name. How to remove a package from devel and extras-testing repositories ? Thanks. David. ___ maemo-developers mailing list maemo-

Re: Extras-testing improvements

2010-03-09 Thread David Greaves
ng promotion. I think this should be permitted *if the developer agrees* - maybe we'd need to note applications that want the QA team to do application QA too. David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread David Greaves
Marius Vollmer wrote: > ext David Greaves writes: > >> My wife must have done an 'ignore' on a Maemo5 update sometime in oct/nov. >> >> The device never reminded her again. She only got pr1.1.1 because she >> noticed my >> device made a sound on

Re: Maemo 5 PR1.2 and Extras

2010-02-24 Thread David Greaves
a bug but if this is normal behaviour then I guess a *lot* of devices will never be upgraded. David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: FatELF Re: rpm vs. deb and "universal binaries/packages"

2010-02-17 Thread David Greaves
riate for Meego/Maemo (and IMHO most Linux distros). I'd say thanks for suggesting it, now let it die :) David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___ maemo-developers mailing lis

Re: rpm vs. deb and "universal binaries/packages"

2010-02-16 Thread David Greaves
Maemo on the O2 Joggler which is Atom iirc. David ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: About "legacy" Maemo 5 documentation on the wiki

2010-02-12 Thread David King
different place, archived, or even removed completely (as it has been superseded by other documentation as mentioned on the link above)? I think it is too easy to not notice the "Legacy" on the title. In the long term, archival or removal seems the best option. Thanks for pointing this out.

Re: [New Developer]: Questions - Python Packaging / Free or Non-Free / Software Licensing

2010-02-07 Thread David Greaves
app calls and which then passes the request on to the paid service using credentials kept on the proxy. This is likely a breach of the terms-of-use license. As the problem is outlined I think you're out of luck - sorry. David -- "Don't worry, you'll be fine; I saw it work

Re: Where is libhildon.so entry when issuing "ldd /usr/bin/Calendar" ?

2010-02-03 Thread David King
plication. My hildon application's source code is attached. Anybody knows why? Well, I guess that your applications links to Hildon, whereas /usr/bin/Calendar does not. -- David King | http://amigadave.com/ | dav...@openismus.com ___ maemo-

Re: sensing change in System Clock using Qt

2010-01-31 Thread David Greaves
(in 4hrs). At 6am the user changes timezone and it becomes 7am. The alarm should sound at 8am in the new timezone." My guess is that you know about interval timers but you should be using a wall-clock. Since you haven't specified what you want it's hard to know. Dav

Re: Build Server Configuration

2010-01-26 Thread David Greaves
debian derived cross-compiler with qemu - more info on the Mer Build pages. Actually there's a *lot* there :) Answering a later thread: OBS is working on linking to VCS too David ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: How to destroy your community

2010-01-19 Thread David Weinehall
logs are often used as two way communication tools, he uses it for the > occasional edict or a marketing promotion tool. So, what you're saying is that you acknowledge that Ari is the highest ranking person within Maemo. Then you are surprised that he doesn't have time to answer ra

Re: Backwards compatibility broken PR1.1 SDK

2010-01-19 Thread David Greaves
e software version, as long as it is worked out from which queue you > submit to. I like - but as someone mentioned to me in a similar situation: testing. We'd need testers for each queue and that may be tricky. David -- "Don't worry, you'll be fine; I saw it work

Re: Command to turn on the screen led (Maemo N810)

2010-01-06 Thread David Hautbois
maybe : dbus-send --system --type=method_call --dest=com.nokia.mce /com/nokia/mce/request com.nokia.mce.request.req_tklock_mode_change string:"unlocked" Faheem Pervez wrote: Hiya, You're looking for this function: http://maemo.org/api_refs/4.0/libosso/group__Devstate.html#g93fe32aeb992e12

Re: Proposal: Karma-Whores protection mailing list

2010-01-03 Thread David Greaves
ity. Thanks > I am a developer too; but still on the maemo-developer learning curve. > The experience with rating your app is not something I would consider a > high-point of maemo. So long as you take it as an outlier :) David -- "Don't worry, you

Re: Mirrors

2010-01-03 Thread David Greaves
IUI. David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: SyncEvolution in Fremantle

2009-12-30 Thread David Greaves
y other options? It's named oddly http://repository.maemo.org/extras-devel/pool/fremantle/free/source/b/boost1.38/ David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: [SyncEvolution] SyncEvolution in Fremantle

2009-12-27 Thread David Greaves
Ove Kaaven wrote: > David Greaves skrev: >> Ove, Patrick >> >> I'll volunteer to do the packaging for maemo for this if you like? > > Well, there's already packaging (last updated for OS2008 I think) and > the .debs were built from it. Only thing that

Re: [SyncEvolution] SyncEvolution in Fremantle

2009-12-26 Thread David Greaves
esis from git://git.moblin.org/libsynthesis.git - which branch? master? Nb personally I use eGroupware and I'm getting some success (especially now I have this stuff in: http://k.noc.de/index.php?option=com_content&view=article&id=6&Itemid=8 but there are still some issues) David/l

Re: Auto builder - Maemo-Optify

2009-12-24 Thread David Greaves
ions: 1. are you happy that "/usr/sbin/dpkg-preconfigure: No such file or directory" is a bug (as you said a couple of emails back)? 2. what section do you think the bug should be against? Cheers David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..."

Re: SyncEvolution in Fremantle

2009-12-24 Thread David Greaves
GUI for this. Or > maybe a control panel applet or something. Hmm. > > Still, it seems to work fine from the command line, if you really need > to sync your stuff. That's all I need, at least... It's a great start :) David/lbt -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: SyncEvolution in Fremantle

2009-12-20 Thread David Greaves
'm really pleased that someone's making an effort - if you could push your git tree to gitorious.org (maemo's de-facto git-sharing service) that would be really nice even though I realise it is likely to be ugly atm. Also maybe start scribbling on the maemo.org wiki too? Cheers David/lbt

Re: Commands for adjusting screen brightness for N810

2009-12-16 Thread David Weinehall
its brightness setting. You can simply change the relevant GConf key and have the brightness change immediately. The relevant GConf key in question is: /system/osso/dsm/display/display_brightness and valid values are 1-5. Regards: David ___ maemo-

Re: Build-Depends for several Maemo versions

2009-12-11 Thread David Greaves
patches or tag-based pulls from a vcs). I say this because that's an area the OBS we use for Mer is pretty good at. I'm sorry I don't know how to work around it for Garage. I would have done exactly what you're doing. David ___ ma

Re: Dbus on Mer

2009-12-10 Thread David Greaves
er work too. However this should pay dividends over the hols and into the new year :) We've had a lot of new interest in Mer recently so we're hoping this will improve moving the fremantle code back to the N8x0 devices; and now we have sniffs of the 3D drivers that could be rat

Re: Maemo Best Practices

2009-12-07 Thread David Greaves
ices with examples as a part of each area in the docs rather than an area in itself. A challenge is to find a way to introduce these things and structure them into the overall set of docs. David -- "Don't worry, you'll be fine; I saw it work in a cartoon once..." _

  1   2   3   4   5   >