situare
13 years agoAdded missing png file.
Jussi Laitinen [Wed, 1 Sep 2010 13:01:46 +0000 (16:01 +0300)]
Added missing png file.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Wed, 1 Sep 2010 12:59:44 +0000 (15:59 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoAdded bigger compass icon to location search tab.
Jussi Laitinen [Wed, 1 Sep 2010 12:59:09 +0000 (15:59 +0300)]
Added bigger compass icon to location search tab.

13 years agoPanel tab enabling/disabling when logged in/out reviewed.
Jussi Laitinen [Wed, 1 Sep 2010 12:13:57 +0000 (15:13 +0300)]
Panel tab enabling/disabling when logged in/out reviewed.

Reviewed by: Sami Rämö.

13 years agoAdded close panel call when currently selected tab is disabled.
Jussi Laitinen [Wed, 1 Sep 2010 11:57:25 +0000 (14:57 +0300)]
Added close panel call when currently selected tab is disabled.

13 years agoAdded comment to tab index list appending.
Jussi Laitinen [Wed, 1 Sep 2010 11:46:04 +0000 (14:46 +0300)]
Added comment to tab index list appending.

13 years agoChanged routing context buttons to be almost the upper one
Sami Rämö [Wed, 1 Sep 2010 11:31:23 +0000 (14:31 +0300)]
Changed routing context buttons to be almost the upper one

13 years agoMerge branch 'master' into disable_panels
Jussi Laitinen [Wed, 1 Sep 2010 11:25:32 +0000 (14:25 +0300)]
Merge branch 'master' into disable_panels

Conflicts:
src/ui/mainwindow.cpp

13 years agoRemoved TextModifier constructor.
Jussi Laitinen [Wed, 1 Sep 2010 11:20:22 +0000 (14:20 +0300)]
Removed TextModifier constructor.

13 years agoAdded method to disable tabs.
Jussi Laitinen [Wed, 1 Sep 2010 11:18:51 +0000 (14:18 +0300)]
Added method to disable tabs.

13 years agoMerge branch 'separate_search_panel'
Sami Rämö [Wed, 1 Sep 2010 11:09:14 +0000 (14:09 +0300)]
Merge branch 'separate_search_panel'

13 years agoFix: Routing instructions list was not cleared when route was deleted. separate_search_panel
Sami Rämö [Wed, 1 Sep 2010 11:01:29 +0000 (14:01 +0300)]
Fix: Routing instructions list was not cleared when route was deleted.

13 years agoReview & fixes
Sami Rämö [Wed, 1 Sep 2010 10:59:54 +0000 (13:59 +0300)]
Review & fixes

 - Reviewed by Jussi Laitinen

13 years agoFixed a bug in MapEngine::centerAndZoomTo()
Sami Rämö [Wed, 1 Sep 2010 10:34:04 +0000 (13:34 +0300)]
Fixed a bug in MapEngine::centerAndZoomTo()

 - Horizontal and vertical margins were mixed

 - Also decreased the horizontal margin value

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Katri Kaikkonen [Wed, 1 Sep 2010 10:25:48 +0000 (13:25 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoUpdated tests cases matching the new tabs
Katri Kaikkonen [Wed, 1 Sep 2010 10:23:46 +0000 (13:23 +0300)]
Updated tests cases matching the new tabs
Reviewed by Jussi Laitinen

13 years agoMerge branch 'master' into separate_search_panel
Sami Rämö [Wed, 1 Sep 2010 10:15:01 +0000 (13:15 +0300)]
Merge branch 'master' into separate_search_panel

Conflicts:
src/src.pro

13 years agoChanged icons of location search panel and route to search result button
Sami Rämö [Wed, 1 Sep 2010 10:10:25 +0000 (13:10 +0300)]
Changed icons of location search panel and route to search result button

13 years agoAdded routing to current cursor position functionality
Sami Rämö [Wed, 1 Sep 2010 09:56:34 +0000 (12:56 +0300)]
Added routing to current cursor position functionality

13 years agoAdded TextModifier class to test classes.
Jussi Laitinen [Wed, 1 Sep 2010 09:37:20 +0000 (12:37 +0300)]
Added TextModifier class to test classes.

13 years agoClean-up and re-factoring for RoutingPanel
Sami Rämö [Wed, 1 Sep 2010 09:33:15 +0000 (12:33 +0300)]
Clean-up and re-factoring for RoutingPanel

 - Cleaned LocationSearchPanel related stuff from RoutingPanel

13 years agoAdded missing comments.
Jussi Laitinen [Wed, 1 Sep 2010 09:25:46 +0000 (12:25 +0300)]
Added missing comments.

13 years agoRemoved debug print.
Jussi Laitinen [Wed, 1 Sep 2010 09:23:31 +0000 (12:23 +0300)]
Removed debug print.

13 years agoRemoved extra rows.
Jussi Laitinen [Wed, 1 Sep 2010 09:21:18 +0000 (12:21 +0300)]
Removed extra rows.

13 years agoRemoved debug variable.
Jussi Laitinen [Wed, 1 Sep 2010 09:19:04 +0000 (12:19 +0300)]
Removed debug variable.

13 years agoModified UserInfo to use TextModifier class.
Jussi Laitinen [Wed, 1 Sep 2010 09:12:15 +0000 (12:12 +0300)]
Modified UserInfo to use TextModifier class.

13 years agoClean-up and re-factoring for LocationSearchPanel
Sami Rämö [Wed, 1 Sep 2010 08:30:05 +0000 (11:30 +0300)]
Clean-up and re-factoring for LocationSearchPanel

 - Cleaned RoutingPanel related stuff from LocationSearchPanel

 - Header is always visible in the LocationSearchPanel

13 years agoAdded LocationSearchPanel (which is currently a copy of RoutingPanel)
Sami Rämö [Wed, 1 Sep 2010 07:42:07 +0000 (10:42 +0300)]
Added LocationSearchPanel (which is currently a copy of RoutingPanel)

 - Created LocationSearchPanel by creating a copy from RoutingPanel

 - Added LocationSearchPanel into panels

 - Fixed routingpanel.cpp missing a license header

13 years agoMerge branch 'master' into text_cutting_bug
Jussi Laitinen [Wed, 1 Sep 2010 05:31:40 +0000 (08:31 +0300)]
Merge branch 'master' into text_cutting_bug

13 years agoAdded panel bar width to mask calculation.
Jussi Laitinen [Wed, 1 Sep 2010 05:18:23 +0000 (08:18 +0300)]
Added panel bar width to mask calculation.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Wed, 1 Sep 2010 05:02:13 +0000 (08:02 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoForgot to save some of the changed files *sigh* new_panels_with_context_buttons
Pekka Nissinen [Tue, 31 Aug 2010 13:49:33 +0000 (16:49 +0300)]
Forgot to save some of the changed files *sigh*

13 years agoChanged a constant name and reviewed the previous changes
Pekka Nissinen [Tue, 31 Aug 2010 13:37:41 +0000 (16:37 +0300)]
Changed a constant name and reviewed the previous changes

Reviewed by: Sami Rämö

13 years agoSome minor cosmetic changes and removed an unnecessary constant from panelcommon.h
Pekka Nissinen [Tue, 31 Aug 2010 13:26:57 +0000 (16:26 +0300)]
Some minor cosmetic changes and removed an unnecessary constant from panelcommon.h

13 years agoFixed a bug that prevented the routing tab to be selected when a route to friend...
Pekka Nissinen [Tue, 31 Aug 2010 10:45:06 +0000 (13:45 +0300)]
Fixed a bug that prevented the routing tab to be selected when a route to friend was calculated

13 years agoModified changelog.
Jussi Laitinen [Tue, 31 Aug 2010 09:33:53 +0000 (12:33 +0300)]
Modified changelog.

13 years agoAdded quick & dirty buttons for friend list filtering and route to friend
Pekka Nissinen [Tue, 31 Aug 2010 08:51:50 +0000 (11:51 +0300)]
Added quick & dirty buttons for friend list filtering and route to friend

13 years agoModified text rect calculation.
Jussi Laitinen [Tue, 31 Aug 2010 08:47:56 +0000 (11:47 +0300)]
Modified text rect calculation.

13 years agoRemoved temp text.
Jussi Laitinen [Tue, 31 Aug 2010 08:16:30 +0000 (11:16 +0300)]
Removed temp text.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Sami Rämö [Tue, 31 Aug 2010 07:27:45 +0000 (10:27 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoChanged UpdateLocationDialog's text edit not to accept text formatting
Sami Rämö [Tue, 31 Aug 2010 07:24:57 +0000 (10:24 +0300)]
Changed UpdateLocationDialog's text edit not to accept text formatting

13 years agoChanged size setting to fixed height setting.
Jussi Laitinen [Tue, 31 Aug 2010 07:16:17 +0000 (10:16 +0300)]
Changed size setting to fixed height setting.

13 years agoAdded mask calculation to panel.
Jussi Laitinen [Tue, 31 Aug 2010 07:06:20 +0000 (10:06 +0300)]
Added mask calculation to panel.

13 years agoAdded TextModifier class.
Jussi Laitinen [Mon, 30 Aug 2010 13:06:26 +0000 (16:06 +0300)]
Added TextModifier class.

13 years agoAdded a temporary borders around tab bar and context button bar. Used ONLY for debugg...
Pekka Nissinen [Mon, 30 Aug 2010 11:52:26 +0000 (14:52 +0300)]
Added a temporary borders around tab bar and context button bar. Used ONLY for debugging purposes!

13 years agoModified changelog release names.
Jussi Laitinen [Mon, 30 Aug 2010 09:36:26 +0000 (12:36 +0300)]
Modified changelog release names.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Mon, 30 Aug 2010 08:21:31 +0000 (11:21 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoForgot to update openPanel() method call to tabbed panel test
Pekka Nissinen [Mon, 30 Aug 2010 08:19:53 +0000 (11:19 +0300)]
Forgot to update openPanel() method call to tabbed panel test

13 years agoAdded debian/optify file and modified debian/changelog.
Jussi Laitinen [Mon, 30 Aug 2010 08:11:04 +0000 (11:11 +0300)]
Added debian/optify file and modified debian/changelog.

13 years agoReviewed context button bar classes and fixed a small bug that messed up the context...
Pekka Nissinen [Mon, 30 Aug 2010 07:12:30 +0000 (10:12 +0300)]
Reviewed context button bar classes and fixed a small bug that messed up the context button bar
position if the tabs had a different amount of context buttons (ie. reverted back to the old
repositionContextButtonBar/positionChangeRequested signal/slot combination).

Reviewed by: Jussi Laitinen

13 years agoFixed a small bug that could cause weird behaviour in panel tabs, only under a very...
Pekka Nissinen [Sun, 29 Aug 2010 19:54:15 +0000 (22:54 +0300)]
Fixed a small bug that could cause weird behaviour in panel tabs, only under a very rare circumstances though

13 years agoRefactored panel context button bar animation and now it is implemented in a lot...
Pekka Nissinen [Sun, 29 Aug 2010 19:48:56 +0000 (22:48 +0300)]
Refactored panel context button bar animation and now it is implemented in a lot nicer way.
All the animation stuff (statemachine, states, signal transitions etc) are relocated inside
the PanelContextButtonBar class instead of TabbedPanel class. Also removed a slot
(repositionContextButtonBar) that isn't needed anymore due to recent architectural changes.

13 years agoChanged the names of panel opening slots and signals into "more" appropriate ones
Pekka Nissinen [Sun, 29 Aug 2010 19:35:02 +0000 (22:35 +0300)]
Changed the names of panel opening slots and signals into "more" appropriate ones

13 years agoMerge branch 'master' into new_panels_with_context_buttons
Pekka Nissinen [Sun, 29 Aug 2010 14:35:04 +0000 (17:35 +0300)]
Merge branch 'master' into new_panels_with_context_buttons

Conflicts:
src/ui/userinfopanel.cpp

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Sami Rämö [Fri, 27 Aug 2010 13:23:38 +0000 (16:23 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoFine tuned the direction indicator arrow look
Sami Rämö [Fri, 27 Aug 2010 13:22:23 +0000 (16:22 +0300)]
Fine tuned the direction indicator arrow look

 - Reviewed by Jussi Laitinen

13 years agoMinor changes to userinfo. Remove word wrap from name label and rename button
Katri Kaikkonen [Fri, 27 Aug 2010 13:00:51 +0000 (16:00 +0300)]
Minor changes to userinfo. Remove word wrap from name label and rename button
Reviewed by Sami Rämö

13 years agoMerge branch 'master' into userinfo_collapse
Katri Kaikkonen [Fri, 27 Aug 2010 12:41:19 +0000 (15:41 +0300)]
Merge branch 'master' into userinfo_collapse

13 years agoMerge branch 'fix_userinfo' into userinfo_collapse, review and fixes
Katri Kaikkonen [Fri, 27 Aug 2010 12:37:21 +0000 (15:37 +0300)]
Merge branch 'fix_userinfo' into userinfo_collapse, review and fixes
Reviewed by Sami Rämö

Conflicts:
src/ui/userinfo.cpp

13 years agoReview and fixes
Katri Kaikkonen [Fri, 27 Aug 2010 12:24:25 +0000 (15:24 +0300)]
Review and fixes
Reviewed by Sami Rämö

13 years agoAdded userinfo collapse functionality
Katri Kaikkonen [Fri, 27 Aug 2010 10:59:55 +0000 (13:59 +0300)]
Added userinfo collapse functionality

13 years agoError message is shown when location search does not find locations routing_and_searching_errors
Sami Rämö [Fri, 27 Aug 2010 08:20:41 +0000 (11:20 +0300)]
Error message is shown when location search does not find locations

 - Reviewed by Katri Kaikkonen

 - Also removed some old, unused error stuff

13 years agoError message is shown and progress indicator is stopped when routing fails
Sami Rämö [Fri, 27 Aug 2010 07:06:07 +0000 (10:06 +0300)]
Error message is shown and progress indicator is stopped when routing fails

13 years agoMerge branch 'move_buttons_to_content_area' into new_panels_with_context_buttons move_buttons_to_content_area
Pekka Nissinen [Fri, 27 Aug 2010 05:33:42 +0000 (08:33 +0300)]
Merge branch 'move_buttons_to_content_area' into new_panels_with_context_buttons

13 years agoMerge branch 'master' into new_panels_with_context_buttons
Pekka Nissinen [Fri, 27 Aug 2010 05:29:39 +0000 (08:29 +0300)]
Merge branch 'master' into new_panels_with_context_buttons

13 years agoAdded missing headers from src.pro.
Jussi Laitinen [Fri, 27 Aug 2010 05:20:53 +0000 (08:20 +0300)]
Added missing headers from src.pro.

13 years agoReview
Sami Rämö [Thu, 26 Aug 2010 12:33:03 +0000 (15:33 +0300)]
Review

 - Reviewed by Pekka Nissinen

13 years agoMerge branch 'master' into fix_userinfo fix_userinfo
Katri Kaikkonen [Thu, 26 Aug 2010 12:01:33 +0000 (15:01 +0300)]
Merge branch 'master' into fix_userinfo

13 years agoFixed FriendListItem test to ignore item rects because fonts might
Jussi Laitinen [Thu, 26 Aug 2010 11:48:51 +0000 (14:48 +0300)]
Fixed FriendListItem test to ignore item rects because fonts might
differ.

13 years agoFixed message text cutting problem in userinfo
Katri Kaikkonen [Thu, 26 Aug 2010 11:46:33 +0000 (14:46 +0300)]
Fixed message text cutting problem in userinfo

13 years agoClean-up, comments
Sami Rämö [Thu, 26 Aug 2010 11:21:15 +0000 (14:21 +0300)]
Clean-up, comments

13 years agoFixed the RoutingPanel to work also with routes coming from the FriendListPanel
Sami Rämö [Thu, 26 Aug 2010 10:29:22 +0000 (13:29 +0300)]
Fixed the RoutingPanel to work also with routes coming from the FriendListPanel

13 years agoRe-factoring, adding missing functionality
Sami Rämö [Thu, 26 Aug 2010 10:06:25 +0000 (13:06 +0300)]
Re-factoring, adding missing functionality

 - Re-factored RoutingPanel constructor

 - Routing instructions list is cleared when route is cleared

 - Route instruction / search result selection is cleared when view
   is changed

 - Route button is disabled if it is not checked and there is no
   search result currently selected

13 years agoAdded manager null check.
Jussi Laitinen [Thu, 26 Aug 2010 08:48:32 +0000 (11:48 +0300)]
Added manager null check.

13 years agoModifying RoutingPanel buttons functionality
Sami Rämö [Thu, 26 Aug 2010 07:43:36 +0000 (10:43 +0300)]
Modifying RoutingPanel buttons functionality

 - Changed RoutingPanel buttons checkable

 - Handlers for RoutingPanel buttons toggling

 - Route to location button clears the route line when unchecked

13 years agoAdded show contact button to FriendListPanel. contact_dialog
Jussi Laitinen [Wed, 25 Aug 2010 13:56:56 +0000 (16:56 +0300)]
Added show contact button to FriendListPanel.

13 years agoRe-factored FriendListPanel constructor and data member names
Sami Rämö [Wed, 25 Aug 2010 12:21:47 +0000 (15:21 +0300)]
Re-factored FriendListPanel constructor and data member names

 - Reviewed by Pekka Nissinen

13 years agoMoved ossoabookdialog.h and .cpp under Maemo armel.
Jussi Laitinen [Wed, 25 Aug 2010 12:16:49 +0000 (15:16 +0300)]
Moved ossoabookdialog.h and .cpp under Maemo armel.

13 years agoAdded ContactManager class.
Jussi Laitinen [Wed, 25 Aug 2010 12:13:52 +0000 (15:13 +0300)]
Added ContactManager class.

13 years agoChanged stacking order, fullscreen button below panel
Sami Rämö [Wed, 25 Aug 2010 10:58:30 +0000 (13:58 +0300)]
Changed stacking order, fullscreen button below panel

 - Fullscreen button was covering clear text filtering button

13 years agoMerge branch 'new_panels_with_context_buttons' of https://vcs.maemo.org/git/situare...
Sami Rämö [Wed, 25 Aug 2010 10:46:00 +0000 (13:46 +0300)]
Merge branch 'new_panels_with_context_buttons' of https://vcs.maemo.org/git/situare into move_buttons_to_content_area

13 years agoFixed smaller defects, setting friend list buttons disabled/enabled
Sami Rämö [Wed, 25 Aug 2010 10:40:47 +0000 (13:40 +0300)]
Fixed smaller defects, setting friend list buttons disabled/enabled

13 years agoReview
Sami Rämö [Wed, 25 Aug 2010 10:22:51 +0000 (13:22 +0300)]
Review

 - Reviewed by Pekka Nissinen

13 years agoChanged the context button layout type from QGridLayout to QVBoxLayout and made all...
Pekka Nissinen [Wed, 25 Aug 2010 10:06:41 +0000 (13:06 +0300)]
Changed the context button layout type from QGridLayout to QVBoxLayout and made all the necessary changes to affected classes

13 years agoMerge branch 'new_panels_with_context_buttons' of https://vcs.maemo.org/git/situare...
Sami Rämö [Wed, 25 Aug 2010 07:45:33 +0000 (10:45 +0300)]
Merge branch 'new_panels_with_context_buttons' of https://vcs.maemo.org/git/situare into move_buttons_to_content_area

 - Also fixed the routing panel buttons

13 years agoFixed character calculator
Katri Kaikkonen [Wed, 25 Aug 2010 09:35:37 +0000 (12:35 +0300)]
Fixed character calculator

13 years agoMerge branch 'master' into new_panels_with_context_buttons
Pekka Nissinen [Wed, 25 Aug 2010 07:08:03 +0000 (10:08 +0300)]
Merge branch 'master' into new_panels_with_context_buttons

13 years agoReview, updating functional tests map_center_point
Sami Rämö [Tue, 24 Aug 2010 13:12:49 +0000 (16:12 +0300)]
Review, updating functional tests

 - Reviewed by Jussi Laitinen

13 years agoMerge branch 'master' into map_center_point
Sami Rämö [Tue, 24 Aug 2010 12:47:46 +0000 (15:47 +0300)]
Merge branch 'master' into map_center_point

13 years agoFixed double tap zoom jumping when center point was shifted
Sami Rämö [Tue, 24 Aug 2010 12:42:23 +0000 (15:42 +0300)]
Fixed double tap zoom jumping when center point was shifted

13 years agoUndoed the parameter for user drag actions
Sami Rämö [Tue, 24 Aug 2010 12:08:55 +0000 (15:08 +0300)]
Undoed the parameter for user drag actions

13 years agoFixed message text cutting in userinfo and modified updatelocationdialog
Katri Kaikkonen [Tue, 24 Aug 2010 11:39:21 +0000 (14:39 +0300)]
Fixed message text cutting in userinfo and modified updatelocationdialog

13 years agoMapView sends always the center point from the users view
Sami Rämö [Tue, 24 Aug 2010 11:25:37 +0000 (14:25 +0300)]
MapView sends always the center point from the users view

 - Sent center point is shifted when panel is open.

13 years agoChanged the way how the context buttons are implemented and how they are forwadded...
Pekka Nissinen [Tue, 24 Aug 2010 09:57:45 +0000 (12:57 +0300)]
Changed the way how the context buttons are implemented and how they are forwadded to the PanelContextButtonBar class.
It is now using a specialised QWidget that contains the buttons in a grid layout. Also made the required changes to
the RoutingPanel and UserInfoPanel classes.

13 years agoMerge branch 'master' into new_panels_with_context_buttons
Pekka Nissinen [Tue, 24 Aug 2010 09:51:14 +0000 (12:51 +0300)]
Merge branch 'master' into new_panels_with_context_buttons

13 years agoShift width is now taken from panel width
Sami Rämö [Tue, 24 Aug 2010 09:26:34 +0000 (12:26 +0300)]
Shift width is now taken from panel width

13 years agoFunctional tests for map center point shifting
Sami Rämö [Tue, 24 Aug 2010 07:46:06 +0000 (10:46 +0300)]
Functional tests for map center point shifting

13 years agoReview & fixing some small defects
Sami Rämö [Tue, 24 Aug 2010 07:44:02 +0000 (10:44 +0300)]
Review & fixing some small defects

 - Reviewed by Jussi Laitinen

13 years agoAlphabetising
Sami Rämö [Mon, 23 Aug 2010 13:37:11 +0000 (16:37 +0300)]
Alphabetising

13 years agoMoving crosshair to show shifted map center point
Sami Rämö [Mon, 23 Aug 2010 13:22:31 +0000 (16:22 +0300)]
Moving crosshair to show shifted map center point

 - Re-factored crosshair naming

 - Some alphabetising in MainWindow