Commit Graph

180 Commits

Author SHA1 Message Date
ce7dbe120e Add basic CI 2020-04-15 12:31:14 +02:00
93fa1ec618 Include sorting causes problems on windows
For some reason you need to include <windows.h> before some other
includes, because recursive include isn't a thing on windows I guess
2020-04-15 11:45:10 +02:00
ce08a0c650 Use UTF-8 in windows console 2020-04-15 10:53:37 +02:00
a2d9504a09 Update 3rd party libraries list 2020-04-14 16:07:36 +02:00
d5f5e3505a windows/databasewindow: make databesewindow wider 2020-04-13 22:41:46 +02:00
14ca3416d2 functions.cpp: slight reformat, better refreshSelectDB
Turns out that printing 100 wasn't required to hide progress window,
that is a part of ProgressBar destructor.

refreshSelectDB now shows "Updating *show* in database" so it won't hang
for a few seconds at 100% after renaming
2020-04-13 22:38:57 +02:00
4e52a98eae Windows: cleaning database now shows progress window 2020-04-13 22:38:37 +02:00
86fedf623c GUI: fix possible division by 0 2020-04-13 20:41:38 +02:00
2206f28124 CLI+GTK: show progress when cleaning database 2020-04-13 19:58:57 +02:00
d6899a505e gtk/gui.cpp: silence warnings 2020-04-12 21:12:44 +02:00
0ca5e21eb2 main.cpp: silence warnings 2020-04-12 21:11:14 +02:00
3847c428df Merge branch 'sqlite' into 'master'
Added database functionality

See merge request zvon/tv_rename_cpp!1
2020-04-01 18:25:09 +00:00
2f845cd7e7 windows/seasonwindow: fix dimensions, make resizable 2020-04-01 20:20:20 +02:00
f468596022 Gtk: make windows resizable 2020-04-01 20:09:15 +02:00
013d98e941 Makefile: windows - compile separate object files 2020-04-01 17:03:33 +02:00
991a21af4e Formatting 2020-04-01 16:13:39 +02:00
aa049ff203 Reorganize gtk and localization files 2020-04-01 16:07:37 +02:00
adf4a11874 Gtk: use mnemonics in menu 2020-04-01 15:55:37 +02:00
ae2c015fad Makefile: fix gui target 2020-04-01 14:56:35 +02:00
d36ed1b2ac Makefile: install locale in /usr/share 2020-04-01 14:53:16 +02:00
e68adb3100 gitignore: ignore locale 2020-04-01 14:36:54 +02:00
d8869b8b34 Linux localization: check if locale exists in /usr/share/locale and bindtextdomain accordingly 2020-04-01 14:34:56 +02:00
2e366f8b74 Makefile: compile windows versions with resource files 2020-04-01 13:58:38 +02:00
b8db8baae0 Resource and rc files make a triumphant return 2020-04-01 13:58:01 +02:00
f785bf6d95 windows/seasonwindow: localization 2020-04-01 13:57:01 +02:00
60c30fa8f1 windows/searchwindow: localization 2020-04-01 13:56:15 +02:00
33622d1829 windows/progresswindow: localization 2020-04-01 13:55:13 +02:00
768f171de9 windows/patternwindow: localization 2020-04-01 13:54:19 +02:00
c12020529b windows/mainwindow: localization 2020-04-01 13:53:34 +02:00
e2199bbb83 windows/gui_functions: localization, nicer edit box, buttons have appropriate size 2020-04-01 13:51:53 +02:00
6d9b5f2d3a Includes 2020-04-01 13:50:44 +02:00
5e0ba6dbc2 windows/databasewindow: localization, remove "hidden" columns 2020-04-01 13:50:05 +02:00
bf5eaa39ea Reorder includes 2020-04-01 13:46:28 +02:00
85b2d6038b Resources_Linux: rename FILE to ID_FILE
`FILE` shouldn't be used because it's a type
2020-04-01 13:44:08 +02:00
5e9f27ae4a Functions: added vargs to LMsg 2020-04-01 13:42:00 +02:00
9ae1896b22 Linux localization: added strings 2020-04-01 13:40:26 +02:00
9d50b863c8 Internationalization: first steps 2020-03-12 20:52:23 +01:00
d44db3943e Windows: formatting 2020-02-25 17:26:30 +01:00
3201f8cece Windows/Databasewindow: fix reactive UI 2020-02-25 17:24:48 +01:00
7186635f1c Windows: refactored GUI 2020-02-25 16:11:25 +01:00
7b3e95c231 Windows: remove old gui version 2020-02-25 10:21:57 +01:00
1ad4ef5053 Windows/network: support status code 2020-02-25 10:20:45 +01:00
e6b2aeecad TV_rename: return a vector of languages for windows 2020-02-25 10:19:24 +01:00
31d30bb42a Windows: Remove now useless files 2020-02-25 10:11:13 +01:00
0076059360 Progress: define message numbers, fix message sending 2020-02-25 10:10:40 +01:00
de851fc356 Network: windows needs WinInet.h to be included AFTER Windows.h 2020-02-25 10:09:22 +01:00
a6999553ec Mainwindow,functions: move renameFiles to functions, fix dbGetShows declaration 2020-02-25 10:08:34 +01:00
53024af1a6 Databasewindow: assume that language/tvid is correct since it's from combobox/searchwindow 2020-02-25 10:03:59 +01:00
7065074121 MainWindow: use database pattern when clicking 'Add to database' 2020-02-24 08:42:51 +01:00
1d4fa4b8ff gtkfunctions: clear combobox model before filling it with possible shows 2020-02-17 13:37:00 +01:00