Commit Graph

547 Commits

Author SHA1 Message Date
Gerald Britton 181c0c9b41 Replace get_place_handles with iter_place_handles
svn: r12778
2009-07-08 18:11:02 +00:00
Benny Malengier b1dd135363 3077: Cannot modify column model on Family, Repository and Note Views
svn: r12738
2009-06-30 13:42:25 +00:00
Benny Malengier f07a12766a Further optimization in the flatbasemodel:
* keep list of all possible keys in memory so database is no longer touched 
     for the searches. ==> a search is faster
   * bug fixes to previous patch set: show total and displayed number correctly


svn: r12726
2009-06-29 13:37:15 +00:00
Gerald Britton fdfacd972c Minor tweaks to use slices instead of lists of items
svn: r12705
2009-06-25 13:41:16 +00:00
Benny Malengier a52bc62be9 2691: Create api documentation with sphinx
svn: r12704
2009-06-24 21:56:07 +00:00
Gerald Britton 1042bb3fe2 Bug 3069: PersonView keeps tree model attached while rebuilding the columns
svn: r12703
2009-06-24 20:26:18 +00:00
Rob G. Healey 22ecedb061 Fixed a typing error from yesterday's open_file_with_default_application(). Completed work on default printer stylesheet also.
svn: r12702
2009-06-24 20:03:10 +00:00
Rob G. Healey ae28b8538b Fixed Utils.open_file_with_default_application() to gui.utils instead of Utils now. Works again.
svn: r12699
2009-06-23 20:49:18 +00:00
Peter Landgren cdf0e98a55 Added errmsg in conn. with issue 3066.
svn: r12696
2009-06-22 10:24:02 +00:00
Benny Malengier 77164c848e 3066: [PlaceView] Loading... should disappear when map service plugins are present.
svn: r12694
2009-06-22 09:21:02 +00:00
Benny Malengier 9d417e2cd6 Split Utils in a non GUI and GUI part
move GrampsCfg utils to Utils
improve import strategy


svn: r12680
2009-06-19 15:23:58 +00:00
Gerald Britton 367b52bf2f Remove MapView.py since it is deprecated in favor of Geoview
svn: r12612
2009-06-02 14:54:37 +00:00
Gerald Britton 81a0848490 Bug 3018: remove calls to keys() and values() dictionary method where possible
svn: r12579
2009-05-27 17:33:45 +00:00
Gerald Britton fc90d5fce2 Bug 3018: remove calls to keys() dictionary method where possible
svn: r12562
2009-05-22 18:43:40 +00:00
Gerald Britton 021b754939 Bug 3011: change old-style classes to new-style classes
svn: r12559
2009-05-21 17:19:50 +00:00
Gerald Britton 110557c3c7 Add glade.py with Glade class and use instead of gtk.Builder throughout project
svn: r12528
2009-05-14 20:15:59 +00:00
Gerald Britton 0440ca1c2a Bug 2888: gramps.glade: convert from liglade to gtkbuilder -- part 1
svn: r12508
2009-05-06 14:44:22 +00:00
Benny Malengier 444770b2bd 2396: Reorder families button grabs focus
svn: r12387
2009-03-25 12:01:50 +00:00
Doug Blank 6e84c73757 2823: Text blocks of different size
svn: r12342
2009-03-14 12:23:53 +00:00
Doug Blank 6ed6d76f76 Newly loaded Gramplets from the Plugins Reload are now available
svn: r12309
2009-03-11 02:24:19 +00:00
Doug Blank f387ae73ce 2804: Cannot detach two gramplets
svn: r12299
2009-03-10 12:32:06 +00:00
Joan Creus cc04a0bb82 Fixing typos
svn: r12260
2009-03-08 23:02:03 +00:00
Doug Blank b19fca3f8a Gramplets were updating twice on startup
svn: r12255
2009-03-08 20:42:10 +00:00
Doug Blank 56f98471a7 Allow gramplets to be overridden by newer versions
svn: r12169
2009-02-28 22:07:16 +00:00
Benny Malengier f266c2523c 2745: PlaceView crash on old pygtk
svn: r12148
2009-02-27 17:55:29 +00:00
Rob G. Healey a238e7448f Fixed some issues with navigation menu. More refactoring in WebCal. Alphabetized the Makefile.
svn: r12139
2009-02-26 19:16:02 +00:00
Rob G. Healey 4238efda32 Added and deleted files that were verified by Brian. Remove sort siblings as it was broken. Will spend time on it in the next few days.
svn: r12107
2009-02-24 08:02:13 +00:00
Doug Blank b8080c5fc6 Bugs 2742, 2743: Detaching a minimized gramplet doesn't run update; Changing columns in gramplet view expands minimized gramplets
svn: r12101
2009-02-23 23:49:09 +00:00
Serge Noiraud 76dcb789a3 GeoView : too many simplification after pylint : missing argument error.
svn: r12059
2009-02-20 21:57:33 +00:00
Serge Noiraud bc4ba94a94 GeoView : forgot to make a string translatable in the html page.
svn: r12050
2009-02-19 21:11:08 +00:00
Serge Noiraud fbbbf4d51f GeoView : remove the address bar.
svn: r12015
2009-02-16 18:42:38 +00:00
Benny Malengier b3404586db 0002680: Crash when loading mapservice with syntax error
svn: r11989
2009-02-14 22:20:53 +00:00
Serge Noiraud 592ca5067d GeoView : Code cleaning after pylint use.
svn: r11958
2009-02-10 23:21:46 +00:00
Raphael Ackermann baef4d76a4 fixed indentation issues and mix of tabs and spaces.
svn: r11943
2009-02-09 23:37:40 +00:00
Doug Blank 419a180e21 2701: Collapsing a family's children, collapses all family's children
svn: r11935
2009-02-09 12:32:57 +00:00
Doug Blank c08193ea88 pylint cleanups; lots of docstrings; added .version number and .gramps required version to gui gramplets
svn: r11931
2009-02-09 04:06:33 +00:00
Doug Blank 0de120e418 2696: Make gramplets report to statusbar by MD Nauta
svn: r11919
2009-02-08 13:34:48 +00:00
Peter Landgren a895c38409 Fix of 2684, duplicate _C.
svn: r11901
2009-02-07 18:07:43 +00:00
Serge Noiraud 4a87ee4734 GeoView : too many cleaning in a previous commit.
svn: r11898
2009-02-07 12:04:06 +00:00
Serge Noiraud 00d0a3c63d GeoView : crash in all events places when no coordinates for a place.
svn: r11893
2009-02-07 09:52:19 +00:00
Jérôme Rapinat 28f4651f2b wrong string and translation issue
svn: r11888
2009-02-06 20:10:07 +00:00
Benny Malengier ad361362b5 correct wrong string
svn: r11886
2009-02-06 15:15:41 +00:00
Serge Noiraud 65a68911ad GeoView : we loose the url field and activate button.
svn: r11880
2009-02-05 21:34:17 +00:00
Jérôme Rapinat 2a4246f247 enable translations on GeoView.py
svn: r11866
2009-02-05 12:20:05 +00:00
Benny Malengier 3fc585e4be cleanup of translation strings
svn: r11831
2009-02-03 20:19:05 +00:00
Jérôme Rapinat 017b32ebe0 #2657,#1718 use ngettext (contribution by josip)
svn: r11828
2009-02-03 16:21:42 +00:00
Jérôme Rapinat be6c00842d #2657,#1718 use ngettext
svn: r11820
2009-02-03 10:33:19 +00:00
Peter Landgren f8a0aab6fd One string for translation missed.
svn: r11817
2009-02-03 10:03:33 +00:00
Benny Malengier 829d78b611 New mapservice plugin structure, as a general solution to #2659
*    configure.in
 *    src/DataViews/PlaceView.py
 *    src/Config/_GrampsConfigKeys.py
 *    src/gen/plug/_manager.py
 *    src/plugins/mapservices
 *    src/plugins/mapservices/googlemap.py
 *    src/plugins/mapservices/openstreetmap.py
 *    src/plugins/lib/Makefile.am
 *    src/plugins/lib/libmapservice.py
 *    src/plugins/Makefile.am
 *    src/widgets/menutoolbuttonaction.py
 *    src/widgets/Makefile.am
 *    src/PageView.py
 *    po/POTFILES.in


svn: r11811
2009-02-02 21:55:22 +00:00
Brian Matherly 3259b393da Change the way we "launch" files using their default application. Instead of trying to find the application ourselves, use the OS built in functions to open a file with its default application. We no longer show the name of the application that we will open the file with because we don't know.
svn: r11781
2009-02-01 04:21:17 +00:00