Commit Graph

210 Commits

Author SHA1 Message Date
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
59247b1c4f Test if 'data' exists in json file 2020-02-09 16:57:12 +01:00
1e486dbbf6 Strip final binaries 2020-01-31 22:52:00 +01:00
1d52ff388f Use tuple instead of pair of pairs 2020-01-31 22:51:43 +01:00
267f1df204 Use rapidjson 2020-01-31 22:38:11 +01:00
10aec4e41b Fixed terminal output when running GUI 2020-01-19 12:03:38 +01:00
3f6c97bda7 TV_Rename: slight refactor and formatting 2020-01-18 22:56:47 +01:00
efa1daf639 SQLitepp: added TODO 2020-01-18 22:45:17 +01:00
5155569a69 SeasonWindow: added TODO 2020-01-18 22:43:55 +01:00
d3d7ac801e MainWindow: removed debug outputs and slight refactor 2020-01-18 22:37:04 +01:00
8b4a21fb53 TV_rename: add const 2020-01-18 22:19:17 +01:00
90f45464ac Functions: slight refactor 2020-01-18 22:18:58 +01:00