16 Commits

Author SHA1 Message Date
Kovid Goyal
206307993c
Actually fix the failing test 2025-04-05 11:40:31 +05:30
Kovid Goyal
df69f96a92
Another try at fixing the failing test 2025-04-05 10:55:03 +05:30
Kovid Goyal
23187893ba
Fix failing test 2025-04-05 10:38:04 +05:30
Kovid Goyal
75b513834a
E-book viewer: Fix a regression in 8.0 that caused the clock to display an extra p after the time. Fixes #2106280 [extraneous letter 'p' in the clock](https://bugs.launchpad.net/calibre/+bug/2106280)
Apparently Qt has now started using Ap and aP as AM/PM formatters. Sigh.
2025-04-05 10:13:54 +05:30
Kovid Goyal
7e3ac04222
E-book viewer: Fix clock showing hour as zero instead of 12 between 12 and 1 am/pm 2024-02-03 09:13:33 +05:30
Kovid Goyal
5228e61a0e
Content server: Fix formatting of dates for custom columns using ISO format. Fixes #1986412 [Content Server: iso date format break in book details page](https://bugs.launchpad.net/calibre/+bug/1986412) 2022-08-13 09:05:53 +05:30
Kovid Goyal
6daa33600d
E-book viewer: Fix clock being displayed in 24 hr format on some systems even though system locale is set to use 12 hr format. 2021-01-14 20:13:14 +05:30
Kovid Goyal
7a162f113d
Make parsing of Qt time format strings more robust 2020-12-13 14:01:00 +05:30
Kovid Goyal
3a9357d481
Move various existing RS tests into new framework 2020-04-02 16:28:59 +05:30
Kovid Goyal
3c6e69e79a
Display dates of the form 101-01-02 as undefined as well
In some hard to determine circumstances browsers create these dates for
undefined dates.
2018-09-24 06:10:17 +05:30
Kovid Goyal
20aee14768
Date edit widget for EM page 2018-03-13 12:51:16 +05:30
Kovid Goyal
efbd10a908
Fix rendering of short month names incorrect on Chrome 2017-05-21 13:39:32 +05:30
Kovid Goyal
2be19e90ce Update RapydScript and replace type() by jstype() 2016-10-03 11:16:33 +05:30
Kovid Goyal
60a531283c Update RapydScript 2016-04-25 16:39:04 +05:30
Kovid Goyal
f27e2bb85e Replace == with and != with not is in all RS code 2016-03-13 22:13:07 +05:30
Kovid Goyal
7cb180b9e2 Port format_date() to RapydScript for use in the CS 2016-02-17 14:41:17 +05:30