quandoparte
12 years agoAdd stationListSortingMode property to the settings class
Luciano Montanaro [Tue, 9 Aug 2011 06:18:59 +0000 (08:18 +0200)]
Add stationListSortingMode property to the settings class

12 years agoLess verbose debug of StationListModel loading code
Luciano Montanaro [Mon, 8 Aug 2011 07:56:12 +0000 (09:56 +0200)]
Less verbose debug of StationListModel loading code

12 years agoAdded new files to application.pro
Luciano Montanaro [Sun, 31 Jul 2011 13:03:09 +0000 (15:03 +0200)]
Added new files to application.pro

12 years agoLoad station list asynchronously
Luciano Montanaro [Sun, 31 Jul 2011 13:02:10 +0000 (15:02 +0200)]
Load station list asynchronously

12 years agoCreated stub StationSchedule class
Luciano Montanaro [Sun, 31 Jul 2011 12:35:01 +0000 (14:35 +0200)]
Created stub StationSchedule class

12 years agoMoved JavaScript to its own file
Luciano Montanaro [Sun, 31 Jul 2011 10:01:37 +0000 (12:01 +0200)]
Moved JavaScript to its own file

12 years agoCleanup commented out code
Luciano Montanaro [Sun, 31 Jul 2011 10:01:02 +0000 (12:01 +0200)]
Cleanup commented out code

12 years agoAdd new QML interface
Luciano Montanaro [Sun, 31 Jul 2011 09:59:48 +0000 (11:59 +0200)]
Add new QML interface

12 years agoFix signal signature
Luciano Montanaro [Sun, 31 Jul 2011 09:58:47 +0000 (11:58 +0200)]
Fix signal signature

12 years agoFix disconnect() and change signal signature
Luciano Montanaro [Sun, 31 Jul 2011 09:57:56 +0000 (11:57 +0200)]
Fix disconnect() and change signal signature

12 years agoWhitespace fix
Luciano Montanaro [Sun, 31 Jul 2011 08:27:13 +0000 (10:27 +0200)]
Whitespace fix

12 years agoUse Settings instead of QSettings
Luciano Montanaro [Sun, 31 Jul 2011 08:26:48 +0000 (10:26 +0200)]
Use Settings instead of QSettings

12 years agoFix saving of showArrivalsPreferred
Luciano Montanaro [Sun, 31 Jul 2011 08:26:12 +0000 (10:26 +0200)]
Fix saving of showArrivalsPreferred

12 years agoREfactored DataProvider method names
Luciano Montanaro [Sun, 31 Jul 2011 08:21:38 +0000 (10:21 +0200)]
REfactored DataProvider method names

12 years agoRefactoring - Moved instance() to the top of the file
Luciano Montanaro [Sat, 30 Jul 2011 23:27:57 +0000 (01:27 +0200)]
Refactoring - Moved instance() to the top of the file

12 years agoUse new showArrivalsPreferred setting in StationPage
Luciano Montanaro [Sat, 30 Jul 2011 23:19:03 +0000 (01:19 +0200)]
Use new showArrivalsPreferred setting in StationPage

12 years agoUse Item instead of Row in sheet to fix warning
Luciano Montanaro [Sat, 30 Jul 2011 23:08:52 +0000 (01:08 +0200)]
Use Item instead of Row in sheet to fix warning

12 years agoAdd showArrivalsPreferred property to settings class
Luciano Montanaro [Sat, 30 Jul 2011 23:08:01 +0000 (01:08 +0200)]
Add showArrivalsPreferred property to settings class

12 years agoMoved header title update to PageHeader Component
Luciano Montanaro [Sat, 30 Jul 2011 22:49:04 +0000 (00:49 +0200)]
Moved header title update to PageHeader Component

12 years agoUse Binding to select sorting mode instead of JavaScript code
Luciano Montanaro [Sat, 30 Jul 2011 17:29:59 +0000 (19:29 +0200)]
Use Binding to select sorting mode instead of JavaScript code

12 years agoCleaned up ageHeader code
Luciano Montanaro [Sat, 30 Jul 2011 17:28:55 +0000 (19:28 +0200)]
Cleaned up ageHeader code

12 years agoUse DataProvider class form the App
Luciano Montanaro [Wed, 27 Jul 2011 22:35:35 +0000 (00:35 +0200)]
Use DataProvider class form the App

12 years agoFix compilation on Maemo5
Luciano Montanaro [Wed, 27 Jul 2011 22:04:34 +0000 (00:04 +0200)]
Fix compilation on Maemo5

12 years agoAdded DataProvider class
Luciano Montanaro [Wed, 27 Jul 2011 21:51:49 +0000 (23:51 +0200)]
Added DataProvider class

Move network request and queries to their own class, so that QML can
eventually interact with it.

12 years agoChanged PageHeader color to a gradient
Luciano Montanaro [Sun, 24 Jul 2011 15:13:05 +0000 (17:13 +0200)]
Changed PageHeader color to a gradient

12 years agoAdded a shadow effect under the search bar
Luciano Montanaro [Sun, 24 Jul 2011 15:00:37 +0000 (17:00 +0200)]
Added a shadow effect under the search bar

12 years agoAdded Header combo-box
Luciano Montanaro [Sat, 23 Jul 2011 17:32:16 +0000 (19:32 +0200)]
Added Header combo-box

12 years agoAdopted QtCreator suggestion about using ===
Luciano Montanaro [Sat, 23 Jul 2011 17:31:15 +0000 (19:31 +0200)]
Adopted QtCreator suggestion about using ===

12 years agoAdded Header Font constants
Luciano Montanaro [Sat, 23 Jul 2011 17:30:24 +0000 (19:30 +0200)]
Added Header Font constants

12 years agoUse the constants, improve layout
Luciano Montanaro [Sat, 23 Jul 2011 01:11:52 +0000 (03:11 +0200)]
Use the constants, improve layout

12 years agoAdded my own UiConstants file since I cannot find the official one.
Luciano Montanaro [Sat, 23 Jul 2011 01:11:11 +0000 (03:11 +0200)]
Added my own UiConstants file since I cannot find the official one.

I will investigate about this later

12 years agoSort station list alphabetically on startup
Luciano Montanaro [Fri, 22 Jul 2011 23:30:53 +0000 (01:30 +0200)]
Sort station list alphabetically on startup

12 years agoReordered import statements
Luciano Montanaro [Fri, 22 Jul 2011 19:28:06 +0000 (21:28 +0200)]
Reordered import statements

Just cleanup

12 years agoUse the new Settings class
Luciano Montanaro [Fri, 22 Jul 2011 19:24:38 +0000 (21:24 +0200)]
Use the new Settings class

12 years agoRegister Settings Type with QML
Luciano Montanaro [Fri, 22 Jul 2011 11:51:13 +0000 (13:51 +0200)]
Register Settings Type with QML

12 years agoUpdated stations
Luciano Montanaro [Wed, 20 Jul 2011 23:53:48 +0000 (01:53 +0200)]
Updated stations

12 years agoAdded boilerplate license comment were it was missing
Luciano Montanaro [Wed, 20 Jul 2011 22:55:29 +0000 (00:55 +0200)]
Added boilerplate license comment were it was missing

12 years agoFilled in setting class
Luciano Montanaro [Wed, 20 Jul 2011 22:54:34 +0000 (00:54 +0200)]
Filled in setting class

12 years agoAdded settings class
Luciano Montanaro [Wed, 20 Jul 2011 22:08:59 +0000 (00:08 +0200)]
Added settings class

12 years agoMoved SearchBar to its own qml file
Luciano Montanaro [Wed, 20 Jul 2011 00:52:05 +0000 (02:52 +0200)]
Moved SearchBar to its own qml file

...cleaned up layout and improved match highlighting

12 years agoUpdated station list
Luciano Montanaro [Mon, 18 Jul 2011 22:29:44 +0000 (00:29 +0200)]
Updated station list

12 years agoRemove commented out code
Luciano Montanaro [Sun, 17 Jul 2011 22:14:35 +0000 (00:14 +0200)]
Remove commented out code

12 years agoFix crash on exit
Luciano Montanaro [Sun, 17 Jul 2011 22:13:41 +0000 (00:13 +0200)]
Fix crash on exit

stationListView was being deleted twice.

12 years agoFix alpha sorting on startup
Luciano Montanaro [Sun, 17 Jul 2011 20:01:19 +0000 (22:01 +0200)]
Fix alpha sorting on startup

The station view was not sorted on startup.
This was hidden by the GeoPosition updates, which were removed in 4.2

12 years agoMoved sortingMode to StationListProxyModel
Luciano Montanaro [Sun, 17 Jul 2011 18:29:09 +0000 (20:29 +0200)]
Moved sortingMode to StationListProxyModel

12 years agoAdded sortingMode property to StationListProxyModel
Luciano Montanaro [Sun, 17 Jul 2011 14:37:16 +0000 (16:37 +0200)]
Added sortingMode property to StationListProxyModel

12 years agoMoved SortingMode enum to StationListProxyModel
Luciano Montanaro [Sun, 17 Jul 2011 12:37:20 +0000 (14:37 +0200)]
Moved SortingMode enum to StationListProxyModel

Refactoring to help the QML port.

12 years agoSet caseSensitivity in the model
Luciano Montanaro [Sun, 17 Jul 2011 11:18:44 +0000 (13:18 +0200)]
Set caseSensitivity in the model

This makes it easier for the QML binding, and I was not going to change
that anyway. And in any case it should be possible to change it by
changing the property.

12 years agoAdded a searchPattern property to the model
Luciano Montanaro [Sun, 17 Jul 2011 11:16:03 +0000 (13:16 +0200)]
Added a searchPattern property to the model

It is not strictly necessary, but in this way I should be able to bind
this property to the TetEdit string

12 years agoRemoved test ListModel
Luciano Montanaro [Sat, 16 Jul 2011 17:48:34 +0000 (19:48 +0200)]
Removed test ListModel

12 years agoSwitch to the stationListProxyModel in QML
Luciano Montanaro [Fri, 15 Jul 2011 23:14:41 +0000 (01:14 +0200)]
Switch to the stationListProxyModel in QML

12 years agoAdd the stationListProxyModel instance to the QML context
Luciano Montanaro [Fri, 15 Jul 2011 23:13:46 +0000 (01:13 +0200)]
Add the stationListProxyModel instance to the QML context

12 years agoExport the StationListRole enum to QML
Luciano Montanaro [Fri, 15 Jul 2011 23:12:45 +0000 (01:12 +0200)]
Export the StationListRole enum to QML

12 years agoExport to QML the StationListProxyModel methods
Luciano Montanaro [Fri, 15 Jul 2011 23:11:31 +0000 (01:11 +0200)]
Export to QML the StationListProxyModel methods

12 years agoFix compilation on Fremantle
Luciano Montanaro [Fri, 15 Jul 2011 18:29:54 +0000 (20:29 +0200)]
Fix compilation on Fremantle

12 years agoExperimenting with QML a bit more
Luciano Montanaro [Fri, 15 Jul 2011 17:53:41 +0000 (19:53 +0200)]
Experimenting with QML a bit more

12 years agoUpdated station list
Luciano Montanaro [Fri, 15 Jul 2011 14:43:20 +0000 (16:43 +0200)]
Updated station list

12 years agoAdded a WebView to the qml files
Luciano Montanaro [Fri, 15 Jul 2011 14:42:42 +0000 (16:42 +0200)]
Added a WebView to the qml files

12 years agoAdd new file to application.pro
Luciano Montanaro [Fri, 15 Jul 2011 10:31:28 +0000 (12:31 +0200)]
Add new file to application.pro

12 years agoMade the view a sublcass of QDeclarativeView
Luciano Montanaro [Fri, 15 Jul 2011 10:30:46 +0000 (12:30 +0200)]
Made the view a sublcass of QDeclarativeView

12 years agoSome more experiments with the QML Mockup
Luciano Montanaro [Fri, 15 Jul 2011 10:25:36 +0000 (12:25 +0200)]
Some more experiments with the QML Mockup

12 years agoFix compilation in Fremantle
Luciano Montanaro [Mon, 11 Jul 2011 14:28:52 +0000 (16:28 +0200)]
Fix compilation in Fremantle

12 years agoAdd the Harmattan code path
Luciano Montanaro [Mon, 11 Jul 2011 14:19:34 +0000 (16:19 +0200)]
Add the Harmattan code path

Added code to main.cpp to start the QML view, disable most stuff,
adapted the .pro file

12 years agoFixed desktop file
Luciano Montanaro [Mon, 11 Jul 2011 14:18:06 +0000 (16:18 +0200)]
Fixed desktop file

The invoke magic does not work. Will check later.

12 years agoAdded QML for Harmattan
Luciano Montanaro [Mon, 11 Jul 2011 14:16:41 +0000 (16:16 +0200)]
Added QML for Harmattan

First dummy version of the Harmattan main view

12 years agodifferentiate fremantle/harmattan desktop files
Luciano Montanaro [Mon, 11 Jul 2011 07:30:13 +0000 (09:30 +0200)]
differentiate fremantle/harmattan desktop files

12 years agoStart of multiplatform reworking
Luciano Montanaro [Sun, 10 Jul 2011 07:52:28 +0000 (09:52 +0200)]
Start of multiplatform reworking

12 years agoImprove debugging of StationList.load()
Luciano Montanaro [Sun, 10 Jul 2011 07:51:13 +0000 (09:51 +0200)]
Improve debugging of StationList.load()

12 years agoInitial work to adapt Quando Parte to Harmattan
Luciano Montanaro [Sat, 9 Jul 2011 18:17:46 +0000 (20:17 +0200)]
Initial work to adapt Quando Parte to Harmattan

Moved scalable icon, adapted .pro file

12 years agoUpdated icons again
Luciano Montanaro [Sat, 9 Jul 2011 00:13:02 +0000 (02:13 +0200)]
Updated icons again

12 years agoRegenerated station.qpl file
Luciano Montanaro [Fri, 8 Jul 2011 22:22:00 +0000 (00:22 +0200)]
Regenerated station.qpl file

Now with more than 639 stations!

12 years agoPrefer name:rfi for station name
Luciano Montanaro [Fri, 8 Jul 2011 22:18:25 +0000 (00:18 +0200)]
Prefer name:rfi for station name

When name:rfi exists in the osm data, prefer it to name:it or name

12 years agoUpdated station list
Luciano Montanaro [Tue, 5 Jul 2011 23:05:45 +0000 (01:05 +0200)]
Updated station list

12 years agoOnly update Geoposition when sorting by distance.
Luciano Montanaro [Tue, 5 Jul 2011 21:19:15 +0000 (23:19 +0200)]
Only update Geoposition when sorting by distance.

Updating the position when not sorting by distance only drains the
battery without any advantage.

12 years agoUpdated station list
Luciano Montanaro [Sun, 3 Jul 2011 13:53:12 +0000 (15:53 +0200)]
Updated station list

12 years agoTranslation updated
Luciano Montanaro [Sun, 3 Jul 2011 10:52:44 +0000 (12:52 +0200)]
Translation updated

Updated and regenerated translation

12 years agoBumped revision to 0.4.1 tags/0.4.1
Luciano Montanaro [Sun, 3 Jul 2011 10:24:43 +0000 (12:24 +0200)]
Bumped revision to 0.4.1

12 years agoRegenerated station list
Luciano Montanaro [Sun, 3 Jul 2011 10:16:09 +0000 (12:16 +0200)]
Regenerated station list

12 years agoUpdated the unclasified check script
Luciano Montanaro [Sun, 3 Jul 2011 10:05:39 +0000 (12:05 +0200)]
Updated the unclasified check script

This was falling out of sync with the generatestations.xq scipt

12 years agoImproved About dialog
Luciano Montanaro [Sun, 3 Jul 2011 10:02:23 +0000 (12:02 +0200)]
Improved About dialog

Added links to the Quando Parte page and to the data provider pages.

12 years agoFixed layout of Settings dialog
Luciano Montanaro [Sun, 3 Jul 2011 10:00:02 +0000 (12:00 +0200)]
Fixed layout of Settings dialog

The layout for the top level widget was missing

12 years agoAdded new screenshots, link to screenshots
Luciano Montanaro [Sat, 2 Jul 2011 10:11:00 +0000 (12:11 +0200)]
Added new screenshots, link to screenshots

12 years agoFix addEventListener call
Luciano Montanaro [Sat, 2 Jul 2011 08:01:33 +0000 (10:01 +0200)]
Fix addEventListener call

addEventListener requires three parameters, even if konqueror/chromium
work with only two :(
And it does not work on many versions of explorer, I am told

12 years agoFix invisible text in train details page
Luciano Montanaro [Thu, 30 Jun 2011 21:52:40 +0000 (23:52 +0200)]
Fix invisible text in train details page

12 years agoRegenerated station list
Luciano Montanaro [Thu, 30 Jun 2011 21:50:25 +0000 (23:50 +0200)]
Regenerated station list

12 years agoChanged generator to prioritize name:it
Luciano Montanaro [Thu, 30 Jun 2011 21:49:08 +0000 (23:49 +0200)]
Changed generator to prioritize name:it

Use name:it if it is present, otherwise use name.
Fixes bilinual names in Trentino, for example.

12 years agoFixed and expanded downloaddata.sh script
Luciano Montanaro [Thu, 30 Jun 2011 21:44:59 +0000 (23:44 +0200)]
Fixed and expanded downloaddata.sh script

Had to split station and halt node downloads because it confused the
servers.
Added a BASEURL variable to be able to quickly change the xapi
server for all downloads.
Also download ways with tag railway=station.

13 years agoUpdated station list
Luciano Montanaro [Thu, 30 Jun 2011 00:42:18 +0000 (02:42 +0200)]
Updated station list

13 years agoAdded javascript screenshot generator
Luciano Montanaro [Wed, 29 Jun 2011 23:07:43 +0000 (01:07 +0200)]
Added javascript screenshot generator

Forgot to add in latest commit

13 years agoUse JavaScript to generate Screenshot list
Luciano Montanaro [Wed, 29 Jun 2011 22:37:05 +0000 (00:37 +0200)]
Use JavaScript to generate Screenshot list

Eventually, it will allow some kind of gallery display.

13 years agoAdded download link, stylesheet improvements
Luciano Montanaro [Wed, 29 Jun 2011 20:13:11 +0000 (22:13 +0200)]
Added download link, stylesheet improvements

13 years agoFixed wrong link on homepage
Luciano Montanaro [Tue, 28 Jun 2011 20:36:17 +0000 (22:36 +0200)]
Fixed wrong link on homepage

13 years agoUpdated web site
Luciano Montanaro [Tue, 28 Jun 2011 20:29:19 +0000 (22:29 +0200)]
Updated web site

13 years agotweaked application.pro, rules files
Luciano Montanaro [Mon, 27 Jun 2011 20:27:35 +0000 (22:27 +0200)]
tweaked application.pro, rules files

13 years agoBumped version to 0.4.0 tags/0.4.0
Luciano Montanaro [Sun, 26 Jun 2011 15:55:33 +0000 (17:55 +0200)]
Bumped version to 0.4.0

13 years agoMerge branch 'development-0.4'
Luciano Montanaro [Sun, 26 Jun 2011 15:51:11 +0000 (17:51 +0200)]
Merge branch 'development-0.4'

13 years agoAdded periodic check feature.
Luciano Montanaro [Sun, 26 Jun 2011 15:48:23 +0000 (17:48 +0200)]
Added periodic check feature.

13 years agoMerge branch 'development-0.4' tags/0.3.6
Luciano Montanaro [Sun, 26 Jun 2011 10:28:01 +0000 (12:28 +0200)]
Merge branch 'development-0.4'

13 years agoBumped version to 0.3.6
Luciano Montanaro [Sun, 26 Jun 2011 10:27:21 +0000 (12:27 +0200)]
Bumped version to 0.3.6

13 years agoUpdated icons once more
Luciano Montanaro [Sun, 26 Jun 2011 10:26:12 +0000 (12:26 +0200)]
Updated icons once more

Tweaked icons a bit with inkscape. I will eventually redo them again...