Azure Pipelines
|
baf098db4f
|
Update translation template [skip ci]
|
7 years ago |
Ulrich Huber
|
ebc7277984
|
Update translation.yml for Azure Pipelines
|
7 years ago |
Ulrich Huber
|
25d162b747
|
Update translation.yml for Azure Pipelines
|
7 years ago |
Ulrich Huber
|
92ea556cad
|
Update translation.yml for Azure Pipelines
|
7 years ago |
Ulrich Huber
|
88825dfd95
|
Merge pull request #1291 from xournalpp/translations_xournalpp-pot--master_de
Translate '/po/xournalpp.pot' in 'de'
|
7 years ago |
Ulrich Huber
|
59d9732d92
|
Update translation.yml for Azure Pipelines
Enable testing branch
|
7 years ago |
Ulrich Huber
|
3993bb5ba1
|
Update translation.yml for Azure Pipelines
|
7 years ago |
Ulrich Huber
|
f7e8caf7c8
|
Create translation.yml
|
7 years ago |
Ulrich Huber
|
ef68015cab
|
Add Windows build to CI
|
7 years ago |
transifex-integration[bot]
|
a9b4d7c118
|
Translate /po/xournalpp.pot in de
translation completed for the source file '/po/xournalpp.pot'
on the 'de' language
|
7 years ago |
Ulrich Huber
|
691e8276ed
|
Merge pull request #1295 from LittleHuba/fix_translations
Update pot
|
7 years ago |
Ulrich Huber
|
fc83af76c7
|
Update pot
|
7 years ago |
Ulrich Huber
|
577c03d24a
|
Merge pull request #1294 from LittleHuba/fix_translations
Fix translations
|
7 years ago |
Ulrich Huber
|
0759996a8a
|
Merge remote-tracking branch 'origin/fix_translations' into fix_translations
# Conflicts:
# ui/pdfpages.glade
# ui/settings.glade
|
7 years ago |
Ulrich Huber
|
6986b6dafe
|
Fix many translation strings
|
7 years ago |
Ulrich Huber
|
5c091b5786
|
Fix many translation strings
|
7 years ago |
transifex-integration[bot]
|
84eea6b3ec
|
Translate /po/xournalpp.pot in de
translation completed for the source file '/po/xournalpp.pot'
on the 'de' language
|
7 years ago |
Ulrich Huber
|
37f66737a8
|
Merge pull request #1272 from cjao/flatpak-config-dir
Add --persist=.xournalpp to flatpak manifest
|
7 years ago |
Ulrich Huber
|
e2f90ce10b
|
Remove duplicate source generation in release pipeline
|
7 years ago |
Fabian Keßler
|
a7f0275858
|
Merge pull request #1289 from Febbe/master
Bugfix: The undo list is not cleared on opening or creating a new document.
This fix corrects that issue.
|
7 years ago |
Fabian Keßler
|
3d0632c949
|
Bugfix: The undoList of UndoRedoHandler is not cleared after calling UndoRedoHandler::clearContents().
As a result the undoList is not cleared after creating a new Document.
Signed-off-by: Fabian Keßler <fabian_kessler@gmx.de>
|
7 years ago |
Fabian Keßler
|
90f583a851
|
Merge pull request #1273 from Febbe/memleak2
Removed many memory leaks,
the merge is coordinated with @andreasb242
|
7 years ago |
Fabian Keßler
|
21c4091d65
|
Applied clang-format again.
Signed-off-by: Fabian Keßler <fabian_kessler@gmx.de>
|
7 years ago |
Bryan Tan
|
b5aa116787
|
Place newly created latex objects in the center of the screen/page
|
7 years ago |
Fabian Keßler
|
96bf69981e
|
Applied @JJones feedback
|
7 years ago |
Fabian Keßler
|
6fac9fc28c
|
fixed .clangformat
Signed-off-by: Fabian Keßler <fabian_kessler@gmx.de>
|
7 years ago |
Fabian Keßler
|
62774a90a3
|
Replaced some include braces from <> to "" for local headers.
|
7 years ago |
Bryan Tan
|
355f805e5f
|
Merge pull request #1228 from Technius/feature/latex-center
Place newly created latex objects in the center of the screen/page
|
7 years ago |
Bryan Tan
|
f9ed91232a
|
Place newly created latex objects in the center of the screen/page
|
7 years ago |
Fabian Keßler
|
bd7f66472b
|
Merge pull request #1282 from Febbe/fix_clang_format
fixed .clangformat
|
7 years ago |
JJones780
|
f6586248b4
|
Merge branch 'master' into memleak2
|
7 years ago |
JJones780
|
5106ebc6b1
|
Merge pull request #1283 from JJones780/addCSSNames2Glade
Support CSS: Add name="name" property matching id's for all non-generic id's
|
7 years ago |
Fabian Keßler
|
2d51e74d0c
|
Applied @JJones feedback
|
7 years ago |
JJones780
|
a902442e81
|
added name="name" property matching id's for all non-default id's using:
gawk -i inplace 'match($0, /(\s*).*class="(\S+)".*id="(\S+)"/,arr){ print $0; if(arr[2] != "GtkAdjustment") print arr[1] " <property name=\"name\">" arr[3] "</property>"; next}{print}' ui/*.glade
for xx in sid label vbox hbox box separatormenuitem menuitem image grid menu button; \
do sed -r -i "/.*name=\"name\".*\\b$xx[0-9]+\\b/d" ui/*.glade;done
|
7 years ago |
Fabian Keßler
|
869138cd1a
|
fixed .clangformat
Signed-off-by: Fabian Keßler <fabian_kessler@gmx.de>
|
7 years ago |
JJones780
|
c1807c3a93
|
Merge pull request #1281 from JJones780/ClangFormat
Standard: Cpp11 from Cpp03, Got rid of 3.3 vs 3.4 comments
|
7 years ago |
JJones780
|
9ddb4b2011
|
Standard: Cpp11 from Cpp03, Got rid of 3.3 vs 3.4 comments
|
7 years ago |
JJones780
|
68b827b422
|
Merge pull request #1280 from JJones780/ClangFormat
UseTab: ForIndentation
|
7 years ago |
JJones780
|
a409d662fb
|
UseTab: ForIndentation
|
7 years ago |
JJones780
|
f9fad9747b
|
Merge pull request #1268 from JJones780/ToolbarFixns
User-friendly message on empty Floating Toolbox.
|
7 years ago |
JJones780
|
9ef778f0c1
|
Merge pull request #1276 from JJones780/ClangFormat
fixed indented AccessModifiers
|
7 years ago |
JJones780
|
6c8071437c
|
fixed indented AccessModifiers
|
7 years ago |
JJones780
|
eeb90a1e2d
|
formatting changes care of clang-format.
|
7 years ago |
JJones780
|
13044af9e8
|
turn off clang format for a small section.
|
7 years ago |
JJones780
|
ef4bb94c5c
|
Point user to customize Toolbars if they bring up an empty FloatingToolBox.
New icons and toolbarItems for Maange and Customize Toolbar menu items.
|
7 years ago |
JJones780
|
135e66c8b1
|
Merge pull request #1274 from kylegodbey/dottedfix
Correct "dash-/ doted" typo in drop down menu
|
7 years ago |
JJones780
|
56a93a4d00
|
Merge pull request #1275 from JJones780/ClangFormat
Clang format - for Xournal++ coding standard.
|
7 years ago |
JJones780
|
4e077b5784
|
try with ContinuationIndentWidth: 16
|
7 years ago |
JJones780
|
215483c662
|
clang-format spec.. pretty close to our standard
|
7 years ago |
Fabian Keßler
|
384ca91080
|
fixed lost erase of the event through the refactoring.
|
7 years ago |