Directory src/net/java/sip/communicator/impl/history/

Directory Created:
2005-11-02 17:08
Total Files:
9
Deleted Files:
1
Lines of Code:
2933

[root]/src/net/java/sip/communicator/impl/history

Lines of Code

src/net/java/sip/communicator/impl/history/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 125 (100.0%) 5490 (100.0%) 43.9
emcho 29 (23.2%) 1885 (34.3%) 65.0
damencho 45 (36.0%) 1542 (28.1%) 34.2
a_pelov 18 (14.4%) 1211 (22.1%) 67.2
yanas 13 (10.4%) 606 (11.0%) 46.6
lubomir_m 9 (7.2%) 140 (2.6%) 15.5
s_vincent 6 (4.8%) 54 (1.0%) 9.0
wernerd 5 (4.0%) 52 (0.9%) 10.4

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: DBStructSerializer.java (+12), HistoryImpl.java (+3), HistoryServiceImpl.java (+12), HistoryWriterImpl.java (+4), OrderedQueryResultSet.java (+6)
damencho 2011-12-27 18:07

Adds matching call history records and by address, not only by display name.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+1 -1)
damencho 2011-10-28 18:20

Fixes a NPE in history reading.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+4 -2)
damencho 2011-10-21 19:35

Fixes slow sending of jabber messages.
Fixes some messages in history not shown, filtered by history service or exception obtaining display name of offline contacts.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+3 -12)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: DBStructSerializer.java (+1 -1), HistoryActivator.java (+1 -1), HistoryImpl.java (+1 -1), HistoryQueryImpl.java (+1 -1), HistoryReaderImpl.java (+1 -1), HistoryServiceImpl.java (+1 -1), HistoryWriterImpl.java (+1 -1), InteractiveHistoryReaderImpl.java (+1 -1)
lubomir_m 2011-06-30 11:29

Adds a missing return and removes a few instance fields in the contact list UI, spares a few allocations in the history.

47 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryImpl.java (+6 -12), HistoryReaderImpl.java (+19 -12), HistoryWriterImpl.java (+11 -8), InteractiveHistoryReaderImpl.java (+11 -10)
damencho 2011-02-18 12:13

Update dns servers on all iface up events, with ipv6 configurations in some cases we can end up without primary dns server.
Remove duplicate dns library.
Fix searching in history using regexp symbols.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+3 -1)
yanas 2011-01-27 15:37

Fixes disappearing call history on search in the contact list.
Call history records shown last.

31 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryQueryImpl.java (+26), InteractiveHistoryReaderImpl.java (+5 -1)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

17 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryActivator.java (+17 -1)
damencho 2010-07-07 11:26

Also reverse the order when parsing file for call records.

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: InteractiveHistoryReaderImpl.java (+3 -1)
damencho 2010-07-07 11:00

Reverse order of the call history records shown in GUI, newest first.

41 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+40), InteractiveHistoryReaderImpl.java (+1 -1)
wernerd 2010-06-03 12:04

Fix logger usage - forth bunch.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryServiceImpl.java (+4 -2)
yanas 2010-05-06 17:10

Asynchronous call history queries with limited result count.

376 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryImpl.java (+27 -2), HistoryQueryImpl.java (new 161), HistoryReaderImpl.java (+10 -28), InteractiveHistoryReaderImpl.java (new 178)
yanas 2010-05-03 18:35

Fix unit tests.

37 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryImpl.java (+37)
yanas 2010-05-03 15:27

- Introduces new contact list data model that allows adding of external contact sources and hence the search in such sources.
- As part of the support for external contact sources, implements a call history external source and its user interface.
- Addresses issue #706 Indicate missed calls

39 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+39 -10)
damencho 2009-07-02 15:34

Add Metahistory tests.

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryWriterImpl.java (+11 -6)
yanas 2009-06-25 18:32

- Possibility added to update history records - provided by Damian Minkov.
- File transfer dates fixed.
- File transfer history improved.
- Check for active file transfers before closing the chat window.

92 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryWriterImpl.java (+92 -2)
wernerd 2009-04-16 16:11

Fix raw-type warnings.

48 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryReaderImpl.java (+34 -35), HistoryServiceImpl.java (+1 -1), HistoryWriterImpl.java (+2 -2), OrderedQueryResultSet.java (+11 -12)
emcho 2009-03-30 03:12

Fixes Eclipse warnings as a part of issue #637. There's more work on some of these classes but I need to go to bed now :).

58 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: HistoryImpl.java (+3 -2), HistoryReaderImpl.java (+55 -53)
emcho 2009-03-28 18:47

Resolves a few of our 4000+ Eclipse warnings

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/history: DBStructSerializer.java (+3 -3)

(49 more)

Generated by StatSVN 0.3.1