
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: git@git.kde.org: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)
stakanov
6 years ago
Using the plasmoid from the opensuse 13.1 repo.
Thank you for your effort and work. So you do not think that this is a critizism. Marvelous plasmoid with a lot of potential. I wish it would have also the STIB timetable for Brussels.
http://www.stib-mivb.be/index.htm?l=fr
But I know that all these providers for some strange reasons do not love collaboration right?
Report
Naraku
7 years ago
I'm using the 0.11 beta.
Report
mistermaulwurf
7 years ago
[ 36%] Built target timetablemate_automoc
[ 37%] Generating javascriptcompletiongeneric.h, javascriptcompletiongeneric.cpp, index.html, helper.html, network.html, networkrequest.html, resultobject.html, storage.html, datastreamprototype.html, enums.html, default.css
The input file (--input_script) does not exist: ../../../../engine/script/scriptapi.h
/bin/sh: Zeile 1: 5471 Abgebrochen (Speicherabzug geschrieben) ../completiongenerator/completiongenerator --out_completion /home/sepp/publictransport-plasmoid/src/engine/timetablemate/src --out_doc /home/sepp/publictransport-plasmoid/src/engine/timetablemate/src
make[2]: *** [engine/timetablemate/src/javascriptcompletiongeneric.h] Fehler 134
make[1]: *** [engine/timetablemate/src/CMakeFiles/timetablemate.dir/all] Fehler 2
make: *** [all] Fehler 2
I can't find the source of this error. Can someone please help me?
Report
mistermaulwurf
7 years ago
changing the paths from "../../../../foo" to "../../../foo" works
Report
EliasP
8 years ago
Any idea what could be missing? I've built it with marble + protobuf support and without GPS support.
Using KDE 4.9.97 (4.10 RC2) and Qt 4.8.4.
Also: Could you provide also just a regular source tarball instead of/additional to the script? This would make it much easier for source based distributions such as Gentoo to package it and I assume the same goes for binary distributions with automated toolchains for packaging.
Report
fpuelz
8 years ago
You can get a tarball in a one-liner (see HINTS_FOR_PACKAGE_MAINTAINERS file):
> git archive --format=tar --remote=git://anongit.kde.org/publictransport unstable-0.11-beta | gzip > publictransport_unstable-0.11-beta.tar.gz
It's just too big to upload it here.
Git should be easy to integrate into automated build processes, eg. openBuildService can download sources from git repositories as far as I know.
Report
EliasP
8 years ago
I have qt-script-4.8.4 installed, that's why I was wondering why it fails.
Report
fpuelz
8 years ago
But it seems that you need the package qtscriptgenerator in Gentoo. In openSuse the bindings are in the package qt4-qtscript with description "Qt bindings generator for Qt Script", ie. it is different from qt-script in Gentoo.
Report
EliasP
8 years ago
Do you have any other idea what could be wrong?
Report
truffing
6 years ago
But I finally got it working by deleting ~/.kde4/share/apps/plasma_engine_publictransport. It seems that the error state is saved to disk...
Report
Tumsa
8 years ago
I tried to install this using the install.sh script but no matter what components I want to install I keep getting this error:
In file included from /home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/moc_serviceproviderdatadialog.cpp:10:0,
from /home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/publictransporthelper_automoc.cpp:8:
/home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/../../libpublictransporthelper/serviceproviderdatadialog.h:55:5: error: a class-key must be used when declaring a friend
/home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/../../libpublictransporthelper/serviceproviderdatadialog.h:55:5: error: friend declaration does not name a class or function
/home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/../../libpublictransporthelper/serviceproviderdatadialog.h:56:5: error: a class-key must be used when declaring a friend
/home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/../../libpublictransporthelper/serviceproviderdatadialog.h:56:5: error: friend declaration does not name a class or function
/home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/../../libpublictransporthelper/serviceproviderdatadialog.h:128:5: error: a class-key must be used when declaring a friend
/home/aer/Downloads/publictransport/publictransport/build/libpublictransporthelper/../../libpublictransporthelper/serviceproviderdatadialog.h:128:5: error: friend declaration does not name a class or function
make[2]: *** [libpublictransporthelper/CMakeFiles/publictransporthelper.dir/publictransporthelper_automoc.o] Error 1
make[1]: *** [libpublictransporthelper/CMakeFiles/publictransporthelper.dir/all] Error 2
make: *** [all] Error 2
Any ideas what's wrong with my machine?
Report
fpuelz
8 years ago
Or update to the current development version, I've just fixed the warnings in GIT.
Report
Tumsa
8 years ago
But I'm getting a new error. :)
CMakeFiles/plasma_engine_publictransport.dir/gtfs-realtime.pb.o: In function `GoogleOnceInit':
/usr/include/google/protobuf/stubs/once.h:115: undefined reference to `pthread_once'
/usr/include/google/protobuf/stubs/once.h:115: undefined reference to `pthread_once'
/usr/include/google/protobuf/stubs/once.h:115: undefined reference to `pthread_once'
/usr/include/google/protobuf/stubs/once.h:115: undefined reference to `pthread_once'
/usr/include/google/protobuf/stubs/once.h:115: undefined reference to `pthread_once'
CMakeFiles/plasma_engine_publictransport.dir/gtfs-realtime.pb.o:/usr/include/google/protobuf/stubs/once.h:115: more undefined references to `pthread_once' follow
collect2: ld gab 1 als Ende-Status zurück
make[2]: *** [lib/plasma_engine_publictransport.so] Fehler 1
make[1]: *** [engine/CMakeFiles/plasma_engine_publictransport.dir/all] Fehler 2
make: *** [all] Fehler 2
I'm not sure but from googling I think it's just a matter of adding -pthread somewhere but I'm not a C/C++ programmer so I don't know where. :)
Sorry for the trouble, I thought I had a pretty standard Ubuntu 12.04 installation. :/
Report
fpuelz
8 years ago
Change line 131 from
set( LIBS ${LIBS} ${PROTOBUF_LIBRARY} )
to
set( LIBS ${LIBS} ${PROTOBUF_LIBRARY} pthread )
If that works I'll fix it. Not sure why it works for me, though.
Report
Tumsa
8 years ago
Report
fpuelz
8 years ago
Report
cmlr
8 years ago
/home/carl/Downloads/Public-Transport/kdeplasma-applets-publictransport/src/engine/gtfs/gtfsrealtime.cpp:22:30: fatal error: gtfs-realtime.pb.h: No such file or directory
Report
fpuelz
8 years ago
Report
cmlr
8 years ago
Report
fpuelz
8 years ago
Report
cmlr
8 years ago
Report
cmlr
8 years ago
Report
cmlr
8 years ago
Report
robsn81
8 years ago
Report
fpuelz
8 years ago
Report