MarPiRK
ded9feea4a
README update with link to Trello page
...
Also some markdown changes
11 years ago
MarPiRK
3e0dab60ce
Fix for linker error
11 years ago
MarPiRK
202c86efaf
Merge remote-tracking branch 'upstream/string_new' into string_new
11 years ago
Andreas Butti
02fd9d5b5f
Removed startup warning
...
This warning was because Xournal++ and Xournal was in the same SVN Repository, but now Xournal++ is stable and not in the same repository anymore.
So this message is removed.
11 years ago
Andreas Butti
f53042aa4b
Fixed linker error
11 years ago
MarPiRK
41b1416b3e
Save As dialog when document file was removed and memory checks enable/disable in configure
11 years ago
MarPiRK
c3692a6e20
Fix: When document file was removed autosave is working
...
TODO Save As dialog when document file was removed
11 years ago
MarPiRK
274808cb61
Fix: Error file dialog was freezing, after "Open Logfile"
...
Added missing MetadataManager::getURI() used by previous bugfix.
Info about error reporting for MarPiRK/string_new branch
11 years ago
MarPiRK
aa5a0a5758
Fix for unreported bug (strokes was highlighed in wrong way.
...
It seems, that day when I've done this (and other previoud) wasn't best for programming.
11 years ago
MarPiRK
afd28ff6a3
Fix for MarPiRK#10 – metadata working
11 years ago
andreasb242
55ef195632
Merge pull request #116 from MarPiRK/string_new
...
Mainly new string handling
11 years ago
MarPiRK
2a01bfec62
Updated "developement version" message
11 years ago
MarPiRK
416ac31153
Changed GPLv2 to GPLv2 or later as advised in xournalpp#108
11 years ago
MarPiRK
60c5e71ac2
Another (my) stupid bug fix
11 years ago
MarPiRK
765a6a0d32
Uhh...
...
Bravo Marek... I don't know, why I assumed that `sizeof sth` will work...
Also some cppcheck fixes and questions.
11 years ago
MarPiRK
e18a4f1794
Fixes based on cppcheck report
...
I've included additional comments. Please let sb check these places.
11 years ago
MarPiRK
af6b50d76a
Finishing touches to string_new
...
Fixed some autoformatted code, removed unnecessary std::list.clear() in destructors, replace_all_chars is back based on string (based on benchmark from http://stackoverflow.com/a/18892532 ).
11 years ago
MarPiRK
a48fcd31c6
Merge remote-tracking branch 'upstream/string_new' into string_new
11 years ago
MarPiRK
750767e56f
Changed back to GNU GPLv2 (xournalpp#108)
11 years ago
MarPiRK
273dcb8b50
stringstream used for replace_all_chars in StringUtils
11 years ago
MarPiRK
74c3b1608a
Pragma once final manual changes
11 years ago
MarPiRK
c5a2fed6ac
Pragma once automatic changes
11 years ago
MarPiRK
d1e603fe49
Pragma once manual changes
...
(good luck to change everything this way)
11 years ago
Andreas Butti
e706046830
Updated German translation
...
removed "Development Warning" at start, was from the really beginning, not needed anymore
Updated About Dialog to 2015
11 years ago
MarPiRK
214c435a80
Merge remote-tracking branch 'upstream/master' into string_new
...
# Conflicts:
# build_release.sh
11 years ago
MarPiRK
488849e04f
Merge remote-tracking branch 'upstream/glib_new' into string_new
11 years ago
MarPiRK
0e02a81fa0
Removal of ListIterator – part of code using GList* rewritten to std::vector - using its own iterator.
11 years ago
MarPiRK
abb04eed67
PoDoFo dependency removal
11 years ago
MarPiRK
4fb94a329a
Bravo... I forgot to clean stream buffer - bug #6 from MarPiRK/xournalpp is fixed now
11 years ago
Wilson Brenna
2b3d18e65f
Merge branch 'legacy'
...
Conflicts:
build_release.sh
11 years ago
Wilson Brenna
5c5f407332
Fixed bug #106 to three minute autosave.
11 years ago
Wilson Brenna
739d5b21d1
Updated version to 1.0.2.
11 years ago
MarPiRK
68d7642fd0
ExportDialog page ranges are now std::vector not GList* and ExportDialog is using boost::filesystem::path
11 years ago
MarPiRK
85695c7a98
Fix for bug #7 in MarPiRK/xournalpp
...
And added podofo autoconf checks for future PDF Export rewrite
11 years ago
MarPiRK
c4c839b2b0
Little change to GzHelper compression parameter.
...
(But nothing changed for bug #6 in MarPiRK/xournalpp)
11 years ago
MarPiRK
bdd0ec23ec
Fix for bug #6 in MarPiRK/xournalpp (now it's exporting to PDF) and possibly for #81 in xournalpp/xournalpp (pages in PDF aren't moved over page borders). Fix for wrong Tex command.
...
Also pretty much completly rewritten LoadHandler utilizing pugixml parser instead of glib one. Fixed debugging boost::format messages. Image and TexImage now are based on std::string. Moved from iterator loops to C++11 foreach. GzHelper is now based on boost::iostreams.
11 years ago
MarPiRK
fb1f5c70b4
Replaced old reference to Xournal SourceForge website with Xournal++ GitHub page
11 years ago
MarPiRK
b6dc8c03da
Updated .gitignore and made Polish translation to .desktop files
11 years ago
MarPiRK
02004dc5b0
Little cleanup in files and updated autotools scripts.
11 years ago
MarPiRK
3e914a91e6
Possibly fix for bug #5 in MarPiRK/xournalpp
...
Added new autoconf boost script (and removed old ones), removed unused m4 files.
11 years ago
MarPiRK
df1bcaee59
Oops... Wrong way to free GFile
11 years ago
MarPiRK
7f91f829cd
Fixed "Cannot display directory contents" while exporting to PDF bug ( #4 in MarPiRK/xournalpp)
...
Now segfault while exporting to PDF.
11 years ago
MarPiRK
15108da005
Fixed "Recent documents not showing" #3 bug from MarPiRK/xournalpp
...
Fixed last save path when "Recent documents" is chosen in Open dialog. Rewritten recent documents with strings and paths.
11 years ago
MarPiRK
24dc682a64
Fixed bug with backup filename
...
And updated config.sub script
11 years ago
MarPiRK
a3634d7ce4
Standardized formatting
11 years ago
MarPiRK
26a20b5c47
Fixed issue with loading PDF files #108 from xournalpp/xournalpp
...
Also reverted back to tab indents
11 years ago
MarPiRK
7fdb8a8efb
Some more std::string and replacement of string filenames to boost::filesystem::path.
...
Also some formatting standardization and more boost replacements.
11 years ago
MarPiRK
7e5ebfda67
Added m4 scripts for boost and c++11 and updated "missing" script
11 years ago
MarPiRK
38c863c6c2
Merge pull request #2 from Corna/string_new
...
Changed python module strings to std::string
11 years ago
Nicola Corna
a605c13dc5
Changed python module strings to std::string
11 years ago