Benny Malengier
bb248fadce
Good progress: * name displayer updated to new structure
...
* person view coded updated
* small change in dbloader so errors can be seen
svn: r15914
2010-09-17 22:13:31 +00:00
Benny Malengier
e9388c3ff7
2786: Add quick undo/redo to all fields
...
This adds:
* undoentry instead of entry for all normal entry fields in glade files
* have maskedentry based on undoentry, so that date changes can be undone :-)
To do: entry fields added in py code is not checked.
svn: r15844
2010-08-31 21:11:59 +00:00
Benny Malengier
19950c616d
undo support for words with unicode symbols of length 2 in the buffer
...
svn: r15843
2010-08-31 19:33:59 +00:00
Benny Malengier
5d4246b0a7
comboentry in toolbar determines optimal width automatically
...
svn: r15840
2010-08-31 10:00:46 +00:00
Benny Malengier
c2dc10471c
* missing installation stuff for undo/redo
...
* create a first undo gtk entry field: family name in person editor
svn: r15837
2010-08-30 23:00:28 +00:00
Benny Malengier
fe311affb2
fix inheritance bug in undo/redo code
...
svn: r15836
2010-08-30 21:49:03 +00:00
Benny Malengier
a1ec3e54b8
limit the size of the undo buffer to 700
...
svn: r15835
2010-08-30 20:01:13 +00:00
Benny Malengier
3fed4b1951
redesign undo/redo for styled notes, much better now
...
svn: r15834
2010-08-30 19:35:51 +00:00
Nick Hall
bf8146b9d1
GEPS 011: Tagging
...
svn: r15830
2010-08-29 18:36:42 +00:00
Doug Blank
3c151885ee
Web search right-click for note editor
...
svn: r15820
2010-08-26 14:00:27 +00:00
Doug Blank
47e3d110d5
Added a new addon type 'WebConnect' which defines a method to lookup data on websites
...
svn: r15812
2010-08-25 01:17:22 +00:00
Nick Hall
ea90894193
Added documentation to ListModel. Changes to make editable and callback parameters more consistent.
...
svn: r15811
2010-08-24 23:43:42 +00:00
Doug Blank
bdd07988c6
Added method for gramps to handle url requests
...
svn: r15808
2010-08-23 14:06:41 +00:00
Doug Blank
19765f80e7
Added a category_manager for pages to talk to other pages
...
svn: r15805
2010-08-23 13:18:56 +00:00
Doug Blank
ee75d5ca5f
Rearranged patterns that are searched for; match longer ones first
...
svn: r15804
2010-08-22 21:25:53 +00:00
Doug Blank
c14fbafd25
Doesn't backup with slashes in filename
...
svn: r15794
2010-08-22 04:53:52 +00:00
Doug Blank
8e3aad341b
Refactored copy/paste to PageView for general use
...
svn: r15788
2010-08-21 23:10:49 +00:00
Doug Blank
fcef732f93
Added dbid and dbname to databases; id is the unique dir name, and name is the assigned name stored in text file
...
svn: r15786
2010-08-21 20:20:34 +00:00
Doug Blank
1b884b129d
Protection from a bad child drop
...
svn: r15785
2010-08-21 20:18:42 +00:00
Doug Blank
cab9169019
Refactor make_filter to make more reusable
...
svn: r15782
2010-08-20 10:37:18 +00:00
Doug Blank
1a2c3be090
Added progress bar to quick backup
...
svn: r15781
2010-08-20 04:40:51 +00:00
Doug Blank
88667a7c5e
Reset buttons when we reset the buffer
...
svn: r15778
2010-08-19 23:32:36 +00:00
Benny Malengier
63d5ea6cb6
undo and redo with correct style in noteeditor
...
svn: r15777
2010-08-19 16:10:53 +00:00
Doug Blank
19e662fd97
Refactor make_filter for use in other parts of gramps
...
svn: r15775
2010-08-19 14:45:49 +00:00
Doug Blank
88a4bbb926
Do not show previously notified addons
...
svn: r15772
2010-08-19 01:04:10 +00:00
Doug Blank
c9f82192b1
Added selected_handles() to navigation views for compatibility with listviews
...
svn: r15765
2010-08-18 12:37:17 +00:00
Doug Blank
726da689c6
Revised undo/redo for different versions of gtk
...
svn: r15762
2010-08-17 14:18:04 +00:00
Doug Blank
d86759b5a7
Added UndoableBuffer to text gramplets; fixed an issue in recognizing keypresses accurately; rewrote keypress handler
...
svn: r15759
2010-08-17 06:39:10 +00:00
Doug Blank
d441154d3a
4177: Needed usability improvements to addon update window
...
svn: r15757
2010-08-17 05:09:01 +00:00
Doug Blank
fa09584578
4178: undo on note editor goes back to no text; added a reset method to styled text buffer and editor
...
svn: r15756
2010-08-16 23:25:07 +00:00
Doug Blank
2789f19366
Hook up undoable inserts
...
svn: r15754
2010-08-16 16:27:42 +00:00
Doug Blank
6a26f7b873
Added UndoableBuffer for notes that allows undo (control+z) and redo (control+shift+z)
...
svn: r15751
2010-08-16 11:44:26 +00:00
Doug Blank
14a5f9a1b8
New MultiTreeView to allow left-click to drag a multi-selected group
...
svn: r15750
2010-08-16 11:20:45 +00:00
Doug Blank
41931ba9c0
Allow lang_SUBTYPE formats; fixed an error when no network
...
svn: r15749
2010-08-16 04:30:17 +00:00
Doug Blank
6224028253
Select all/none for addon updates
...
svn: r15744
2010-08-16 01:27:14 +00:00
Doug Blank
00aaa7197a
Fixed bug preventing control+shift+b key presses from working in styled text editor
...
svn: r15741
2010-08-15 20:20:39 +00:00
Doug Blank
5f7d9daaef
Fixed bug preventing control+b etc. key presses from working in styled text editor
...
svn: r15740
2010-08-15 13:30:14 +00:00
Doug Blank
bc6b0e6fdf
Control+c, Control+v are now handled properly by nav views and otherwise
...
svn: r15736
2010-08-14 19:06:47 +00:00
Doug Blank
4617fa8f50
Defaults to check once a week, everything, enable logging
...
svn: r15735
2010-08-14 18:16:10 +00:00
Doug Blank
7109925ffb
Have update select default to True
...
svn: r15734
2010-08-14 15:43:50 +00:00
Doug Blank
5ea17d75bc
Allow multiple objects to be copied
...
svn: r15732
2010-08-14 09:20:20 +00:00
Doug Blank
64a532d38d
minor tweak in position
...
svn: r15731
2010-08-14 09:18:41 +00:00
Doug Blank
5ad0aa48dc
Now can download selections
...
svn: r15729
2010-08-14 00:20:12 +00:00
Doug Blank
3551fe851a
Added option of what addons to check (new, updated, or both)
...
svn: r15727
2010-08-13 21:44:21 +00:00
Doug Blank
6a781138fe
Bring dialog box, if updates available (doesn't update them yet)
...
svn: r15725
2010-08-13 14:32:09 +00:00
Doug Blank
f3fb0b9d2e
Checks for open network connection; get listing file in proper language
...
svn: r15724
2010-08-13 13:31:00 +00:00
Peter Landgren
e7c741a2a7
Issue 4164, correction.
...
svn: r15723
2010-08-13 11:23:33 +00:00
Doug Blank
7c6cba4fae
New check for updated addons
...
svn: r15721
2010-08-13 06:42:14 +00:00
Doug Blank
f9af188191
Perference for checking (and currently updates) addons
...
svn: r15720
2010-08-13 06:18:11 +00:00
Doug Blank
506f9dc643
Refactor to move load_addon_file out of gui code
...
svn: r15719
2010-08-13 04:19:16 +00:00
Peter Landgren
534fac7b93
Issue 4164, Graphviz version=2.26.3
...
svn: r15717
2010-08-12 18:27:46 +00:00
Doug Blank
2fc5096d23
CSS and web resources are now a plugin
...
svn: r15711
2010-08-12 05:26:45 +00:00
Doug Blank
0199cd7da5
Enhanced GENERAL plugins for flexible API: added data and process to GENERAL plugindata, more details at http://www.gramps-project.org/wiki/index.php?title=Addons_development#General_Plugins
...
svn: r15701
2010-08-11 05:42:46 +00:00
Doug Blank
f55cd42926
Allow GENERAL plugins to have category, and more flexibility
...
svn: r15699
2010-08-10 13:14:09 +00:00
Doug Blank
e3cd87484c
Added copy and paste to all views; gramplet view needs work
...
svn: r15697
2010-08-09 20:51:54 +00:00
Doug Blank
315d7621c1
4159: New Backup option creates invalid file when media is included
...
svn: r15693
2010-08-09 13:51:32 +00:00
Nick Hall
c0944d5df0
Tidy up warnings and change error to warning in flat model
...
svn: r15688
2010-08-08 18:59:09 +00:00
Nick Hall
0fb8ef6da4
Sort by "surname" instead of "group as" in flat person view
...
svn: r15687
2010-08-08 18:33:44 +00:00
Doug Blank
c15fdb15c4
No need to crash, just warn, on dup nodes
...
svn: r15684
2010-08-08 13:15:36 +00:00
Doug Blank
db09dcc6bf
Added a new method to work around gramps' use of show_all: hidden_widgets
...
svn: r15681
2010-08-03 00:57:50 +00:00
Nick Hall
27ab4c5484
Raise error if duplicate handle added to model
...
svn: r15680
2010-08-02 14:12:12 +00:00
Doug Blank
e0df78182c
Solved the gramplet popup menu not working
...
svn: r15679
2010-08-02 05:23:35 +00:00
Nick Hall
e1f34d3ebe
Add new merge functionality to tree views (see r15645)
...
svn: r15668
2010-07-30 18:13:06 +00:00
Doug Blank
2cabdbf0a3
Update detached window title when changing the gramplet title
...
svn: r15664
2010-07-29 18:37:37 +00:00
Doug Blank
aa5cefd789
Refactored listviews to be able to select multiple items for dnd
...
svn: r15656
2010-07-29 07:59:07 +00:00
Doug Blank
a5d38c55d6
Allow Gramplet frame titles to be edited in place
...
svn: r15651
2010-07-25 17:22:52 +00:00
Doug Blank
3e28ee67ec
2059: need a way to compare and merge all objects, by MD Nauta
...
svn: r15645
2010-07-22 02:16:32 +00:00
Doug Blank
59403835fe
3142: To allow backups into GRAMPS XML format without Proxy or Living filters; added two config settings for quick-backup dir and filename pattern; added dbstate.db_name
...
svn: r15644
2010-07-22 01:50:00 +00:00
Nick Hall
7a9e22083d
Ensure signals are connected when a view is created
...
svn: r15629
2010-07-09 15:13:06 +00:00
Nick Hall
7f83fc7fcb
Tidy up navigation sidebar code
...
svn: r15621
2010-07-06 14:30:38 +00:00
Nick Hall
24403802ac
Fix tooltips in list views (currently disabled)
...
svn: r15615
2010-07-04 16:59:05 +00:00
Nick Hall
5ab9ca2e5a
Fix marker colours in Family and Note views
...
svn: r15613
2010-07-03 15:04:36 +00:00
Peter Landgren
bb170241dd
Some unnecessary unicode conversion cleanup after fix of issue 4078.
...
svn: r15606
2010-06-30 07:14:37 +00:00
Peter Landgren
7168001163
Some unnecessary unicode conversion cleanup after fix of issue 4078.
...
svn: r15604
2010-06-30 07:11:13 +00:00
Peter Landgren
57006ccfbe
Some unnecessary unicode conversion cleanup after fix of issue 4078.
...
svn: r15603
2010-06-30 07:10:12 +00:00
Peter Landgren
e2d3fca8d8
Fix of issue 4078, note.get() unicode now.
...
svn: r15597
2010-06-28 07:43:41 +00:00
Nick Hall
939ac5505e
Change sort order from D.D8 to ISO-DMS
...
svn: r15583
2010-06-19 23:44:13 +00:00
Nick Hall
49a0830d29
4076: Fix sort order when different latitude/longitude formats are used
...
svn: r15581
2010-06-19 17:41:28 +00:00
Doug Blank
937c8368ac
Crash on family with no parents
...
svn: r15532
2010-06-05 11:36:28 +00:00
Doug Blank
1b3e2aa09f
Protections for readonly databases
...
svn: r15500
2010-05-29 20:19:22 +00:00
Doug Blank
72eadb0d71
4016: Plugin with a BooleanListOption crashes when report_options.xml has fewer entries than expected.
...
svn: r15481
2010-05-25 21:10:25 +00:00
Doug Blank
96c081bb6e
Some ordering problems when readonly db
...
svn: r15463
2010-05-23 15:42:18 +00:00
Doug Blank
67a82ed20c
No need to get surname list for a readonly db
...
svn: r15462
2010-05-23 15:40:59 +00:00
Doug Blank
ed73f393ed
Readonly databases do not necessarily have commit methods
...
svn: r15460
2010-05-23 15:00:48 +00:00
Doug Blank
7c4d945da6
Backrefmodel will skip missing or inaccessible objects
...
svn: r15459
2010-05-23 14:59:04 +00:00
Doug Blank
4ce41d4656
3986: Interface for running code not associated with a plugin type: this passes dbstate and uistate to a load_on_reg function/class if a library has it, and it is marked as load_on_reg
...
svn: r15454
2010-05-23 11:44:13 +00:00
Gerald Britton
df79811a4e
Add extra information for undo history
...
svn: r15430
2010-05-20 18:40:31 +00:00
Nick Hall
6da2ade5e3
Format date in Last Changed column in views according to preference setting
...
svn: r15426
2010-05-20 17:47:31 +00:00
Nick Hall
3c6546c6dd
3710: Add a configuration dialog to the pedigree view
...
svn: r15409
2010-05-13 21:50:22 +00:00
Doug Blank
fccc819e82
Allows load button for those plugins which are not loaded (eg, failed to load)
...
svn: r15351
2010-05-07 20:59:34 +00:00
Doug Blank
a7d5470caa
Small cleanup of link type names
...
svn: r15349
2010-05-07 18:33:44 +00:00
Doug Blank
40b8c2d9a2
3914: Add a new markup for creating links to URLs and for gramps objects
...
svn: r15340
2010-05-06 15:54:33 +00:00
Brian Matherly
ecbde74066
Repair duplicated file contents resulting from 0003796 (Make export available when no GUI available).
...
svn: r15332
2010-05-06 03:40:30 +00:00
Doug Blank
788b731168
Removed unneeded import of StyledTextEditor; gets StyledTextEditor from glade file
...
svn: r15326
2010-05-05 11:02:08 +00:00
Doug Blank
be0b0a7530
Disabled Load button on Loaded Plugin tab... doesn't make any sense to have there as they are already loaded.
...
svn: r15325
2010-05-05 04:24:20 +00:00
Doug Blank
118525b4b9
Added a generic goto_handle that works (at least) with selectors; added a default keyword that takes a handle
...
svn: r15323
2010-05-05 03:23:35 +00:00
Doug Blank
e847354d8b
Allow 'Media' short for 'MediaObject'
...
svn: r15322
2010-05-05 03:19:54 +00:00
Doug Blank
98436e2e53
Double Oops: that line does belong here
...
svn: r15321
2010-05-04 22:13:43 +00:00
Doug Blank
67e5d8d6d2
Oops: should not have included this line; from another patch
...
svn: r15319
2010-05-04 11:59:08 +00:00
Doug Blank
8a80aeae96
Added an EditObject that works on any object_class; will look up obj based on gramps_id or handle
...
svn: r15314
2010-05-03 22:47:47 +00:00
Peter Landgren
22377f265c
Fix of included files.
...
svn: r15311
2010-05-03 16:20:42 +00:00
Peter Landgren
0eb5728320
Information in file was doubled/tripled.
...
svn: r15308
2010-05-03 12:39:49 +00:00
Peter Landgren
0236eb15ab
Information in file was doubled/tripled.
...
svn: r15307
2010-05-03 12:39:29 +00:00
Doug Blank
39f4ac256f
Removed duplicate code inserted by change set 15294; added plugin version in display
...
svn: r15298
2010-05-01 21:22:05 +00:00
Brian Matherly
df32be43de
0003796: Make export available when no GUI available. Patch from jmodule (Jakim Friant).
...
svn: r15294
2010-05-01 04:12:42 +00:00
Benny Malengier
38eff3382c
1892: Name Editor Cancel marks Override
...
svn: r15121
2010-04-14 20:15:49 +00:00
Nick Hall
c7294b600b
Make sidebar menu label translatable
...
svn: r15072
2010-04-10 16:13:30 +00:00
Jérôme Rapinat
a46b607121
Add bookmark icon was missing on Menu (same string as navigationview)
...
svn: r15042
2010-04-06 17:59:26 +00:00
Jérôme Rapinat
f7ae672bb9
Edit bookmark icon was missing on Menu
...
svn: r15041
2010-04-06 17:49:37 +00:00
Nick Hall
3ad0a469f3
Add base class for sidebar plugins
...
svn: r15038
2010-04-06 16:34:35 +00:00
Nick Hall
6ae2f1c81e
GEPS 019: Improved sidebar which allows sidebar plugins
...
svn: r15029
2010-04-04 18:16:03 +00:00
Rob G. Healey
4994fb128b
Fixed a typo from eaxct_search to exact_search.
...
svn: r14995
2010-04-02 00:04:13 +00:00
Doug Blank
3e345733eb
3780: 'Gender contains' filter does not work as I expect
...
svn: r14985
2010-04-01 13:22:58 +00:00
Benny Malengier
ed296c227d
3757: key2string map still in memory after XML import
...
svn: r14979
2010-03-31 08:26:36 +00:00
Nick Hall
4ffef76fac
3740: Fix problems with add, delete and update of views when filter applied
...
svn: r14968
2010-03-29 16:00:24 +00:00
Nick Hall
f22febbea0
0407 and 1447: Save column widths in configuration file
...
svn: r14953
2010-03-28 00:55:09 +00:00
Nick Hall
e090d8d250
3731: Add place name column to place tree view
...
svn: r14951
2010-03-27 23:00:41 +00:00
Nick Hall
edaec66f47
Translate strings for hierarchy level headings
...
svn: r14935
2010-03-26 21:12:09 +00:00
Nick Hall
80a1b440b8
3752: Fix sort order of last-changed column
...
svn: r14933
2010-03-26 19:49:46 +00:00
Benny Malengier
229cf5ccc0
3761: Error when editing family event
...
svn: r14924
2010-03-24 19:46:21 +00:00
Benny Malengier
910d34c330
Solving connected date bugs
...
3390: Date module that reads calendar on Gedcom file format, cannot read the @
3763: dates parsed wrong
3754: Active markup for invalid date on Event View
Some other bugs might be fixed by these changes
svn: r14922
2010-03-24 16:05:42 +00:00
Benny Malengier
739a0f0f43
3655: last modified timestamp changes everytime a tree is accessed
...
svn: r14887
2010-03-21 09:37:10 +00:00
Doug Blank
c1938a8dfb
3742: Gramps 3.2 crashes on data entry
...
svn: r14883
2010-03-20 15:23:07 +00:00
Nick Hall
5f133cd21b
3691: Make all views displaying names respond to nameformat-changed signals
...
svn: r14737
2010-03-10 12:36:27 +00:00
Benny Malengier
72afaa04bb
activate help buttons in editors
...
svn: r14734
2010-03-10 11:39:23 +00:00
Nick Hall
623d5d43e5
3687: Prevent multiple re-build of views when name format changed
...
svn: r14725
2010-03-09 22:40:07 +00:00
Nick Hall
669db7237e
Bug fix for multiple sort keys
...
svn: r14679
2010-03-07 19:49:50 +00:00
Nick Hall
d34e83d9ba
Allow multiple sort keys on tree views
...
svn: r14673
2010-03-07 17:48:58 +00:00
Nick Hall
665e62edd1
Fix sort order in flat person view
...
svn: r14672
2010-03-07 17:27:53 +00:00
Benny Malengier
9ab5decb47
3667: Addings a new person and changing the name grouping results in frozen window
...
svn: r14662
2010-03-07 15:33:38 +00:00
Doug Blank
a8e3439e80
Added some protection on loading bad views
...
svn: r14601
2010-03-04 01:04:08 +00:00
Gary Burton
b99bcd2a89
Do not explicitly set an item width as it causes excessive whitespace around thumbnails when the image description becomes longer.
...
svn: r14589
2010-03-02 21:57:00 +00:00
Nick Hall
1698f8ddbf
Update history and MRU lists when objects are deleted
...
svn: r14581
2010-03-02 15:49:27 +00:00
Benny Malengier
d594dcf247
03651: Deleting more than one person causes crash
...
Actually these are fixes trying to fix this bug
svn: r14575
2010-03-02 11:13:30 +00:00
Benny Malengier
4105b54984
Fix bug: allow drop from Nautilius/Dolphin
...
svn: r14542
2010-03-01 08:57:44 +00:00
Benny Malengier
699d0d9eb8
Fix bug: allow drop from Nautilius/Dolphin
...
svn: r14540
2010-03-01 08:51:48 +00:00
Peter Landgren
f98d049f20
Further improvments to drag and drop mult files in Windows.
...
svn: r14535
2010-02-28 21:29:24 +00:00
Nick Hall
4f7a2d7593
Only update display counts for nodes with handles
...
svn: r14527
2010-02-28 17:27:43 +00:00
Nick Hall
ccbe040c1f
3448: Prevent removal of hidden root node
...
svn: r14525
2010-02-28 17:02:26 +00:00
Jérôme Rapinat
e6627850d5
typo
...
svn: r14520
2010-02-28 15:27:20 +00:00
Benny Malengier
fd867e93ba
3631: Cannot start Gramps without any view loaded (OK, it is stupid...)
...
svn: r14518
2010-02-28 14:27:59 +00:00
Benny Malengier
528ba93613
Fix drag/drop bug: allow multiple drop on gallery
...
svn: r14515
2010-02-28 14:02:45 +00:00
Peter Landgren
88c481ce2b
Fix of issue 3642.
...
svn: r14506
2010-02-27 13:30:11 +00:00
Benny Malengier
d2a341f19e
translate category in menu and title
...
svn: r14479
2010-02-25 12:59:12 +00:00
Peter Landgren
61ae6d87ec
Fix of issue 3534.
...
svn: r14447
2010-02-23 13:47:09 +00:00
Benny Malengier
7392cac134
3513: Cannot move up an individual alone in the event tab (Person Editor)
...
svn: r14388
2010-02-15 13:18:49 +00:00
Doug Blank
6918951596
Set default help page to the wiki gramplet page
...
svn: r14379
2010-02-15 03:48:03 +00:00
Doug Blank
ea74046a18
Protection from crash; display error
...
svn: r14377
2010-02-15 00:55:20 +00:00
Benny Malengier
862e2f49ec
Remove unused function, add comment on a callback
...
svn: r14370
2010-02-14 20:24:15 +00:00
Doug Blank
17d6222e70
Additional test before import
...
svn: r14369
2010-02-14 18:45:41 +00:00
Benny Malengier
7394015a76
allow better string translation of no active object
...
svn: r14367
2010-02-14 16:55:06 +00:00
Doug Blank
3a6676af4c
Gramplet height behaves correctly: is min height if maximized, max height if not
...
svn: r14359
2010-02-14 00:45:21 +00:00
Doug Blank
86aed42805
Minor reposition
...
svn: r14357
2010-02-13 19:15:38 +00:00
Doug Blank
48ff4b42d5
Workaround for redisplay widget issue; added pane orientation
...
svn: r14354
2010-02-13 17:45:28 +00:00
Doug Blank
b1354d2009
Regenerate gui options because previous configdialog may have deleted them; draw a frame around options that need 'save'.
...
svn: r14349
2010-02-13 06:37:50 +00:00
Doug Blank
c6c653683f
Added additional config items for gramplets: height, expand, detached width and height
...
svn: r14348
2010-02-13 04:30:49 +00:00
Doug Blank
2b27d52782
Allow external update checkbox to use external config
...
svn: r14347
2010-02-13 04:29:31 +00:00
Doug Blank
6717242366
2671: Error in saving options in Gramplets
...
svn: r14345
2010-02-13 02:39:42 +00:00
Doug Blank
da5c001baf
Removed unneeded pane widths
...
svn: r14342
2010-02-12 21:22:58 +00:00
Doug Blank
2c0c3f0f85
Override config, if necessary
...
svn: r14335
2010-02-12 12:48:27 +00:00
Doug Blank
9f2d9dc2fd
Ability to override config on adding an item
...
svn: r14334
2010-02-12 12:47:17 +00:00
Doug Blank
ebbd1a1d12
Added old options to new configure
...
svn: r14333
2010-02-12 12:08:14 +00:00
Doug Blank
051cd9efe1
Working on a better config system for gramplet pane
...
svn: r14329
2010-02-11 22:49:36 +00:00
Doug Blank
3cb996049d
Two changes: make notebook tabs scroll if too big; allows config pages to be a callable for more dynamic views
...
svn: r14328
2010-02-11 22:48:57 +00:00
Nick Hall
4ef3a10161
Extend markup column definition to a list of columns for listviews.
...
svn: r14327
2010-02-11 22:30:16 +00:00
Doug Blank
77734ed302
Workaround for hiding buttons on detached gramplet
...
svn: r14326
2010-02-11 21:14:22 +00:00
Doug Blank
fbedac6317
Two workarounds for displaying gramplets correctly
...
svn: r14325
2010-02-11 20:53:10 +00:00
Doug Blank
d9fdd6bf9c
Fixed conflict with alt keys
...
svn: r14307
2010-02-10 22:25:37 +00:00
Doug Blank
458c42b0d4
Added a basic configure for GrampletView; removed config of columns by right-clicking
...
svn: r14305
2010-02-10 19:19:32 +00:00
Jérôme Rapinat
c77515294c
3595: More confort for non-english users
...
svn: r14303
2010-02-10 17:02:26 +00:00
Doug Blank
56e25bdc7a
Added an optional message area to Progressmeter; addon updates uses this to report back status
...
svn: r14301
2010-02-10 15:43:05 +00:00
Doug Blank
f382665850
Config of gramplet keeps track of details if it is in a split pane
...
svn: r14294
2010-02-09 13:14:37 +00:00
Doug Blank
8af314298e
Get rid of warnings on view categories with more than 9 views (yes, I have a category with 16 views)
...
svn: r14291
2010-02-09 01:41:32 +00:00
Benny Malengier
1a5f1720c0
Allow plugins to register their icons, new icons for geoview
...
svn: r14289
2010-02-09 00:07:43 +00:00
Nick Hall
a7c1c2b32a
Fix initial value of filter sidebar toggle on menu
...
svn: r14288
2010-02-08 22:33:04 +00:00
Peter Landgren
c9e7e6e5e4
Make use of new module constfunc.
...
svn: r14283
2010-02-08 17:20:57 +00:00
Peter Landgren
99b95c547d
Make use of new module constfunc.
...
svn: r14282
2010-02-08 17:19:15 +00:00
Doug Blank
5ef4112868
Removed gui options from Gramplet Pane; plan on having a Configure View window
...
svn: r14277
2010-02-08 13:34:44 +00:00
Doug Blank
3b3e5e032d
Column of handle of note model had changed, apparently; used in selecting ID
...
svn: r14273
2010-02-08 04:20:24 +00:00
Peter Landgren
06f2bbf659
Step towards fix of translation in Windows.
...
svn: r14269
2010-02-07 18:02:51 +00:00
Doug Blank
22c4ec78cb
Have some parameters of the GrampletPane passed in at runtime (default_gramplets)
...
svn: r14267
2010-02-07 16:59:06 +00:00
Doug Blank
1bd2966d3c
Have some parameters of the GrampletPane passed in at runtime (column_count)
...
svn: r14266
2010-02-07 16:38:06 +00:00
Doug Blank
df9899a78b
Allow each grampletpane to have its own config
...
svn: r14265
2010-02-07 13:30:59 +00:00
Doug Blank
9110d76624
Support files for grampletpane
...
svn: r14264
2010-02-07 12:20:25 +00:00
Doug Blank
b0ec0560f2
Moved GrampletPane to gui/widgets/grampletpane.py
...
svn: r14259
2010-02-07 04:44:33 +00:00
Doug Blank
efe5ffdc80
3572: Selection of People from picklist seems to not work because of PeopleModel change
...
svn: r14251
2010-02-06 16:54:57 +00:00
Jérôme Rapinat
b3efd702a2
Make Filter Sidebar consistent on Menu
...
svn: r14247
2010-02-06 15:27:17 +00:00
Doug Blank
ec017abfa3
3328: Rule Editor does not select current rule to edit
...
svn: r14244
2010-02-06 12:42:36 +00:00
Benny Malengier
63652c3239
remember in every view cat the last used view
...
svn: r14232
2010-02-05 19:47:32 +00:00
Nick Hall
6c7fcf4607
Performance improvement when reversing the order of a column
...
svn: r14231
2010-02-05 19:15:00 +00:00
Gary Burton
c04899d3ea
Fix for bug 3566: The column Last Changed is empty for places
...
svn: r14225
2010-02-05 12:05:28 +00:00
Benny Malengier
f152ac25d8
fix bug: spouse data was not shown in personviews
...
svn: r14222
2010-02-05 10:27:09 +00:00
Benny Malengier
c0fc14960f
Move 2 more options to config, increase columndialog size
...
svn: r14220
2010-02-05 08:48:58 +00:00
Nick Hall
65d03d2556
Avoid detach model problem when reversing a column sort
...
svn: r14219
2010-02-04 23:33:47 +00:00
Gary Burton
3b6552f62d
Include recent change to PlaceListModel in get_handle_column
...
svn: r14218
2010-02-04 22:52:00 +00:00
Gary Burton
91b8da4fd0
Include more place attributes in the place selector
...
svn: r14217
2010-02-04 22:43:09 +00:00
Nick Hall
a818db8817
Rename placeview and placemodel classes for consistency
...
svn: r14216
2010-02-04 21:05:15 +00:00
Nick Hall
31d920ef29
Remove unused constants
...
svn: r14215
2010-02-04 19:13:05 +00:00
Nick Hall
829705de76
Add main participant to title
...
svn: r14214
2010-02-04 19:04:35 +00:00
Benny Malengier
8b6077a95e
Give relview a configuration, remove old config from preferences
...
svn: r14204
2010-02-03 23:31:38 +00:00