Feed Advanced Search

Jan 3 2020

vkrause committed R1032:b000e6c4ef81: First attempt in showing proper vehicle sections in the layout view (authored by vkrause).
First attempt in showing proper vehicle sections in the layout view
Jan 3 2020, 6:40 PM
vkrause committed R1032:40619b55f50e: Fix trailing power cars being displayed the wrong way around (authored by vkrause).
Fix trailing power cars being displayed the wrong way around
Jan 3 2020, 6:40 PM
vkrause accepted D26377: Add icon to add new tag action.

Thanks!

Jan 3 2020, 7:55 AM · KDE PIM
vkrause accepted D26380: Use monochrome symbolic icon for edit as new action.

I agree, this is better.

Jan 3 2020, 7:55 AM · KDE PIM

Jan 2 2020

vkrause committed R1003:faa9c05e77cc: Normalize airport terminal strings (authored by vkrause).
Normalize airport terminal strings
Jan 2 2020, 5:21 PM
vkrause committed R1003:754ac7416031: Correctly extract mono-lingual Norwegian tickets too (authored by vkrause).
Correctly extract mono-lingual Norwegian tickets too
Jan 2 2020, 5:21 PM

Jan 1 2020

vkrause committed R1003:c8ba5ac4095c: Add extractor for Norwegian booking documents (authored by vkrause).
Add extractor for Norwegian booking documents
Jan 1 2020, 7:31 PM
vkrause committed R374:39047dd44ced: Remove unused KIconThemes dependency (authored by vkrause).
Remove unused KIconThemes dependency
Jan 1 2020, 6:11 PM
vkrause closed D25958: Remove unused KIconThemes dependency.
Jan 1 2020, 6:11 PM
vkrause committed R1032:96c5d9db63ee: Add deck count and connected sides properties to vehicle sections (authored by vkrause).
Add deck count and connected sides properties to vehicle sections
Jan 1 2020, 4:45 PM
vkrause committed R1003:65238764bd4f: Extract Renfe UIC station codes from the ticket barcode (authored by vkrause).
Extract Renfe UIC station codes from the ticket barcode
Jan 1 2020, 2:44 PM
vkrause committed R1032:bf2dcd243e00: Layout status messages and busy indicator correctly (authored by vkrause).
Layout status messages and busy indicator correctly
Jan 1 2020, 1:00 PM
vkrause committed R1032:49aecaab36a5: Parse error message from DB vehicle layout API (authored by vkrause).
Parse error message from DB vehicle layout API
Jan 1 2020, 1:00 PM
vkrause committed R1032:a0e8f35222f9: Parse cancellations in Hafas station board responses (authored by vkrause).
Parse cancellations in Hafas station board responses
Jan 1 2020, 1:00 PM
vkrause triaged T12466: Optionally add extracted reservations automatically as Wishlist priority.
Jan 1 2020, 11:49 AM · KDE Itinerary
vkrause accepted D26337: [kldap] Fix compilation without LDAP.
Jan 1 2020, 10:29 AM · KDE PIM

Dec 31 2019

vkrause committed R1032:fb11cfcec9f1: Improve vehicle view scrolling (authored by vkrause).
Improve vehicle view scrolling
Dec 31 2019, 6:10 PM
vkrause committed R1032:519d51eb9a1d: Show vehicle direction icons (authored by vkrause).
Show vehicle direction icons
Dec 31 2019, 6:10 PM
vkrause committed R1032:e6f3bd4c85db: Simplify location exclusion check (authored by vkrause).
Simplify location exclusion check
Dec 31 2019, 6:10 PM
vkrause triaged T12462: Align API and JSON serialization with FPTF as High priority.
Dec 31 2019, 1:21 PM · KPublicTransport
vkrause committed R247:27b2f1d8ecb5: Move KDE Itinerary to extragear/pim (authored by vkrause).
Move KDE Itinerary to extragear/pim
Dec 31 2019, 1:17 PM
vkrause moved T11347: Move through kdereview process from In Progress to Done on the KDE Itinerary board.
Dec 31 2019, 1:17 PM · KDE Itinerary
vkrause added a comment to T11835: Organizing KDE's presence at FOSDEM 2020.

My submission to the main program got accepted, but downgraded to a lightning talk. No result yet from the privacy dev room.

Dec 31 2019, 9:37 AM
vkrause added a comment to D26313: Add application/vnd.apple.pkpass icon.

Awesome, thanks!

Dec 31 2019, 9:25 AM · Frameworks

Dec 30 2019

vkrause accepted D26282: Port away from serviceOwnerChanged signal.
Dec 30 2019, 9:03 AM · KDE PIM

Dec 29 2019

vkrause accepted D26274: Port AgentManager away from deprecated serviceOwnerChanged signal.
Dec 29 2019, 12:55 PM · KDE PIM
vkrause accepted D26273: cmake: don't use taglib-config if we are cross compiling.

Longer term we probably either want to convince upstream to install cmake config files, or at least have this in ECM, a quick local grep find a handful of copies of this.

Dec 29 2019, 12:53 PM · Baloo, Frameworks

Dec 28 2019

vkrause accepted D26262: Use BUILD_TESTING instead of additional ENABLE_TESTING.
Dec 28 2019, 11:23 PM
vkrause added a comment to T12429: KLocale porting.

KContacts (and KItinerary, which heavily uses this) does need mapping of ISO 3166-1 alpha 2 codes to localized country names, and more difficult, the opposite: mapping from localized country names (and possibly not written in perfect unicode but some translitarion) to ISO 3166-1 alpha 2 codes. The first can be done at runtime from iso-codes, the latter needs CLDR. In both cases performance matters a lot (this is used eg. in list views), so we need to be a bit more clever than parsing JSON/XML at every call.

Dec 28 2019, 5:19 PM · KF6
vkrause accepted D26258: Fix extraction of Japanese booking.com reservations.

Thanks!

Dec 28 2019, 3:28 PM · KDE PIM
vkrause accepted D26257: Add extractors for Kintetsu Railway Limited Express reservations.

Thanks! Test data is always a good idea to prevent this breaking on engine changes. For plain text it might even be possible to create a synthetic one to add to the extractor tests in this repo, but that's not a blocker.

Dec 28 2019, 3:24 PM · KDE PIM

Dec 27 2019

vkrause added a comment to T12429: KLocale porting.

It might make sense to collect all those iso-codes or CLDR consuming functions in e.g. KI18n and share them there? Whether that's then implemented by runtime reading iso-codes data, or compiling in the subset we need is secondary IMHO. KContacts is also only a rather accidental place for this I think.

Dec 27 2019, 10:01 AM · KF6

Dec 26 2019

vkrause committed R1032:7effb5da3194: Add accessors for the entire vehicle position in platform coordinates (authored by vkrause).
Add accessors for the entire vehicle position in platform coordinates
Dec 26 2019, 5:21 PM
vkrause committed R1032:663858c00413: Handle direction of travel (authored by vkrause).
Handle direction of travel
Dec 26 2019, 5:04 PM
vkrause committed R1032:b405ea5deb8a: Remove hardcoded colors (authored by vkrause).
Remove hardcoded colors
Dec 26 2019, 5:04 PM
vkrause committed R1032:bb117a942772: Add vehicle section feature flags (authored by vkrause).
Add vehicle section feature flags
Dec 26 2019, 5:04 PM
vkrause committed R1032:f54d36d81229: Parse departure information included in vehicle layout results (authored by vkrause).
Parse departure information included in vehicle layout results
Dec 26 2019, 5:04 PM
vkrause committed R1032:715ea0b4b6a8: Handle restaurant cars (authored by vkrause).
Handle restaurant cars
Dec 26 2019, 5:04 PM

Dec 25 2019

vkrause committed R1032:fbf7f2fefba0: Handle class information for vehicle sections (authored by vkrause).
Handle class information for vehicle sections
Dec 25 2019, 3:34 PM

Dec 24 2019

vkrause committed R1032:0854d3c2aff0: Handle vehicle section types (authored by vkrause).
Handle vehicle section types
Dec 24 2019, 10:04 PM
vkrause committed R1032:aa8882b184b3: Parse platform layout, and show this in the example application (authored by vkrause).
Parse platform layout, and show this in the example application
Dec 24 2019, 5:53 PM
vkrause committed R1032:3c7e4246f2df: Parse vehicle section positions, and show them in the example UI (authored by vkrause).
Parse vehicle section positions, and show them in the example UI
Dec 24 2019, 5:53 PM

Dec 23 2019

vkrause committed R1032:e19977d4296f: Generate vehicle sections (authored by vkrause).
Generate vehicle sections
Dec 23 2019, 12:29 PM
vkrause committed R1032:c6aa3b2eb863: Add parse stub for DB train layout responses, and wire up result handling (authored by vkrause).
Add parse stub for DB train layout responses, and wire up result handling
Dec 23 2019, 12:07 PM
vkrause committed R1032:6eaa9aaf4b59: Implement executing DB vehicle layout queries (authored by vkrause).
Implement executing DB vehicle layout queries
Dec 23 2019, 10:23 AM

Dec 22 2019

vkrause committed R1032:dd182f8ccfe7: More vehicle layout query infrastructure (authored by vkrause).
More vehicle layout query infrastructure
Dec 22 2019, 9:36 AM
vkrause added inline comments to D26119: Port QRegExp to QRegularExpression.
Dec 22 2019, 8:23 AM · KDE PIM

Dec 21 2019

vkrause committed R1032:9c62130b514d: Add basic infrastructure for vehicle layout queries (authored by vkrause).
Add basic infrastructure for vehicle layout queries
Dec 21 2019, 11:00 AM
vkrause triaged T12402: Allow to query vehicle and platform layout information as Low priority.
Dec 21 2019, 9:29 AM · KPublicTransport
vkrause committed R1032:09c9c0831410: Also record empty results as negative cache entries (authored by vkrause).
Also record empty results as negative cache entries
Dec 21 2019, 9:02 AM
vkrause committed R1032:f6937f350737: Perform cache lookups for journeys (authored by vkrause).
Perform cache lookups for journeys
Dec 21 2019, 9:02 AM
vkrause committed R1032:5f8878c0e3da: Add negative cache entries for journey queries too (authored by vkrause).
Add negative cache entries for journey queries too
Dec 21 2019, 9:02 AM
vkrause committed R1032:125fae9c68e5: Deduplicate some code in Cache, and make it support Journey too (authored by vkrause).
Deduplicate some code in Cache, and make it support Journey too
Dec 21 2019, 9:02 AM
vkrause committed R1032:a28b11a9db53: Perform cache lookups for departure queries too (authored by vkrause).
Perform cache lookups for departure queries too
Dec 21 2019, 9:02 AM
vkrause committed R1032:ec17df3ed3df: Decrease the temporal resolution of the departure cache key (authored by vkrause).
Decrease the temporal resolution of the departure cache key
Dec 21 2019, 9:02 AM
vkrause committed R1032:593af98468d1: Generate negative cache entries for departure queries (authored by vkrause).
Generate negative cache entries for departure queries
Dec 21 2019, 9:02 AM
vkrause committed R1032:e7dd5a44ba0b: Do negative cache entry generation centrally in the reply class (authored by vkrause).
Do negative cache entry generation centrally in the reply class
Dec 21 2019, 9:02 AM
vkrause committed R1032:1fee3457cda5: Extend caching infrastructure for departure objects (authored by vkrause).
Extend caching infrastructure for departure objects
Dec 21 2019, 9:02 AM
vkrause committed R1032:956c5224a4a5: Factor out location cache key generation (authored by vkrause).
Factor out location cache key generation
Dec 21 2019, 9:02 AM
vkrause moved T11373: Cache negative results on departure or journey queries from Ideas to Done on the KPublicTransport board.
Dec 21 2019, 8:47 AM · KPublicTransport

Dec 20 2019

vkrause committed R1007:5842645dba6d: Implement pre-departure transfers as well (authored by vkrause).
Implement pre-departure transfers as well
Dec 20 2019, 7:13 PM
vkrause committed R1007:9b2b672257cd: Factor out and expand journey section warning logic (authored by vkrause).
Factor out and expand journey section warning logic
Dec 20 2019, 7:00 PM
vkrause committed R1007:8bd51519d6f1: Show walking distance, and highlight suspiciously long walks (authored by vkrause).
Show walking distance, and highlight suspiciously long walks
Dec 20 2019, 6:45 PM
vkrause committed R1032:53215c8135a2: Add journey section distance parsing for Navitia (authored by vkrause).
Add journey section distance parsing for Navitia
Dec 20 2019, 6:30 PM
vkrause committed R1032:be4d7e145a13: Extract walking distances from Hafas responses (authored by vkrause).
Extract walking distances from Hafas responses
Dec 20 2019, 6:30 PM
vkrause committed R1032:c94ffbb478d4: Introduce distance property for JourneySection (authored by vkrause).
Introduce distance property for JourneySection
Dec 20 2019, 6:30 PM
vkrause committed R1032:40c902744297: When merging adjacent walking sections, sum up the distances (authored by vkrause).
When merging adjacent walking sections, sum up the distances
Dec 20 2019, 6:30 PM
vkrause moved T8836: Concept for "transit elements" from In Progress to Done on the KDE Itinerary board.
Dec 20 2019, 4:58 PM · KDE Itinerary
vkrause triaged T12397: Optionally look up transfer element journeys automatically as Normal priority.
Dec 20 2019, 4:58 PM · KDE Itinerary
vkrause triaged T12396: Monitor transfer elements for delays/disruptions as Normal priority.
Dec 20 2019, 4:56 PM · KDE Itinerary
vkrause committed R1007:709ded208e4b: Improve manual adding of transfers (authored by vkrause).
Improve manual adding of transfers
Dec 20 2019, 3:59 PM
vkrause committed R1007:80083792f7e9: Show preceeding/following reservations when picking a transfer (authored by vkrause).
Show preceeding/following reservations when picking a transfer
Dec 20 2019, 3:59 PM

Dec 19 2019

vkrause accepted D26103: Put Q_REQUIRED_RESULT in front of the functions to fix builds with [[nodiscard]].
Dec 19 2019, 7:11 PM · Frameworks
vkrause committed R1007:01f8b2075dc6: Force a transfer rescan when the home location changed (authored by vkrause).
Force a transfer rescan when the home location changed
Dec 19 2019, 7:10 PM
vkrause committed R1003:043f7c491da5: Add a synthetic IATA BCBP PDF test sample (authored by vkrause).
Add a synthetic IATA BCBP PDF test sample
Dec 19 2019, 6:37 PM
vkrause committed R1007:f32deb7f42d9: Add a time difference to be applied to the anchor time to transfers (authored by vkrause).
Add a time difference to be applied to the anchor time to transfers
Dec 19 2019, 6:32 PM
vkrause committed R1007:16759d090361: Fix various layouting glitches, and a crash on exit (authored by vkrause).
Fix various layouting glitches, and a crash on exit
Dec 19 2019, 6:32 PM
vkrause committed R1007:d38e74f78d52: Add a way to bring back discarded transfers (authored by vkrause).
Add a way to bring back discarded transfers
Dec 19 2019, 6:32 PM
vkrause committed R1007:bc7a1d6bb3fd: Warn about unusually long walking sections in journeys (authored by vkrause).
Warn about unusually long walking sections in journeys
Dec 19 2019, 6:32 PM
vkrause committed R1007:13af6af2d3f7: Show Git revision in the about page, if available (authored by vkrause).
Show Git revision in the about page, if available
Dec 19 2019, 6:32 PM
vkrause committed R1007:0dd5f5c4cd9c: Don't show weather forecast when it's switched off (authored by vkrause).
Don't show weather forecast when it's switched off
Dec 19 2019, 6:32 PM
vkrause committed R1007:137794550b2b: Silence CMake warnings about the QML compiler output (authored by vkrause).
Silence CMake warnings about the QML compiler output
Dec 19 2019, 6:32 PM

Dec 18 2019

vkrause committed R362:c20ab5b984b1: Port away from depreacted IconSize() method (authored by vkrause).
Port away from depreacted IconSize() method
Dec 18 2019, 6:50 PM
vkrause closed D26074: Port away from depreacted IconSize() method.
Dec 18 2019, 6:50 PM
vkrause committed R1007:8ceb42418e86: Activate the automatic insertion of transfer elements (authored by vkrause).
Activate the automatic insertion of transfer elements
Dec 18 2019, 6:37 PM
vkrause committed R1007:8abdfad48c62: Base transfer delegate on top of AbstractCard (authored by vkrause).
Base transfer delegate on top of AbstractCard
Dec 18 2019, 6:36 PM
vkrause committed R1007:3d19561a04b5: Sort alternative connections by departure time too (authored by vkrause).
Sort alternative connections by departure time too
Dec 18 2019, 6:15 PM
vkrause committed R1007:79fc36d2b122: Sort the transfer options by departure time (authored by vkrause).
Sort the transfer options by departure time
Dec 18 2019, 6:15 PM
vkrause committed R1007:0516334e8177: Only generate transfers to/from home if we know the home location (authored by vkrause).
Only generate transfers to/from home if we know the home location
Dec 18 2019, 6:15 PM
vkrause committed R1007:bffb9a21e17d: Rename Transfer::Valid enum to Transfer::Selected (authored by vkrause).
Rename Transfer::Valid enum to Transfer::Selected
Dec 18 2019, 6:15 PM
vkrause committed R1032:18fa9607a648: Merge adjacent walking sections (authored by vkrause).
Merge adjacent walking sections
Dec 18 2019, 6:00 PM
vkrause committed R1032:17b8c5f52563: Make JourneyQueryModel easier to use together with a sort proxy (authored by vkrause).
Make JourneyQueryModel easier to use together with a sort proxy
Dec 18 2019, 6:00 PM
vkrause committed R1007:187f37c8c9ba: Show version information on the about page (authored by vkrause).
Show version information on the about page
Dec 18 2019, 5:53 PM
vkrause committed R1003:2a0db12c48cd: Move extractor engine capabilities string to the library (authored by vkrause).
Move extractor engine capabilities string to the library
Dec 18 2019, 5:49 PM
vkrause committed R1007:1fdace09791b: Fix weather icons in unit test reference data (authored by vkrause).
Fix weather icons in unit test reference data
Dec 18 2019, 5:40 PM
vkrause committed R1007:6a0d7e507709: Fix build (authored by vkrause).
Fix build
Dec 18 2019, 5:40 PM
vkrause committed R295:3f5a2879e99c: Port from KDE::icon to KIconUtils for getting icon overlays (authored by vkrause).
Port from KDE::icon to KIconUtils for getting icon overlays
Dec 18 2019, 5:31 PM
vkrause closed D26073: Port from KDE::icon to KIconUtils for getting icon overlays.
Dec 18 2019, 5:31 PM · Frameworks
vkrause committed R1007:ac0f643306c4: Introduce minimum KF5 version (authored by nicolasfella).
Introduce minimum KF5 version
Dec 18 2019, 7:37 AM

Dec 17 2019

vkrause committed R1007:49104b6cdafa: Add basic home location picker (authored by vkrause).
Add basic home location picker
Dec 17 2019, 7:50 PM