
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a Plasma data engine, applet and runner for public transport timetable data. The applet shows a departure/arrival board for a given stop. It can also show journeys to or from the given "home stop". It displays additional information like delays, news about journeys, routes, vehicle types (with icons). Timetable data is available for trams, buses, subway, trains, ferries and planes (using flightstats.com). You can set alarms for departures and filter departures (by type of vehicle, target/origin, delay, transport line string/number, intermediate stops). Filters can also be combined.
Timetable data gets received from provider plugins. Since version 0.11 there are two types of plugins: GTFS and script providers. Script providers need a network connection and can be used to read timetable data from any document type, eg. XML, binary or HTML. GTFS providers only need to import the GTFS feed once and can then be used offline (but a network connection can be used for GTFS-realtime).
My Blog: http://fpuelz-kde.blogspot.com/
PublicTransport on UserBase: http://userbase.kde.org/Plasma/Public_Transport
PublicTransport on KDE projects: https://projects.kde.org/projects/playground/base/publictransport
PublicTransport on ohloh.net: https://www.ohloh.net/p/publicTransport
You can donate me ;)
News
17.01.2013: Version 0.11 beta released
30.12.2012: Version 0.11 alpha 2 released
04.12.2012: Version 0.11 alpha released
Installation
To install PublicTransport download a package for your distribution. If there is no such package you can ask the appropriate packagers for your distribution to create one. Please leave a comment if a new package is created or if you use a package not mentioned in the download list here, so that I can add it.
If you want to install PublicTransport, but there are no packages available for you (yet?) or you want to try the newest version with no new package yet, you can use the installer script (install.sh) included in the Sources download.
But note that software installed with that installer script isn't managed by your package manager in any way and may produce conflicts with installed packages, eg. if PublicTransport is already installed via the package manager. The script should be quite easy to use and also lets you uninstall the software again. You need GIT to use the installer, because the sources are actually downloaded using GIT by the script (from git://anongit.kde.org/publictransport).
There's also a script for packagers, that can download tarballs for all PublicTransport components for a specific version.
You can clone the GIT repository from git://anongit.kde.org/publictransport (read only), which also clones all history. From your local clone of the repository you can checkout all tagged versions (see the HINTS_FOR_PACKAGE_MAINTAINERS file).
If you want to contribute code, you need a KDE account and you can clone the repository with SSH from this URL: [email protected]:publictransport (read + write). You can of course also send me patches via email.
Note: The Sources tarball does not contain the sources, but a script to download them from it's GIT repository and the translations from KDE's SVN. The script asks for the version to compile and install.
Adding a Service Provider Plugin
- Install TimetableMate, maybe not included in the packages, but in the source archive.
- The filenames start with the country code, followed by "_" and an abbreviation of the service provider, e.g. "ch_sbb" for switzerland, service provider "SBB".
- You can test your script and the URLs with TimetableMate. It also offers syntax completion with documentation and templates for the parser functions, that get called by the data engine.
- Also works for GTFS providers
- After installation of your plugin you can open the configuration dialog of the public transport applet and the new provider should be in there.
- You can also open/edit existing providers by simply clicking "Open in TimetableMate..." in the provider data dialog (accessible from the configuration dialog).
- Checkout the documentation of the data engine, it contains much information about the data sources of the engine and how to create new provider plugins.
You are welcome to optimize the scripts in the existing providers in the "serviceProviders" directory in the data engine source directory.
Comments are appreciated.
8 years ago
17.01.2013:
(version 0.11 beta)
Many crash/bug fixes, visual polishing, see http://fpuelz-kde.blogspot.de/. (The install.sh script is actually unchanged, just select the new version)
30.12.2012:
(version 0.11 alpha 2)
Providers are now hosted on openDesktop.org, download via GHNS, many fixes etc. See http://fpuelz-kde.blogspot.de/. (The install.sh script is actually unchanged, just select the new version)
04.12.2012:
(version 0.11 alpha)
Many improvements, new features, GTFS support, etc. See http://fpuelz-kde.blogspot.de/.
Update: Improved install script, automatically select latest version for installation, show available versions sorted by date, allow switching to another version when starting the script again with the repository already cloned
Update 2: Allow selecting git HEAD for installation again (the script shows Current_Development_Version for it), HEAD contains a fix for building with GTFS support but without protocol buffers installed
18.10.2011:
(version 0.10 RC2)
Applet:
- Fix link errors
- Fix memory leaks
- Fix applet collapsing to popup icon in desktop
- Drawing performance improvements
- Use of KPixmapCache for vehicle type icons
- New monochrome icons, shown in the popup icon
- Add possibility to put the applet into the notification area
- Better layout adjustments for small sizes
- Change applet tooltip according to current departure group in popup icon
- Shorter alarm names, alarm names in notifications
- Nicer alarm background
- Fix color groups and route time display for arrivals
TimetableMate:
- Fix for missing KWebKitPart include file, it now uses KWebView directly
Library:
- Fix a crash with GraphicalTimetableLine (missing null pointer check)
8 years ago
17.01.2013:
(version 0.11 beta)
Many crash/bug fixes, visual polishing, see http://fpuelz-kde.blogspot.de/. (The install.sh script is actually unchanged, just select the new version)
30.12.2012:
(version 0.11 alpha 2)
Providers are now hosted on openDesktop.org, download via GHNS, many fixes etc. See http://fpuelz-kde.blogspot.de/. (The install.sh script is actually unchanged, just select the new version)
04.12.2012:
(version 0.11 alpha)
Many improvements, new features, GTFS support, etc. See http://fpuelz-kde.blogspot.de/.
Update: Improved install script, automatically select latest version for installation, show available versions sorted by date, allow switching to another version when starting the script again with the repository already cloned
Update 2: Allow selecting git HEAD for installation again (the script shows Current_Development_Version for it), HEAD contains a fix for building with GTFS support but without protocol buffers installed
18.10.2011:
(version 0.10 RC2)
Applet:
- Fix link errors
- Fix memory leaks
- Fix applet collapsing to popup icon in desktop
- Drawing performance improvements
- Use of KPixmapCache for vehicle type icons
- New monochrome icons, shown in the popup icon
- Add possibility to put the applet into the notification area
- Better layout adjustments for small sizes
- Change applet tooltip according to current departure group in popup icon
- Shorter alarm names, alarm names in notifications
- Nicer alarm background
- Fix color groups and route time display for arrivals
TimetableMate:
- Fix for missing KWebKitPart include file, it now uses KWebView directly
Library:
- Fix a crash with GraphicalTimetableLine (missing null pointer check)
fpuelz
10 years ago
If he doesn't (no time or whatever) maybe someone else can make a new ebuild?
Report
Finswimmer
10 years ago
Report
Finswimmer
10 years ago
Please try it.
Tobi
Report
meyerm
10 years ago
Thank you for ebuild'ing - makes it much more convenient!
Report
Finswimmer
10 years ago
Report
fpuelz
10 years ago
(but can't test it here ;))
Report
takanowaka
10 years ago
Report
takanowaka
10 years ago
what i want to get is set of Stop 1 with Stop 2 (distance between Stop 1 and Stop 2 is for example 30 mins) and to see it ordered
bus_78_(on_Stop_1)_____now
tram_9_(on_Stop_2)_____2_mins_+30*
tram_8_(on_Stop_2)_____10_mins_+30*
bus_87_(on_Stop 1)_____15_mins
etc
* +30 is the distance between stops; and things in brackects don't have to be visible ;)
so basicly i get my own real time travel planner ;)
Report
fpuelz
10 years ago
But I will make the first departure and alarm time settable independently for each stop.
Report
takanowaka
10 years ago
btw i have 2 stops near me and i was using combined view for them.. but with those sets i realized that it is less important for me to see all departures.. i'd rather see departures sorted by target destination with all interchanges.. and with new filtering system and first departure time it will be possible ;) i'll prolly fill one virtual desktop with PT applets just to test this idea ;)
and sry for spamming and long posts.. but i'm kind of bored for too long :p
Report
takanowaka
10 years ago
Report
trueg
10 years ago
But: here I have a compile fix for you: http://pastebin.ca/1831606
Report
fpuelz
10 years ago
Report
takanowaka
10 years ago
b) i couldn't find a way how to define filter for each stop
c) don't know what i'm doing wrong but applet doesn't remember filter settings after confirming with "Ok" button
so here are some suggestions/wishes? (don't know how to call it)
Stop Selection - back to previous style http://img412.imageshack.us/img412/1020/snapshot09.png *added active filters
Filter Configuration mockup - easy way to define on which stops should be filter applied
http://img708.imageshack.us/img708/3989/snapshot11a.pngp
http://img412.imageshack.us/img412/7282/snapshot11b.png
*in mockup 2 filters are defined - 1 for each stop.. but it could be 1 filter for both stops
Right Click Menu - http://img412.imageshack.us/img412/6630/snapshot12.png
1. the thing in box is what i thought i'll be able to do
2. maybe this should be hidden if accessor doesn't support this function
3. with my filter mockup prolly obsolete/not needed
hope it's written in straightforward way.. and last thing - keep up good work ;) you always surprise me with more and more functions
Report
fpuelz
10 years ago
b), c) The filter page is now only used to setup filters, ie. the combobox on top is just there to open a filter configuration for editing, not to use it in the currently selected stop. That's why the last selected filter configuration in that page isn't remembered. To use a different filter for each stop, you first need to define different filters in the filters page. Then you can change the used filter configuration for each stop by clicking that "change" button (since beta 2 it's in the details of the dialog).
With your stop selection mockup it wouldn't be possible to define multiple stop settings. That's handled a bit differently than in previous versions: You can now have multiple stop settings where one of them is displayed in the applet at a time. Each of those stop settings can then have multiple stops to be combined in the departure view. Effectively this seperates two features: Switch between multiple stops and combine multiple stops in one view. I've also added some What's This texts, improvements here are welcome :)
I like your filter config mockups, ie. turning the "Used by X stops" label into checkboxes. Maybe I can use my CheckCombobox for that, that's already used for vehicle type selection in the filters (but with only one icon and all names seperated by ","). This way it should be clearer how to use the filter configurations. And it's one less reason for the need to click "change" in the stop settings :)
Thanks for your work and feedback!
Report
fpuelz
10 years ago
So in beta 3 I implemented another approach: A new tab where all stop settings are listed with the used filter configs and the used filter configs can be changed. This gives a nice overview and more space for the filters.
Report
takanowaka
10 years ago
what i want is switch layout between Stop 1 (Siravska) / Stop 2 (Cilizska) / Both Stops
with this i don't think that is really necessary for filters to have that possibility to select on which bus stop they are applied
Report
takanowaka
10 years ago
Report
fpuelz
10 years ago
The "filter config per stop settings" is useful if you have stop settings defined for stops in some other city / country, where targets have different names, lines have different numbers and so on. If you travel a lot you can then quickly change the current stop to where you are and the filters will also change appropriately. It can also be useful for stops in the same city.
Allowing to combine combined stops seems to make it more complicated.
Report
takanowaka
10 years ago
Report
takanowaka
10 years ago
btw this discovery probably eliminates most of my ideas from before ;)
i'll check the applet again and see if i have something relevant ;)
Report
fpuelz
10 years ago
But I'll use your filter config ideas :)
Report
takanowaka
10 years ago
don't know if it's possible but more functionality within "button in the upper-left corner of applet" would be nice.. namely stop selection ;) something like this http://img215.imageshack.us/img215/151/snapshot01.png
*it's only text cos i'm too lazy to make it look like buttons and selection boxes :p
Report
takanowaka
10 years ago
don't know if it's possible but more functionality within "button in the upper-left corner of applet" would be nice.. namely stop selection ;) something like this http://img215.imageshack.us/img215/151/snapshot01.png
*it's only text cos i'm too lazy to make it look like buttons and selection boxes :p
Report
fpuelz
10 years ago
The old switch current stop function is removed now, you can now only switch between stop settings. I think that's good enough? It always shows all stops of the current stop settings combined.
But you can define multiple stop settings: One with multiple stops combined and one with only one of them.
Report