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