Register Guidelines E-Books Today's Posts Search

Go Back   MobileRead Forums > E-Book Software > Calibre > Library Management

Notices

Reply
 
Thread Tools Search this Thread
Old 03-15-2020, 10:55 PM   #16
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,379
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Actually, I think I can simply re-implement shift click in calibre to override Qt. From looking at the code, I already do that for the cover grid, so if you can confirm that it is working there, I will do something similar for the book list.
kovidgoyal is offline   Reply With Quote
Old 03-16-2020, 03:31 AM   #17
jbacelar
Interested in the matter
jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.
 
jbacelar's Avatar
 
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
In the cover grid it works perfectly.
jbacelar is offline   Reply With Quote
Advert
Old 03-16-2020, 04:04 AM   #18
jbacelar
Interested in the matter
jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.jbacelar ought to be getting tired of karma fortunes by now.
 
jbacelar's Avatar
 
Posts: 421
Karma: 426094
Join Date: Dec 2011
Location: Spain, south coast
Device: Pocketbook InkPad 3
I have just updated W 10 pro 64 to 1909, and it seems that the problem has disappeared in the books list.
jbacelar is offline   Reply With Quote
Old 03-16-2020, 11:01 AM   #19
Frizzell
Enthusiast
Frizzell began at the beginning.
 
Frizzell's Avatar
 
Posts: 33
Karma: 10
Join Date: Sep 2017
Location: Royston, Georgia
Device: Moon Reader & Prestigio on Android
Quote:
Originally Posted by kovidgoyal View Post
I cannot reproduce it and without being able to reproduce it there isn't a hope in hell of my being able to fix it, since as BR points out it would need to be a workaround, as Calibre does not manage clicks and selections, Qt does.

Out of curiosity does this happen only in the book list? Does it happen in the cover grid? The editor while selecting text?
---------
Kovid,

I just tried selecting multiple covers several times in the 'Cover Grid' and it works perfectly every single time. Well, that narrows it down to only occurring in 'Book List' view anyway.

This is the first time in all the years I've been using Calibre, that I have ever experienced a bug on my end, and it looks like when I finally do, it's a real doozy. LOL
Frizzell is offline   Reply With Quote
Old 03-16-2020, 11:11 AM   #20
Frizzell
Enthusiast
Frizzell began at the beginning.
 
Frizzell's Avatar
 
Posts: 33
Karma: 10
Join Date: Sep 2017
Location: Royston, Georgia
Device: Moon Reader & Prestigio on Android
It is now 11:05EST, and so far the 'Book List' view is allowing me to successfully select multiple books once again, using the Shift + Left Mouse Click.

I just got to thinking when 'jbacelar' said the problem went away when he brought Windows 10 up to version 1909... I remember that my Windows 10 updated itself almost exactly the same time that this problem began.

Is it possible that Microsoft's updates is the culprit?
Frizzell is offline   Reply With Quote
Advert
Old 03-16-2020, 11:37 AM   #21
icallaci
Guru
icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.icallaci ought to be getting tired of karma fortunes by now.
 
Posts: 819
Karma: 6528026
Join Date: Sep 2012
Device: Kobo Elipsa
I see it intermittently also, in the book list. Mostly when I've just added new books to the library and want to select them to add to my reading list. Since the last book added is already highlighted, I press Shift-left click to select the rest of the books just added, but most of the time this fails. If I click somewhere off the list, then try again, it works.
icallaci is offline   Reply With Quote
Old 03-16-2020, 12:46 PM   #22
kovidgoyal
creator of calibre
kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.kovidgoyal ought to be getting tired of karma fortunes by now.
 
kovidgoyal's Avatar
 
Posts: 45,379
Karma: 27230406
Join Date: Oct 2006
Location: Mumbai, India
Device: Various
Well I have added my own implementation, verriding Qt', hopefully it does the trick. https://github.com/kovidgoyal/calibr...ddaaa714a7cf0c
kovidgoyal is offline   Reply With Quote
Old 03-16-2020, 06:02 PM   #23
BetterRed
null operator (he/him)
BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.BetterRed ought to be getting tired of karma fortunes by now.
 
Posts: 21,745
Karma: 30237526
Join Date: Mar 2012
Location: Sydney Australia
Device: none
Quote:
Originally Posted by Frizzell View Post
Is it possible that Microsoft's updates is the culprit?
Only if Shift+Left Click does not work to select a range in other applications.

If it's only a problem in calibre then its a calibre problem - or to be precise a Qt problem, which Kovid has hopefully fixed by rolling his own Shift+Left Click handler

BR
BetterRed is online now   Reply With Quote
Old 03-16-2020, 09:55 PM   #24
crane3
Guru
crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.crane3 ought to be getting tired of karma fortunes by now.
 
Posts: 608
Karma: 5007204
Join Date: Sep 2014
Location: Calif
Device: Fire hdx 8.9, Tab S2, Tab S5e, Aura ONE
The left-shift problem happened to me also when I tried to update 2 pages of the book list to the chromebook. However, was able to do a "left shift & up/down arrow on the keyboard to select the books.

Then a win10 happened a couple of days ago & I did the left-shift & left-mouse click & got the 4 books list selected. So everything is now "normal" after win10 update!? Didn't get any nothing happened when doing the left-shift-click from "my" kindle lib to add some books to Calibre.

Really hate it when a problem is in the OS change & looks unrelated to the application problem....
crane3 is offline   Reply With Quote
Old 03-17-2020, 12:42 PM   #25
DNSB
Bibliophagist
DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.DNSB ought to be getting tired of karma fortunes by now.
 
DNSB's Avatar
 
Posts: 46,391
Karma: 169098492
Join Date: Jul 2010
Location: Vancouver
Device: Kobo Sage, Libra Colour, Lenovo M8 FHD, Paperwhite 4, Tolino epos
I see the issue on Windows 10 1903, 1909 and 2004 (Insider Preview build) running in VMs and 1909 running as a physical machine (host for the VMs). The lovely part is that it is not consistent which makes it a pain to track down.
DNSB is offline   Reply With Quote
Reply


Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Mouse-click to shift from book detail screen to main screen, without edit mode. Rob557 Library Management 2 07-27-2012 06:45 AM
Mouse Click behaviour melmac Calibre 2 01-11-2012 05:39 AM
Calibre 0.8.22 doesn't react to mouse click andreyt Recipes 1 10-14-2011 07:51 PM
mouse click tracking or analytics? PChuprina ePub 3 10-29-2010 11:44 PM
Free Fantasy, Only A Mouse-Click Away Carolyn Kephart Writers' Corner 14 06-01-2009 03:31 PM


All times are GMT -4. The time now is 12:56 AM.


MobileRead.com is a privately owned, operated and funded community.