aboutsummaryrefslogtreecommitdiffstats
path: root/packages/sol-doc/tslint.json
blob: dd9053357ea41750816cea5fbeeb4cc2de85ed4b (plain) (blame)
1
2
3
{
    "extends": ["@0x/tslint-config"]
}
d>2011-10-191-2/+12 | * Fix some GSettings schema typos.Matthew Barnes2011-10-192-6/+6 | * Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-175-2218/+2995 |\ | * Updated Hungarian translationGabor Kelemen2011-10-171-7/+7 | | | * Realized I broke APOP authentication.Matthew Barnes2011-10-151-12/+3 | | | * Adapt to Camel's new authentication API.Matthew Barnes2011-10-151-0/+129 | | | * Updaged Galician translationsFran Dieguez2011-10-151-1850/+1978 | | | * [l10n] Updated German doc translationMario Blättermann2011-10-151-274/+302 | | | * Bug #660530 - Improve folder Subscription interfaceMilan Crha2011-10-141-87/+588 | | * | Some more migration to GSettings in the mail componentRodrigo Moya2011-10-143-11/+7 | | * | Use GSettings in mail-config.cRodrigo Moya2011-10-141-136/+56 | | * | Migrate EMailAttachmentBar to GSettingsRodrigo Moya2011-10-141-9/+5 | | * | Make e_utils_prompt_user and callers use GSettings keysRodrigo Moya2011-10-146-27/+35 | | * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-147-283/+273 |\| | * Downstream bug Bnc#688711 unable to book resourceVeerapuram Varadhan2011-10-141-1/+18 | | | * Updated Spanish translationDaniel Mustieles2011-10-141-93/+46 | | | * Updated Spanish translationDaniel Mustieles2011-10-141-182/+190 | | | * Bug 661650 - "Certificate Authority Trust" strings miss mnemonicsMatthew Barnes2011-10-141-3/+3 | | | * Bug #576478 - [Windows] Redirect Help->Contents to a web pageMilan Crha2011-10-131-0/+9 | | | * User Docs: Harmonize naming of PST file format. Fixes bug #588568Andre Klapper2011-10-131-3/+3 | | | * User Docs: Explain how to set Certificates to Trusted. Fixes bug #658813Andre Klapper2011-10-131-1/+4 | | * | Migrate bogfilter module to GSettingsRodrigo Moya2011-10-141-5/+5 | | * | Migrate external editor plugin to GSettingsRodrigo Moya2011-10-143-108/+100 | | * | Migrate prefer-plain plugin to GSettingsRodrigo Moya2011-10-144-17/+29 | | * | Remove unneeded GConf headerRodrigo Moya2011-10-141-1/+0 | | * | Migrate most of the composer to GSettingsRodrigo Moya2011-10-143-92/+33 | | * | Port EComposerHeaderTable to GSettingsRodrigo Moya2011-10-132-42/+22 | | * | Last remainig bits that can migrated to GSettings in the cappletRodrigo Moya2011-10-131-1/+0 | | * | Build fixesRodrigo Moya2011-10-133-10/+7 | | * | Migrate mail-account-view.c to GSettingsRodrigo Moya2011-10-132-18/+25 | | * | Migrate Contact Editor to GSettingsRodrigo Moya2011-10-133-27/+23 | | * | Migrate most of the shell code to GSettingsRodrigo Moya2011-10-134-94/+63 | | * | Use a GPtrArray instead of GArray to build the array string to use for ↵Rodrigo Moya2011-10-131-6/+6 | | | | | | | | g_settings_set_strv * | Port misc widgets to use GSettingsRodrigo Moya2011-10-134-19/+12 | | * | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-132-0/+2 | | * | NULL-terminate arrays that we pass to g_settings_set_strvRodrigo Moya2011-10-133-3/+6 | | * | Fix typo in key nameRodrigo Moya2011-10-131-1/+1 | | * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1318-126/+251 |\| | * Bug #455271 - A moved/renamed mail folder loses focusMilan Crha2011-10-131-1/+37 | | | * Bug #660721 - Online Account services not always activatingMilan Crha2011-10-132-2/+6 | | | * Fix typos in user visible stringsAndre Klapper2011-10-131-4/+4 | | | * Require libgdata >= 0.10.Matthew Barnes2011-10-132-14/+2 | | | | | | | | Drop all the backward-compatibility cruft. | * Updated Spanish translationDaniel Mustieles2011-10-121-28/+32 | | | * Bug 661534 - "Current View" tooltip untranslatedMatthew Barnes2011-10-121-1/+1 | | | * Bug 661542 - Weird "Cannot upgrade from version 0.xxxx" on first useVincent Untz2011-10-121-6/+4 | | | | | | | | | | | | | | | | GConf's default value for the version key is an empty string, which causes "sscanf (string, "%d.%d.%d", major, minor, micro)" to fail and leaves the major/minor/micro variables uninitialized. Instead, initialize the up front before reading the GConf key. | * Bug 661399 - Crash when hovering over calendar entryMatthew Barnes2011-10-122-8/+11 | | | * Bug #661434 - Unfriendly search resultMilan Crha2011-10-112-1/+6 | | | * Bug #661404 - Adding multiple e-mails to contact list is too hardMilan Crha2011-10-111-25/+26 | | | * Use gtk_check_button_new_with_mnemonic() with a mnemonic stringMilan Crha2011-10-111-1/+1 | | | * Bug #660829 - Allow 'Mark as read' in right click menu on spam folderMilan Crha2011-10-111-18/+12 | | | * Bug #660861 - Avoid mark-all-read on a non-folder selectionMilan Crha2011-10-111-1/+2 | | | * Bug #660850 - Missing set mnemonic widgets in composer preferencesMilan Crha2011-10-111-0/+2 | | | * Bug #660782 - [pst-import] Missing tasks after importMilan Crha2011-10-111-16/+105 | | * | Migrate ECalShellContent to GSettingsRodrigo Moya2011-10-113-18/+36 | | * | Last bits of calendar-config migrated to GSettingsRodrigo Moya2011-10-106-65/+49 | | * | Port calendar importer to GSettingsRodrigo Moya2011-10-104-5/+24 | | * | Merge branch 'master' into wip/gsettingsRodrigo Moya2011-10-1068-7593/+7405 |\| | * Updated Lithuanian translationAlgimantas Margevičius2011-10-091-2914/+2990 | | | * [l10n] Updated German translationMario Blättermann2011-10-091-2063/+2093 | | | * Updated Spanish translationJorge González2011-10-081-26/+43 | | | * Updated Spanish translationJorge González2011-10-082-267/+230 | | | * Fix typo in schema file in commit d2232a7Dan Vrátil2011-10-071-1/+1 | | | * Bug #235665 - Heavy hard disk access when resizing columns in viewsMilan Crha2011-10-075-2/+86 | | | * Bug #659876 - Make automatic contact address formatting optionalDan Vrátil2011-10-074-4/+50 | | | | | | | | | | Make behavior introduced in bug #636809 optional by adding checkbox to Preferences->Contacts. | * Bug #658066 - Security dialog is too bigDan Vrátil2011-10-072-75/+21 | | | | | | | | | | Fixed security dialog default size and resizing issues by simplifying the layout and replacing GtkVBoxes by GtkGrids. | * Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-071-41/+66 | | | * Updated Spanish translationDaniel Mustieles2011-10-071-325/+605 | | | * Fixed typo in stringDaniel Mustieles2011-10-071-1/+1 | | | * Updated Spanish translationDaniel Mustieles2011-10-071-990/+1024 | | | * Remove redundant ETypeFunc definition.Matthew Barnes2011-10-071-2/+0 | | | | | | | | This lives in libebackend/e-module.h now. | * Adapt to CamelFolderSummary API changesMilan Crha2011-10-066-38/+31 | | | * Prefer g_simple_async_result_take_error().Matthew Barnes2011-10-069-122/+61 | | | | | | | | | | | | | | | | | | Slightly more efficient and convenient than: g_simple_async_result_set_from_error (simple, error); g_error_free (error); One less GError to copy and destroy. | * Let GtkFileChooser track its own last-used-folder.Matthew Barnes2011-10-0613-262/+42 | | | | | | | | | | | | GtkFileChooser in GTK+ 3.2 now keeps track of the last-used-folder itself, even across applications, so get out of its way and let it handle it. | * Remove EHintedEntry.Matthew Barnes2011-10-065-383/+18 | | | | | | | | | | GtkEntry in GTK+ 3.2 now provides this functionality through the new GtkEntry:placeholder-text property. | * EAttachmentPaned: Add "resize-toplevel" property.Matthew Barnes2011-10-063-18/+116 | | | | | | | | | | | | | | | | | | Similiar to the new GtkExpander:resize-toplevel property in GTK+ 3.2, but adapted to the fact that EAttachmentPaned's expander has no direct child widget, and instead acts on the child widget in the lower pane. CompEditor now uses this to fix the weird vertical resizing behavior when its attachment bar is expanded and then collapsed again. | * GtkApplication has some new EShell-like features.Matthew Barnes2011-10-0624-323/+190 | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I pushed a few EShell features up to GtkApplication for GTK+ 3.2, so we can now trim off the redundancies in EShell. 1) GtkApplication has a new "window-added" signal which replaces EShell's own "window-created" signal. 2) GtkApplication has a new "window-removed" signal which replaces EShell's own "window-destroyed" signal. 3) gtk_application_get_windows() now returns a list of windows sorted by most recently focused, replacing e_shell_get_watched_windows(). 4) GtkApplication now provides enough hooks to subclasses that we can remove e_shell_watch_window() and call gtk_application_add_window() directly. | * Increase dependency on gtk+ to 3.2.0Milan Crha2011-10-061-1/+1 | | | * Bug #660878 - Account configuration options are not auto-filledDan Vrátil2011-10-051-11/+12 | | * | First successful buildRodrigo Moya2011-10-0618-495/+299 | | * | Use correct path for GSettings schemasRodrigo Moya2011-10-0511-13/+13 | | * | Finally completely mergedRodrigo Moya2011-10-056-96538/+24 | | * | Remove some leftover filesRodrigo Moya2011-10-054-764/+0 | | * | Merge from masterRodrigo Moya2011-10-05347-10431/+108454 |\| | * Oops, missed one.Matthew Barnes2011-10-051-1/+4 | | | * Simplify library dependency flags.Matthew Barnes2011-10-0579-451/+365 | | | | | | | | | | | | | | | | | | We have a confusing array of nearly-identical CFLAGS/LIBS definitions in configure.ac. Time to simplify. Instead let's just have one definition that includes all the libraries provided by Evolution-Data-Server (incl. Camel). That, in combination with GNOME_PLATFORM, gives us most of what we need for compliation and linking, and we can sprinkle definitions for additional library dependencies in Makefile.am's as needed. | * Bug #657374 - mailto: attachment parameter can lead to accidental data ↵Vibha Yadav2011-10-042-0/+35 | | | | | | | | | | | | exfiltration Through warning on attaching Hidden/security files by mailto command. | * Bug 660799 - Bad GOptionEntry in evolution-addressbook-exportMatthew Barnes2011-10-041-1/+1 | | | | | | | | G_OPTION_FLAG_FILENAME is only for G_OPTION_ARG_CALLBACK options. | * Updated .page file list in help/Makefile.amClaude Paroz2011-10-031-3/+3 | | | * publish-calendar: correct Secure FTP abbreviation to SFTPNguyễn Thái Ngọc Duy2011-10-031-1/+1 | | | * itip-formatter: end some strings with colon instead of full stopNguyễn Thái Ngọc Duy2011-10-031-3/+3 | | | * Updated Vietnamese translationNguyễn Thái Ngọc Duy2011-10-02