[Interest] QAndroid collect oauth2 redirect_uri

2018-01-12 Thread Jérôme Godbout
Hi,

I'm trying to make an oauth2 system with QAdroid for Dropbox (QDropbox2 is not 
yet completed on this part I think, the auth mechanism only work with already 
defined access token). I manage to make it work without the redirect_uri with 
copy paste between my application and the authentification page 
(authentification token is copied, not the access token), I could get the 
access token after by calling the dropbox api again.


But I would like to get ride of the copy paste for the authentification token 
for my application. How can I add a redirect (Dropbox only allow https scheme) 
so my application can collect the returning url? How Can I do it with QAndroid 
or JNI API?


I guess I must declare the url usage into my AndroidManifest.xml








The url is called into the web browser, so I guess my application receive the 
event, but how can I collect it into my Qt Application?

Thanks


[1515684621069_logo.png]

Jérôme Godbout

2992 chemin Sainte-Foy

Quebec, Canada G1X1P6

tel: +1 (581) 777-0050

email: godbo...@amotus.ca

web: www.amotus-solutions.com
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator, the past...

2018-01-12 Thread André Pönitz
On Fri, Jan 12, 2018 at 04:59:12PM +0100, Jason H wrote:
> Real programmers use edlin.exe

That would imply using Windows.

Nah...

Andre'
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator, the past...

2018-01-12 Thread Thiago Macieira
On Friday, 12 January 2018 07:59:12 PST Jason H wrote:
> Real programmers use edlin.exe

https://www.gnu.org/fun/jokes/ed-msg.html

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator, the past...

2018-01-12 Thread Jason H
Real programmers use edlin.exe



> Sent: Friday, January 12, 2018 at 10:52 AM
> From: "Nikos Chantziaras" 
> To: interest@qt-project.org
> Subject: Re: [Interest] QtCreator, the past...
>
> On 12/01/18 17:30, Thiago Macieira wrote:
> > On Friday, 12 January 2018 01:01:20 PST Igor Mironchik wrote:
> >> Hi,
> >>
> >> What was used to write first version of QtCreator, what IDE? Just
> >> interesting... :)
> > 
> > Emacs, Vim and Visual Studio.
> 
> Also known as The Good, the Bad and the Ugly.
> 
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
> 
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator, the past...

2018-01-12 Thread Nikos Chantziaras

On 12/01/18 17:30, Thiago Macieira wrote:

On Friday, 12 January 2018 01:01:20 PST Igor Mironchik wrote:

Hi,

What was used to write first version of QtCreator, what IDE? Just
interesting... :)


Emacs, Vim and Visual Studio.


Also known as The Good, the Bad and the Ugly.

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator, the past...

2018-01-12 Thread Mitch Curtis


> -Original Message-
> From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org]
> On Behalf Of Jason H
> Sent: Friday, 12 January 2018 3:33 PM
> To: Konstantin Tokarev 
> Cc: Qt Project 
> Subject: Re: [Interest] QtCreator, the past...
> 
> I found Lars' C++ con talk very informative from a historical perspective. If
> you want to know more, I suggest watching it on youtube.  He dropped a hint
> that it would have been eclipse in that talk.
> https://youtu.be/YWiAUUblD34

24 minutes in, for anyone else that's curious:

https://youtu.be/YWiAUUblD34?t=24m6s
 
>
> 
> > Sent: Friday, January 12, 2018 at 5:21 AM
> > From: "Konstantin Tokarev" 
> > To: "Igor Mironchik" , "Qt Project"
> > 
> > Subject: Re: [Interest] QtCreator, the past...
> >
> >
> >
> > 12.01.2018, 12:39, "Igor Mironchik" :
> > > Hi,
> > >
> > > What was used to write first version of QtCreator, what IDE? Just
> > > interesting... :)
> >
> > I guess it was Eclipse, because Qt Creator is heavily based on
> > previous Qt plugin for Eclipse, and was started by same people who
> > worked on that plugin before.
> >
> > >
> > > Thank you.
> > >
> > > ___
> > > Interest mailing list
> > > Interest@qt-project.org
> > > http://lists.qt-project.org/mailman/listinfo/interest
> >
> > --
> > Regards,
> > Konstantin
> > ___
> > Interest mailing list
> > Interest@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
> >
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] QtCreator, the past...

2018-01-12 Thread Jason H
I found Lars' C++ con talk very informative from a historical perspective. If 
you want to know more, I suggest watching it on youtube.  He dropped a hint 
that it would have been eclipse in that talk. 
https://youtu.be/YWiAUUblD34



> Sent: Friday, January 12, 2018 at 5:21 AM
> From: "Konstantin Tokarev" 
> To: "Igor Mironchik" , "Qt Project" 
> 
> Subject: Re: [Interest] QtCreator, the past...
>
> 
> 
> 12.01.2018, 12:39, "Igor Mironchik" :
> > Hi,
> >
> > What was used to write first version of QtCreator, what IDE? Just
> > interesting... :)
> 
> I guess it was Eclipse, because Qt Creator is heavily based on previous
> Qt plugin for Eclipse, and was started by same people who worked on
> that plugin before.
> 
> >
> > Thank you.
> >
> > ___
> > Interest mailing list
> > Interest@qt-project.org
> > http://lists.qt-project.org/mailman/listinfo/interest
> 
> -- 
> Regards,
> Konstantin
> ___
> Interest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
> 
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


Re: [Interest] Android build with gradle and proguard

2018-01-12 Thread maitai

Back on that one,

I was obliged to downgrade to 9.3.2 due to that

I have tried installing Android SDK from scratch and I updated JDK to 
latest 8u151.


Same problem.

Does someone use Proguard with gradle ?

Kind regards
Philippe.


Le 10-01-2018 08:45, maitai a écrit :

Hello,

Since Qt5.9.3, it seems it is not possible to build Android app with
ant, so we need to use gradle (right?)

I need to run proguard when releasing the app, so after some digging I
have added a build.gradle in my android-src directory (initially taken
from the one automatically generated), and added something like:
buildTypes {
  release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'),
'proguard-rules.pro'
  }
}

Now build is failing with a strange error, saying basically that
(...)\intermediates\proguard-rules\release\aapt_rules.txt is missing

I searched a lot to fix that but no way so far.

What is the correct way to invoke proguard in qt593, and alternatively
is there a way to go back to the good old ant compilation?

Thanks for any hints
Philippe
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest


[Interest] QtCreator, the past...

2018-01-12 Thread Igor Mironchik

Hi,

What was used to write first version of QtCreator, what IDE? Just 
interesting... :)


Thank you.

___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest