Commit graph

58 commits

Author SHA1 Message Date
Martin Rotter
d76e5eb345 Some cleanups. 2016-02-16 06:35:47 +01:00
Martin Rotter
b5f0d3ffdd Fixed #135. 2016-02-15 06:55:52 +01:00
Martin Rotter
6fcdd5351c Move some common code to superclasses. 2016-02-11 07:28:49 +01:00
Martin Rotter
f8fa601100 Remove useless recycle bin class. 2016-01-20 10:16:19 +01:00
Martin Rotter
0962856b7a Removed few lines. 2016-01-19 13:46:52 +01:00
Martin Rotter
cc8a5c2822 Refactoring, removed some unused methods also. 2016-01-19 13:39:09 +01:00
Martin Rotter
99126ad06f Fixed #147. 2016-01-16 19:02:27 +01:00
Martin Rotter
ef33988ca6 Refactoring. 2016-01-15 09:39:06 +01:00
Martin Rotter
35bae07ddd Another const refactoring. 2016-01-13 09:57:05 +01:00
Martin Rotter
d7470c7465 Const refactoring. 2016-01-11 13:00:37 +01:00
Martin Rotter
b4b244d634 Fixed #148. 2016-01-07 07:39:52 +01:00
Martin Rotter
483e8a4076 Some GUI work. 2016-01-04 06:30:53 +01:00
Martin Rotter
3896fbd370 Some preparations for #146. 2016-01-03 11:19:23 +01:00
Martin Rotter
9f4e38f30a Added better "add feed from website" feature accounts/plugins integration. 2015-12-22 12:25:45 +01:00
Martin Rotter
261e76c539 Fixed #135. 2015-12-18 14:09:14 +01:00
Martin Rotter
7e42e17046 More efficient marking as read/unread for standard plugin. 2015-12-11 09:45:01 +01:00
Martin Rotter
32e1374921 Refactored some code. 2015-12-10 13:57:40 +01:00
Martin Rotter
c6576ea799 Refactored restoring of messages. 2015-12-10 13:46:26 +01:00
Martin Rotter
68a9355223 Refactored some stuff with messages deleting. 2015-12-10 13:40:45 +01:00
Martin Rotter
7bfbdca4e9 Added initial starred status switching. 2015-12-10 12:57:01 +01:00
Martin Rotter
c8d4819270 Experimental ability to update read/unread status of messages. 2015-12-10 11:30:10 +01:00
Martin Rotter
333d38cf98 Refactored markin read/unread in recycle bin. 2015-12-10 07:31:04 +01:00
Martin Rotter
724e433786 Refactored recycle bin. 2015-12-10 07:02:09 +01:00
Martin Rotter
c4a8497471 Refactored assembling methods, TT-RSS is now able to load stored feeds. 2015-12-08 10:55:03 +01:00
Martin Rotter
32a8fc81cb Work on TT-RSS network. 2015-12-07 09:42:46 +01:00
Martin Rotter
057a5da197 Adding some attributes to tables. Rough. :( 2015-12-03 10:29:25 +01:00
Martin Rotter
bf3d97dd2c Reloaded langs + removed direct access to model from items - better encapsulation. 2015-11-30 12:53:04 +01:00
Martin Rotter
84fed7c4ce Work on add account dialog. 2015-11-30 10:50:37 +01:00
Martin Rotter
1178787bc1 Last edits today. 2015-11-29 20:27:52 +01:00
Martin Rotter
b685f1fc86 Empty initial drag/drop support. 2015-11-25 09:37:40 +01:00
Martin Rotter
8ae9c97248 Cleaned service menu, now service menus use context menus only. 2015-11-25 08:36:58 +01:00
Martin Rotter
85a7f104cf Fix. 2015-11-24 19:47:41 +01:00
Martin Rotter
8a6075610f Fix. 2015-11-24 19:47:12 +01:00
Martin Rotter
4e657da088 Remove unused code. 2015-11-24 19:46:12 +01:00
Martin Rotter
bd6c5390b4 Added global recycle bin menu and ability to empty/restore individiual bins or all of them. 2015-11-24 09:13:43 +01:00
Martin Rotter
adae003ed5 Work on restoring.ˇ 2015-11-23 10:55:44 +01:00
Martin Rotter
68d3e0a53f Big refactoring, marking read/unread, clearing now uses newer approach. 2015-11-20 13:29:32 +01:00
Martin Rotter
6354910882 Heavy work on messages model, switching of importance. 2015-11-20 10:33:38 +01:00
Martin Rotter
fab7d1e8b1 Draconic changes for messages, some methods added to interfaces, very experimental state now. 2015-11-20 09:52:29 +01:00
Martin Rotter
ebea3e0029 VERY initial and f*cking buggy implementation of some messages-realted operations - right now, there is added ability to display messages according to selection. 2015-11-19 13:21:38 +01:00
Martin Rotter
86095778a3 Some changes to API, some lang stuff. 2015-11-17 07:41:23 +01:00
Martin Rotter
bbbfe23a05 Fix Linux comp. 2015-11-12 19:48:29 +01:00
Martin Rotter
e3d6d8e494 Standard recycle bin now able to mark read/unread. 2015-11-12 10:59:41 +01:00
Martin Rotter
d5ff059543 Many refactorings in model/items, some tiny preparations for messages operation - they moved into feed classes. 2015-11-12 10:53:17 +01:00
Martin Rotter
17ee15b87f Moved import/export actions to service root. Main form class is now not specific and contains only general code. 2015-11-11 08:21:17 +01:00
Martin Rotter
5515c9c7c1 Added ability to add feeds/categories to standard service. 2015-11-10 13:47:24 +01:00
Martin Rotter
b84fd00891 Work on system. 2015-11-10 08:59:10 +01:00
Martin Rotter
9fac1568c5 Added global service root menu to main form etc. 2015-11-09 10:17:48 +01:00
Martin Rotter
b3fc86c696 Refactored item/model data getters. 2015-11-09 09:40:26 +01:00
Martin Rotter
2d97915d86 Work on menus - 2. 2015-11-08 19:48:29 +01:00