[gnome-latex] Created tag v0.0.2
- From: Sébastien Wilmet <swilmet src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-latex] Created tag v0.0.2
- Date: Fri, 14 Dec 2018 10:50:18 +0000 (UTC)
The unsigned tag 'v0.0.2' was created.
Tagger: Sébastien Wilmet <swilmet gnome org>
Date: 1544784594 +0100
Version 0.0.2
Changes:
Sébastien Wilmet (102):
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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]