Archive for June 2007

class Uri
Dear all, I had a look at QUrl with the intent to see how it could be reused for our class Uri. I wanted to extend QUrl by deriving from it (more...)
Re: TrackerRequestDriver feedback
Hi Peter, The Qt docs state explicitly that a conversion to and from UTF-8 takes place. That even seems correct according to RFC-3986: ... I didn’t find any reference to UTF-8 in RFC-1738 (more...)
Re: TrackerRequestDriver feedback
Hi Petr, Yes, this was my first idea how to do it, however there is one major problem with QUrl encoding - it’s converting input data into utf-8 before they’re actually (more...)
Re: TrackerRequestDriver feedback
Hi Peter, thanks for your comments! I'll try to explain why I've made things the way they are. I was just having a look at TrackerRequestDriver and it occurred to me that (more...)
TrackerRequestDriver feedback
Hi Petr, I was just having a look at TrackerRequestDriver and it occurred to me that QUrl might be extremely helpful for handling the query string parameters - have a look (more...)
Re: Additional compiler warnings list
Hi Petr, You can check my new branch at http://bzr.calitko.org/developers/s3rvac/calitko/ - I’ve fixed all errors that are produced when compiling with `std=c++98 -pedantic -Wno-long-long` so it can be compiled now (more...)
Re: Additional compiler warnings list
Hi Peter, I converted your warnings.txt file into extra-warnings.prf and added it to the project in rev 114. This qmake project feature is disabled by default and if someone wants to (more...)
Re: Additional compiler warnings list
Hi Petr, I converted your warnings.txt file into extra-warnings.prf and added it to the project in rev 114. This qmake project feature is disabled by default and if someone wants to (more...)
Re: Trac Wiki merging page revisions!
But it's strange that my change is logged after yours and I don't remember seeing your change... who knows, maybe it was there but I failed to see. Yes, it (more...)
Re: Trac Wiki merging page revisions!
Actually, trac wiki cannot do that ;(. I had to copy&paste my text, open&edit the changed version, paste that text into it and submit. I got something like 'You cannot (more...)

Next Page »