aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/texteditor/codeassist/functionhintproposalwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* TextEditor: Tr::trhjk2023-01-181-1/+3
* Remove GPL-3.0+ from license identifiersKai Köhne2023-01-061-1/+1
* LanguageClient: move completion rerequest logicDavid Schulz2022-11-291-4/+2
* Use SPDX license identifiersLucie Gérard2022-08-261-24/+2
* Drop Qt5: Cpp/TextEditor: Get rid of QOverloadJarek Kobus2022-07-261-1/+1
* Revert "Editor: Update current argument in function hint"David Schulz2022-06-291-2/+0
* Editor: prevent using function hint widget while it is deletedDavid Schulz2022-01-171-1/+4
* Editor: fix crash in function hint widgetDavid Schulz2022-01-141-1/+1
* Revert "Revert "Merge remote-tracking branch 'origin/4.15'""Eike Ziller2021-05-071-1/+6
* Revert "Merge remote-tracking branch 'origin/4.15'"Marco Bubke2021-05-061-6/+1
* TextEditor: Fix is visible check of function hintDavid Schulz2021-05-051-1/+6
* Prepare for QDesktopWidget removalChristian Stenger2020-08-141-4/+1
* Editor: Update current argument in function hintDavid Schulz2020-08-131-0/+2
* Editor: update proposal widget after editor contents changedDavid Schulz2020-02-181-2/+0
* Replace the deprecated QWheelEvent::delta() -> QWheelEvent::angleDelta()Sona Kurazyan2019-09-021-1/+1
* Remove usages of deprecated APIs of QLayoutSona Kurazyan2019-09-021-2/+2
* Fix some deprecation warnings in basic pluginsFriedemann Kleint2019-02-111-2/+4
* TextEditor: ModernizeOrgad Shaneh2018-09-201-2/+2
* TextEditor: comment smart pointer usage in proposal widgetDavid Schulz2018-02-271-1/+1
* CodeAssist: use shared pointer to pass around proposal modelsDavid Schulz2018-02-271-4/+3
* TextEditor: modernize FunctionHintProposalWidgetDavid Schulz2018-02-151-22/+15
* Clang: Remember selected function signature hintNikolai Kosjar2017-09-081-1/+84
* Merge remote-tracking branch 'origin/4.0'Eike Ziller2016-05-031-1/+2
|\
| * TextEditor: Remove invalid QTC_ASSERTNikolai Kosjar2016-04-271-1/+2
* | Add QTC_GUARDEike Ziller2016-04-181-2/+1
|/
* Update License according to agreement with Free Qt FoundationTobias Hunger2016-01-191-17/+12
* TextEditor: Use Qt5-style connectsOrgad Shaneh2015-12-181-2/+2
* TextEditor: Fix compile with Qt5.4Christian Stenger2015-11-161-1/+1
* Fix crashes with FunctionHintProposalWidgetEike Ziller2015-11-131-0/+1
* Editor: Fix potential crash in FunctionHintProposalWidget.David Schulz2015-11-031-3/+4
* Editor: Fix potential null pointer dereference in proposal widget.David Schulz2015-08-241-12/+10
* Editors/Function hint: Guard against potential crashesEike Ziller2015-08-121-3/+8
* Update LicenseEike Ziller2015-01-161-6/+6
* License updateEike Ziller2014-10-091-7/+8
* Incremented year in copyright infoRobert Loehning2014-01-081-1/+1
* CodeAssit: Fix completion if function hint is shownNikolai Kosjar2013-10-161-6/+11
* TextEditor: Do not trigger autocomplete after user aborts...Orgad Shaneh2013-09-181-0/+1
* ProposalWidgets: Accept escape key eventOrgad Shaneh2013-08-231-2/+6
* Clean headers in TextEditor.Friedemann Kleint2013-03-271-2/+0
* Merge remote-tracking branch 'origin/2.6'Oswald Buddenhagen2013-01-311-1/+1
|\
| * Incremented year in copyright infov2.6.2Robert Loehning2013-01-291-1/+1
* | Remove braces for single lines of conditionsOrgad Shaneh2013-01-081-9/+5
* | Merge remote-tracking branch 'origin/2.6'Eike Ziller2012-10-051-21/+20
|\|
| * Adjust license headershjk2012-10-051-21/+20
* | Utils: Introduce HostOsInfo class.Christian Kandeler2012-08-271-5/+4
|/
* Contact -> qt-project.orgEike Ziller2012-07-191-3/+1
* Removed module names from #include directives.Erik Verbruggen2012-02-151-9/+9
* Long live the king!hjk2012-01-261-1/+1
* Replace Q_WS_MAC with Q_OS_MAC.Morten Johan Sorvig2012-01-261-1/+1
* Allow user to click on arrows on the function hint proposal.wongk2011-11-071-1/+8