13 months ago Frank Dowsett Merge default into FloatingMessageWindowTextField. FloatingMessageWindowTextField
13 months ago Frank Dowsett Merging RemoveRBSplitView into default.
13 months ago Frank Dowsett Close RemoveRBSplitView. RemoveRBSplitView
13 months ago Frank Dowsett Setup the userlist in init for when the view is resized from hidden. RemoveRBSplitView
13 months ago Frank Dowsett Save the user list's size on resize. RemoveRBSplitView
13 months ago Frank Dowsett Extend the border around the entire message view so that top and bottom tabs have a divider between them and their content. RemoveRBSplitView
13 months ago Frank Dowsett Scroll to the top when a new log is selected.
13 months ago Frank Dowsett Fix a crash that could occur on opening the Transcript viewer due to two threads being spawned to display a log. Fixes #15049 as well as making logs load a bit faster when cycling through the table.
13 months ago Stephen Holt We don't need anything *.orig... unless we do. But for this one, we don't.
13 months ago Stephen Holt Changelog for transcript indexing
13 months ago Robert Vehse Updated the en_GB localisation to the best of my knowledge.
13 months ago Stephen Holt Play sounds asyncronously from a dispatch queue. Removes a small but annoyingly noticebale lag when playing sound based events.
13 months ago Frank Dowsett Add VoiceOver labels to the contact list's toolbar items fixes #13010. Alas, VO does not seem to be able to activate the buttons e.g. to select a status.
13 months ago Stephen Holt Update this date string for the first time in the past 2 years or so.
13 months ago Stephen Holt Fix our Base.xcconfig to force clang to pickup CFLAGS env variables. Fixes nightly builds not updating via Sparkle.
13 months ago Stephen Holt We don't need that plist key anymore
13 months ago Stephen Holt Better manage how we manage our set of dirty logs, avoid waiting on the logger to append new logs and manage the set of logs for the current indexing session via a local copy.
13 months ago Stephen Holt Merging AILoggerWithBlocks branch into default.
13 months ago Stephen Holt closing this branch before merging to default AILoggerWithBlocks
13 months ago Stephen Holt Pipeline reading from disk and file parsing. Save a few file IOs and allow for more efficient disk reads. AILoggerWithBlocks
13 months ago Adrian Godoroja One more isOnSnowLeopardOrBetter removal.
13 months ago Robert Vehse Fix build.
13 months ago Robert Vehse Remove some 10.5-compatibility code.
13 months ago Stephen Holt SearchKit doesn't let us search while we're flushing the index, so only fiush (in the background) when we close the search window, not immediately after we index. AILoggerWithBlocks
13 months ago Stephen Holt Log indexing is less painful now, so increase the interval we save the dirty log set to disk from every 500 logs to every 2000 AILoggerWithBlocks
13 months ago Stephen Holt Flush the index immediately after creating it - sets up some internal things for SearchKit AILoggerWithBlocks
13 months ago Stephen Holt Guard against a condition where we keep indexing after we've passed the number of possible logs to index. AILoggerWithBlocks
13 months ago Adrian Godoroja Removed back-compatibility code from AIContactListUserPictureMenuController
13 months ago Thijs Alkemade Fix focussing of messages:
13 months ago Thijs Alkemade Now merge with the latest commit on RemoveRBSplitView. FloatingMessageWindowTextField
13 months ago Thijs Alkemade Merged branches FloatingMessageWindowTextField and RemoveRBSplitView. FloatingMessageWindowTextField
13 months ago Stephen Holt Don't block when all we want to do is ensure the SKIndexRef doesn't go away AILoggerWithBlocks
13 months ago Stephen Holt "mainDispatchQueue" has nothing to do with the main thread. Let's call it "defaultDispatchQueue" instead. AILoggerWithBlocks
13 months ago Stephen Holt let's use this variable. warnings--; AILoggerWithBlocks
13 months ago Stephen Holt rename searchIndexFlushingQueue to searchIndexQueue for accuracy AILoggerWithBlocks
13 months ago Stephen Holt Correction: put the main indexing loop on the same queue as index flushing, and put file IO on the ioQueue. AILoggerWithBlocks
13 months ago Stephen Holt Clean up our loop check, and put the main log indexing loop on a serial ioQueu, so we're not attempting to flush the index at the same time we're updating it. AILoggerWithBlocks
14 months ago Thijs Alkemade Merged with default FloatingMessageWindowTextField
14 months ago Thijs Alkemade Clean up the border drawing, as all sides have the same color. Also, leave the shadow on the default color (black with 1/3 alpha, instead of light gray, it looks the same). FloatingMessageWindowTextField
14 months ago Thijs Alkemade As requested by mathuaerknedam, also add a regainedFocus CSS class to the first message received after regaining focus.
14 months ago Thijs Alkemade Improve the drawing of the internal shadow in the text input view. FloatingMessageWindowTextField
14 months ago Frank Dowsett Bring the contact list's content rectangle entirely onto the screen fixing a warning.
14 months ago Frank Dowsett Clang doesn't use these flags.
14 months ago Frank Dowsett Remove the RBSplitView Framework. RemoveRBSplitView
14 months ago Frank Dowsett Replace RBSplitView with NSSplitViews in MessageView.nib. Hopefully it didn't remove or break any existing functionality. Fixes #15068 RemoveRBSplitView
14 months ago Stephen Holt keep defalut tip
14 months ago Stephen Holt get current indexing status via atomic properties, and set text when we're done and the index is being flushed to disk so the user doesn't see "Indexing 9000000 out of 9000000 logs" for potentially minutes. AILoggerWithBlocks
14 months ago Stephen Holt Hopefully less overall memory use. AILoggerWithBlocks
14 months ago Stephen Holt The less we use XPath, the happier I am. (Seems to be roughly a 10% improvement with no noticebale change in text output) AILoggerWithBlocks
14 months ago Stephen Holt Sync reopening the SKIndex with closing the index. Do this in the case that we get a call to -logContentIndex during -_closeLogIndex. AILoggerWithBlocks
14 months ago Stephen Holt Wait on the logIndexingGroup before adding new dirty chats to the set. Also, make a local copy of the dirty log set when serealizing it, just in case (we're on a background thread anyway, so it shouldn't matter.) AILoggerWithBlocks
14 months ago Stephen Holt Leaky leaky. AILoggerWithBlocks
14 months ago Stephen Holt TODO? That's DONE! AILoggerWithBlocks
14 months ago Stephen Holt Whitespace AILoggerWithBlocks
14 months ago Stephen Holt Two thigs: AILoggerWithBlocks
14 months ago Stephen Holt Keep the pipeline full, but don't be spammy with our queue dispatches. AILoggerWithBlocks
14 months ago Stephen Holt Block on closing the search index before writing to it again. AILoggerWithBlocks
14 months ago Stephen Holt Don't block in uninstallPlugin AILoggerWithBlocks
14 months ago Stephen Holt Build warnings--; AILoggerWithBlocks
14 months ago Stephen Holt Fix whitespace AILoggerWithBlocks