[gnome-latex] Created tag v0.1.0
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-latex] Created tag v0.1.0
- Date: Fri, 14 Dec 2018 10:48:45 +0000 (UTC)
The unsigned tag 'v0.1.0' was created.
Tagger: Sébastien Wilmet <swilmet gnome org>
Date: 1544782706 +0100
Version 0.1.0
Changes:
Sébastien Wilmet (160):
First commit. Some files is in French because I am lazy. If I worked with an other person, I would
write obviously in English ;) But don't worry, the code will be always in English.
GUI: menubar and toolbar
GUI: statusbar cleaning of the code : 80 columns max, space before each '('
GUI: source view and log/message zone with a vertical pane and automatic scrollbars
Translation with gettext
todo for week 2
About dialog
Better organistation: - the callbacks are in a separated file - 3 functions in error.c to display an
information, or a warning, or an error. - for the menubar and the toolbar: accelerators, and a different
way to add the menu and the toolbar to the main vertical box.
Open file (without tabs) each document will be represented by a document_t structure all the documents
will be accessible with the extern variable docs
save and save as
new file
Files with tabs, close a file. The main window is now accessible with the extern variable "docs",
before it was with data passed in callbacks but it becames too complicated
change title of tabs
syntaxic color with GtkSourceView
show/hide line numbers
undo/redo
font for the source view: Monospace
compile (pdflatex) and view PDF
compile latex and view DVI
tabs with close button
log zone: - horizontal pane with an action list and a text view for the details -
default size docs -> latexila (the extern variable containing a lot of things) the actions are stored in
latexila.all_actions, which is a GList of action_t structures.
log zone: view the previous actions The actions are not stored in a GList of action_t structures, that
was a stupid idea... The actions are now stored in a GtkListStore (latexila.list_store), but only the title
is showed in the list (to the left), the command and the command output are showed to the right.
files recently opened
- personal icons for compiling and viewing actions - close button in tabs smaller
- DVI to PDF - DVI to PS - view PS
source view: text wrapping bug correction: bad title when save as and cancel
statusbar: - print some text - show the row and the column of the cursor
log zone: command output in red when it's an error
- find and replace - cleaning of the code
search and replace: - options - button replace sensitivity - same width for entries - bug correction
with undo
copy, cut, paste, delete and select all
- zoom in, zoom out, zoom reset - take into account the line numbers (show or hide) for new documents
open a file from the command line exemple: ./latexila test.tex minimal.tex
CMake
French translation
Apply the GPL
Preferences with a key file
Release 0.0.1
Open files from the command line with relative path
About dialog: add the Kile Team in the artists list
Symbol table: Greek alphabet
Support older versions of GTK+ than the 2.14
Symbols: arrows
Show/hide symbol tables
Change the simple install procedure
Add the (almost) empty directory "build"
Symbols: relations, operators, delimiters, misc
Command line options: --version, --help, etc
Conversion to UTF-8 of the command output for the compilation.
Show output command of the compilation progressively
Cleaning of the code
Notebook scrollable
Save and load preferences
Optimisation of traversals of GList
Menu and toolbar in ui.c
Take into account the N_ macro for the translation
Improvement of closing and saving files
Avoid some memory leaks
Take into account the show_side_pane key in the preferences
Improve first unmaximisation if key window_maximized=true
Unmaximization: best method
Edit toolbar: bold, italic, typewriter, underline
Recent manager: save as
Menu: LaTeX: Font Styles
Menu: LaTeX: environments
Menu: LaTeX: Sectioning
GTK+2.0 version 2.16 minimum required
Menu: LaTeX: Characters Sizes
Menu: LaTeX: list environments
Menu: LaTeX: References
About dialog: add Gedit LaTeX Plugin in the artists list
Icons: 30x30 -> 24x24 (more beautiful)
Show/hide edit toolbar
Things added to the todo-list
Cleaning of the code
CMake: use FindLATEX module
Optimisation + avoid memory leaks
Preferences: latex, pdflatex, ... commands
Symbols tables: the categories take less place
Bug correction: changing preferences if no document opened
Command line option: new document
Possibility to reorder the document tabs
Execution of the actions: optimization
Other method for the log zone
execution of the actions: convert document
TODO update
symbols: add a space after the symbol
symbols: set the focus on the text after inserting a symbol
TODO update
external commands: if the file path contains spaces
save document before a compilation
Use less pointers to structures in latexila_t
Sensitivity of the actions when an action is running
Log zone: keep only the 5 last actions
symbol tables: mathematical sets in misc math
Save as: confirmation before replacing a file
Use GtkMessageDialog instead of GtkDialog
Icon for the references (label, ref, ...)
Update French translation
Show a warning message with GtkMessageDialog
File choosers: save the folder
Release 0.0.2
Side bar: tabs with icons
File browser integrated
File browser: sort the files in alphabetical order
Static functions for callbacks in symbols.c
Delete latexila.prefs.file_chooser_dir_is_empty
File browser: save the current folder in the prefs
Logo in the about dialog
Move some struct and enum from main.h to symbols.h
File browser: two buttons (home and up)
File browser: memory problems correction
File browser: best method for getting the parent dir
File browser: different pixbuf for *.tex, *.pdf, etc
File browser: refresh button
File browser: tooltips for the buttons
Open document: verify if the doc is not already opened
File browser: view document
Remember the files opened at exit and reopen them at starting
Reopen files on startup: option in prefs
New function open_new_document_without_uri ()
Reopen files on startup: use GPtrArray
File browser: option: show all files
File browser: jump button
Clean-up auxiliaries files after close
PO files updated
Documents menu
Search: Goto Line
Undo/redo: check if the buffer is saved
Style scheme support (GtkSourceView)
Find: under the source view instead of a dialog
Some various improvements
Replace: under the source view instead of a dialog
Templates: create a few default templates
Icons for the templates (from Kile)
New file: select a template
Possibility to create new templates
Other icons for the compilation
Possibility to delete personnal templates
Save a "New document" open the dialog to save as
More preferences for the source view
Toolbars: show the toolbars on the same line
Delete templates: save only if template(s) deleted
Comment/uncomment selected lines
Indent/unindent lines
Side pane: remember the current page of the notebook
Documentation: LaTeX reference from Kile
Open Recent: show the most recently used items
Icons updated
Edit toolbar: math
Preferences: nicer presentation
Bug correction in cb_save_as()
BibTeX and MakeIndex support
File *.desktop
Underscores in the menu
file HACKING
Prefs: style scheme without scrollbar
Update French translation
Icons for the delimiters
Release 0.1
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]