[gedit-latex] Created tag 3.1.1
- From: Jose Aliste <jaliste src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gedit-latex] Created tag 3.1.1
- Date: Sun, 11 Sep 2011 18:47:59 +0000 (UTC)
The unsigned tag '3.1.1' was created.
Tagger: Josà Aliste <jaliste src gnome org>
Date: Sun Sep 11 15:41:00 2011 -0300
Release 3.1.1
Changes since the last tag '0.2rc3':
Akom Chotiphantawanon (1):
Add Thai translation.
Bruno Brouard (1):
New French translation
Claude Paroz (1):
Remove translatable attribute from gtk stock strings
Daniel Mustieles (7):
Added Spanish translation
Fixed bug #653554
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Fran Dieguez (1):
Updated Galician translations
Ignacio Casal Quinteiro (66):
decorators: use Gedit.Tab.get_from_document
Remove spellcheck support
Use GFile instead of uri directly.
Use ui files intead of glade ones
More porting
Add param to not include hidden text
ui files: remove has-separator property
preferences: revert unwanted change in preferences.
Remove livepreview as it is crashing due to poppler.
Remove install scripts, preparing for autotools
Remove ChangeLog, it will be generated from git log
Remove useless files.
Add autogen.sh
Add basic configure.ac
Rename plugin file as latex.plugin and mark fields for translation
Add MAINTAINERS file
Add README file
Add AUTHORS file
Add git.mk
Add main Makefile.am
Add translation files
Add NEWS file
Added gldefs.py.in, needed to set the translation settings
Add missing Makefile.am files
Remove .gitignore, it is autogenerated by git.mk
Fix some filenames
Remove typecheck makefile.
Add icons Makefile
Add files for translation
Remove WindowDecorator
windowactivatable: remove hack to restore the item in the bottom/side panels
windowactivatable: do not connect to destroy event for the window
Move latex.plugin to the root dir
Move gsettings schema to data dir
Do not duplicate variables
Fix potfiles
POTFILES.skip: skip useless files
Use a singleton class Resources to find files
resources: create user dir if it doesn't exists
resources: import errno
Use __init__ on the parent instead of using super
tools: use the constant to set the primary toolbar style
tools: use the right property stock_id
tools: do not use cammelCase
tools: remove useless comment
gldefs: define _
tools: make the ToolsView translatable
Generate ChangeLog in distcheck
EXTRA_DIST and DISTCLEAN gldefs
Unset executable flag
issues: make the issues view translatable
issues: use the constant to set the primary toolbar style
Outline, symbols: make translatable
bibtex: make translatable
windowactivatable: fix indentation
Remove SideView and BottomView and make a PanelView.
symbols: make the activation by double click, this make it more similar to gucharmap
windowactivatable: fix panel insertion
symbols: unselect icon when the focus is lost
Move file and folder abstraction to file.py
Move editor class to from base/__init__.py to base/editor.py
Do not call assure_init, this was removed some time ago.
s/buttonCancel/button_cancel
Move Proposal and ICompletionHandler to base/completion.py
Move action ifaces to action.py
ui files: install the correct ones
Joe Hansen (1):
Updated Danish translation
John Stowers (83):
Fix packing in outline
s/Gdk.EventMask.CONTROL_MASK/Gdk.ModifierType.CONTROL_MASK
Add default args to scroll_to_iter
Use Gtk.BLANK_CURSOR, not an empty Pixmap
Fix Gtk.VBox default arguments
Use Gtk.Widget.set_can_focus instead of set_flags
Fix preview to not segfault
Fix toolbar (stock) icons
Tidy import statements, fix insert fig/table/etc dialogs
Make outline toolbar a gtk3 inline-toolbar
Remove Toggle Comment
FIXME: Toolbars with menus via gtkuimanager are impossible
Make toolview toolbar a gtk3 inline-toolbar
Make toolview toolbar a gtk3 inline-toolbar (and fix packing)
Fix gtk box packing
s/GtkComboBoxEntry/GtkComboBoxText/
Fix the bibliography preview feature rendering
Remove unused glade files
Fix new document template
Update new document dialog to gtk3
Fix preferences dialog
s/Gtk.TreeStore.set/Gtk.TreeStore.set__value
FIXME: Latex -> {PDF, PNG} works, kind of
Remove snippets code
Remove snippets ui
Fix color preferences
Remove LaTeXForwardSearch - replaced by synctex
Cleanup imports, remove commented code
Fix issue display
Seperate tool preferences from preferences
GObjectify preferences (and remove IPreferencesMonitor)
Port to GSettings
Remove color prefs UI
Cleanup resources a little
Add tests to compare relpath.py with os.path.relpath
Replace relpath.py with os.path.relpath
Fix master document: use relative path
Use GtkActions to build the tools toolbar menu
Conditionalize the LaTeXToolbar Name
Load the meun/toolbar ui from a gtkbuilder file
Remove unused toolbar config from prefs
Dont crash when hiding toolbars.
Check tool action accels for validity
Small tidy up when show/hiding the toolbar
Fix Bibtex
Fix bibtex entry dialog
Fix bibtex entry wizard
Fix completion popup
Support running from srcdir
Fix infinite recursion
Add some files for testing
Fix outline state saving
FIXME: Don't segfault on missing schemas...
Fix (remove) unused bibtex prefs
Fix (remove) unused bibtex prefs ui
Fix tool configuration
Fix tool configuration ui
Fix file.py changes
Handle newcommands
Fix completion
Add per-dcument preferences.
Tweak the DocumentPrefs work to prefer any key over ini or system settings.
Use DocumentPrefs to allow one to define their own fixme/issue commands.
DocumentPrefs bug fixes
More LaTeX toolbar visibility options
Clean up IconAction
Tidy LaTeXMenuAction
Tidy default Toolbar menu actions
Cleanup LaTeXStructureAction/Default in toolbar
Put justify actions in toolbar menu on combined toolbar
Put list actions in toolbar menu on combined toolbar
Fix LaTeXSymbolBrowser weirdness
Remove WindowScopeViews
Consider redefined ref commands in validator
Try to get ToolView working again
Remove dead get_scope
Fix preferences inheritence
Remove print statement spam
Start cleaning logging. Please use __name__
More logging cleanups
More logging cleanups
Logging cleanups
Don't import gobject
Josà Aliste (37):
Automatic porting by pygi-convert.sh
Moving xml files to src/ dir and more porting.
Moving to GeditLatexPlugin.gedit-plugin to GeditLatexPlugin.plugin
Add .gitignore
Do not crash gedit.
More porting.
More porting. It finally sort of runs!
More misc fixes.
use Gedit module instead of gedit.
Completion more or less fixed.
Port from libGlade to GtkBuilder.
Misc porting/bugfixing.
More misc porting/bugfixing.
Add gedit-latex.doap file.
Rename files to better follow directory structure of other python plugins.
Remove dead __init__.py
Add a sample preferences file.
Remove typecheck.
Move non-py files to data/ subdir and install them on $datadir/gedit/plugins
Find resources on $GEDIT_PLUGINS_DATA_DIR/latex.
base: correctly create action with MenuToolItem as proxy widgets.
Fix typo in data/Makefile.am
Fix another typo in data/Makefile.am
maintain icons dir structure when installing.
Begin Fixing style of py files.
Add python modeline.
fix style of py files in base/ according to PEP 8.
modeline should have ts=4.
More style fixing.
fix typo when doing the style to config.py
Fix completion for more than ten entries.
Fix insertion of templates.
Bump version to 3.1.0
outline: Fix crash on save due to invalid pointer.
tools: Fix execution of ToolView.
configure: Don't require gedit or libpeas since dev pkgs are not needed by python.
Release gedit-latex 3.1.1
Kenneth Nielsen (1):
Added da to list of languages
Kjartan Maraas (2):
Added Norwegian bokmÃl translation
Add nb
Lucas David-Roesler (6):
* change set to set_value in dialog.py
Finish save before running the tool
Make the LaTeX postprocessor depend on the compiler exit status
Fix tool saving process
Add separator to the tools menu
Add alert to the statusbar while the document is compiling
Marek Äernockà (4):
Fixed typo
Czech translation
Added Czech language
Updated Czech translation
Mario BlÃttermann (3):
[l10n] Updated German translation
[l10n] Updated German translation
[l10n] Updated German translation
Matej UrbanÄiÄ (6):
Added Slovenian translation
Added sl for Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Updated Slovenian translation
Added Slovenian translation
Wolfgang StÃggl (1):
German translation added
Yinghua Wang (1):
Add Simplified Chinese translation.
Yuri Myasoedov (1):
Added Russian translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]