Re: [Merkaartor] Draging the map in rev11894

2008-12-27 Thread Norbert Wenzel
On 11/16/2008 07:38 PM, Łukasz Jernaś wrote: Hey! I've fixed it ;) OK hacked together, myabe you will know how to fix it properly, but now panning speed equals zooming speed. Patch attached. Has Łukasz' patch made it into SVN? I've applied that patch manually in my local Merkaartor

Re: [Merkaartor] Draging the map in rev11894

2008-11-22 Thread Łukasz Jernaś
Hello again ;) I think this issue also exists on MS Windows (XP Pro, Qt 4.4.3) but it manifests itself in a different way. The map update is lagging behind the cursor by ca 10-30 pixels, adding the invalidate call helps a bit (but not much) and doesn't seem to cause any noticeable .slowdown on a

Re: [Merkaartor] Draging the map in rev11894

2008-11-18 Thread Chris Browet
Hey! I've fixed it ;) OK hacked together, myabe you will know how to fix it properly, but now panning speed equals zooming speed. Patch attached. It's not a definitive solution, as it will make a full redraw of the view at each mouse move rather than just what's needed and that will hurt

Re: [Merkaartor] Draging the map in rev11894

2008-11-18 Thread Łukasz Jernaś
2008/11/18 Chris Browet [EMAIL PROTECTED]: Could you try with: - view()-invalidate(false, false); No effect,.still slow - view()-invalidate(false, true); No effect - view()-invalidate(true, false); Runs a lot smoother than (true, true)!! BTW regarding the first two versions and the trunk

Re: [Merkaartor] Draging the map in rev11894

2008-11-16 Thread Łukasz Jernaś
On Sat, Nov 15, 2008 at 7:15 PM, Łukasz Jernaś [EMAIL PROTECTED] wrote: 2008/11/15 Chris Browet [EMAIL PROTECTED]: Qt... ;-) Not having nvidia, I can't test that. But as I said, I'm quite sure to have seen this problem, too. Just that I cannot reproduce for the time being. Brr, how could I

Re: [Merkaartor] Draging the map in rev11894

2008-11-16 Thread Chris Browet
Have you checked the Show downloaded area stuff? 2008/11/16 Łukasz Jernaś [EMAIL PROTECTED] On Sat, Nov 15, 2008 at 7:15 PM, Łukasz Jernaś [EMAIL PROTECTED] wrote: 2008/11/15 Chris Browet [EMAIL PROTECTED]: Qt... ;-) Not having nvidia, I can't test that. But as I said, I'm quite sure to

Re: [Merkaartor] Draging the map in rev11894

2008-11-15 Thread Łukasz Jernaś
On Sat, Nov 15, 2008 at 10:10 AM, Norbert Wenzel [EMAIL PROTECTED] wrote: On 11/12/2008 11:59 AM, Tomáš Mika wrote: I saw the same problem also in previous svn version. This is problem with NVIDIA card and Nvidia binary drivers. With free nv drivers the moving map work quickly. It can be

Re: [Merkaartor] Draging the map in rev11894

2008-11-15 Thread Chris Browet
Could it be that you have Show downloaded area activated? Panning seems unusually slow with this activated on my Qt 4.4.2 (arguably VMware, so not necessarily a proper reference) - Chris - 2008/11/15 Chris Browet [EMAIL PROTECTED] Qt... ;-) Not having nvidia, I can't test that. But as I said,

Re: [Merkaartor] Draging the map in rev11894

2008-11-13 Thread Norbert Wenzel
On 11/13/2008 10:56 AM, Chris Browet wrote: If it's not the nvidia stuff, I remember seeing this when testing the last patch, but it disappeared by itself before I had the opportunity to tackle it. It seems to be the nvidia bug. Anyway, I'll try to reproduce on Linux. My box runs under

[Merkaartor] Draging the map in rev11894

2008-11-12 Thread Norbert Wenzel
Hi, I just wanted to ask if there have been any changes regarding the moving on the map (rightclick and drag). At the moment (release build) this is ridiculously slow, even for small movements at the highest zoom level. It always takes a few seconds until the movement takes effect. Otherwise

Re: [Merkaartor] Draging the map in rev11894

2008-11-12 Thread Tomáš Mika
I saw the same problem also in previous svn version. This is problem with NVIDIA card and Nvidia binary drivers. With free nv drivers the moving map work quickly. It can be issue between nvidia and webkit . Regards ToM!k On Wed, Nov 12, 2008 at 10:29 AM, Norbert Wenzel [EMAIL PROTECTED]

Re: [Merkaartor] Draging the map in rev11894

2008-11-12 Thread Chris Browet
Could I have your specs, please. If it's not the nvidia stuff, I remember seeing this when testing the last patch, but it disappeared by itself before I had the opportunity to tackle it. Could you try renaming your settings dir (~/.config/BartVanhauwaert/ on linux) to start a fresh Merkaartor