aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk
Commit message (Expand)AuthorAgeFilesLines
* glade: move IRC's expander to the vbox instead of the tableXavier Claessens2011-09-231-130/+168
* Glade: GtkGrid does not have n-rows and n-columns properties as GtkTableXavier Claessens2011-09-231-9/+0
* Glade: fix sizing in SIP accounts widgetXavier Claessens2011-09-231-1/+2
* e-account-widget-jabber: Use GtkGrid instead of GtkTableXavier Claessens2011-09-221-55/+71
* e-account-widget-jabber: fix sizing issuesDiego Escalante Urrelo2011-09-221-347/+381
* log-window: improve icons in the search entryCosimo Cecchi2011-09-201-4/+23
* coding style fixEMPATHY_3_1_92Guillaume Desmottes2011-09-191-1/+1
* Use always-writeable and writeable-properties for alias and groupsRaul Gutierrez Segales2011-09-191-2/+3
* EmpathyChat: Set slider position after a timeoutXavier Claessens2011-09-191-16/+29
* Use tp_proxy_prepare_async instead of tp_account_manager_prepare_asyncGuillaume Desmottes2011-09-196-14/+14
* avatar-chooser: disable 'take picture' button if there is no camera connectedGuillaume Desmottes2011-09-161-1/+16
* avatar-chooser: split creation of the file chooser dialogGuillaume Desmottes2011-09-161-11/+12
* log-window: fix translators commentGuillaume Desmottes2011-09-151-3/+2
* log-window: properly translate duration stringsGuillaume Desmottes2011-09-151-3/+14
* Remove unused variables [-Werror=unused-but-set-variable]Alban Crequy2011-09-152-4/+0
* contact-list-store: store GtkTreeIter rather than GtkTreeRowReference in the ...Guillaume Desmottes2011-09-151-59/+20
* individual-store: store GtkTreeIter rather than GtkTreeRowReference in the cacheGuillaume Desmottes2011-09-151-64/+21
* individual-widget: use GtkGrid instead of GtkTable internallyCosimo Cecchi2011-09-131-125/+118
* AccountChooser: don't return garbage from _set_accountWill Thompson2011-09-131-0/+1
* theme-adium: ensure we always use the same color when sending messagesGuillaume Desmottes2011-09-131-4/+10
* rename text/{persona,individual}-id as they are not standardGuillaume Desmottes2011-09-133-8/+8
* Because we like whalesXavier Claessens2011-09-091-2/+43
* individual_store_remove_individual: ensure that the store stays alive during ...Guillaume Desmottes2011-09-091-0/+7
* contact_list_store_remove_contact: ensure that the store stays alive during t...Guillaume Desmottes2011-09-091-0/+7
* log-window: sort "Who" list store alphabeticallyJussi Kukkonen2011-09-081-11/+27
* ContactSelector: mark standard action as the default.Will Thompson2011-09-071-16/+5
* individual-store: use Folks directly to watch is-favourite changesGuillaume Desmottes2011-09-071-20/+18
* Support launching GNOME Online Accounts in empathy-accountsDanielle Madeley2011-09-061-7/+65
* log-window: add the "raised" style class to the account chooserCosimo Cecchi2011-09-031-0/+3
* Use format-justify-fill everywhereEmilio Pozuelo Monfort2011-09-021-2/+2
* LogWindow: fix toolbar iconsEmilio Pozuelo Monfort2011-09-021-2/+2
* log-window: align the account chooser and search widgetGuillaume Desmottes2011-09-021-0/+26
* Fixes a segfault in empathy-individual-store.cCosimo Alfarano2011-09-021-0/+8
* Merge branch 'timezones-656189'Danielle Madeley2011-09-011-3/+3
|\
| * Use g_date_time_new_from_unix_local() to read timestamps from loggerDanielle Madeley2011-08-311-3/+3
* | Correct grouping in the hostname regexpSjoerd Simons2011-08-311-3/+4
|/
* coding style fixEMPATHY_3_1_90Guillaume Desmottes2011-08-292-3/+3
* Merge branch 'account-widget-657616'Guillaume Desmottes2011-08-291-0/+10
|\
| * account-widget-local-xmpp: put all the labels in a GtkSizeGroupGuillaume Desmottes2011-08-291-0/+10
* | contact list: optimize loading contactsAlban Crequy2011-08-292-194/+220
|/
* contact-widget: use the day-selected sig to update birthdayGuillaume Desmottes2011-08-291-1/+1
* Allow to call phone number of contactsGuillaume Desmottes2011-08-292-1/+209
* add EmpathyAccountSelectorDialogGuillaume Desmottes2011-08-293-0/+268
* Don't leak FDs when loading avatars.Will Thompson2011-08-261-5/+5
* Move the 'Show previous conversation' menu entryGuillaume Desmottes2011-08-262-15/+15
* Fix unclear string in avatar chooserMilo Casagrande2011-08-261-1/+1
* account-widget-sip: add option to mark account as being able to call phonesGuillaume Desmottes2011-08-242-1/+40
* widget-sip: load/save file in GladeGuillaume Desmottes2011-08-241-18/+73
* account-widget: add empathy_account_widget_get_settings()Guillaume Desmottes2011-08-242-0/+11
* libempathy-gtk: Explicitly close the input stream used for reading avatarsPhilip Withnall2011-08-241-0/+20
* Merge branch 'search-bar'Jonny Lamb2011-08-231-16/+27
|\
| * search-bar: shorten labels to just Next & PreviousJonny Lamb2011-08-221-3/+6
| * search-bar: use smaller iconsJonny Lamb2011-08-221-1/+1
| * search-bar: make close button non-important stock gtk-closeJonny Lamb2011-08-221-3/+2
| * search-bar: move close button to RHSJonny Lamb2011-08-221-12/+21
* | widget-irc: quit message entry shouldn't be invisibleGuillaume Desmottes2011-08-231-3/+0
|/
* Don't assume that all FolksIndividuals have a corresponding EmpathyContact.Travis Reitter2011-08-222-17/+25
* Don't assume that all TpfPersonas contain valid TpContactsTravis Reitter2011-08-226-94/+163
* Hide the request message entry if it can't be usedEmilio Pozuelo Monfort2011-08-201-8/+30
* Set the scrolled window shadow type to Etched inEmilio Pozuelo Monfort2011-08-201-0/+2
* Allow to specify the subscription request messageEmilio Pozuelo Monfort2011-08-201-3/+34
* contact-chooser: use tp_connection_get_account()Guillaume Desmottes2011-08-191-5/+1
* Merge branch 'trivia'Danielle Madeley2011-08-192-5/+5
|\
| * [log-window] Change Quit for CloseDanielle Madeley2011-08-192-5/+5
* | new-message-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPA...Guillaume Desmottes2011-08-191-44/+11
* | new-call-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+17
* | individual-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTA...Guillaume Desmottes2011-08-191-61/+35
* | contact-widget: rely on the factory to prepare TP_CONNECTION_FEATURE_CONTACT_...Guillaume Desmottes2011-08-191-10/+6
* | contact-search-dialog: rely on the factory to prepare TP_CONNECTION_FEATURE_A...Guillaume Desmottes2011-08-191-50/+10
* | avatar-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_AVATAR_R...Guillaume Desmottes2011-08-191-5/+1
* | account-chooser: rely on the factory to prepare TP_CONNECTION_FEATURE_CAPABIL...Guillaume Desmottes2011-08-191-44/+11
|/
* Port to new tp-glib client factoryGuillaume Desmottes2011-08-182-17/+13
* Merge branch 'log-window-webview'Danielle Madeley2011-08-187-429/+713
|\
| * Use context menu utility in log viewerDanielle Madeley2011-08-171-5/+25
| * Factor out WebKit context menu as a utilityDanielle Madeley2011-08-173-118/+145
| * Allow clicking on a row to select the contactDanielle Madeley2011-08-161-29/+83
| * Reimplement scrollToRowDanielle Madeley2011-08-161-14/+23
| * Make WebKit compulsoryDanielle Madeley2011-08-163-48/+11
| * Style fixDanielle Madeley2011-08-121-1/+1
| * Remove unused variableDanielle Madeley2011-08-121-2/+0
| * Remove old codeDanielle Madeley2011-08-091-15/+0
| * Set the primary toolbar styleDanielle Madeley2011-08-091-0/+3
| * Add icons to the new log viewerDanielle Madeley2011-08-091-2/+20
| * Add dates to new log viewerDanielle Madeley2011-08-091-3/+6
| * Use the same font-setting utility for empathy-theme-adiumDanielle Madeley2011-08-091-62/+15
| * Use this utility in the log viewerDanielle Madeley2011-08-091-0/+9
| * Utility to set the webkit default font/size from GSettingsDanielle Madeley2011-08-092-0/+77
| * Reimplement log_window_maybe_expand_events()Danielle Madeley2011-08-081-9/+6
| * Remove treeview_events -- make the webview the only viewing componentDanielle Madeley2011-08-072-117/+58
| * Replace highlighting of search stringsDanielle Madeley2011-08-051-41/+6
| * Support smileys in log viewerDanielle Madeley2011-08-041-2/+9
| * Handle links via external browserDanielle Madeley2011-08-011-0/+19
| * Add expander togglesDanielle Madeley2011-08-011-0/+23
| * Use webkit-utils in LogWindow webviewDanielle Madeley2011-08-011-45/+56
| * Abstract WebKit string parsers into empathy-webkit-utilsDanielle Madeley2011-08-014-68/+137
| * Add a webview widget for displaying the logDanielle Madeley2011-07-291-0/+133
* | Merge branch 'blockade'Will Thompson2011-08-162-11/+24
|\ \
| * | Blocking dialog: use a sensible default sizeWill Thompson2011-08-091-0/+2
| * | Blocking dialog: Gnome 3-ify Remove buttonWill Thompson2011-08-092-11/+22
* | | Bug 655212 — Update for libfolks API changes to AvatarDetailsPhilip Withnall2011-08-161-39/+101
* | | manually build the GstStructureGuillaume Desmottes2011-08-151-5/+11
* | | Enable echo cancellation if neededGuillaume Desmottes2011-08-151-2/+16
* | | Use gst_parse_bin_from_description() when EMPATHY_AUDIO_* vars are setGuillaume Desmottes2011-08-152-0/+15
* | | LogWindow: don't crash if there are logs from the futureEmilio Pozuelo Monfort2011-08-101-1/+1
|/ /
* | EmpathyContactChooser: remove EmpathyTpChat propertyGuillaume Desmottes2011-08-052-61/+2
* | Implement TpContact selection in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-052-55/+4
* | Implement filtering logic in EmpathyInviteParticipantDialogGuillaume Desmottes2011-08-052-43/+35
* | Add EmpathyContactChooserGuillaume Desmottes2011-08-053-0/+550
* | Allow to enter an email address as Yahoo IDGuillaume Desmottes2011-08-041-2/+4
* | Factor out empathy_launch_program()Emilio Pozuelo Monfort2011-08-042-0/+56
* | Dialpad: show an entry with the entered numbersEmilio Pozuelo Monfort2011-08-041-2/+31
* | empathy_send_file_with_file_chooser: keep on the contact while the dialog is ...Guillaume Desmottes2011-08-021-1/+2
* | chat_text_maybe_append_date_and_time: compute the right delta between timestampsGuillaume Desmottes2011-08-011-1/+1
* | Add letters underneath the numbers on the dialpadDanielle Madeley2011-07-261-13/+39
* | Factor out dialpad into a utility functionDanielle Madeley2011-07-262-0/+52
* | Merge remote-tracking branch 'danni/populate-popup-654669'Xavier Claessens2011-07-261-2/+4
|\ \
| * | Assume GDK_KEY_PRESS in the default caseDanielle Madeley2011-07-261-2/+4
* | | Merge remote-tracking branch 'danni/drag-n-drop-558942'Xavier Claessens2011-07-263-12/+52
|\ \ \ | |_|/ |/| |
| * | Apply the same fix to EmpathyContactListViewDanielle Madeley2011-07-261-3/+3
| * | Don't generate critical when dragging with no contact selectedDanielle Madeley2011-07-201-3/+3
| |/
| * Populate spelling suggestions when menu key is pressedDanielle Madeley2011-07-181-6/+46
* | Merge branch 'irc-dialog'Will Thompson2011-07-253-82/+205
|\ \
| * | IRC accounts: top-justify the password hint.Will Thompson2011-07-251-0/+1
| * | IRC: validate 'username' parameter.Will Thompson2011-07-191-0/+12
| * | IRC: rename “user_name” regex to “nick_name”Will Thompson2011-07-191-2/+2
| * | IRC accounts: make labels the same width.Will Thompson2011-07-191-0/+10
| * | Add an advanced section to the IRC configuration pageRob Sharp2011-07-192-80/+180
| |/
* / Revert "empathy_call_new_with_streams: prefer StreamedMedia over Call"Emilio Pozuelo Monfort2011-07-191-15/+15
|/
* LogWindow: stop retrieving logs if the window is closedEmilio Pozuelo Monfort2011-07-121-1/+4
* Only follow available cameras if the contact can do Video callsEmilio Pozuelo Monfort2011-07-121-4/+9
* LogWindow: disable Video calls if no camera connectedEmilio Pozuelo Monfort2011-07-121-1/+18
* Bind 'Video call' menu items to available camerasEmilio Pozuelo Monfort2011-07-121-0/+7
* NewCallDialog: make 'Enable video' unsensitive when there's no cameraEmilio Pozuelo Monfort2011-07-121-0/+19
* CallWindow: save the window geometry without the sidebarEmilio Pozuelo Monfort2011-07-122-16/+38
* CallWindow: don't add calls to searches if they don't matchEmilio Pozuelo Monfort2011-07-121-0/+15
* LogWindow: select 'Anyone' when searchingEmilio Pozuelo Monfort2011-07-121-3/+7
* LogWindow: don't crash when searchingEmilio Pozuelo Monfort2011-07-121-2/+3
* use tp_text_channel_ack_all_pending_messages_async()Guillaume Desmottes2011-07-111-1/+2
* theme-adium: use the pending-message-id instead of message-token in x-empathy...Guillaume Desmottes2011-07-081-18/+24
* LogWindow: make type filters unsensitive as necessaryEmilio Pozuelo Monfort2011-07-051-0/+81
* LogWindow: expand/collapse events when a row is activatedEmilio Pozuelo Monfort2011-07-051-0/+16
* Display `Chat in ...' for MUCsEmilio Pozuelo Monfort2011-07-051-13/+21
* LogWindow: really show the users' alias in the Who paneEmilio Pozuelo Monfort2011-07-051-2/+13
* empathy_contact_from_tpl_contact: don't override the aliasEmilio Pozuelo Monfort2011-07-053-5/+5
* LogWindow: refresh the logs when new events happenEmilio Pozuelo Monfort2011-07-041-3/+260
* LogWindow: make it a proper GtkWindow subclassEmilio Pozuelo Monfort2011-07-043-574/+645
* Mark untranslated strings for translation. Fixes:Gabor Kelemen2011-07-012-2/+2
* Autocomplete contacts when blocking by aliasEmilio Pozuelo Monfort2011-06-301-2/+81
* LogWindow: keep the selected dates when changing Who or WhatEmilio Pozuelo Monfort2011-06-291-5/+78
* Merge branch 'account-parameters'Will Thompson2011-06-281-2/+6
|\
| * Set require-encryption for Facebook and Google TalkWill Thompson2011-06-281-1/+4
| * Set 'server' parameter on GTalk accounts.Will Thompson2011-06-281-1/+2
* | account-widget: hide advanced section for GTalk accountsGuillaume Desmottes2011-06-281-1/+1
|/
* PresetDialog: remove support for adding statuses entirelyWill Thompson2011-06-242-335/+4
* PresetDialog: make status icon in entry non-activatableWill Thompson2011-06-241-0/+3
* PresetDialog: GNOME 3-ify the remove buttonWill Thompson2011-06-242-28/+54
* PresetDialog: Don't leak path when focusing freshly-created statusWill Thompson2011-06-241-0/+1
* PresetDialog: Select text cell of freshly-added statusWill Thompson2011-06-241-8/+12
* PresetDialog: Allow >1 status to be removed at a time.Will Thompson2011-06-241-16/+22
* PresetDialog: Don't allow resizing status preset dialogWill Thompson2011-06-241-0/+1
* PresetDialog: make Add button less huge.Will Thompson2011-06-241-0/+1
* PresetDialog: make the window tallerWill Thompson2011-06-241-2/+2
* PresenceChooser: remove unused #define FLASH_TIMEOUTWill Thompson2011-06-241-3/+0
* Don't try to access adium theme when webkit support is disabledMarc-Antoine Perennou2011-06-231-0/+2
* Merge branch 'history-misc'Emilio Pozuelo Monfort2011-06-231-2/+19
|\
| * LogWindow: display the user id in a tooltip in the Who paneEmilio Pozuelo Monfort2011-06-231-0/+5
| * LogWindow: show "Chat with <MUC>" for MUCsEmilio Pozuelo Monfort2011-06-221-2/+14
* | Use tp-glib password API (#651055)Guillaume Desmottes2011-06-221-5/+5
* | Merge branch 'unread-653090'Guillaume Desmottes2011-06-211-0/+11
|\ \ | |/ |/|
| * empathy-chat: properly count unread messages when the connection goes away (#...Guillaume Desmottes2011-06-211-0/+11
* | Merge branch 'history-ui'Emilio Pozuelo Monfort2011-06-212-126/+183
|\ \ | |/ |/|
| * LogWindow: also show the spinner and expand the chats for searchesEmilio Pozuelo Monfort2011-06-211-10/+13
| * LogWindow: allow to start actions from an event rowEmilio Pozuelo Monfort2011-06-211-112/+76
| * LogWindow: expand the events when there's only oneEmilio Pozuelo Monfort2011-06-211-0/+15
| * LogWindow: improve loading spinnerEmilio Pozuelo Monfort2011-06-211-1/+30
| * LogWindow: highlight the searched textEmilio Pozuelo Monfort2011-06-211-7/+50
| * LogWindow: Add a border between the three search panesEmilio Pozuelo Monfort2011-06-201-0/+3
* | EmpathySearchBar: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-212-48/+4
* | EmpathyIndividualLinker: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-212-34/+4
* | EmpathyChat: inherit from a GtkBox instead of a GtkBinGuillaume Desmottes2011-06-212-30/+4
* | individual-widget: use tp_g_signal_connect_object to connect the notify::cont...Guillaume Desmottes2011-06-201-2/+2
|/
* Only decrement unread_messages if it's not an edited messageDanielle Madeley2011-06-141-2/+4
* Use an enum instead of the value type to determine what kind of object it isDanielle Madeley2011-06-141-20/+57
* Reset the chat state after receiving an edited messageDanielle Madeley2011-06-141-12/+9
* Replace tpl_text_event_dup_supersedes() with synthetic messageDanielle Madeley2011-06-141-18/+24
* Set the edited icon for edited messages in the log viewerDanielle Madeley2011-06-141-1/+8
* Get the original message from the logger so we can supersede itDanielle Madeley2011-06-141-1/+22
* Add an icon to edited messagesDanielle Madeley2011-06-142-0/+30
* Add a tooltip saying when the message was editedDanielle Madeley2011-06-141-0/+14
* [theme-adium] implement edit_message()Danielle Madeley2011-06-141-2/+66
* [theme-adium] wrap the messages in <span id=...> so we can find them againDanielle Madeley2011-06-121-4/+16
* Pass edited messages through to the ChatViewDanielle Madeley2011-06-121-15/+28
* Add edit_message() method to ChatView ifaceDanielle Madeley2011-06-122-0/+16
* Cope with tpl_event_get_receiver() returning NULLEmilio Pozuelo Monfort2011-06-101-0/+3
* Rationalize use of EMPATHY_IMAGE_CALL_* images (#652270)Guillaume Desmottes2011-06-102-6/+7
* Merge branch 'new-log-window'Emilio Pozuelo Monfort2011-06-106-1382/+3012
|\
| * Don't unref NULL pointersEmilio Pozuelo Monfort2011-06-101-1/+1
| * Don't require telepathy-logger with --enable-callEmilio Pozuelo Monfort2011-06-101-3/+20
| * Update empathy-log-window.ui for GTK+ 3Emilio Pozuelo Monfort2011-06-091-18/+64
| * Fix typoEmilio Pozuelo Monfort2011-06-091-1/+1
| * Remove unused variablesEmilio Pozuelo Monfort2011-06-091-4/+0
| * Use some markup to make the logs more readableDanielle Madeley2011-06-091-5/+7
| * Don't allow interactive searching on the log paneDanielle Madeley2011-06-091-0/+2
| * Remove unrequired COL_WHAT_EXPANDERDanielle Madeley2011-06-091-3/+1
| * [log-viewer] set search columnsDanielle Madeley2011-06-091-0/+5
| * log_window_chats_set_selected: only act on normal rowsEmilio Pozuelo Monfort2011-06-091-0/+5
| * LogWindow: Don't cut the log messagesEmilio Pozuelo Monfort2011-06-091-1/+0
| * LogWindow: better logic for the buttons sensitivityEmilio Pozuelo Monfort2011-06-091-12/+55
| * LogWindow: don't crash if closed while retrieving logsEmilio Pozuelo Monfort2011-06-091-1/+4
| * Show an spinner while logs are being retrievedEmilio Pozuelo Monfort2011-06-092-4/+103
| * LogWindow: scroll the events view to the endEmilio Pozuelo Monfort2011-06-091-0/+17
| * LogWindow: select the first normal date by defaultEmilio Pozuelo Monfort2011-06-091-2/+3
| * LogWindow: set 'All accounts' by defaultEmilio Pozuelo Monfort2011-06-091-0/+1
| * Add empathy_account_chooser_set_allEmilio Pozuelo Monfort2011-06-092-0/+25
| * Display date and time in the event treeviewEmilio Pozuelo Monfort2011-06-091-3/+6
| * Make the three panes a bit taller by defaultEmilio Pozuelo Monfort2011-06-091-0/+1
| * Add a clear icon to the search entryEmilio Pozuelo Monfort2011-06-091-0/+23
| * Don't use global variablesEmilio Pozuelo Monfort2011-06-091-12/+13
| * Fix buttons to work again with multiselectionEmilio Pozuelo Monfort2011-06-091-35/+48
| * Use a define instead of hardcoding a magic numberEmilio Pozuelo Monfort2011-06-091-2/+4
| * Use a for instead of a do while to avoid returning earlyEmilio Pozuelo Monfort2011-06-091-5/+4
| * Don't leak the account and entityEmilio Pozuelo Monfort2011-06-091-3/+6
| * Don't leak pathsEmilio Pozuelo Monfort2011-06-091-0/+1
| * Compare against NULLEmilio Pozuelo Monfort2011-06-091-2/+2
| * Be neutralEmilio Pozuelo Monfort2011-06-091-1/+1
| * Style: use braces consistentlyEmilio Pozuelo Monfort2011-06-091-11/+31
| * Return early if the iter isn't a top levelEmilio Pozuelo Monfort2011-06-091-6/+7
| * Use a macro for magic numbersEmilio Pozuelo Monfort2011-06-091-1/+4
| * Don't leak the account and entityEmilio Pozuelo Monfort2011-06-091-6/+9
| * Use tp_clear_pointerEmilio Pozuelo Monfort2011-06-091-2/+1
| * LogWindow: group MUC events properlyEmilio Pozuelo Monfort2011-06-091-1/+30
| * LogWindow: check the 30min gap with the last messageEmilio Pozuelo Monfort2011-06-091-2/+8
| * LogWindow: find the corrent parent for chat eventsEmilio Pozuelo Monfort2011-06-091-1/+6
| * LogWindow: Display /me messages properlyEmilio Pozuelo Monfort2011-06-091-4/+14
| * make check fixesEmilio Pozuelo Monfort2011-06-091-1/+1
| * Remove more dead codeEmilio Pozuelo Monfort2011-06-091-6/+0
| * Use a do while instead of a for loop where appropriateEmilio Pozuelo Monfort2011-06-091-2/+2
| * Remove dead codeEmilio Pozuelo Monfort2011-06-091-3/+0
| * Fix commentEmilio Pozuelo Monfort2011-06-091-3/+2
| * Remove stray print statementsEmilio Pozuelo Monfort2011-06-091-6/+4
| * Remove dead codeEmilio Pozuelo Monfort2011-06-091-30/+0
| * LogWindow: don't add duplicate datesEmilio Pozuelo Monfort2011-06-091-11/+15
| * LogWindow: add 'Anyone' to search resultsEmilio Pozuelo Monfort2011-06-091-3/+1
| * LogWindow: select 'Anytime' by default when searchingEmilio Pozuelo Monfort2011-06-091-0/+4
| * Block the callback when clearing the storeEmilio Pozuelo Monfort2011-06-091-0/+9
| * Switch remaining functions to the new styleEmilio Pozuelo Monfort2011-06-091-218/+238
| * LogWindow: Add live search supportEmilio Pozuelo Monfort2011-06-091-3/+12
| * LogWindow: Show dates properlyEmilio Pozuelo Monfort2011-06-091-8/+46
| * LogWindow: Add multiselection to the 'When' paneEmilio Pozuelo Monfort2011-06-091-50/+93
| * Stop processing logger calls when unneededEmilio Pozuelo Monfort2011-06-091-8/+36