Philipp Hörist
4c1bfda48d
Fix const imports
2018-04-23 18:32:01 +02:00
Philipp Hörist
99b3aebc99
Remove unused imports
2018-03-26 01:06:56 +02:00
Philipp Hörist
7b1bdc5591
Merge branch 'history-navigation' into 'master'
...
Add navigation for chat history
See merge request gajim/gajim!202
2018-02-08 17:34:19 +01:00
Daniel
b0bf74337c
Add navigation for chat history
2018-02-07 10:04:56 +01:00
Philipp Hörist
2c2e946a88
Use icons from IconTheme in HistoryWindow
2018-01-29 00:06:46 +01:00
Thilo Molitor
e97e7b13cd
Add gui extension point to history window
2017-11-03 17:45:03 +01:00
Philipp Hörist
95a984f645
HistoryWindow: Fix some UI issues
...
- Set application and menubar
- Remove deprecated settings
Fixes #8756
2017-10-08 19:02:55 +02:00
Yann Leboulanger
163306f78a
make log history checkbutton sensitive when we open history window with an account. Fixes #8705
2017-08-20 14:57:18 +02:00
Yann Leboulanger
c4383c16c6
Use correct account when opening history window
2017-08-18 22:05:48 +02:00
André Apitzsch
89c7eb6e6a
Rename gajim.common.gajim to avoid name conflicts
2017-08-18 20:03:20 +02:00
André Apitzsch
efec098aef
Use absolute imports
2017-08-18 19:48:48 +02:00
Philipp Hörist
9feee7d9dc
Refactor get_room_last_message_time()
...
- Refactor get_last_date_that_has_logs()
- use NATURAL JOIN in SQL query instead of multiple SELECT via
_build_contact_where
- make code more concise
- update method documentation
2017-07-21 16:58:04 +02:00
Philipp Hörist
1e380473cd
Refactor get_days_with_logs()
...
- use NATURAL JOIN in SQL query instead of multiple SELECT via
_build_contact_where
- make code more concise
- update method documentation
2017-07-21 16:58:04 +02:00
Philipp Hörist
fb7eb0718a
Refactor search_log()
...
- use NATURAL JOIN in SQL query instead of multiple SELECT via
_build_contact_where
- make code more concise
- update method documentation
2017-07-21 16:58:04 +02:00
Philipp Hörist
950f763220
Refactor get_conversation_for_date()
...
- use NATURAL JOIN in SQL query instead of multiple SELECT via
_build_contact_where
- make code more concise
- update method documentation
- Fix a bug where messages were displayed in wrong order when
they had the same timestamp
2017-07-21 16:58:04 +02:00
André Apitzsch
125ce523e4
Rename src directory
2017-07-02 17:25:47 +02:00