Brian Matherly
|
f04880ec09
|
Move gettext, ngettext and sgettext calls into the new ggettext module. All of them return unicode all of the time.
svn: r14091
|
2010-01-18 04:42:17 +00:00 |
|
Brian Matherly
|
c5f54d0cfc
|
Continued work on GEP008: Move src/BasicUtils/_NameDisplay.py to src/gen/display.
svn: r14072
|
2010-01-14 04:08:04 +00:00 |
|
Nick Hall
|
b503fa2e25
|
Extend history functionality (back/forward) and active-changed signals to all primary objects
svn: r14023
|
2010-01-10 19:19:33 +00:00 |
|
Peter Landgren
|
33686fcf18
|
First update for consistent use of Gramps. See issue 3355.
svn: r13610
|
2009-11-17 20:14:53 +00:00 |
|
Benny Malengier
|
d25cdc3958
|
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
Improvements: gen.plug only depends on gen, relationship default is moved
to Relationship.py, and config for hidden to a gui.pluginmanager
svn: r13405
|
2009-10-25 13:52:29 +00:00 |
|
Benny Malengier
|
ed619cfdd6
|
3292: register plugins, load on need, not on start of GRAMPS - GEPS 014
svn: r13400
|
2009-10-24 13:53:20 +00:00 |
|
Gerald Britton
|
966d2bcd42
|
Use new iter_objects methods
svn: r13203
|
2009-09-14 20:50:25 +00:00 |
|
Gerald Britton
|
941fff23ae
|
Tweaks to use inplace arithmetic
svn: r13191
|
2009-09-10 18:49:48 +00:00 |
|
Raphael Ackermann
|
516ba9ec95
|
better variable naming
svn: r12975
|
2009-08-12 09:57:29 +00:00 |
|
Raphael Ackermann
|
65f72560d1
|
pep8 fixes
fixing typos
svn: r12934
|
2009-08-09 17:09:32 +00:00 |
|
Brian Matherly
|
d2ad12a90a
|
Fix potential crash in book report.
svn: r12839
|
2009-07-28 03:17:44 +00:00 |
|
Brian Matherly
|
1a60fad3fc
|
0003032: Book reports loses center person
svn: r12837
|
2009-07-27 03:12:35 +00:00 |
|
Gerald Britton
|
b601f4bdf2
|
Replace get_family_handles with iter_family_handles
svn: r12776
|
2009-07-08 16:11:20 +00:00 |
|
Benny Malengier
|
542b1e404d
|
02707: Add markup notes to html output
part 1: remove template from html output
svn: r12631
|
2009-06-06 09:49:40 +00:00 |
|
Brian Matherly
|
4ca984bd2f
|
0003033: const dependence in gen/plug/docgen stylesheet
svn: r12608
|
2009-06-02 11:50:17 +00:00 |
|
Benny Malengier
|
8dd7adc607
|
part 2 basedoc: move BaseDoc.py to /gen/plug/docgen and add /gen/plug/docbackend
that was missing in part 1
Still to come: makefiles and splitting new basedoc.py in small files
svn: r12591
|
2009-05-29 22:25:44 +00:00 |
|
Gerald Britton
|
5eb7e18dc6
|
Bug 3018: ImportGrdb: remove calls to keys() dictionary method where possible
svn: r12572
|
2009-05-26 20:48:09 +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
|
efffaa97e1
|
Bug 2888: in BookReport and Verify, make toplevel windows visible=false by default
svn: r12448
|
2009-04-15 15:42:10 +00:00 |
|
Gerald Britton
|
fbfa12d2cc
|
BookReport.py: fix bug in file path build routine
svn: r12445
|
2009-04-13 20:01:29 +00:00 |
|
Gerald Britton
|
85e9b4dd1b
|
BookReport.py: fix bug in file path build routine
svn: r12443
|
2009-04-13 19:25:29 +00:00 |
|
Gerald Britton
|
a02dd4e199
|
BookReport.py: fix bug in file path build routine
svn: r12442
|
2009-04-13 19:10:06 +00:00 |
|
Gerald Britton
|
bb866f133a
|
BookReport.py: convert to use gtkbuilder instead of libglade
svn: r12441
|
2009-04-13 18:59:08 +00:00 |
|
Brian Matherly
|
c56c25b932
|
Add DocGenPlugin to be used to register all docgen plugins. This replaces the array of variables which was more difficult to read.
svn: r12359
|
2009-03-19 02:24:29 +00:00 |
|
Brian Matherly
|
0214b842cd
|
Remove the "print_label" construct from the reports. The only label is "Open with default viewer". No need to check the mime type or to look for the default application because Gramps uses the host OS to figure it out for the user.
svn: r12351
|
2009-03-16 04:22:12 +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 |
|
Brian Matherly
|
9c364490ce
|
Move PluginUtils/_PluginMgr.py to gen/plug/_manager.py. Now, instead of "from PluginUtils import PluginManager", use "from gen.plug import PluginManager".
svn: r11100
|
2008-10-02 04:02:10 +00:00 |
|
Brian Matherly
|
e811924e77
|
Move PluginUtils._MenuOptions into a new module in gen.plug.menu. Also, put each class in its own file so that it will scale better as new options are added.
svn: r11086
|
2008-09-27 13:56:17 +00:00 |
|
Gerald Britton
|
777928e9a7
|
Revert 10874 changes to _Options.py and BookReport.py
svn: r10879
|
2008-07-18 16:10:27 +00:00 |
|
Gerald Britton
|
882199f1c2
|
Replace dict.has_key(x) with x in dict for performance gain
svn: r10874
|
2008-07-17 18:10:32 +00:00 |
|
Zsolt Foldvari
|
998908175f
|
Issue #0002175: Change type() expressions to isinstance() expressions.
Patch from Gerald Britton <gerald.britton@gmail.com>
svn: r10762
|
2008-05-25 19:55:47 +00:00 |
|
Brian Matherly
|
92d5ba8dfd
|
Remove the "tables" parameter for text and book document generators. All generators support tables, and if one didn't, it doesn't look like the code would work.
svn: r10745
|
2008-05-20 03:19:58 +00:00 |
|
Brian Matherly
|
1d306345bd
|
Remove unused import Plugins.
svn: r10744
|
2008-05-20 02:53:17 +00:00 |
|
Brian Matherly
|
007ba8dd49
|
Rename "_Plugins.py" to a more appropriate name: "_PluginDialogs.py". Same goes for the classes in the file.
svn: r10742
|
2008-05-19 04:14:11 +00:00 |
|
Brian Matherly
|
3afbd461c0
|
Put all the plugin management and registration stuff into a class. This new class is named PluginManager. It is a Singleton so that everyone gets access to the same plugin information.
svn: r10741
|
2008-05-18 19:24:28 +00:00 |
|
Brian Matherly
|
b00c68a972
|
Minor clean up in book report.
svn: r10619
|
2008-04-22 02:11:47 +00:00 |
|
Brian Matherly
|
e3140b4fce
|
0002094: Book report - user enter a multiline text into a custom text block, with quote char
svn: r10599
|
2008-04-20 03:03:39 +00:00 |
|
Brian Matherly
|
4ebc9cf846
|
0002015: Trying to select items to produce a book report - error message received.
svn: r10497
|
2008-04-06 04:59:18 +00:00 |
|
Brian Matherly
|
8281f7157d
|
0001950: BUG: Book report, Ancestor Tree - selecting desired person do not work
svn: r10381
|
2008-03-23 19:33:31 +00:00 |
|
Brian Matherly
|
3febc1e429
|
0001905: BUG in book command line report KeyError: 'bookname'
svn: r10301
|
2008-03-14 03:54:42 +00:00 |
|
Brian Matherly
|
3f8c9a2bd6
|
0001888: Traceback when trying to delete a book report with non-ascii characters in the name.
svn: r10279
|
2008-03-12 02:51:16 +00:00 |
|
Brian Matherly
|
17c3ef4e9b
|
Save and load books properly.
svn: r10172
|
2008-03-02 23:03:52 +00:00 |
|
Brian Matherly
|
e2bc58fe63
|
0001711: Inconsistant names for graphical reports
svn: r10152
|
2008-03-01 22:47:48 +00:00 |
|
Raphael Ackermann
|
c962d5e6e1
|
2008-02-22 Raphael Ackermann <raphael.ackermann@gmail.com>
* various (294 files)
pep8 doc fixes & pylint fixes
svn: r10103
|
2008-02-24 13:55:55 +00:00 |
|
Brian Matherly
|
cc6654ddab
|
Remove the "person" option from reports, report options, and report dialogs. Person is selected by the user for all reports.
svn: r10074
|
2008-02-20 04:52:10 +00:00 |
|
Brian Matherly
|
5ad4dcee22
|
0001788: Book report crash
svn: r10057
|
2008-02-19 04:24:56 +00:00 |
|
Raphael Ackermann
|
90f883e46d
|
2008-02-18 Raphael Ackermann <raphael.ackermann@gmail.com>
* src/* 143 files
* test/try_tree_model.py
* windows/nsis/gcheck.py
imports cleanup
svn: r10055
|
2008-02-18 20:07:09 +00:00 |
|
Brian Matherly
|
610ac774fa
|
Web Calendar and Narrative Web report now use Menu Options.
svn: r10010
|
2008-02-10 04:09:09 +00:00 |
|
Raphael Ackermann
|
ebf12e3106
|
2008-01-28 Duncan Lithgow <dlithgow@gmail.com>
* various: add capitalization fixes according to HIG (plus ellipsis ...)
http://library.gnome.org/devel/hig-book/stable/design-text-labels.html.en
svn: r9951
|
2008-01-28 21:22:06 +00:00 |
|