situare
13 years agoUse up-to-date tests and run in test directory test_script
Sami Rämö [Wed, 26 May 2010 08:02:29 +0000 (11:02 +0300)]
Use up-to-date tests and run in test directory

 - Reviewed by Ville

 - delete unit test binaries and run qmake &  make for
   tests.pro so unit tests run are always up-to-date

 - run each unit test in it's directory so test finds
   it's test data placed in it's directory

13 years agoFixed unit tests
Sami Rämö [Tue, 25 May 2010 10:58:50 +0000 (13:58 +0300)]
Fixed unit tests

 - removed some garbage unit tests

 - fixed some broken unit tests

 - added some new tests for FriendLocationItem

 - test script modifications

      * check if unit test file is executable

      * doesn't try to test master tests.pro project

      * added some instructional prints if executables
        for all unit tests are not found

      * check if test report contains any qDebug or
        qWarning prints and instruct to disable them

13 years agoAdded project for building all unit tests
Sami Rämö [Tue, 25 May 2010 05:46:07 +0000 (08:46 +0300)]
Added project for building all unit tests

 - new unit tests must be added manually to tests/tests.pro

 - all unit tests can be built by using tests/tests.pro

 - whole project, including actual application and unit tests,
   can be built using situare.pro

 - actual application can be built using src/src.pro

13 years agoCreated new script for running all unit tests
Sami Rämö [Mon, 24 May 2010 12:41:10 +0000 (15:41 +0300)]
Created new script for running all unit tests

 - All .pro files are searched under tests directory and
   file with same name (without .pro extension)
   is expected to be the actual unit test executable

13 years agoRemoved map_class_diagram.dia
Sami Rämö [Fri, 21 May 2010 12:11:55 +0000 (15:11 +0300)]
Removed map_class_diagram.dia

13 years agoAdded manually changes made to master while moving MapEngine
Sami Rämö [Fri, 21 May 2010 11:29:59 +0000 (14:29 +0300)]
Added manually changes made to master while moving MapEngine

13 years agoMerge branch 'move_map_engine' (NOT FINISHED!)
Sami Rämö [Fri, 21 May 2010 10:32:48 +0000 (13:32 +0300)]
Merge branch 'move_map_engine' (NOT FINISHED!)

Conflicted files checkouted from move_map_engine branch.
Still requiring manual merge of master branch changes.

Conflicts:
src/engine/engine.cpp
src/engine/engine.h
src/map/mapengine.h
src/ui/mainwindow.cpp
src/ui/mainwindow.h
src/ui/mapviewscreen.cpp

13 years agoFixed review defects move_map_engine
Sami Rämö [Fri, 21 May 2010 10:14:59 +0000 (13:14 +0300)]
Fixed review defects

 - Reviewed by Jussi

13 years agoDefault screen size, init order, map not drawing all tiles
Sami Rämö [Fri, 21 May 2010 07:36:38 +0000 (10:36 +0300)]
Default screen size, init order, map not drawing all tiles

 - changed window default size in desktop matching N900 screen size

 - changed execution order when starting application

 - fixed map not drawing all tiles when screen resized

 - added some missing debug prints

13 years agoCleanup & commenting
Sami Rämö [Fri, 21 May 2010 05:48:16 +0000 (08:48 +0300)]
Cleanup & commenting

13 years agoChanged GPS and automatic update buttons slots
Sami Rämö [Thu, 20 May 2010 12:17:34 +0000 (15:17 +0300)]
Changed GPS and automatic update buttons slots

 - Changed GPS & auto centering signals so that actions are not
   dependent on menu button signals anymore, which weren't emitted
   at startup when states were set but didn't change from buttons
   default states

 - changed messages so that they are displayed only at startup
   and when automatic centering is disabled because user have
   scrolled the map

 - some sorting

 - changed MapEngine GPS and automatic centering settings change
   methods to public

13 years agoFixing broken things
Sami Rämö [Thu, 20 May 2010 10:36:48 +0000 (13:36 +0300)]
Fixing broken things

 - Fixed setting GPS & automatic centering states based on settings file

 - GPS enabled state is now read from GPS class and not used local datamember in engine anymore

 - connected engine slots for GPS & auto centering enabling

 - some documentation

 - fixed manual location cross hair visibility inversion

13 years agoFirst "working" version after moving MapEngine
Sami Rämö [Thu, 20 May 2010 09:21:24 +0000 (12:21 +0300)]
First "working" version after moving MapEngine

 - Moved MapEngine under main engine class

 - Removed MapViewScreen and moved all stuff to MainWindow

 - Still requires much cleaning and documenting and checking
   all signals and slots

13 years agoMinor fixes to gps classes. Added support to QtSimulator.
Jussi Laitinen [Thu, 20 May 2010 07:12:00 +0000 (10:12 +0300)]
Minor fixes to gps classes. Added support to QtSimulator.

13 years agoMaked corsshair to be transparent for mouse events.
Ville Tiensuu [Wed, 19 May 2010 11:13:09 +0000 (14:13 +0300)]
Maked corsshair to be transparent for mouse events.
Reviewed by: Kaj Wallin

13 years agoAdded functional test case for saved username
lampehe-local [Wed, 19 May 2010 10:43:12 +0000 (13:43 +0300)]
Added functional test case for saved username
Reviewed by: Kaj Wallin

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Wed, 19 May 2010 10:38:12 +0000 (13:38 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoModified GPSPosition class creation. Changed filenames in src/gps.
Jussi Laitinen [Wed, 19 May 2010 10:36:08 +0000 (13:36 +0300)]
Modified GPSPosition class creation. Changed filenames in src/gps.

13 years agoImplemented username saving to settings and loading. Saved username store_username
lampehe-local [Wed, 19 May 2010 10:18:59 +0000 (13:18 +0300)]
Implemented username saving to settings and loading. Saved username
is shown in login dialog when it is needed.
Reviewed by: Kaj Wallin

13 years agoFixed unused parameter warning from userinfopanel.cpp and added two
Kaj Wallin [Wed, 19 May 2010 07:21:35 +0000 (10:21 +0300)]
Fixed unused parameter warning from userinfopanel.cpp and added two
debian packaging generated files to .gitignore

Reviewed by: Ville Tiensuu

13 years agofixed dogygen documentetion on mapEngine.
Ville Tiensuu [Wed, 19 May 2010 06:57:40 +0000 (09:57 +0300)]
fixed dogygen documentetion on mapEngine.
fixed crosshair bug.
Reviewed by: Kaj Wallin

13 years agoFixed character encoding bug for reverseGeo utf_bug
lampehe-local [Wed, 19 May 2010 06:38:39 +0000 (09:38 +0300)]
Fixed character encoding bug for reverseGeo
Reviewed by: Kaj Wallin

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Kaj Wallin [Wed, 19 May 2010 05:01:24 +0000 (08:01 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoFixed scaling bug on userinfopanel when on desktop
Kaj Wallin [Wed, 19 May 2010 05:00:25 +0000 (08:00 +0300)]
Fixed scaling bug on userinfopanel when on desktop

Reviewed by: Henri Lampela

13 years agoFix: application can now be compiled for Nokia Qt SDK Simulator
Sami Rämö [Tue, 18 May 2010 19:26:33 +0000 (22:26 +0300)]
Fix: application can now be compiled for Nokia Qt SDK Simulator

13 years agoMerge branch 'new_zoom_buttons_panel' v0.4
Pekka Nissinen [Tue, 18 May 2010 08:48:47 +0000 (11:48 +0300)]
Merge branch 'new_zoom_buttons_panel'

13 years agomodified conctencts of functional test document
Ville Tiensuu [Tue, 18 May 2010 08:47:27 +0000 (11:47 +0300)]
modified conctencts of functional test document

13 years agoAdded a new method for getting current icon mode (ImageButton).
Pekka Nissinen [Tue, 18 May 2010 08:47:06 +0000 (11:47 +0300)]
Added a new method for getting current icon mode (ImageButton).

Reviewed by: Jussi Laitinen

13 years agoAdded & reviewed remaining unit tests.
Pekka Nissinen [Tue, 18 May 2010 08:46:14 +0000 (11:46 +0300)]
Added & reviewed remaining unit tests.

Reviewed by: Jussi Laitinen

13 years agoadded test case for location update. modified test of user info panel.
Ville Tiensuu [Tue, 18 May 2010 07:50:57 +0000 (10:50 +0300)]
added test case for location update. modified test of user info panel.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Kaj Wallin [Tue, 18 May 2010 06:11:26 +0000 (09:11 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoMerge branch 'new_info_panels'
Kaj Wallin [Tue, 18 May 2010 06:11:13 +0000 (09:11 +0300)]
Merge branch 'new_info_panels'

Conflicts:
src/ui/userpanel.cpp
src/ui/userpanel.h

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Tue, 18 May 2010 06:01:06 +0000 (09:01 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoFixed segmentation fault from mapviewscreen.
Jussi Laitinen [Tue, 18 May 2010 06:00:37 +0000 (09:00 +0300)]
Fixed segmentation fault from mapviewscreen.

13 years agoAdded word wrapping for location label in update location dialog
lampehe-local [Tue, 18 May 2010 05:53:51 +0000 (08:53 +0300)]
Added word wrapping for location label in update location dialog
Reviewed by: Kaj Wallin

13 years agoRemoved warnings and fixed minor bug in publish location message
lampehe-local [Tue, 18 May 2010 05:38:04 +0000 (08:38 +0300)]
Removed warnings and fixed minor bug in publish location message

13 years agoSorted header definitions in alphabetical order
Kaj Wallin [Tue, 18 May 2010 05:36:14 +0000 (08:36 +0300)]
Sorted header definitions in alphabetical order

Reviewed by: Jussi Laitinen

13 years agoMerge branch 'master' into new_info_panels
Kaj Wallin [Tue, 18 May 2010 05:30:52 +0000 (08:30 +0300)]
Merge branch 'master' into new_info_panels

Conflicts:
images.qrc

13 years agoMerge branch 'userinfo' of https://vcs.maemo.org/git/situare into userinfo
lampehe-local [Tue, 18 May 2010 05:17:59 +0000 (08:17 +0300)]
Merge branch 'userinfo' of https://vcs.maemo.org/git/situare into userinfo

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

13 years agoMerge branch 'crosshair2'
Ville Tiensuu [Tue, 18 May 2010 05:06:43 +0000 (08:06 +0300)]
Merge branch 'crosshair2'

Conflicts:
images.qrc
src/engine/engine.h
src/map/mapengine.cpp
src/map/mapview.cpp
src/map/mapview.h
src/ui/mainwindow.cpp
src/ui/mapviewscreen.cpp
src/ui/mapviewscreen.h

13 years agoMade dirty fix to enlarge the sliding bar buttons. Must be reworked
Kaj Wallin [Tue, 18 May 2010 04:51:04 +0000 (07:51 +0300)]
Made dirty fix to enlarge the sliding bar buttons. Must be reworked
later

Reviewed by:

13 years agoAdded one comment line
Katri Kaikkonen [Mon, 17 May 2010 13:38:06 +0000 (16:38 +0300)]
Added one comment line
Reviwed by: Henri Lampela

13 years agofixed review issues
Ville Tiensuu [Mon, 17 May 2010 13:34:08 +0000 (16:34 +0300)]
fixed review issues
Reviewed by: Henri Lampela

13 years agoUpdated userinfo and userinfopanel classes. Added corresponding signals.
Katri Kaikkonen [Mon, 17 May 2010 13:34:07 +0000 (16:34 +0300)]
Updated userinfo and userinfopanel classes. Added corresponding signals.
Reviewed by: Marko Niemelä

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Mon, 17 May 2010 13:09:51 +0000 (16:09 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoChanged magic numbers to constant in AvatarImage.
Jussi Laitinen [Mon, 17 May 2010 13:08:25 +0000 (16:08 +0300)]
Changed magic numbers to constant in AvatarImage.

13 years agoMerge branch 'current_position_marker'
Sami Rämö [Mon, 17 May 2010 12:48:59 +0000 (15:48 +0300)]
Merge branch 'current_position_marker'

Conflicts:
images.qrc

13 years agoMerge branch 'master' into current_position_marker current_position_marker
Sami Rämö [Mon, 17 May 2010 11:50:11 +0000 (14:50 +0300)]
Merge branch 'master' into current_position_marker

 - Reviewed by Jussi

Conflicts:
images.qrc
src/gps/gpsposition.h
src/map/mapengine.cpp
src/src.pro
src/ui/mainwindow.cpp
src/ui/mapviewscreen.cpp
src/ui/mapviewscreen.h

13 years agoadded comments crosshair2
Ville Tiensuu [Mon, 17 May 2010 12:15:23 +0000 (15:15 +0300)]
added comments

13 years agoReviewed code and made a few changes to functional tests descriptions.
Pekka Nissinen [Mon, 17 May 2010 12:14:18 +0000 (15:14 +0300)]
Reviewed code and made a few changes to functional tests descriptions.

Reviewed by: Jussi Laitinen

13 years agobackup
Ville Tiensuu [Mon, 17 May 2010 11:54:23 +0000 (14:54 +0300)]
backup

13 years agoAdded new signals for min/max zoom levels and methods for disabling zoom in/out buttons
Pekka Nissinen [Mon, 17 May 2010 11:33:30 +0000 (14:33 +0300)]
Added new signals for min/max zoom levels and methods for disabling zoom in/out buttons

13 years agoMerge branch 'crosshair2' of https://vcs.maemo.org/git/situare into crosshair2
Ville Tiensuu [Mon, 17 May 2010 11:24:20 +0000 (14:24 +0300)]
Merge branch 'crosshair2' of https://vcs.maemo.org/git/situare into crosshair2

13 years agofixed coordinate problem
Ville Tiensuu [Mon, 17 May 2010 11:23:16 +0000 (14:23 +0300)]
fixed coordinate problem

13 years agoAdded functionality to get the latest own location from handset values
lampehe-local [Mon, 17 May 2010 11:21:07 +0000 (14:21 +0300)]
Added functionality to get the latest own location from handset values
or from GPS

13 years agoMerge branch 'master' into new_zoom_buttons_panel
Pekka Nissinen [Mon, 17 May 2010 11:20:54 +0000 (14:20 +0300)]
Merge branch 'master' into new_zoom_buttons_panel

13 years agoAdded unit tests
Sami Rämö [Mon, 17 May 2010 11:03:09 +0000 (14:03 +0300)]
Added unit tests

13 years agoMerged to master
lampehe-local [Mon, 17 May 2010 10:37:42 +0000 (13:37 +0300)]
Merged to master

13 years agoModified FriendGroupItem paint event. Changed friend_group.png image.
Jussi Laitinen [Mon, 17 May 2010 10:37:23 +0000 (13:37 +0300)]
Modified FriendGroupItem paint event. Changed friend_group.png image.

13 years agoChange image color based on if got coordinates from GPS
Sami Rämö [Mon, 17 May 2010 08:58:56 +0000 (11:58 +0300)]
Change image color based on if got coordinates from GPS

13 years agoTest version complete. Watis for actual graphics
Kaj Wallin [Mon, 17 May 2010 08:48:48 +0000 (11:48 +0300)]
Test version complete. Watis for actual graphics

Reviewed by:

13 years agoRenamed /src/situarecommon.h to /src/common.h
lampehe-local [Mon, 17 May 2010 08:02:10 +0000 (11:02 +0300)]
Renamed /src/situarecommon.h to /src/common.h
Reviewed by: Kaj Wallin

13 years agoChanged accuracy to include only horizontal accuracy
Sami Rämö [Mon, 17 May 2010 07:15:21 +0000 (10:15 +0300)]
Changed accuracy to include only horizontal accuracy

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare into userinfo
Katri Kaikkonen [Mon, 17 May 2010 05:47:49 +0000 (08:47 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare into userinfo

13 years agoMerge branch 'master' into new_info_panels
Kaj Wallin [Mon, 17 May 2010 05:47:11 +0000 (08:47 +0300)]
Merge branch 'master' into new_info_panels

13 years agoAdded requestLastPosition method to GPSPositionMockup.
Jussi Laitinen [Mon, 17 May 2010 05:44:41 +0000 (08:44 +0300)]
Added requestLastPosition method to GPSPositionMockup.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare into userinfo
Katri Kaikkonen [Mon, 17 May 2010 05:37:27 +0000 (08:37 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare into userinfo

13 years agoAdded comments to gpsposition.h.
Jussi Laitinen [Mon, 17 May 2010 05:34:25 +0000 (08:34 +0300)]
Added comments to gpsposition.h.

13 years agoUpdated some changes to userinfo
Katri Kaikkonen [Mon, 17 May 2010 05:30:56 +0000 (08:30 +0300)]
Updated some changes to userinfo

13 years agoFirst draft of new panel sliderbar
Kaj Wallin [Mon, 17 May 2010 05:21:48 +0000 (08:21 +0300)]
First draft of new panel sliderbar

Reviewed by:

13 years agoEnable / disable GPS location item when GPS mode changes
Sami Rämö [Fri, 14 May 2010 13:39:25 +0000 (16:39 +0300)]
Enable / disable GPS location item when GPS mode changes

13 years agoMoved AvatarImage::create from FriendListitem to SituareService.
Jussi Laitinen [Fri, 14 May 2010 13:09:34 +0000 (16:09 +0300)]
Moved AvatarImage::create from FriendListitem to SituareService.

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Fri, 14 May 2010 12:43:02 +0000 (15:43 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoMoved gps settings from situarecommon.h to engine.cpp.
Jussi Laitinen [Fri, 14 May 2010 12:42:13 +0000 (15:42 +0300)]
Moved gps settings from situarecommon.h to engine.cpp.

13 years agoMerge branch 'master' into userinfo
Katri Kaikkonen [Fri, 14 May 2010 12:42:11 +0000 (15:42 +0300)]
Merge branch 'master' into userinfo

Conflicts:
src/src.pro
src/ui/mapviewscreen.cpp
src/ui/mapviewscreen.h

13 years agoModified GPS & map related signals and slots
Sami Rämö [Fri, 14 May 2010 12:42:02 +0000 (15:42 +0300)]
Modified GPS & map related signals and slots

 - Also added some more logic to GPSLocationItem

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Katri Kaikkonen [Fri, 14 May 2010 12:24:09 +0000 (15:24 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

Conflicts:
src/src.pro
src/ui/mapviewscreen.cpp
src/ui/mapviewscreen.h

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
lampehe-local [Fri, 14 May 2010 12:10:06 +0000 (15:10 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

13 years agoAdded new userinfo implementation
Katri Kaikkonen [Fri, 14 May 2010 12:09:18 +0000 (15:09 +0300)]
Added new userinfo implementation

13 years agoCleaned up code and moved the new ZoomButtonPanel into master branch.
Pekka Nissinen [Fri, 14 May 2010 12:01:34 +0000 (15:01 +0300)]
Cleaned up code and moved the new ZoomButtonPanel into master branch.

Reviewed by: Kaj Wallin

13 years agoMerge branch 'master' into new_zoom_buttons_panel
Pekka Nissinen [Fri, 14 May 2010 11:45:02 +0000 (14:45 +0300)]
Merge branch 'master' into new_zoom_buttons_panel

13 years agoCleaned up code and added a few missing comments
Pekka Nissinen [Fri, 14 May 2010 11:43:56 +0000 (14:43 +0300)]
Cleaned up code and added a few missing comments

13 years agoMade a few cosmetic changes
Pekka Nissinen [Fri, 14 May 2010 10:42:10 +0000 (13:42 +0300)]
Made a few cosmetic changes

13 years agoSmall fix on facebookauthentication's credential handling method,
lampehe-local [Fri, 14 May 2010 10:38:24 +0000 (13:38 +0300)]
Small fix on facebookauthentication's credential handling method,
since qjson parser cannot handle 64-bit integers.
Also added Q_UNUSED for grab patrameter in mainwindow's grabZoomKeys method
Reviewed by: Kaj Wallin

13 years agoMoved settings saving from mainwindow to engine.
Jussi Laitinen [Fri, 14 May 2010 10:26:11 +0000 (13:26 +0300)]
Moved settings saving from mainwindow to engine.

13 years agoSome minor cosmetic changes
Pekka Nissinen [Fri, 14 May 2010 10:10:00 +0000 (13:10 +0300)]
Some minor cosmetic changes

13 years agoFixed a few merge problems
Pekka Nissinen [Fri, 14 May 2010 09:53:31 +0000 (12:53 +0300)]
Fixed a few merge problems

13 years agoMerge branch 'master' into new_zoom_buttons_panel
Pekka Nissinen [Fri, 14 May 2010 09:53:18 +0000 (12:53 +0300)]
Merge branch 'master' into new_zoom_buttons_panel

Conflicts:
src/src.pro
src/ui/mainwindow.cpp
src/ui/mapviewscreen.cpp

13 years agoMerge branch 'master' into current_position_marker
Sami Rämö [Fri, 14 May 2010 09:36:41 +0000 (12:36 +0300)]
Merge branch 'master' into current_position_marker

Conflicts:
images.qrc
src/map/mapengine.cpp
src/map/mapengine.h
src/src.pro

13 years agoAdded forgotten mapengine.h
Sami Rämö [Fri, 14 May 2010 09:25:46 +0000 (12:25 +0300)]
Added forgotten mapengine.h

13 years agoAdded GPSLocationItem class
Sami Rämö [Fri, 14 May 2010 09:21:53 +0000 (12:21 +0300)]
Added GPSLocationItem class

 - added class

 - added slots for setting auto centering and for updating
   current position from GPS to MapEngine

13 years agoMerge branch 'master' of https://vcs.maemo.org/git/situare
Jussi Laitinen [Fri, 14 May 2010 09:14:14 +0000 (12:14 +0300)]
Merge branch 'master' of https://vcs.maemo.org/git/situare

Conflicts:
src/ui/mapviewscreen.h

13 years agoMerge branch 'list_panel'
Jussi Laitinen [Fri, 14 May 2010 09:07:46 +0000 (12:07 +0300)]
Merge branch 'list_panel'

Conflicts:
src/engine/engine.cpp
src/ui/mainwindow.cpp
src/ui/mainwindow.h

13 years agoZoom map using HW increase and decrease keys hw_zoom_buttons
Sami Rämö [Fri, 14 May 2010 08:11:04 +0000 (11:11 +0300)]
Zoom map using HW increase and decrease keys

 - Reviewed by Kaj

13 years agoAdded unit tests to gps.
Jussi Laitinen [Fri, 14 May 2010 08:06:11 +0000 (11:06 +0300)]
Added unit tests to gps.

13 years agoMerge branch 'master' into new_zoom_buttons_panel
Pekka Nissinen [Fri, 14 May 2010 06:44:33 +0000 (09:44 +0300)]
Merge branch 'master' into new_zoom_buttons_panel

13 years agoRemoved one un-needed signal connect from facebookauthentication
lampehe-local [Fri, 14 May 2010 06:27:16 +0000 (09:27 +0300)]
Removed one un-needed signal connect from facebookauthentication
Reviewed by: Kaj Wallin

13 years agoChanged the way how ZoomButtonPanel determines its size
Pekka Nissinen [Thu, 13 May 2010 20:46:05 +0000 (23:46 +0300)]
Changed the way how ZoomButtonPanel determines its size

13 years agoAdded a new method "setMode" to ImageButton class
Pekka Nissinen [Thu, 13 May 2010 20:44:41 +0000 (23:44 +0300)]
Added a new method "setMode" to ImageButton class

13 years agoMerge branch 'master' into new_zoom_buttons_panel
Pekka Nissinen [Thu, 13 May 2010 20:43:37 +0000 (23:43 +0300)]
Merge branch 'master' into new_zoom_buttons_panel

Conflicts:
src/ui/mainwindow.cpp