21 Commits

Author SHA1 Message Date
Vladimir
a743565796 Apply formatting
find . -iname '*.h' -o -iname '*.cpp' | xargs clang-format -i
2025-01-13 01:23:52 +05:00
Vladimir
8ffe6cdfcd Fix warnings from Qt 5.15 2021-03-03 21:22:52 +03:00
Vladimir
7da6ada4f5 Encode problem characters with escape sequence 2020-04-05 18:26:06 +05:00
Vladimir
3512cea402 Don't add non-encoded character to font 2020-04-05 17:55:48 +05:00
Vladimir
6fbbcbf98e Added namespace to widgets, dialogs, etc. 2017-12-20 13:21:44 +05:00
Vladimir
8b5594e812 Added namespace to settings 2017-12-19 19:32:51 +05:00
Vladimir
e99b15fde0 Added namespace to parser 2017-12-13 13:08:28 +05:00
Vladimir
ca1da54d4f Removed condition for Qt 5.2
Filter mode for QCompleter.
2017-10-05 21:45:12 +05:00
Vladimir
084ca16501 Fixed build with Qt 5.1 2017-07-12 17:16:40 +05:00
Vladimir
99b7009501 Added completer to encoding's combobox 2017-07-11 22:02:50 +05:00
Vladimir
13e1da5fd5 Code style changed with plugin Beautifier and Artistic Style 2016-10-15 19:31:03 +05:00
Vladimir
afa19da8b4 Removed delimiter lines //-------------- 2016-10-15 17:50:29 +05:00
Vladimir
261277d6be Encodings list sorted;
Select UTF-8 by default.
2014-09-09 18:37:12 +06:00
Vladimir
a3f1e28a9f License added 2014-06-08 12:31:11 +06:00
Vladimir
a100ba658a Changed workaround for nbsp 2013-10-14 22:38:24 +06:00
Vladimir
545b73fce4 Revert "Fixed converions from nbsp to standard space;"
This reverts commit 6893f93e75.
2013-10-14 22:26:38 +06:00
Vladimir
ea58dc0711 Fixed character 0 in range dialog 2013-10-14 22:01:20 +06:00
Vladimir
6893f93e75 Fixed converions from nbsp to standard space;
preview box is read only;
2013-06-21 00:44:04 +06:00
Vladimir
d417dead3f Method toAscii() replaced by toLatin1() 2013-05-30 23:49:31 +06:00
Vladimir
c1192ce5db Added option Big-Endian/Little-Endian for character range coding 2013-05-07 21:39:09 +06:00
Vladimir
d64877d9b1 Added dialog to select characters by range 2013-05-07 21:31:35 +06:00