Commit Graph

171 Commits

Author SHA1 Message Date
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
d197bd5e78 MainWindow: show rename/db_add buttons after 2020-02-17 13:36:33 +01:00
be4c2206f6 Makefile: add new files, break up tv_rename_gui 2020-02-12 11:49:48 +01:00
623720c9e3 SearchWindow 2020-02-12 11:49:32 +01:00
8e4f348b8d Move some shared functions into gtkfunctions.cpp 2020-02-12 11:48:03 +01:00
7f69b3c662 tv_rename: getLangs returns map instead of vector of pairs 2020-02-12 11:46:44 +01:00
2a4b7c60ae SeasonWindow: make it modal 2020-02-12 11:46:11 +01:00
1f1e168ab4 MainWindow: support UI changes of DatabaseWindow, use new functions 2020-02-12 11:45:47 +01:00
adeed21976 DatabaseWindow: UI changes 2020-02-12 11:44:34 +01:00
564c7b09e2 Use treestore instead of liststore for database 2020-02-09 16:57:37 +01:00