Граф коммитов

285 Коммитов

Автор SHA1 Сообщение Дата
pinkerton%aol.net 7a2511f32a full history in Go menu 2005-04-21 05:40:38 +00:00
smfr%smfr.org 242ee65f2b Improve sorting of history categories and items, taking care to sort categories sensibly given the current sort order.
Also save the expanded state of the history view in user defaults, to preserve it across launches.
No bug.
2005-04-01 18:12:16 +00:00
smfr%smfr.org 1081ba2d85 Improved bookmarks menu item enabling. Rather than try to recreate the logic for automatic item enabling (which is non-trivial), use a dummy, auto-enabling bookmarks menu, loaded from the nib, to get correct enable states and item titles. This really fixes bug 287339. 2005-03-26 04:05:46 +00:00
smfr%smfr.org c6d8a395b5 Fix bug 287339: correctly enable/disable bookmark items when tabs close, and windows change layers.
Make the NSOpenPanel into a sheet when a window is up.
Allow opening multiple items in the open panel, opening them in tabs.
Remove [MainController pumpGeckoEventQueue] which is obsolete and unused.
Add NSResponder+Utils.h/m to the project.
Remove #ifdefs in AppComponents.mm now that we will be using nsSimpleGlobalHistory.
2005-03-25 18:23:31 +00:00
smfr%smfr.org 8d516f7208 Reinstate the context menu on bookmark collections, that got lost in the reshuffle. 2005-03-25 07:21:45 +00:00
smfr%smfr.org 13a2632e73 Fix bug 286157: the Description column was calling -description, rather than -itemDescription. 2005-03-15 06:35:40 +00:00
smfr%smfr.org d2dac35611 New nib file for Add Bookmarks (part of last checkin). 2005-03-10 19:30:57 +00:00
smfr%smfr.org 61495240a5 Rewrite the add bookmark code (no bug) so that we don't need a BookmarksViewController for this.
Fix bug 285339 (progressive slowdown with more tabs) by releasing all the nib members of the BookmarksEditing nib when closing tabs.
Delay loading the bookmarks editing nib until bookmarks are shown, making new tab creation faster.
When creating a bookmark when bookmarks are showing, use the previous page as the bookmark by looking back in session history.
Save the state of the history folders for a given bookmarks view.
Fix bug 247543 (remember last used Add Bookmark folder across windows).
Change [BookmarkItem description] to [BookmarkItem itemDescription] because -description should be reserved.
When creating a new folder deep in bookmarks, expand all parent folders so that the new folder is visible.
Rename various "add bookmark" methods so that they are all consistent (allowing us to write to FirstResponder when appropriate).
2005-03-10 18:10:23 +00:00
smfr%smfr.org bda7e84a12 Fix typo in pinkerton's last checkin. 2005-03-07 06:44:32 +00:00
joshmoz%gmail.com fd8473ff70 add "Send This Link..." contextual menu item. b=227803 r=joshmoz sr=pinkerton 2005-03-06 01:33:21 +00:00
pinkerton%aol.net adc2530b15 add keycombos for show/hide toolbar and bookmark bar (bug 281504) 2005-03-05 18:14:21 +00:00
joshmoz%gmail.com 79f91e430f add preference menu for default browser. b=218271 r=smfr sr=pinkerton 2005-03-05 18:14:11 +00:00
pinkerton%aol.net 01a1b4d770 fix case where prefs could not exist and we'd get uninitialzed values for
opening tabs/windows with cmd-click. (bug 283363)
2005-03-05 18:06:25 +00:00
smfr%smfr.org 3368ed86e9 Implement bookmarks in tabs, bug 215235. r=pinkerton. 2005-03-04 17:32:15 +00:00
smfr%smfr.org 5aa1cb78de Add "Installed Plug-Ins" menu item to the bottom of the Help menu (bug 166966). 2005-03-03 05:59:21 +00:00
smfr%smfr.org 87bfd774ab Sync up BrowserWindow.nib with the removal of the mBookmarkViewController and mHistoryDataSource outlets from the BrowserWindowController. 2005-02-24 07:11:21 +00:00
smfr%smfr.org 5c785c2c97 Remove the HistoryDataSource instance from the nib, and instantiate it in code so that we can more clearly release it, fixing history leaks. No bug. 2005-02-24 06:43:20 +00:00
pinkerton%aol.net 564dc31c38 if not all languages are in the right format, fall back to en-us rather than
picking the first one that is in the right format (bug 281107)
2005-02-11 18:44:39 +00:00
gerv%gerv.net 1dc8a1c9a4 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-02-02 23:16:20 +00:00
joshmoz%gmail.com 64439d7a7c update copyright stuff b=279815 sr=pinkerton 2005-01-31 21:29:38 +00:00
smfr%smfr.org 906a7db5e3 Fix bug 279473: prefs were not getting saved if you quit with the prefs window open.
Fix [MVPreferencesController sharedInstance] to really return a shared instance for which a ref is kept around, and remove the mPreferencesController member from MainController.
Add [MVPreferencesController clearSharedInstance] so that we can tear down the window on quit, allowing MVPreferencesController to release its embedding reference, so that we can proceed through xpcom shutdown, and thence save the prefs file.
Also cleaned up member naming in MVPreferencesController.
2005-01-27 03:41:26 +00:00
joshmoz%gmail.com ca9204cc28 don't override system pref detection for tabbing behavior. b=277706 sr=pinkerton 2005-01-20 06:37:20 +00:00
smfr%smfr.org baa7b6c7b7 Fix the tooltips on the bookmarks editing buttons. 2005-01-19 17:57:29 +00:00
smfr%smfr.org 6cb2a009c7 Fix the context menu on the bookmarks containers pane, and fix the table view selection behaviour when bringing up a context menu (you need to select the item). r=josh 2005-01-17 04:53:23 +00:00
smfr%smfr.org e40256544b Resources for history rewrite. 2005-01-16 04:35:15 +00:00
joshmoz%gmail.com 151e0f101e rename navigation pref pane to "General", also remove multiple pane view and default to "General". no bug, sr=pinkerton 2005-01-14 01:40:13 +00:00
pinkerton%aol.net 69289bff11 add address book functionality for mailto: links in context menu (bug 166958) 2005-01-10 17:42:12 +00:00
joshmoz%gmail.com 8f145d2a04 remove broken bookmark detection code. b=276657 sr=pinkerton 2005-01-04 04:24:27 +00:00
joshmoz%gmail.com 327c8b2986 change File menu item text to Email Page Location 2004-12-20 18:47:53 +00:00
joshmoz%gmail.com cb874dd7a0 new tab icons for toolbar 2004-12-17 22:02:47 +00:00
joshmoz%gmail.com e727e361f0 pref reorganization part 1, no bug 2004-12-17 17:58:21 +00:00
joshmoz%gmail.com 6f66c8cbe4 fix spelling mistake. bug=273087 2004-12-06 18:13:30 +00:00
pinkerton%aol.net 838fc9b0f8 add "Empty Cache" item to camino menu that just empties the cache, nothing
more.
2004-11-24 15:23:38 +00:00
joshmoz%gmail.com c742f524b6 fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton 2004-11-24 04:11:46 +00:00
joshmoz%gmail.com 2d41d985d8 remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton 2004-11-20 01:05:27 +00:00
joshmoz%gmail.com 47dd437793 confirm when removing all cookies (bug 246738) sr=pinkerton 2004-11-20 00:50:51 +00:00
joshmoz%gmail.com f052bc7d76 fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton 2004-11-18 22:27:30 +00:00
joshmoz%gmail.com 8e4c7dcb2d add localized strings for Omniweb 5 importing (bug 258902) 2004-11-11 00:36:04 +00:00
joshmoz%gmail.com 394a441f83 update nib files to 10.2+ format, done to make future modifications easier, get rid of future incompatability issues, memory usage improvements (objects are keyed), possible performance improvements, no bug 2004-11-05 06:48:42 +00:00
joshmoz%gmail.com 9a9da97694 localize cookie editor yes/no values (bug 262780) 2004-11-04 21:23:48 +00:00
joshmoz%gmail.com 981459781e fix for bug 229930 - add toolbar item for showing download manager 2004-10-27 21:11:01 +00:00
joshmoz%gmail.com 9d21b202c2 bug 257281 - add browser reset functionality 2004-10-20 21:25:06 +00:00
joshmoz%gmail.com fa6766534d quick grammatical fix for a dl manager tooltip - "Remove all inactive download(s)" should not have a parenthesized "s" (no bug, sr=pinkerton) 2004-10-14 19:21:49 +00:00
pinkerton%aol.net f2c105c65c change finder version to 0.8+ 2004-10-12 14:48:41 +00:00
joshmoz%gmail.com 9792ffdbf7 allow localization of suggested bookmark export file name (bug 262779) 2004-10-07 19:46:32 +00:00
pinkerton%aol.net 7c46b1f416 remove 16-tab limit. add overflow menu (chevron). bug 261134 2004-10-03 21:33:08 +00:00
pinkerton%aol.net 40fe460f45 new tab widget implementation (bug 235782) 2004-09-02 22:52:29 +00:00
pinkerton%aol.net 97936c55b1 l10n fixes for 249259, 252407, 248163 2004-08-04 21:03:34 +00:00
pinkerton%aol.net c5228539f8 remove unused 10.1.x code, make min version be 10.2, general cleanup 2004-07-12 17:52:33 +00:00
pinkerton%aol.net 09d1dce809 use mozilla sourceid for google search 2004-06-23 12:53:40 +00:00