]>
gitweb.hamatoma.de Git - reqt/log
Hamatoma [Thu, 8 Dec 2016 23:31:49 +0000 (00:31 +0100)]
Research: ReIntComboBox, near-by-search, hits per file, block per file
Hamatoma [Sun, 4 Dec 2016 23:22:57 +0000 (00:22 +0100)]
ReSearch: translations into German
Hamatoma [Sun, 4 Dec 2016 22:13:21 +0000 (23:13 +0100)]
ReSearch: DEL key for detaching files
Hamatoma [Sun, 4 Dec 2016 01:21:28 +0000 (02:21 +0100)]
ReSearch: block handling, current hit file/line
Hamatoma [Thu, 1 Dec 2016 23:06:42 +0000 (00:06 +0100)]
Merge branch 'master' of git.hamatoma.de:repo/reqt
Hamatoma [Thu, 1 Dec 2016 23:05:40 +0000 (00:05 +0100)]
ReSearch: placeholder as prefix
Hamatoma [Wed, 30 Nov 2016 01:11:06 +0000 (02:11 +0100)]
ReSettings: TRUE/FALSE replaced by sTRUE/sFALSE
Hamatoma [Tue, 29 Nov 2016 23:00:34 +0000 (00:00 +0100)]
ReSearch: ignore binaries
Hamatoma [Tue, 29 Nov 2016 01:19:42 +0000 (02:19 +0100)]
ReSearch: single files work, timer task
Hamatoma [Fri, 25 Nov 2016 23:37:56 +0000 (00:37 +0100)]
Research: improvements
Hamatoma [Thu, 24 Nov 2016 23:58:51 +0000 (00:58 +0100)]
ReSearch: next / previous page, HitPosition
Hamatoma [Thu, 24 Nov 2016 00:47:56 +0000 (01:47 +0100)]
ReSearch: text search, date criteria
Hamatoma [Tue, 22 Nov 2016 23:26:53 +0000 (00:26 +0100)]
ReSearch: filter implemented
Hamatoma [Mon, 21 Nov 2016 23:30:41 +0000 (00:30 +0100)]
fix ReMatcher, improvement ReSearch
* ReIncludeExcludeMatcher: first char of exclude patterns now removed
* ReSearch: table is filled
Hamatoma [Sun, 20 Nov 2016 23:13:15 +0000 (00:13 +0100)]
+ ReFileSearch, ReComboBox works, + appl/research
Hamatoma [Wed, 5 Oct 2016 19:16:11 +0000 (21:16 +0200)]
recommand: adaptions to changed base classes
Hamatoma [Tue, 4 Oct 2016 21:26:36 +0000 (23:26 +0200)]
rebackgui + reimgconvert
* rebackgui:
** Button "Make first"
* reimgconvert:
** check of the input fields
** target dir is ignored in source tree
** translations completed
hama [Sun, 2 Oct 2016 08:40:01 +0000 (10:40 +0200)]
rebackgui: enforce shadow dir, format check
* creation of the shadow directory with sudo (if not exists)
* no crash if ';' is missed in the target
* new ReProcess.cpp
hama [Sun, 26 Jun 2016 08:33:25 +0000 (10:33 +0200)]
ReStringUtils::base64Encode(): buffer overflow
hama [Sun, 26 Jun 2016 07:50:44 +0000 (09:50 +0200)]
QStorageInfo excluded for versions < 5.4
hama [Sun, 26 Jun 2016 07:08:19 +0000 (09:08 +0200)]
rebackgui: setUidAllowed deactivated
hama [Sat, 25 Jun 2016 23:16:02 +0000 (01:16 +0200)]
reimgconvert: adaption to current source
hama [Sat, 25 Jun 2016 22:30:05 +0000 (00:30 +0200)]
refind: adaption to current source
Hamatoma [Thu, 2 Jun 2016 21:09:54 +0000 (23:09 +0200)]
project file: *.pl removed
hama [Wed, 1 Jun 2016 22:16:23 +0000 (00:16 +0200)]
ReComboBox, store/restore
* new ReComboBox: History in list, signal if edit finished
* storage of comboboxes in file
Hamatoma [Wed, 1 Jun 2016 01:03:21 +0000 (03:03 +0200)]
Windows corrections
hama [Tue, 24 May 2016 22:38:08 +0000 (00:38 +0200)]
full target path in "last file"
hama [Sun, 15 May 2016 06:26:55 +0000 (08:26 +0200)]
rebackgui: integrated mount and blkid
* no script is needed for mount and blkid info
* refactoring: ReSuccess_t and ReTrue_t
hama [Wed, 27 Apr 2016 21:40:45 +0000 (23:40 +0200)]
rebackgui: selecting target works (linux)
hama [Tue, 19 Apr 2016 21:06:37 +0000 (22:06 +0100)]
ignoring more than 200 errors
hama [Wed, 13 Apr 2016 22:03:26 +0000 (00:03 +0200)]
optimization: avoiding unused entries in file list
hama [Tue, 12 Apr 2016 22:46:32 +0000 (00:46 +0200)]
Merge branch 'master' of git.hamatoma.de:repo/reqt
hama [Mon, 11 Apr 2016 22:52:57 +0000 (00:52 +0200)]
v2016.04.07, rebackgui, warnings found by clang
rebackgui:
* test of symbolic link before test of directory
* allows being root by setuid()
* translation improvements
* documentation in rebackgui.html
* trace
lib:
* file copy under linux:
** copying symbolic links
** setting owner and group
* linux: using QT setpermissions() instead of chmod()
* new: modifyToNonExisting()
* ReLogger(): correction of logging file "ring" (incrementing numbers,
limited count of files)
* ReProcess::executeAndRead(): timeout
* added: I18N::b2s()
* more tests
* uint64_t changed to quint64
* ReGuiApplication(): default base dir is now <home>/.reappl
* ReTracer
hama [Mon, 11 Apr 2016 22:52:57 +0000 (00:52 +0200)]
v2016.04.07, rebackgui, warnings found by clang
rebackgui:
* test of symbolic link before test of directory
* allows being root by setuid()
* translation improvements
* documentation in rebackgui.html
lib:
* file copy under linux:
** copying symbolic links
** setting owner and group
* linux: using QT setpermissions() instead of chmod()
* new: modifyToNonExisting()
* ReLogger(): correction of logging file "ring" (incrementing numbers,
limited count of files)
* ReProcess::executeAndRead(): timeout
* added: I18N::b2s()
* more tests
* uint64_t changed to quint64
* ReGuiApplication(): default base dir is now <home>/.reappl
hama [Thu, 25 Feb 2016 23:38:13 +0000 (00:38 +0100)]
rebackgui: linux things
Hamatoma [Wed, 24 Feb 2016 18:44:14 +0000 (19:44 +0100)]
rebackgui: WIN32 copy() and setTimes()
Hamatoma [Wed, 24 Feb 2016 17:53:04 +0000 (18:53 +0100)]
rebackgui: WIN32 corrections
* using Win32 CopyFile()
hama [Wed, 24 Feb 2016 15:31:53 +0000 (16:31 +0100)]
rebackgui: refactoring, autosave
* configuration: automatic update and selectable saving
* file copy criteria: filetime differs more than 2 sec (older or newer)
hama [Sun, 21 Feb 2016 02:08:56 +0000 (03:08 +0100)]
reimgconvert: German transl., text improvements
hama [Sat, 20 Feb 2016 17:55:37 +0000 (18:55 +0100)]
refind: refactoring, German texts
* text improvements: tooltips, short cuts...
* using base class ReGuiApplication: multi language support
* removing base class ReObserver: not used
Hamatoma [Sat, 20 Feb 2016 07:13:40 +0000 (08:13 +0100)]
rebackgui: Translations, performance, clearing queue
* missed translations in BackupEngine
* file queue must be cleared before running a task
* gui queue: only the last status message must be showed
* gui queue: the timer triggered method stops after one second:
responsibility of the GUI
hama [Fri, 19 Feb 2016 23:30:50 +0000 (00:30 +0100)]
rebackgui: switch English/German
hama [Thu, 18 Feb 2016 23:22:59 +0000 (00:22 +0100)]
rebackgui speaks German
hama [Wed, 17 Feb 2016 22:24:40 +0000 (23:24 +0100)]
rebackgui: german translations
Hamatoma [Wed, 17 Feb 2016 19:50:06 +0000 (20:50 +0100)]
rebackgui: windows specific errors, program icon
hama [Tue, 16 Feb 2016 20:10:30 +0000 (21:10 +0100)]
rebackgui: title and icon
hama [Sun, 14 Feb 2016 22:59:38 +0000 (23:59 +0100)]
rebackgui: reload of last backup date, menu
hama [Sun, 14 Feb 2016 19:47:04 +0000 (20:47 +0100)]
Merge branch 'master' of git.hamatoma.de:repo/reqt
Hamatoma [Sun, 14 Feb 2016 18:36:47 +0000 (19:36 +0100)]
rebackgui: bugfixes
hama [Sun, 14 Feb 2016 11:21:22 +0000 (12:21 +0100)]
rebackgui: fix of statistics
hama [Sun, 14 Feb 2016 10:36:34 +0000 (11:36 +0100)]
proj. example, rebackgui: fix for clean
hama [Sun, 14 Feb 2016 07:57:27 +0000 (08:57 +0100)]
recommand: command line, tail
Hamatoma [Sat, 13 Feb 2016 11:10:06 +0000 (12:10 +0100)]
rebackgui: Calculation of runtime
hama [Sat, 13 Feb 2016 10:30:07 +0000 (11:30 +0100)]
rebackgui works
hama [Sat, 13 Feb 2016 00:39:38 +0000 (01:39 +0100)]
recommand: interpolate + expand works
hama [Thu, 11 Feb 2016 22:44:46 +0000 (23:44 +0100)]
recommand: nofm and timeconv
hama [Wed, 10 Feb 2016 23:20:08 +0000 (00:20 +0100)]
license inserted
hama [Wed, 10 Feb 2016 23:09:16 +0000 (00:09 +0100)]
rebackgui: clean works
hama [Wed, 10 Feb 2016 09:29:56 +0000 (10:29 +0100)]
recommand works
Hamatoma [Tue, 9 Feb 2016 18:28:19 +0000 (19:28 +0100)]
windows corrections
hama [Tue, 9 Feb 2016 18:09:13 +0000 (19:09 +0100)]
start of recommand
hama [Mon, 8 Feb 2016 23:22:25 +0000 (00:22 +0100)]
dayly work
hama [Sun, 7 Feb 2016 21:58:58 +0000 (22:58 +0100)]
rebackgui: implentation of "clean"
Hamatoma [Wed, 3 Feb 2016 07:31:00 +0000 (08:31 +0100)]
rebackgui status message
hama [Wed, 3 Feb 2016 07:13:27 +0000 (08:13 +0100)]
renamed to onAbout...()
Hamatoma [Sun, 31 Jan 2016 22:59:50 +0000 (23:59 +0100)]
rebackgui: options: maxList + autoClear
hama [Sun, 31 Jan 2016 17:40:59 +0000 (18:40 +0100)]
rebackgui: checksum works
hama [Sat, 30 Jan 2016 22:34:36 +0000 (23:34 +0100)]
backup parameter now stored in the target marker file
Hamatoma [Sat, 30 Jan 2016 18:29:26 +0000 (19:29 +0100)]
rebackgui works (windows)
hama [Sat, 30 Jan 2016 02:04:06 +0000 (03:04 +0100)]
rebackgui works
Hamatoma [Wed, 27 Jan 2016 22:48:36 +0000 (23:48 +0100)]
rebackgui: works basicly under windows
hama [Tue, 26 Jan 2016 22:37:35 +0000 (23:37 +0100)]
rebackgui: GUI works, missing copy
hama [Mon, 25 Jan 2016 23:14:25 +0000 (00:14 +0100)]
dayly work
hama [Sun, 24 Jan 2016 23:08:31 +0000 (00:08 +0100)]
dayly work
hama [Sun, 24 Jan 2016 00:56:28 +0000 (01:56 +0100)]
rebackgui: configuration works
hama [Thu, 21 Jan 2016 23:28:17 +0000 (00:28 +0100)]
dayly work
hama [Wed, 20 Jan 2016 17:52:14 +0000 (18:52 +0100)]
makeDirWithParents(), chomp(), reimgconvert
* new: ReFileUtils::makeDir(), makeDirWithParents()
* changed: chomp() has now IN/OUT parameter text
* reimgconvert: handles non continued directories (mkDirWithParent())
hama [Wed, 20 Jan 2016 11:32:58 +0000 (12:32 +0100)]
reimgconvert: refactoring
* guiQueue moved to new class ReGuiApplication
* recursive conversion, finding other files works
* common home directory .reappl
hama [Wed, 20 Jan 2016 00:29:45 +0000 (01:29 +0100)]
reimgconvert: gui redesign, search separated
* removed unneeded elements (layouts...)
* search is a separate thread
* recursive processing
* new: showing other files
hama [Sun, 17 Jan 2016 23:42:57 +0000 (00:42 +0100)]
reimgconvert works
hama [Sat, 16 Jan 2016 10:31:55 +0000 (11:31 +0100)]
source sorting, working reimgconvert
* source sorting in refind and reimgconvert
* pre alpha of reimgconvert
hama [Thu, 14 Jan 2016 23:16:06 +0000 (00:16 +0100)]
dayly work
hama [Sun, 3 Jan 2016 08:27:55 +0000 (09:27 +0100)]
dayly work
hama [Tue, 29 Dec 2015 23:24:30 +0000 (00:24 +0100)]
recform: formatting var decl
hama [Mon, 28 Dec 2015 23:56:58 +0000 (00:56 +0100)]
CFormatter: cast expr works
hama [Sun, 27 Dec 2015 22:53:32 +0000 (23:53 +0100)]
recform: initial state
hama [Fri, 25 Dec 2015 16:21:59 +0000 (17:21 +0100)]
License changed to UNLICENSE, ready for github
hama [Thu, 24 Dec 2015 20:09:49 +0000 (21:09 +0100)]
Doxygen improvements
Hamatoma [Thu, 24 Dec 2015 16:00:13 +0000 (17:00 +0100)]
ReFind: start/stop works
* menu, toolbar and buttons for start/stop works now
* exact value of "stop after" works now
hama [Thu, 24 Dec 2015 00:57:36 +0000 (01:57 +0100)]
ReFind: layout improvements, stop button
* Layout: more using grid
* stop button + menu
* ReTest::run() renamed to runTests()
hama [Sun, 20 Dec 2015 23:10:23 +0000 (00:10 +0100)]
ReFind: small improvements, e.g. layout
Hamatoma [Sun, 20 Dec 2015 21:24:03 +0000 (22:24 +0100)]
ReFind: windows improvements
* handling of u:\
* wrong export strings
hama [Sun, 20 Dec 2015 17:42:41 +0000 (18:42 +0100)]
Refind: works with separate file finder thread
* GUI manipulation only in main thread
* layout changed: 4 lines in the header
* stop after maximal hits
* clear file table + append results to existing results
* new layout for export
Hamatoma [Sun, 20 Dec 2015 07:50:33 +0000 (08:50 +0100)]
ReFind: native path
Hamatoma [Sat, 19 Dec 2015 23:13:49 +0000 (00:13 +0100)]
Refind: windows improvements
hama [Sat, 19 Dec 2015 21:07:44 +0000 (22:07 +0100)]
dayly work
hama [Sat, 19 Dec 2015 21:07:01 +0000 (22:07 +0100)]
ReFind: file search in background
* own thread for file search
* "clear" button
* "append" checkbox
* full path in column path (not relative)
* removed: base dir to clipboard
hama [Sat, 19 Dec 2015 21:00:20 +0000 (22:00 +0100)]
Dayly work
hama [Thu, 3 Dec 2015 23:03:38 +0000 (00:03 +0100)]
dayly work
hama [Wed, 2 Dec 2015 22:04:01 +0000 (23:04 +0100)]
ReProgArgs works, I18N::s2b() added