Ulrich Huber
|
6986b6dafe
|
Fix many translation strings
|
7 years ago |
Ulrich Huber
|
5c091b5786
|
Fix many translation strings
|
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 |
Andreas Butti
|
970cc65d12
|
Plugin description
|
7 years ago |
Andreas Butti
|
cc3d01aecc
|
Plugin configuration dialog to enable / disable plugins
|
7 years ago |
Andreas Butti
|
e55cdc4ca6
|
Translation, updated
Format Dialog working again
fix #300
|
7 years ago |
Andreas Butti
|
2b5db21ff6
|
Dialogs GTK3 Cleanup
|
7 years ago |
Andreas Butti
|
663a233ada
|
Colorchooser working with GTK2 / GTK3
|
7 years ago |
AndreasB123
|
4cb7c3154b
|
Implemented go to page dialog
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@183 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |
andreasb123
|
3620445ac0
|
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |
andreasb123
|
11eaa0cff5
|
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@59 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |
andreasb123
|
c109224488
|
Background Image handling (more or less) implemented
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@7 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |
andreasb123
|
7017b71604
|
Background Image handling (more or less) implemented
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@7 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |
andreasb123
|
35bdcb6bbe
|
git-svn-id: https://xournal.svn.sourceforge.net/svnroot/xournal/trunk/xournalpp@5 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |
andreasb123
|
16740ffcf5
|
git-svn-id: svn://svn.code.sf.net/p/xournal/svn/trunk@5 9fe2bcd3-a095-4d8b-a836-9b85dc8d7627
|
15 years ago |