Doug Blank
134ba5bf2e
Moved gui.thumbnails to gen.utils: useful without gui
2015-08-13 17:57:19 -04:00
Nick Hall
1488420292
Remove redundant code since Gtk 3.10 required
2015-07-15 19:53:48 +01:00
Nick Hall
563f8e263d
Replace "Title" with "Enclosed By" in place sidebar filter
2015-06-28 19:31:41 +01:00
Nick Hall
ae1af073a7
Use icon names for drag source
2015-05-22 23:29:23 +01:00
Nick Hall
f2f78ef2f4
Convert deprecated set_alignment method
2015-05-22 23:22:11 +01:00
Nick Hall
cd1a6ba45a
Use add instead of add_with_viewport
...
The add method adds a viewport where necessary when adding a
child to a scrolled window. The add_with_viewport method is
deprecated.
2015-05-22 17:53:03 +01:00
Nick Hall
e355a93dc1
Use escape utility from html rather than cgi module
2015-05-22 14:50:19 +01:00
Nick Hall
56d83c1c5c
Remove deprecated show-unicode-menu setting
2015-05-21 21:15:03 +01:00
Nick Hall
457ed21c6c
Replace stock items with named icons
...
Stock items have been deprecated since 3.10.
Named icons are now loaded from the default icon theme.
2015-05-20 18:54:26 +01:00
Josip
11878e41f4
8497: Error on use of Ctrl-Z
2015-05-16 02:46:49 +02:00
Josip
b966ba74af
Workaround for broken introspection
...
8474: Crash after merge places
8498: Crash when attempting to add gramplet
8536: clicking on tag icon in person view causes gramps to crash
2015-05-10 21:07:40 +02:00
Doug Blank
4566c62014
Turn underscores in menuitems into mnemonic accelerator key
2015-05-08 08:58:13 -04:00
Josip
8e8c206a8f
Deprecated (since gtk-3.0): Gtk.Widget.modify_font
2015-04-17 12:42:50 +02:00
Doug Blank
46bdb38a11
gi.overrides is no longer needed
2015-03-15 10:01:43 -04:00
Doug Blank
ac530d8a34
Don't crash trying to create a Gdk.Cursor without a DISPLAY; enable more tests for Travis
2015-03-15 09:48:10 -04:00
Nick Hall
5da10c5a80
Replace cuni with str
2015-03-14 23:48:32 +00:00
Nick Hall
c9fd339289
Replace UNITYPE with str
2015-03-14 22:33:55 +00:00
Nick Hall
e0608f0ec4
Remove python2 specific code
2015-03-14 19:29:16 +00:00
Nick Hall
3b5efdf7ae
Remove imports from __future__ module
2015-03-14 16:10:36 +00:00
Nick Hall
f540f2a511
Convert deprecated color widgets
2015-03-12 18:18:36 +00:00
Nick Hall
2fd3e42e91
8353: Fix default size of detached gramplet window
2015-02-12 19:36:13 +00:00
Nick Hall
18a22478c3
8351: Allow gramplets detached from the dashboard to fill the window
2015-02-12 19:16:08 +00:00
Nick Hall
9c8afdd155
Convert Gtk HBox and VBox widgets into Box widgets
2015-02-06 22:57:10 +00:00
Nick Hall
89da611e38
Convert Gtk Table widgets into Grid widgets
2015-02-06 19:46:53 +00:00
Bastien Jacquet
8fd456f604
Merge branch 'geps/interactivesearch'
...
Use our own interactive-search box to get it
- more efficient (binary search on sorted columns).
- customizable (delayed launch of search to avoid text scrambling)
2015-01-05 17:33:15 +01:00
Bastien Jacquet
bb26e53fc0
Interactive-search: Quick search with LIST_ONLY sorted views
2015-01-05 17:32:38 +01:00
Bastien Jacquet
d426f6232e
Our own interactive-search enabling customized and delayed search.
...
This commit provides same search capabilities as Gtk's.
The only difference should be the search being delayed
by 150ms after last keypress.
Signed-off-by: Bastien Jacquet <bastien.jacquet_dev@m4x.org>
2014-12-27 03:10:59 +01:00
Nick Hall
4995765c5f
8029: Suppress warnings in UndoableEntry widget
...
Bug 644927 - Support out parameters in signals
https://bugzilla.gnome.org/show_bug.cgi?id=644927
2014-12-10 22:25:55 +00:00
Josip
1fae92ca54
7865: Closing detached gramplet causes python to crash
2014-12-01 18:51:34 +01:00
Josip
90d35cc678
7857: gramps fails to start with gtk+-3.13.3 (Gdk.Event(Gdk.EventType.NOTHING)
...
TypeError: function takes at most 0 arguments (1 given)
2014-11-16 16:53:13 +01:00
Bastien Jacquet
cd540cdb13
8102: Fix problem with fanchart if max_generation = 1
2014-11-05 23:22:48 +01:00
Nick Hall
addcf6f034
7604: Fix error setting gramplet tab label
2014-11-03 21:47:32 +00:00
Jérôme Rapinat
9eb8700cfd
8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views (non-english locales)
2014-10-15 21:47:03 +02:00
Jérôme Rapinat
246694b0f7
8103: sidebarfilter gramplet does not fit well into People, Events, Citations or Media views
2014-10-15 21:37:03 +02:00
Nick Hall
2ec9de511a
Allow gramplets to be displayed in the dashboard only
...
Add a new navigation type of 'Dashboard' in gramplet definitions.
Define the dashboard To Do gramplet to be dashboard-only.
2014-08-12 18:48:10 +01:00
Malcom Lewis
86303f6116
Update FSF address to current location.
2014-08-08 19:39:45 -07:00
Jérôme Rapinat
666b4fd56e
7678: typo, missing self argument on fallback for personpos_at_angle()
2014-06-04 12:14:48 +02:00
Jérôme Rapinat
e6edfefd99
7766: Fan Chart views crash with self.maxperiod = self.minperiod
2014-06-03 10:40:34 +02:00
Nick Hall
a055aaba8a
7710: Fix crash in fan chart view when scrolling
2014-05-17 01:18:39 +01:00
Nick Hall
f6be31eb39
Remove subversion substitution variables
2014-04-15 14:10:18 +01:00
Josip
91ef047766
Yet more fix of PyGObject-3.11 DeprecationWarning
2014-04-03 00:10:19 +02:00
Josip
2fbf9ff0f9
More fix of PyGObject-3.11 DeprecationWarning
2014-04-02 22:07:43 +02:00
Josip
fc40578687
Fix PyGObject-3.11 DeprecationWarning
...
GObject.idle_add() ==> GLib.idle_add()
2014-04-02 16:22:40 +02:00
Jérôme Rapinat
0af1c0bf41
7572: Do not hide 'categorysidebar' from Plugins Manager, do not try to restore hidden gramplets, typo on grampletbar (LOG.warning)
2014-04-01 12:04:43 +02:00
kdau
53acb627bb
7501: Notes always say 'no data exists for note' when saving
2014-03-21 15:07:18 +01:00
Vassilii Khachaturov
283c1b1aa2
7097: add UndoableStyledBuffer.undo_disabled
...
Refactoring away the coupling between Spell and StyleTextEditor
innards:
1) add a context manager UndoableStyledBuffer.undo_disabled
2) add a forwarding to it as StyleTextEditor.undo_disabled
3) use that in Spell.__real_set_active_spellcheck
2014-02-19 13:06:10 +02:00
Vassilii Khachaturov
ba2766e5b2
7097: spell.py hangs on a note for tens of secods
...
shave off ~15s out of 40s of the hang
2014-02-19 10:40:31 +02:00
Jérôme Rapinat
9fbdfac51a
7399: Cannot copy via context menu on Views into Charts Category
2014-01-26 12:12:37 +01:00
Jérôme Rapinat
b2dec24edf
7388: Clicking on www link in Welcome Gramplet when detached causes crash
2014-01-25 19:12:47 +01:00
Vassilii Khachaturov
aa7e043f2d
7336: Gramps changes root cursor to hand
...
Following the suggestion from QuLogic, change get_root_window
to get_window for the set_cursor scope, like in my #6740 fix.
2014-01-04 21:18:18 +02:00