- 08 Feb, 2018 1 commit
-
-
Ragnar Thomsen authored
# Conflicts: # src/optiondialog.h
-
- 04 Feb, 2018 3 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
*use default preference name. *header cleanup
-
- 27 Jan, 2018 3 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
# Conflicts: # CMakeLists.txt
-
Michael Reeves authored
Merdge changes from Thomsen/Joachim*Fix QUrl handling*Fix preferance access*Use QKeySequence::Refresh*add missed code for print cancellation
-
- 26 Jan, 2018 8 commits
-
-
Thomas Fischer authored
Applying various changes suggested by clazy, including: - const references in foreach loops - 'midRef' instead of 'mid' - Removing/disabling unused variables
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
-
Michael Reeves authored
-
Thomas Fischer authored
Updating/renaming/creating .desktop files for both main application and part as well as creating an .appdata.xml file based on the translations from the application's .desktop file.
-
Ragnar Thomsen authored
-
Ragnar Thomsen authored
# Conflicts: # src/smalldialogs.cpp
-
Ragnar Thomsen authored
This was caused by QTextCodec::codecForName("System") returning a null pointer.
-
- 23 Jan, 2018 1 commit
-
-
Michael Reeves authored
-
- 22 Jan, 2018 2 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
-
- 21 Jan, 2018 1 commit
-
-
Michael Reeves authored
-
- 18 Jan, 2018 21 commits
-
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
Joachim Eibl authored
Signed-off-by:
joachim99 <joachim.eibl@gmx.de> # Conflicts: # src/progress.cpp
-
Joachim Eibl authored
Signed-off-by:
joachim99 <joachim.eibl@gmx.de>
-
Joachim Eibl authored
Signed-off-by:
joachim99 <joachim.eibl@gmx.de>
-
Joachim Eibl authored
Signed-off-by:
joachim99 <joachim.eibl@gmx.de>
-
Joachim Eibl authored
Signed-off-by:
joachim99 <joachim.eibl@gmx.de>
-
Joachim Eibl authored
Signed-off-by:
joachim99 <joachim.eibl@gmx.de>
-
Michael Reeves authored
This reverts commit edc1422c7e023b71e766d4ac368433c9e4064e73. # Conflicts: # src/common.cpp # src/directorymergewindow.cpp # src/fileaccess.cpp # src/kdiff3.cpp # src/kdiff3_part.cpp # src/kdiff3_shell.cpp # src/main.cpp # src/optiondialog.cpp # src/smalldialogs.cpp
-
Joachim Eibl authored
- Some steps towards Qt5 compilability - Improving interruptability while recalculating word wrap - Fixed diff-ext makefile Signed-off-by:
Joachim Eibl <joachim.eibl@gmx.de>
-
Joachim Eibl authored
-
Michael Reeves authored
QString::null is depriated as of QT 5.9. Use QString() instead. Non-breaking change. Tecnically the second parameter iof KHelpClient::invokeHelp isn't even needed as will defualt to QString(). Leaving it for clarity sake. Signed-off-by:
Michael Reeves <reporter123@users.noreply.github.com>
-
Michael Reeves authored
Don't use std:reverse sort correctly the first time. Since we have to sort anyway. remove unused param sortColumn where not required by Qt API
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
-
Michael Reeves authored
Seriously how did this ever work. *Scrat unneeded KReplacement check.
-