situare
14 years agoIntegrated fetching of the maps from OSM server v0.1
Sami Rämö [Thu, 1 Apr 2010 11:53:08 +0000 (14:53 +0300)]
Integrated fetching of the maps from OSM server

14 years agoRestored missing files mainwindow.h & mainwindow.cpp
Sami Rämö [Thu, 1 Apr 2010 11:11:58 +0000 (14:11 +0300)]
Restored missing files mainwindow.h & mainwindow.cpp

14 years agoMerge branch 'laitiju' into map
Sami Rämö [Thu, 1 Apr 2010 10:57:12 +0000 (13:57 +0300)]
Merge branch 'laitiju' into map

Conflicts:
src/map/mapengine.cpp
src/map/mapengine.h
src/src.pro
tests/testmap/testmapscene/testmapscene.pro
tests/testmap/testmaptile/testmaptile.pro
tests/testmap/testmapview/testmapview.cpp
tests/testmap/testmapview/testmapview.pro

14 years agoAdded few lines more
Sami Rämö [Thu, 1 Apr 2010 10:42:38 +0000 (13:42 +0300)]
Added few lines more

14 years agoModified situare.pro and src/src.pro.
Jussi Laitinen [Thu, 1 Apr 2010 10:41:15 +0000 (13:41 +0300)]
Modified situare.pro and src/src.pro.

14 years agoModified src.pro.
Jussi Laitinen [Thu, 1 Apr 2010 10:37:46 +0000 (13:37 +0300)]
Modified src.pro.

14 years agoMerge branch 'master' into laitiju
Jussi Laitinen [Thu, 1 Apr 2010 10:33:17 +0000 (13:33 +0300)]
Merge branch 'master' into laitiju

Conflicts:
situare.pro
src/map/mapengine.cpp
src/map/mapengine.h
src/ui/mainwindow.cpp
src/ui/mainwindow.h
tests/testUI/testUI/testUI.pro
tests/testUI/testtabs/testtabs.cpp

14 years agoMerged with master
Sami Rämö [Thu, 1 Apr 2010 10:28:29 +0000 (13:28 +0300)]
Merged with master

14 years agoCreated testmapfetcher.pro file.
Jussi Laitinen [Thu, 1 Apr 2010 10:09:36 +0000 (13:09 +0300)]
Created testmapfetcher.pro file.

14 years agoAdded situare.pro.
Jussi Laitinen [Thu, 1 Apr 2010 08:50:26 +0000 (11:50 +0300)]
Added situare.pro.

14 years agoChanged Situare.pro to situare.pro.
Jussi Laitinen [Thu, 1 Apr 2010 08:49:37 +0000 (11:49 +0300)]
Changed Situare.pro to situare.pro.

14 years agoDeleted files under tests/testMap and testMap.
Jussi Laitinen [Thu, 1 Apr 2010 08:28:08 +0000 (11:28 +0300)]
Deleted files under tests/testMap and testMap.

14 years agoCreated new private utility funtion to handle view changes. Added test
Kaj Wallin [Thu, 1 Apr 2010 08:26:09 +0000 (11:26 +0300)]
Created new private utility funtion to handle view changes. Added test
binary to .gitignore.

14 years agoModified mainwindow.cpp fetch method.
Jussi Laitinen [Thu, 1 Apr 2010 08:10:34 +0000 (11:10 +0300)]
Modified mainwindow.cpp fetch method.

14 years agoSome more code prepared for integration of MapFetcher
Sami Rämö [Thu, 1 Apr 2010 08:02:43 +0000 (11:02 +0300)]
Some more code prepared for integration of MapFetcher

14 years agoAdded networkreplydummy.ccp and testuimapfetcher.cpp files.
Jussi Laitinen [Thu, 1 Apr 2010 07:56:22 +0000 (10:56 +0300)]
Added networkreplydummy.ccp and testuimapfetcher.cpp files.

14 years agoStarted writing some map fetcher usage code, but the actual map fetcher codebase...
Sami Rämö [Thu, 1 Apr 2010 07:43:47 +0000 (10:43 +0300)]
Started writing some map fetcher usage code, but the actual map fetcher codebase must be integrated

14 years agoModified mapfetcher.ccp and mapfetcher.h.
Jussi Laitinen [Thu, 1 Apr 2010 07:41:56 +0000 (10:41 +0300)]
Modified mapfetcher.ccp and mapfetcher.h.

14 years agoSet parents for MapEngine & MapScene
Sami Rämö [Thu, 1 Apr 2010 07:33:47 +0000 (10:33 +0300)]
Set parents for MapEngine & MapScene

14 years agoAdded missing two tr()'s
Kaj Wallin [Thu, 1 Apr 2010 07:18:15 +0000 (10:18 +0300)]
Added missing two tr()'s

14 years agoChanged the .pro file to create binary in lower case.
Kaj Wallin [Thu, 1 Apr 2010 05:39:15 +0000 (08:39 +0300)]
Changed the .pro file to create binary in lower case.
Added the binary to .gitignore

14 years agoFixed src.pro to include some source and header files
Kaj Wallin [Thu, 1 Apr 2010 05:16:29 +0000 (08:16 +0300)]
Fixed src.pro to include some source and header files

14 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jukka Saastamoinen [Thu, 1 Apr 2010 04:39:02 +0000 (07:39 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare
Updates from debianizing.
Conflicts:
Situare.pro

14 years agoRemoved magic number used for undefined values
Sami Rämö [Wed, 31 Mar 2010 13:35:34 +0000 (16:35 +0300)]
Removed magic number used for undefined values

14 years agoModified test cases.
Jussi Laitinen [Wed, 31 Mar 2010 13:13:55 +0000 (16:13 +0300)]
Modified test cases.

14 years agoDocumentation + some little improvements
Sami Rämö [Wed, 31 Mar 2010 13:03:08 +0000 (16:03 +0300)]
Documentation + some little improvements

Added documentation, checks for faulty values when setting map tile position,
doxygen documentation to .gitignore, created Doxygen config file,
more throughout tests for MapScene and MapTile classes.

14 years agoCreated new public method to MainWindow to get view index. Currently
Kaj Wallin [Wed, 31 Mar 2010 12:46:43 +0000 (15:46 +0300)]
Created new public method to MainWindow to get view index. Currently
this method is used by testtabs unit test.

14 years agoRenamed SituareListView and SituareMapView classes to ListViewScreen
Kaj Wallin [Wed, 31 Mar 2010 12:20:00 +0000 (15:20 +0300)]
Renamed SituareListView and SituareMapView classes to ListViewScreen
and MapViewScreen. Renamed source and header files similarly to follow
naming convention. Also edited testtabs test to reflect the change.

14 years agoAdded some debug traces
Kaj Wallin [Wed, 31 Mar 2010 12:04:36 +0000 (15:04 +0300)]
Added some debug traces

14 years agoFixed paths to files.
Jussi Laitinen [Wed, 31 Mar 2010 11:27:32 +0000 (14:27 +0300)]
Fixed paths to files.

14 years agoModified mapfetcher.cpp and mapfetcher.h files.
Jussi Laitinen [Wed, 31 Mar 2010 11:22:13 +0000 (14:22 +0300)]
Modified mapfetcher.cpp and mapfetcher.h files.

14 years agoAdded INSTALL file to project root.
Jukka Saastamoinen [Wed, 31 Mar 2010 09:55:22 +0000 (12:55 +0300)]
Added INSTALL file to project root.

14 years agoMerge branch 'master' into jskia73
Jukka Saastamoinen [Wed, 31 Mar 2010 09:53:29 +0000 (12:53 +0300)]
Merge branch 'master' into jskia73

14 years agoCleaning.
Jukka Saastamoinen [Wed, 31 Mar 2010 09:40:49 +0000 (12:40 +0300)]
Cleaning.

14 years agoAdded debianizing scripts.
Jukka Saastamoinen [Wed, 31 Mar 2010 09:39:04 +0000 (12:39 +0300)]
Added debianizing scripts.

14 years agoFixed test case filenames to lower case
Kaj Wallin [Wed, 31 Mar 2010 07:56:17 +0000 (10:56 +0300)]
Fixed test case filenames to lower case

14 years agoAdded delete's to destructor to get rid of memory leak warnings on
Kaj Wallin [Wed, 31 Mar 2010 07:46:56 +0000 (10:46 +0300)]
Added delete's to destructor to get rid of memory leak warnings on
cppcheck

14 years agoChanged testcase filenames to lowercase
Sami Rämö [Wed, 31 Mar 2010 07:25:06 +0000 (10:25 +0300)]
Changed testcase filenames to lowercase

14 years agoCreated a test case to test switching between views
Kaj Wallin [Wed, 31 Mar 2010 07:15:28 +0000 (10:15 +0300)]
Created a test case to test switching between views

14 years agoFixed license & changed setting map tile offset to position.
Sami Rämö [Wed, 31 Mar 2010 06:44:30 +0000 (09:44 +0300)]
Fixed license & changed setting map tile offset to position.

14 years agoCleaned up the code
Kaj Wallin [Wed, 31 Mar 2010 05:21:28 +0000 (08:21 +0300)]
Cleaned up the code

14 years agoMerged with ui. Added .orig files to .gitignore.
Sami Rämö [Tue, 30 Mar 2010 13:43:21 +0000 (16:43 +0300)]
Merged with ui. Added .orig files to .gitignore.

Conflicts:
.gitignore
Situare.pro
src/ui/mainwindow.cpp

14 years agoAdded networkaccessmanagermock and networkreplymock files.
Jussi Laitinen [Tue, 30 Mar 2010 12:56:36 +0000 (15:56 +0300)]
Added networkaccessmanagermock and networkreplymock files.

14 years agoIntegrated map view to ui, some modifications to map classes
Sami Rämö [Tue, 30 Mar 2010 12:08:56 +0000 (15:08 +0300)]
Integrated map view to ui, some modifications to map classes

14 years agoChanged back to Menu-type views, as per given input on UI
Kaj Wallin [Tue, 30 Mar 2010 12:08:51 +0000 (15:08 +0300)]
Changed back to Menu-type views, as per given input on UI

14 years agoMoved tab data to separate files to allow easy modification.
Kaj Wallin [Tue, 30 Mar 2010 10:28:48 +0000 (13:28 +0300)]
Moved tab data to separate files to allow easy modification.

14 years agoModified mainwindow.cpp and mainwindow.h.
Jussi Laitinen [Tue, 30 Mar 2010 10:27:54 +0000 (13:27 +0300)]
Modified mainwindow.cpp and mainwindow.h.

14 years agoModified mapfetcher.cpp and mapfetcher.h.
Jussi Laitinen [Tue, 30 Mar 2010 10:22:27 +0000 (13:22 +0300)]
Modified mapfetcher.cpp and mapfetcher.h.

14 years agoMerge commit 'origin/ramosam' into wallika-tabbar
Sami Rämö [Tue, 30 Mar 2010 07:24:24 +0000 (10:24 +0300)]
Merge commit 'origin/ramosam' into wallika-tabbar

14 years agoMerge branch 'master' into wallika
Kaj Wallin [Tue, 30 Mar 2010 07:24:17 +0000 (10:24 +0300)]
Merge branch 'master' into wallika

14 years agoSwitched to QTabBar to allow bettery layouts
Kaj Wallin [Tue, 30 Mar 2010 07:15:01 +0000 (10:15 +0300)]
Switched to QTabBar to allow bettery layouts

14 years agoChanges and new features to map related classes.
Sami Rämö [Tue, 30 Mar 2010 05:53:08 +0000 (08:53 +0300)]
Changes and new features to map related classes.

MapEngine::convertTileNumberToSceneCoordinate() to static, set dummy map
tiles with MapEngine::setViewLocation, added test for
MapEngine:setViewLocation, added throughout tests for MapScene::addMapTile,
added Situare binary to .gitignore.

14 years agoAdded queued versions of mapfetcher.
Jussi Laitinen [Mon, 29 Mar 2010 12:56:58 +0000 (15:56 +0300)]
Added queued versions of mapfetcher.

14 years agoMerged Sami's cases to own branch, updated test script.
Jukka Saastamoinen [Mon, 29 Mar 2010 11:30:31 +0000 (14:30 +0300)]
Merged Sami's cases to own branch, updated test script.

14 years agoUpdates master test script to match project directory structure.
Jukka Saastamoinen [Mon, 29 Mar 2010 11:27:03 +0000 (14:27 +0300)]
Updates master test script to match project directory structure.

14 years agominor edit
Kaj Wallin [Mon, 29 Mar 2010 11:05:13 +0000 (14:05 +0300)]
minor edit

14 years agoModified menu-selectable UI to tab-selectable UI
Kaj Wallin [Mon, 29 Mar 2010 11:03:50 +0000 (14:03 +0300)]
Modified menu-selectable UI to tab-selectable UI

14 years agoMerge branch 'ramosam' into juksa_local
Jukka Saastamoinen [Mon, 29 Mar 2010 10:56:10 +0000 (13:56 +0300)]
Merge branch 'ramosam' into juksa_local

14 years agoAdded .gitignore file
Sami Rämö [Mon, 29 Mar 2010 10:24:21 +0000 (13:24 +0300)]
Added .gitignore file

14 years agoCleanup...
Jukka Saastamoinen [Mon, 29 Mar 2010 10:18:36 +0000 (13:18 +0300)]
Cleanup...

14 years agoImplemented List and Map views as widget stack. Views filled with
Kaj Wallin [Mon, 29 Mar 2010 10:06:25 +0000 (13:06 +0300)]
Implemented List and Map views as widget stack. Views filled with
dummy widgets.

14 years agoRemoved spam.
Jukka Saastamoinen [Mon, 29 Mar 2010 09:56:32 +0000 (12:56 +0300)]
Removed spam.

14 years agoModified mapEngine and mapFetcher.
Jussi Laitinen [Mon, 29 Mar 2010 09:50:25 +0000 (12:50 +0300)]
Modified mapEngine and mapFetcher.

14 years agoCreated my own branch, added test script to it.
Jukka Saastamoinen [Mon, 29 Mar 2010 09:50:23 +0000 (12:50 +0300)]
Created my own branch, added test script to it.

14 years agoMap related classes, initial commit. Also added .gitignore file.
Sami Rämö [Mon, 29 Mar 2010 09:40:33 +0000 (12:40 +0300)]
Map related classes, initial commit. Also added .gitignore file.

14 years agoModified mapEngine and mapFetcher classes.
Jussi Laitinen [Mon, 29 Mar 2010 09:23:05 +0000 (12:23 +0300)]
Modified mapEngine and mapFetcher classes.

14 years agoAdded testmapengine.cpp and testmapfetcher.cpp.
Jussi Laitinen [Mon, 29 Mar 2010 09:13:40 +0000 (12:13 +0300)]
Added testmapengine.cpp and testmapfetcher.cpp.

14 years agoCreated menu key actions and dummy QLabel to proove they work
Kaj Wallin [Mon, 29 Mar 2010 09:00:50 +0000 (12:00 +0300)]
Created menu key actions and dummy QLabel to proove they work

14 years agoMenu buttons for map and list views, no functionality yet.
Kaj Wallin [Mon, 29 Mar 2010 05:49:10 +0000 (08:49 +0300)]
Menu buttons for map and list views, no functionality yet.

14 years agoAdded MapEngine and MapFetcher files.
Jussi Laitinen [Fri, 26 Mar 2010 13:14:16 +0000 (15:14 +0200)]
Added MapEngine and MapFetcher files.

14 years agoRemoved Makefiles, moc-files and testUI.o
lampehe-local [Fri, 26 Mar 2010 11:14:58 +0000 (13:14 +0200)]
Removed Makefiles, moc-files and testUI.o

14 years agoDeleted object files
lampehe-local [Fri, 26 Mar 2010 09:45:39 +0000 (11:45 +0200)]
Deleted object files

14 years agoFixed earlier commit
lampehe-local [Fri, 26 Mar 2010 09:38:47 +0000 (11:38 +0200)]
Fixed earlier commit

14 years agoAdded main.cpp and mainwindow class with unit test
lampehe-local [Fri, 26 Mar 2010 09:32:15 +0000 (11:32 +0200)]
Added main.cpp and mainwindow class with unit test

14 years agoInitial version
Pekka Nissinen [Fri, 26 Mar 2010 07:42:35 +0000 (09:42 +0200)]
Initial version

14 years agowelcome
root [Tue, 2 Mar 2010 09:00:12 +0000 (11:00 +0200)]
welcome