aboutsummaryrefslogtreecommitdiffstats
path: root/lang/parrot
ModeNameSize
-rw-r--r--Makefile1682logstatsplainblame
-rw-r--r--distinfo135logstatsplainblame
d---------files55logstatsplain
-rw-r--r--pkg-descr336logstatsplainblame
-rw-r--r--pkg-plist34865logstatsplainblame
ug #594083 - Oversized main window on startupMilan Crha2010-02-231-0/+3 * Use "mail" as the fallback shell view when starting up.Matthew Barnes2010-02-171-1/+4 * Update API documentation.Matthew Barnes2010-02-102-1/+5 * Bug 609302 - Quick search filters are brokenMatthew Barnes2010-02-091-2/+7 * Bug 609304 - Search scope forgotten if search is not performedMatthew Barnes2010-02-091-3/+7 * Remember search menu option even when not searching.Matthew Barnes2010-02-091-56/+131 * Add missing linker flags for libeshell.Matthew Barnes2010-02-081-0/+1 * Coding style and whitespace cleanup.Matthew Barnes2010-02-081-9/+16 * Implement account-wide search scope in mail.Matthew Barnes2010-02-074-44/+251 * Enforce unique-1.0 >= 1.1.2 build requirement.Matthew Barnes2010-02-032-3/+2 * Coding style and whitespace cleanup.Matthew Barnes2010-01-311-4/+4 * Bug 581604 - Permissions on mail/local folders are too openChenthill Palanisamy2010-01-302-1/+46 * Bug 608340 - Help text missing --debug parameterMatthew Barnes2010-01-281-1/+1 * Changes in mingw.org last w32api/mingw-rt packages.Fridrich Strba2010-01-281-1/+1 * Fix a issue for anjal while saving/restoring search across multipleSrinivasa Ragavan2010-01-251-0/+1 * Bug 606342 - PST option not offered in single file importMatthew Barnes2010-01-231-0/+2 * Add a EShellWindow::shell-view-created signal.Matthew Barnes2010-01-232-5/+72 * EShellBackend cleanup.Matthew Barnes2010-01-191-48/+44 * Remove dead assignments found by clang.Matthew Barnes2010-01-162-2/+2 * Bug 604520 - Create first account window hidden behind main windowMatthew Barnes2010-01-121-2/+2 * Bug #606340 - Crash on non-utf8 letter in mail folder nameMilan Crha2010-01-081-2/+3 * Do not focus in a search entry when it is not having a focusMilan Crha2010-01-081-1/+2 * Coding style and whitespace cleanup.Matthew Barnes2010-01-052-19/+36 * Clarify "Synchronization Options" menu item.Matthew Barnes2009-12-281-3/+9 * Hide "Submit Bug Report" if bug-buddy is not present.Matthew Barnes2009-12-281-0/+7 * Compiler and linker flag cleanups.Matthew Barnes2009-12-282-2/+6 * Coding style and whitespace cleanup.Matthew Barnes2009-12-265-9/+12 * Introduce ESelectable and EFocusTracker.Matthew Barnes2009-12-267-16/+157 * Reverting commit 55c3f228ad35 because it's crashing EvolutionMilan Crha2009-12-231-2/+2 * Provison to hide search label for Anjal's use.Srinivasa Ragavan2009-12-233-2/+54 * Anjal's search bar is outside of EShellContent. Handle that.Srinivasa Ragavan2009-12-231-1/+1 * Fix the way parent class is called. Anjal classes were never invokedSrinivasa Ragavan2009-12-231-2/+2 * Bug 604822 - Drop more alert titlesPaul Bolle2009-12-201-2/+0 * Coding style and whitespace cleanup.Matthew Barnes2009-12-201-1/+1 * Remove some obsolete GConf keys.Matthew Barnes2009-12-191-1/+0 * Refactor the EShell search API.Matthew Barnes2009-12-198-1318/+1618 * EShellContent cleanups.Matthew Barnes2009-12-191-52/+71 * Fix a small memory leak in EShellBackendJonathon Jongsma2009-12-191-0/+1 * Add get_data_dir(), get_config_dir() vfuncs to EShellBackendJonathon Jongsma2009-12-192-22/+65 * Bug #604884 - Use proper colors in Search bar when is search activatedMilan Crha2009-12-181-6/+8 * Bug #593896 - "Search -> Find now" should not be always enabledMilan Crha2009-12-181-1/+1 * Bug #603184 - Various problems with search box in foldersMilan Crha2009-12-183-3/+48 * Bug #603342 - Memory leak fixesMilan Crha2009-12-151-0/+3 * Introduce EMailSidebar into libevolution-mail.Matthew Barnes2009-12-151-0/+21 * Make e_shell_window_update_search_menu() more crash-resistant.Matthew Barnes2009-12-151-0/+9 * Move icon theme path setup from main() to EShell.Matthew Barnes2009-12-153-5/+7 * Bug #499322 - Use extension for "Save as" suggested file nameMilan Crha2009-12-102-0/+56 * Port all error code to use GObject-ified EAlert / EAlertDialogJonathon Jongsma2009-12-083-4/+6 * Bug 603592 - X11 window roles should be setMatthew Barnes2009-12-041-0/+10 * Revise the EShell ref-leak check to not upset Valgrind.Matthew Barnes2009-12-032-19/+16 * Add an EShell:module-directory constructor property.Matthew Barnes2009-12-023-6/+67 * Allow EShellWindow "construct" methods to return NULL.Matthew Barnes2009-12-021-14/+25 * Add private virtual methods to EShellWindowClass.Matthew Barnes2009-12-026-335/+748 * Add e_shell_taskbar_get_activity_count().Matthew Barnes2009-12-022-0/+18 * Rename EError to EAlert to match general use betterJonathon Jongsma2009-12-014-18/+17 * port shell/ over to the new EError APIJonathon Jongsma2009-12-014-7/+18 * Implement a new 'killev' program.Matthew Barnes2009-11-273-20/+178 * Make EShell more subclassable.Matthew Barnes2009-11-273-30/+52 * Handle a missed corner case with --quit.Matthew Barnes2009-11-261-0/+11 * Add a --quit command-line option.Matthew Barnes2009-11-263-22/+63 * Add a --geometry command-line option.Matthew Barnes2009-11-266-9/+113 * Default /evolution/shell/network_config/proxy_type to 0 explicitlyMilan Crha2009-11-241-0/+1 * Kill Evolution's icon cache once and for all.Matthew Barnes2009-11-202-3/+5 * Bug #579599 - Let the Advanced Search work againMilan Crha2009-11-193-18/+174 * Bug 589153 - Use GtkBuilder instead of libgladeMatthew Barnes2009-11-174-8/+5 * Hide actions when lockdown settings are enabled.Matthew Barnes2009-11-141-3/+3 * EWebView popup menu enhancements.Matthew Barnes2009-11-142-0/+33 * Further tweaks for the command-line importing.Matthew Barnes2009-11-131-11/+1 * Bug #588093 - Allow import of local files from command lineMilan Crha2009-11-125-13/+125 * Rearrange variables and Windows-only code to avoid warningTor Lillqvist2009-11-111-10/+11 * Kill more redundant save dialogs and related utilities.Matthew Barnes2009-11-112-3/+91 * Kill e-cursor(s) (both of them).Matthew Barnes2009-11-101-4/+0 * Convert some "Save As" actions to run asynchronously.Matthew Barnes2009-11-085-14/+151 * Test drive EIOActivity with a simple asynchronous function.Matthew Barnes2009-11-081-1/+1 * Move EActivity and subclasses to e-util.Matthew Barnes2009-11-081-1/+1 * Fix few compiler warningsMilan Crha2009-11-031-2/+2 * Bug 599890 - Search should not be remembered across foldersMatthew Barnes2009-10-301-1/+1 * Don't update the message list when right-clicking on a folder.Matthew Barnes2009-10-282-2/+6 * Cleanup and rename filter classes.Matthew Barnes2009-10-273-62/+62 * Bug #599740 - Crashing in g_thread_initMilan Crha2009-10-271-1/+2 * Clean up e_shell_get_active_window()Matthew Barnes2009-10-211-12/+16 * Bug #594471 - Shouldn't call e_error_new/run with NULL 'parent'Milan Crha2009-10-134-6/+34 * Bug 596952 - Offline mode does not stick when set from command lineMatthew Barnes2009-10-081-9/+15 * Clean up includes in main.c.Matthew Barnes2009-10-081-27/+17 * Shell cleanup.Matthew Barnes2009-10-071-5/+12 * Build with GTK_DISABLE_DEPRECATED and fix resulting breakage.Matthew Barnes2009-10-021-1/+3 * Bug 596848 - Use per-target CPPFLAGS in automake filesH.Habighorst2009-10-012-33/+58 * Bug #596753 - Autocompletion addressbooks not rememberedMilan Crha2009-09-303-1/+10 * Show import progress directly in the assistant window.Matthew Barnes2009-09-261-2/+6 * Rename EShellImporter to EImportAssistant and move it to widgets.Matthew Barnes2009-09-265-973/+6 * Convert the shell importer to a widget class.Matthew Barnes2009-09-263-408/+564 * Shell importer does not need an EShellWindow.Matthew Barnes2009-09-263-5/+3 * Trim unused or unnecessary bits from the import framework.Matthew Barnes2009-09-262-3/+1 * Developer documentation improvements.Matthew Barnes2009-09-234-7/+11 * Kill the killev program, and the whole tools directory.Matthew Barnes2009-09-182-11/+31 * Restore the alarm notify daemon.Matthew Barnes2009-09-181-1/+1 * Bug #590707 - Initialize DBus threading on startMilan Crha2009-09-101-0/+6 * Finish killing Bonobo.Matthew Barnes2009-09-093-40/+20 * Whitespace cleanup.Matthew Barnes2009-09-051-2/+2 * Kill the default parent window hack in e-error.c.Matthew Barnes2009-09-051-1/+6 * EShell cleanup + rework my previous crasher fix.Matthew Barnes2009-09-053-124/+90 * Fix crash when second main window is closed.Matthew Barnes2009-09-052-43/+41 * Homing in on a reference counting issue in EShellContent.Matthew Barnes2009-09-041-22/+6 * Fix a reference counting issue in EShellTaskbar.Matthew Barnes2009-09-041-0/+16 * Get the "save-calendar" plugin working.Matthew Barnes2009-09-043-34/+8 * Fix some mistakes in the EShell documentation.Matthew Barnes2009-09-031-1/+1 * Introduce an EShellView::execute-search signal.Matthew Barnes2009-09-036-49/+124 * Bug #593761 - Wrong dir for calendar local sourcesMilan Crha2009-09-021-2/+2 * Relax the EBinding API to reduce GObject casting.Matthew Barnes2009-09-023-44/+44 * Disable switcher actions when sidebar is hidden.Matthew Barnes2009-09-022-0/+26 * Start migration -after- loading all modules and plugins.Matthew Barnes2009-09-022-3/+5 * Bug 593778 - Clear search enabled when it shouldn't beMatthew Barnes2009-09-011-1/+12 * Get EConfig and EEvent hooks working again.Matthew Barnes2009-09-011-1/+1 * Fix for few compiler warningsMilan Crha2009-08-311-2/+2 * Fix widget include paths in public header files.Matthew Barnes2009-08-311-2/+2 * Coding style and whitespace cleanup.Matthew Barnes2009-08-301-1/+1 * Simplify EPlugin loading at startup.Matthew Barnes2009-08-301-22/+18 * Nit pick.Matthew Barnes2009-08-281-2/+2 * Fix resize behavior of main window panes.Matthew Barnes2009-08-271-1/+1 * Add menu item ellipsis according to bug #324492.Matthew Barnes2009-08-251-1/+1 * Bug 488409 - Remember size of filter/vfolder editor windowsMatthew Barnes2009-08-251-1/+1 * Bug 592335 - Submit bug-report doesn't workMatthew Barnes2009-08-251-1/+1 * Bug 511769 - Poor indication of when network is unavailableMatthew Barnes2009-08-251-0/+12 * Exit if no command-line URIs are handled.Matthew Barnes2009-08-252-4/+7 * Remember position of main window.Matthew Barnes2009-08-252-1/+23 * Stop killing evolution-data-server services.Matthew Barnes2009-08-232-88/+1 * Bug 571488 - Migrate from deprecated gnome_sound to libcanberraH.Habighorst2009-08-231-3/+0 * Remove an unnecessary libgnomeui include.Matthew Barnes2009-08-181-1/+0 * Bug 567260 - Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-181-7/+20 * Fix compiler warnings and deprecated GTK+ API usage.Matthew Barnes2009-08-162-2/+3 * Bug 567260 – Migrate from GnomeDruid to GtkAssistantMilan Crha2009-08-143-285/+134 * Update GConf when the online/offline button is clicked.Matthew Barnes2009-08-142-0/+20 * Bug #563795 - Crashed while importing an mbox file in local folderMilan Crha2009-08-111-3/+22 * Kill EMMenu and EMPopup.Matthew Barnes2009-08-102-12/+10 * Simplify binding EShellSettings properties to GConf keys.Matthew Barnes2009-08-013-76/+182 * Finish EggSMClient shell integration.Matthew Barnes2009-07-161-34/+102 * Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-151-1/+11 |\ | * Bug 588018 – NetworkManager & DBUS build check rewriteH.Habighorst2009-07-141-0/+6 | * Fix excessive whitespace.Matthew Barnes2009-07-1321-89/+3 * | Fix excessive whitespace.Matthew Barnes2009-07-142-21/+14 * | Version check for the deprecation workaround was off by one.Matthew Barnes2009-07-141-19/+1 * | Fix some issues when building Anjal.Matthew Barnes2009-07-131-1/+1 * | Add a "quit-requested" signal to the shutdown protocol.Matthew Barnes2009-07-133-30/+78 * | Fix a problem with EShell initialization.Matthew Barnes2009-07-122-6/+5 * | Implement the shutdown protocol and stub in session management.Matthew Barnes2009-07-116-274/+107 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-07-112-0/+63 |\| | * [win32] When started from a console, get console output (Windows XP orFridrich Strba2009-07-041-0/+28 | * Set the start_in_offline state only when the user chooses to goChenthill Palanisamy2009-07-032-8/+39 | * Use AM_CPPFLAGS instead of INCLUDE in all Makefile.am.Matthew Barnes2009-07-013-3/+3 | * Stop abusing forward declarations.Matthew Barnes2009-06-192-4/+3 | * Use G_BEGIN_DECLS / G_END_DECLS macros.Matthew Barnes2009-06-1914-98/+28 | * Fix even more compiler warnings and disable one for format stringsMilan Crha2009-06-051-2/+2 | * It might help to install the evolution binary.Matthew Barnes2009-06-031-8/+1 | * Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-17/+0 | * More code cleanup.Matthew Barnes2009-06-028-23/+23 | * Whitespace cleanup.Matthew Barnes2009-05-299-21/+21 | * Prefer GLib basic types over C types.Matthew Barnes2009-05-2939-386/+386 | * Remove trailing whitespace, again.Matthew Barnes2009-05-2951-57/+57 * | Fix up EShell API documentation.Matthew Barnes2009-07-015-5/+6 * | Fix "make distcheck" errors and other build cleanups.Matthew Barnes2009-07-012-2/+2 * | Get the "startup-wizard" plugin working again.Matthew Barnes2009-06-304-13/+32 * | Get the "mail-to-task" plugin working again.Matthew Barnes2009-06-261-19/+44 * | Fix similar weak pointer issues throughout.Matthew Barnes2009-06-203-0/+18 * | Fix "make distcheck" errors.Matthew Barnes2009-06-202-26/+1 * | Use key files for tracking widget states.Matthew Barnes2009-06-134-4/+204 * | Search bar improvements.Matthew Barnes2009-06-092-75/+111 * | Use GtkEntry instead of EIconEntry in the main search bar.Matthew Barnes2009-06-041-56/+127 * | It might help to install the evolution binary.Matthew Barnes2009-06-041-8/+1 * | Bug 582939 – Drop support for CDEMatthew Barnes2009-06-031-17/+0 * | More code cleanup.Matthew Barnes2009-06-021-1/+1 * | Whitespace cleanup.Matthew Barnes2009-05-293-47/+47 * | Prefer GLib basic types over C types.Matthew Barnes2009-05-277-41/+41 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-2738-45/+46 |\ \ | * | Remove trailing whitespace, again.Matthew Barnes2009-05-2751-57/+57 | |/ | * Fix compiler warnings in shell.Matthew Barnes2009-05-264-6/+9 | * Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-245-17/+17 | * Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-174-5/+5 | * Bug 571496 – Migrate from deprecated gnome_execute to g_spawn/xdg-terminalAdam Petaccia2009-05-061-18/+15 * | Eliminate redundant E_ICON_SIZE_* enumeration.Matthew Barnes2009-05-251-1/+1 * | Filter/Search bar changes for Anjal.Srinivasa Ragavan2009-05-241-1/+0 * | Fix several types of pedantic compiler warnings.Matthew Barnes2009-05-212-2/+2 * | Use -no-undefined on Linux tooMilan Crha2009-05-201-11/+12 * | Add G_MODULE_EXPORT to exported module functions.Matthew Barnes2009-05-111-2/+2 * | Fix a compiler warning.Matthew Barnes2009-05-111-1/+1 * | Use the proper idiom for loading types in a GTypeModule.Matthew Barnes2009-05-116-76/+103 * | Fix bugs caused by EShellBackend changes.Matthew Barnes2009-05-1011-255/+397 * | Adapt calendar to EShellBackend changes.Matthew Barnes2009-05-082-26/+26 * | Convert EShellModule to EShellBackendMatthew Barnes2009-05-0718-1082/+849 * | Merge branch 'master' into kill-bonoboMatthew Barnes2009-05-047-3/+19 |\| | * Add iconrc support for Evolution. The windows binaryFridrich Strba2009-05-046-2/+18 | * ** BUGFIX: 573830 - g_timeout_add_seconds should be preferred to g_timeout_addMarcel Stimberg2009-05-042-2/+2 | * Use Behdad's brilliant git.mk to generate .gitignore files.Matthew Barnes2009-05-023-0/+6 | * Bug 580893 – Kill libgnome/gnome-gconfMatthew Barnes2009-05-01