Timeline
07/24/07:
- 12:49 MySoftware edited by
- (diff)
- 12:29 MySoftware edited by
- added entry for screenlight (diff)
- 12:04 Blog: !ScreenLight created by
07/23/07:
- 15:02 Changeset [96] by
-
erraneously added the bin folder
- 15:01 Changeset [95] by
-
initial import again (now because eclipse sux)
- 14:59 Changeset [94] by
-
Initial import.
- 14:58 Changeset [93] by
-
svn sux
- 14:57 Changeset [92] by
-
added folder infrastructure for syntax-highlighter project
- 14:41 Changeset [91] by
-
initial import
- 14:32 Changeset [90] by
-
finally corrected import
- 14:31 Changeset [89] by
-
corrected import
- 14:30 Changeset [88] by
-
correcting erraneous import
- 14:24 Changeset [87] by
-
initial import
- 14:23 Changeset [86] by
-
erraneous import reversed
- 14:17 Changeset [85] by
-
Created directory open-source/closures-in-objc/trunk
- 14:11 Changeset [84] by
-
Initial Import
- 13:59 Changeset [83] by
-
Added an initial version of the progressbar
07/19/07:
07/10/07:
- 21:22 Changeset [82] by
-
branched revision with working one on one and persistand buddy-list
- 21:18 Changeset [81] by
-
Missed those files.
- 21:17 Changeset [80] by
-
First part of switching to group communications. (Still Buggy as Hell)
- 14:11 Changeset [79] by
-
started switching to scribe
07/09/07:
- 18:34 Changeset [78] by
-
Missed adding this File to the previous commit.
- 18:32 Changeset [77] by
-
Added Persistence to the Buddy-List
- 18:32 Changeset [76] by
-
Missed a TODO to get rid.
- 17:37 Changeset [75] by
-
Some cleanup in preparation for saving preferences.
- 17:35 Changeset [74] by
-
Made the window close on command-w (and control-w on linux/windows)
- 12:20 Changeset [73] by
-
Fixed the remaining warnings.
- 12:13 Changeset [72] by
-
Forgot to remove some TODOs
- 12:02 Changeset [71] by
-
Some Refactorings.
* Refactored BuddyListWindow to inherit from JFrame
* and factored out some utilities to GuiUtilities
- 11:29 Changeset [70] by
-
Made Buddy-SearchWindow and Chat-Window respect Command-w (mac) and Controll-W (windows / linux) to close themselves
07/02/07:
- 11:13 Changeset [69] by
-
Question as to where we need the TTL.
07/01/07:
- 09:49 Changeset [68] by
-
simple chatting works - forwarding may be faulty
- 09:47 Changeset [67] by
-
removed main in ChatWindow
06/29/07:
- 21:33 Changeset [66] by
-
contains -> containsKey (only locally changed @Andi but obviously not committed)
- 21:25 Changeset [65] by
-
removed unused about panel/dialogs
- 21:23 Changeset [64] by
-
get rid of status (int), use isOnline only
- 21:22 Changeset [63] by
-
initially empty buddy list
- 21:04 Changeset [62] by
-
reverting .trim().tolowercase() from revision 56 (Martin) because this leads to incompatibility with the cit implementation: lower cased keywords will get a different hash so they will be stored on different nodes and the search mechanism may not be able to find them anymore.
Example: Type "Berlin" (upper case first letter!) with two nodes (both define Berlin as keyword). In 50% of all cases the AskKeyword message will be routed to a node with is responsible for 'Berlin' but not for 'berlin' (which the lower case mechanism asks for!).
06/28/07:
- 11:38 Changeset [61] by
-
Small refactorings an annotations
06/26/07:
- 19:22 Changeset [60] by
-
Deleted SimpleSearch as we dont use it anymore.
- 19:22 Changeset [59] by
-
assorted Todos
- 18:53 Changeset [58] by
-
Even smaller cleanup.
- 18:39 Changeset [57] by
-
Some annotation and code to make keyword searching easier.
- 18:25 Changeset [56] by
-
Some small cleanups.
- 18:12 Changeset [55] by
-
Refactored Buddy-List and SearchResults to factor out the common bits.
- 16:37 Changeset [54] by
-
Update status of buddies.
- 15:47 Changeset [53] by
-
first half of showing search results
- 15:30 Changeset [52] by
-
fixed visual bug in buddylist.
- 14:54 Changeset [51] by
-
Renames and moves to integrate all classes in our class structure (except the message classes of course).
- 14:16 Changeset [50] by
-
made the application exit if the ring couldn't be joined
- 14:05 Changeset [49] by
-
Some cleanup and a mistake in the usage.
- 13:55 Changeset [48] by
-
Simplify exception logic there, as the errors are dropped anyway.
Oh, and by the way: why is the setdefaultlookandfeel needed anyway?
- 13:46 Changeset [47] by
-
refactoring: Main starts the app
MainController knows about app
first prototype for "search buddies"
- 13:18 Changeset [46] by
-
use the platforms look&feel by default
06/25/07:
- 22:31 Changeset [45] by
-
Some cleanup in main
- 22:13 Changeset [44] by
-
refactored Chat, so the constructor takes a Buddy as argument
and nows where to send its messages too.
- 22:05 Changeset [43] by
-
Made the controller deal with closing and reopening chat windows.
Also generalized showChatWindowForBuddy() so it doesn't create a new window, if a chat with that buddy is alreaddy in progress.
- 21:19 Changeset [42] by
-
some cleanup
- 18:39 Changeset [41] by
-
added profile for mhaecker
- 14:14 Changeset [40] by
-
removed unused imports
- 14:10 Changeset [39] by
-
progress: chatting
- 14:07 Changeset [38] by
-
Made main start the PastryNodeInitializer
- 14:04 Changeset [37] by
-
progress: chatting
- 13:25 Changeset [36] by
-
rename Controller -> MainController
- 13:21 Changeset [35] by
-
merged the gui and the backend
- 12:46 Changeset [34] by
-
added api to get the chat from the controller
- 12:35 Changeset [33] by
-
added api to get a chat again
- 12:26 Changeset [32] by
-
progress on: chatting
- 12:25 Changeset [31] by
-
added constructors to buddy
- 11:27 Changeset [30] by
-
final restore with messages package
- 11:23 Changeset [29] by
- 11:22 Changeset [28] by
- 11:22 Changeset [27] by
- 11:21 Changeset [26] by
- 11:20 Changeset [25] by
- 11:19 Changeset [24] by
