Software to create and manage model railroad timetables with some automatic mechanism to speed up the work.
Go to file
Filippo Gentile d28c2b868b README: spell check on README.md and README_it.md 2022-02-03 12:02:45 +01:00
.github Create pull_request_template.md 2021-12-22 15:39:25 +01:00
cmake CMake: CPack change DEB package name 2021-12-02 13:17:57 +01:00
files Schema Diagram PDF 2021-07-20 00:03:50 +02:00
packaging NSIS: use pretty name for Start Menu shortcut 2021-12-03 19:55:57 +01:00
screenshots Screenshots: move to dedicated folder 2022-02-01 15:28:18 +01:00
src JobPathEditor: add labels for number, category and shift in UI 2022-01-29 13:02:18 +01:00
.gitignore gitignore: exclude CPack DEB artifacts 2021-12-01 12:11:03 +01:00
BUILDING.md BUILDING fix typo 2021-08-28 10:28:25 +02:00
CHANGELOG Fix CONTRIBUTE and CHANGELOG. 2021-03-17 17:27:32 +01:00
CMakeLists.txt CMake: Bump project version to 6.1.0 2022-01-27 19:07:02 +01:00
CONTRIBUTING.md Update CONTRIBUTING.md 2021-08-26 22:45:36 +02:00
LICENSE Added LICENSE 2021-07-12 18:16:56 +02:00
README.md README: spell check on README.md and README_it.md 2022-02-03 12:02:45 +01:00
README_it.md README: spell check on README.md and README_it.md 2022-02-03 12:02:45 +01:00
TODO Initial commit 2021-03-16 10:46:22 +01:00

README.md

ModelRailroadTimetablePlanner

Versione in italiano

Formerly TrainTimetable

A cross-platform C++ application with Qt GUI for model railway timetable scheduling. Currently tested on Windows and Ubuntu.

By Filippo Gentile

Screenshots

Screenshot of ModelRailroadTimetablePlanner

Goals

The goal of the project is to implement automatic mechanism which prevent invalid operations and suggest user with useful action in order to speed up the creation of timetables.

The programs aims to provide all documents useful for driving and dispatching trains on big layouts like in FREMO Meetings.

Main features

  • Available UI languages: English, Italian
  • Railway timetable graph per each line in SVG, PDF or printed
  • Group jobs (trains) in work shift
  • Export booklets in ODT (LibreOffice Writer) for shifts and stations
  • Importation of rollingstock pieces from other sessions or ODS Spreadsheet

Project history

The development started as a small hobby project back in 2016, in collaboration with Italian FREMO organizations. It was rewritten from scratch due to core instabilities and limitations. Since then it has grown unexpectedly. So I'd like it to become a community project!

Project motto

Less time spent on the computer, more time to have fun on your railway layout!!!

Contributing to the project

Please see CONTRIBUTING.md file.