Benny Malengier
|
76da035636
|
2396: Reorder families button grabs focus
svn: r12388
|
2009-03-25 12:03:41 +00:00 |
|
Doug Blank
|
cb3d543bd6
|
2823: Text blocks of different size
svn: r12341
|
2009-03-14 12:22:31 +00:00 |
|
Doug Blank
|
12a642b166
|
Newly loaded Gramplets from the Plugins Reload are now available
svn: r12310
|
2009-03-11 02:41:30 +00:00 |
|
Doug Blank
|
6470c49eda
|
2804: Cannot detach two gramplets
svn: r12300
|
2009-03-10 12:32:57 +00:00 |
|
Doug Blank
|
c0ef6c74a7
|
Gramplets updating twice on start-up
svn: r12266
|
2009-03-09 12:04:53 +00:00 |
|
Joan Creus
|
180995643b
|
Fixing typos
svn: r12259
|
2009-03-08 22:58:27 +00:00 |
|
Doug Blank
|
3cf4da5cee
|
minimal changes to allow updated gramplets in user's .gramps/plugins directory
svn: r12163
|
2009-02-28 20:00:38 +00:00 |
|
Benny Malengier
|
dabf4f4756
|
2745: PlaceView crash on old pygtk
svn: r12149
|
2009-02-27 17:55:49 +00:00 |
|
Rob G. Healey
|
86d0cc8b26
|
Added and deleted some files that Brian listed.
svn: r12108
|
2009-02-24 08:38:26 +00:00 |
|
Doug Blank
|
c645246b2c
|
Bugs 2742, 2743: Detaching a minimized gramplet doesn't run update; Changing columns in gramplet view expands minimized gramplets
svn: r12102
|
2009-02-24 00:11:52 +00:00 |
|
Serge Noiraud
|
54a0d23f27
|
GeoView : too many simplification after pylint : missing argument error.
svn: r12058
|
2009-02-20 21:56:43 +00:00 |
|
Serge Noiraud
|
66753f3d3b
|
GeoView : forgot to make a string translatable in the html page.
svn: r12049
|
2009-02-19 21:07:18 +00:00 |
|
Serge Noiraud
|
bf24fcee1f
|
GeoView : synchronize with trunk for last update.
svn: r12027
|
2009-02-18 15:42:36 +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 |
|
Doug Blank
|
e2f7c5f158
|
That should not have been committed
svn: r11779
|
2009-02-01 01:01:20 +00:00 |
|
Doug Blank
|
79b25acf9c
|
Bug #2662: Can't expand/contract items when a gramplet has been detached
svn: r11777
|
2009-01-31 23:09:09 +00:00 |
|
Doug Blank
|
663d7abbd7
|
Add TT tag for gramplet textview buffer
svn: r11776
|
2009-01-31 22:12:46 +00:00 |
|
Serge Noiraud
|
d14c1145d1
|
GeoView : bad centering near longitude 0.0 and latitude 0.0
svn: r11774
|
2009-01-31 11:32:50 +00:00 |
|
Jérôme Rapinat
|
1e6da8730c
|
#2657,#1718 use ngettext
svn: r11773
|
2009-01-31 11:29:44 +00:00 |
|
Doug Blank
|
1cad941660
|
Added some comments; added methods to pause and resume a running gramplet; updated the wiki url
svn: r11769
|
2009-01-31 02:29:36 +00:00 |
|
Serge Noiraud
|
711b5f2ba8
|
GeoView : Cleaning some parts of code.
In some cases, bad centering of the map.
Add one page for places found without coordinates.
Modify some texts to be more precise.
svn: r11755
|
2009-01-28 23:56:32 +00:00 |
|
Serge Noiraud
|
3369da1fdf
|
GeoView : Correction for empty databases.
Since page splitting, some incomplete markers.
svn: r11747
|
2009-01-27 19:13:42 +00:00 |
|
Serge Noiraud
|
e7e91c7269
|
GeoView : title change when no coordinates.
svn: r11743
|
2009-01-27 07:35:55 +00:00 |
|
Serge Noiraud
|
aa9f4a9d13
|
GeoView : change comment when no geolocation.
svn: r11742
|
2009-01-27 07:33:40 +00:00 |
|
Serge Noiraud
|
4cd77671bd
|
GeoView : correction when no places with coordinates in the database.
svn: r11739
|
2009-01-26 22:30:13 +00:00 |
|
Benny Malengier
|
cb3817e6f4
|
polish geoview
svn: r11736
|
2009-01-26 21:26:20 +00:00 |
|
Doug Blank
|
ffc025aeca
|
Fixed bug in render_text; replaced NewsGramplet with HeadlineNewsGramplet that reads a new wiki page every hour
svn: r11723
|
2009-01-25 20:08:57 +00:00 |
|
Doug Blank
|
04b9ec770f
|
Added uistate to gramplet class; Finished Interactive Fan Chart: right-click gives menu options (same from PedigreeView)
svn: r11719
|
2009-01-25 17:29:59 +00:00 |
|
Serge Noiraud
|
e722623646
|
GeoView : update tests from "value == 1:" to value: and similar things.
svn: r11706
|
2009-01-24 13:52:53 +00:00 |
|
Serge Noiraud
|
35f13eb94a
|
GeoView : When we have a multi pages document, be sure we update the back and forward buttons.
svn: r11705
|
2009-01-24 12:14:45 +00:00 |
|
Doug Blank
|
142108337c
|
Check for unfinshed tag: suspect that I need to escape names, or deal with unicode. render needs to be rewritten
svn: r11701
|
2009-01-24 08:52:31 +00:00 |
|
Benny Malengier
|
c0c9f08a54
|
Fix HtmlView that crashes after recent changes
svn: r11667
|
2009-01-19 20:58:02 +00:00 |
|