Commit Graph

38 Commits

Author SHA1 Message Date
Nick Hall 308f2616ba GEPS008: Moved ThumbNails module
svn: r19775
2012-06-06 17:48:55 +00:00
Nick Hall a41b175b09 GEPS008: Moved ListModel module
svn: r19774
2012-06-06 16:59:43 +00:00
Nick Hall 6a15f8fd18 GEPS008: Moved DdTargets module
svn: r19773
2012-06-06 16:00:54 +00:00
Nick Hall 54535a83bd GEPS008: Moved ScratchPad module (renamed as clipboard)
svn: r19772
2012-06-06 13:38:46 +00:00
Nick Hall 33f45cb087 GEPS008: Moved QuestionDialog module
svn: r19771
2012-06-05 23:49:12 +00:00
Nick Hall ce1bb72219 GEPS008: Moved GrampsDisplay module
svn: r19769
2012-06-05 22:53:35 +00:00
Nick Hall eb369d08dd GEPS008: Moved UndoHistory module
svn: r19768
2012-06-05 22:07:47 +00:00
Nick Hall f74b14c869 GEPS008: Moved TipOfDay module
svn: r19767
2012-06-05 21:57:00 +00:00
Nick Hall 300c65a256 GEPS008: Moved DisplayState module
svn: r19766
2012-06-05 21:44:41 +00:00
Nick Hall e82046018f GEPS008: Moved glade module
svn: r19765
2012-06-05 21:23:06 +00:00
Nick Hall 8949403d63 GEPS008: Moved ManagedWindow module
svn: r19764
2012-06-05 21:05:04 +00:00
Nick Hall e2fc155240 GEPS008: Re-structure GUI logger files
svn: r19726
2012-05-31 15:22:03 +00:00
Nick Hall c2b4f96ddc GEPS008: Re-structure merge files
svn: r19665
2012-05-26 21:24:01 +00:00
Nick Hall e99da22e7d GEPS008: Move glade directory
svn: r19659
2012-05-26 17:33:53 +00:00
Nick Hall a2825098ec GEPS008: Re-structure filter files
svn: r19638
2012-05-24 17:24:47 +00:00
Josip Pisoj 53c9c30890 bug #5554: Automake problem
svn: r18851
2012-02-10 20:25:15 +00:00
Paul Franklin c83653f017 for Python files and Makefile.am files in the "src" (only) sub-tree:
1) add SVN svn:keywords "Id" property if it didn't have it
2) add SVN svn:mime-type "text/plain" property if it didn't have it
3) add SVN "Id" line to the file if it had none


svn: r18554
2011-12-06 16:56:50 +00:00
Brian Matherly 0b8ea1202d Implement new "User()" class for reports to indicate progress and prompt the user. This allows the removal of from "gui.utils import ProgressMeter" from reports so that they don't depend on gui.
svn: r18378
2011-10-29 05:02:33 +00:00
Benny Malengier 01a8117ebd GEPS 008: File Organization : about dialog in gui + pylint fixes + real modal
svn: r16464
2011-01-24 21:50:06 +00:00
Nick Hall 9fe3d1fb8b Combine the sidebar and bottombar functionality into a single class
svn: r16412
2011-01-19 14:40:39 +00:00
Nick Hall e44dfa291e Implement Gramps bottombar
svn: r16360
2011-01-11 01:21:38 +00:00
Nick Hall 6f7ce7726f Sidebar tidy-up and bug fixes
svn: r16319
2010-12-28 17:04:41 +00:00
Nick Hall d624e113fa Update translation files for previous commit
svn: r16161
2010-11-08 15:56:36 +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
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
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
Benny Malengier a89e8d1d18 Remove column config from db, move to the plugins
Start with reuse of preferences for all configuration
Allow all view plugins to set configuration dialog
TODO: activate the column reorder in config of listviews


svn: r14176
2010-02-01 07:01:45 +00:00
Brian Matherly d9a0ab8a90 Continued work on GEP008: Consolidate src/FilterEditor files into one file and move it to gui/filtereditor.py.
svn: r14074
2010-01-14 04:58:30 +00:00
Brian Matherly bbe2b6da0c move src/Editors/* to src/gui/editors as part of GEP008
svn: r13807
2009-12-15 05:56:12 +00:00
Brian Matherly baa13df670 Move src/Selectors to src/gui/selectors. Rename files to lower case in conformance with the Gramps coding style.
svn: r13806
2009-12-15 03:45:09 +00:00
Brian Matherly 35a29e9ef5 add widgets to src/gui/Makefile and po/POTFILES
svn: r13802
2009-12-14 12:48:27 +00:00
Benny Malengier ebc34c4a71 add missing pluginmanager
svn: r13414
2009-10-25 18:43:01 +00:00
Benny Malengier ee69317b62 Fix for: 1277: database corroption on delete outside of DisplayTabs while tab open
Introduces the concept of callman.py as one single way to follow handles an
interface is interested in. 
dbguielement.py contains a small base class using that, usable for all windows/
guielements that need to track database changes to handles


svn: r12881
2009-08-05 10:32:05 +00:00
Rob G. Healey 4bc5a34938 Changed utilsgui.py to utils.py in src/gui/Makefile.am! Would not allow make install to complete.
svn: r12690
2009-06-21 06:26:51 +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
Benny Malengier 4b7692708c Split CLI from GUI. These changes allow CLI to work without GTK
Part 1. To do: pylint on new files.


svn: r12674
2009-06-18 21:56:37 +00:00
Benny Malengier 38876a32a5 GEPS 008: File Organization
svn: r12667
2009-06-15 19:02:15 +00:00