root/vidalia/branches

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @3416 [3416] 3 days edmanm Backport r3415 to the 0.1.x branch.
(edit) @3414 [3414] 4 days edmanm The auto-updates merge to trunk was sucessful, so remove the branch.
(edit) @3408 [3408] 6 days sjmurdoch On NT4.0, win32_process_list() doesn't work. Keep Vidalia open in this …
(edit) @3407 [3407] 6 days sjmurdoch Rename location of Firefox binary from firefox.exe to tbb-firefox.exe Fix …
(edit) @3404 [3404] 9 days edmanm 09:43 < coderman> 1. src/vidalia/updateprocess.cpp per arma's request can …
(edit) @3397 [3397] 4 weeks edmanm Clicking the 'X' in the "Here's the updates available" window should mean …
(edit) @3396 [3396] 4 weeks edmanm If it's time to check for available updates when Vidalia starts, and …
(edit) @3395 [3395] 4 weeks edmanm If Tor is running and has established a circuit when it's time to …
(edit) @3394 [3394] 4 weeks edmanm Add a method to UpdateProcess? to set a socks port and pass it to thandy on …
(edit) @3393 [3393] 4 weeks edmanm "Cancel" usually means "go away, dialog" in addition to "stop what you're …
(edit) @3392 [3392] 4 weeks edmanm Change the "Your Tor seems to be out of date, go to this website" …
(edit) @3391 [3391] 4 weeks edmanm If "Check Now" is clicked and a check for updates is already in …
(edit) @3390 [3390] 4 weeks edmanm Make doubly sure that the cancel() method has no effect on …
(edit) @3389 [3389] 4 weeks edmanm Add a couple fugnasty kludges to glean some update download progress …
(edit) @3388 [3388] 4 weeks edmanm "Install" should be the default button in the "here's the available …
(edit) @3387 [3387] 4 weeks edmanm Add a dialog that can display the progress of the updater as it checks …
(edit) @3386 [3386] 4 weeks edmanm Add a slightly larger software update icon for my pretty little …
(edit) @3385 [3385] 4 weeks edmanm When the user clicks the "Check Now" button in the General settings …
(edit) @3384 [3384] 4 weeks edmanm Add a couple items to the 0.1.11 changelog.
(edit) @3383 [3383] 4 weeks edmanm Let the auto-updater's QProcess inherit the system environment variables, …
(edit) @3381 [3381] 4 weeks edmanm Backport r3379 and r3380.
(edit) @3378 [3378] 4 weeks edmanm Merge dererk's debian/ directory back to the 0.1.x branch, since our …
(edit) @3370 [3370] 5 weeks edmanm Tor's auto-updater thing is not named after a defunct computer brand.
(edit) @3368 [3368] 5 weeks edmanm Ignore CAN_INSTALL messages if we're installing updates. We already …
(edit) @3367 [3367] 5 weeks edmanm Display the UpdateDialog? if Thandy found one or more packages available to …
(edit) @3366 [3366] 5 weeks edmanm When a CAN_INSTALL thandy message is encountered, kick off another …
(edit) @3365 [3365] 5 weeks edmanm Populate the UpdateDialog? UI with information from a list of available …
(edit) @3364 [3364] 5 weeks edmanm A little bit of CMake fu.
(edit) @3363 [3363] 5 weeks edmanm Change the UpdateDialog? to have only "Install Now" and "Remind Me …
(edit) @3362 [3362] 5 weeks edmanm Add a PackageInfo? class that can be used to represent information about an …
(edit) @3361 [3361] 5 weeks phobos Fix Info.plist files because it's Short, not Sort.
(edit) @3360 [3360] 5 weeks edmanm Clean up the CMake mojo for conditionally building with auto-update …
(edit) @3359 [3359] 5 weeks edmanm Tell the auto-updater to leave its droppings under Vidalia's data …
(edit) @3357 [3357] 6 weeks edmanm Pass "--controller-log-format" to the thandy client and …
(edit) @3355 [3355] 6 weeks edmanm Remove the verticalSpacing property from a .ui file, since Qt < 4.3 …
(edit) @3352 [3352] 6 weeks edmanm Changelog typo.
(edit) @3341 [3341] 7 weeks edmanm Start parsing thandy log messages and trying to match message text in …
(edit) @3339 [3339] 7 weeks edmanm I forgot the svn:keywords and (more importantly) the svn:eol-style …
(edit) @3330 [3330] 7 weeks edmanm Add some code for launching a thandy client via the Python interpreter for …
(edit) @3329 [3329] 7 weeks edmanm Bring the auto-updates branch up to date.
(edit) @3302 [3302] 8 weeks edmanm These don't need to be tabstops anymore.
(edit) @3299 [3299] 8 weeks edmanm Backport r3298 to the 0.1.x branch.
(edit) @3291 [3291] 2 months edmanm Backport r3290.
(edit) @3283 [3283] 2 months edmanm Add some CMake fu for building with Google Breakpad and my stub minidump …
(edit) @3282 [3282] 2 months edmanm Create a branch for my Breakpad stuff.
(edit) @3277 [3277] 2 months edmanm Bump to 0.1.10.
(edit) @3276 [3276] 2 months edmanm Backport the 'reset your control password' and help topic stuff to 0.1.x.
(edit) @3273 [3273] 2 months edmanm Typo.
(edit) @3272 [3272] 2 months edmanm Backport r3271.
(edit) @3270 [3270] 2 months edmanm Add some 0.1.10 changelog items.
(edit) @3246 [3246] 3 months edmanm Revert the "how often to check for updates" stuff (r3239 and r3244).
(edit) @3244 [3244] 3 months edmanm Save and load the "how often do you want to check for updates" setting …
(edit) @3243 [3243] 3 months edmanm Add some columns to the table of available updates.
(edit) @3242 [3242] 3 months edmanm Add an UpdateDialog? class around the ui added in r3241.
(edit) @3241 [3241] 3 months edmanm Add a dialog for displaying available software updates, details about the …
(edit) @3240 [3240] 3 months edmanm Add an icon for the available software updates dialog.
(edit) @3239 [3239] 3 months edmanm Apparently there is also supposed to be an option for letting the …
(edit) @3238 [3238] 3 months edmanm Merge r3235-r3237 to the auto-updates branch.
(edit) @3229 [3229] 3 months edmanm Create a branch for this auto-update stuff.
(edit) @3156 [3156] 3 months borkdomenik Implemented the stretching of the service tables.
(edit) @3095 [3095] 4 months edmanm Backport r3094.
(edit) @3093 [3093] 4 months edmanm Backport all the .po and .pot string additions for r3092.
(edit) @3092 [3092] 4 months edmanm Backport the Firefox warning page .nsi changes (we'll do the huge pile of …
(edit) @3059 [3059] 4 months edmanm Backport r3057.
(edit) @3058 [3058] 4 months edmanm The Vidalia 0.1.x branch wants to roll with Tor 0.2.0.x. Vidalia trunk …
(edit) @3044 [3044] 4 months edmanm Create a Vidalia 0.1.x "stable" branch.
(edit) @3037 [3037] 4 months edmanm Nope, that doesn't go there.
(edit) @3036 [3036] 4 months edmanm Tag the 0.1.9 release.
(edit) @3024 [3024] 4 months sjmurdoch Add very simple Firefox launcher
(edit) @3022 [3022] 4 months edmanm Create an alt-launcher branch for Steven's Firefox launcher work.
(edit) @3018 [3018] 4 months cviecco Added sorting of displayed nodes. Fixed behaviour of exlucde nodes. It was …
(edit) @3015 [3015] 4 months cviecco Two bugs fixed. 1. Bad behaviour on 0.2.1.x series. A file was removed …
(edit) @2979 [2979] 5 months edmanm The UPnP branch was merged into trunk a long time ago.
(edit) @2974 [2974] 5 months borkdomenik more bugfixes and improvements, e.g. replacing of the checkboxes for …
(edit) @2973 [2973] 5 months borkdomenik bugfix on HidServAuth? with more than one service!
(edit) @2972 [2972] 5 months borkdomenik some bugfixes and improvements at MainWindow? and …
(edit) @2971 [2971] 5 months borkdomenik removed the whole rich text stuff of the tooltips(thx to edmanm for the …
(edit) @2970 [2970] 5 months borkdomenik sorry forgot to clean-up.
(edit) @2969 [2969] 5 months borkdomenik Two new features: * Display the number of HiddenServices? actually running …
(edit) @2960 [2960] 5 months borkdomenik Some more bugfixes and changes according to proposal 121. * make the …
(edit) @2959 [2959] 5 months borkdomenik First commit including the changes according to proposal 121 and the …
(edit) @2958 [2958] 5 months cviecco Merging of trunk to exit-branch. Should fix qt 4.4 problems. Runs OK on …
(edit) @2956 [2956] 5 months cviecco Applied change set 2919 to the exit country branch. Fixes display status.
(edit) @2955 [2955] 5 months cviecco Forgot one renaming, catched when trying to build distribution package.
(edit) @2952 [2952] 5 months cviecco Made more stuff compliant to the hacking document(doxygen). Fixed a race …