summaryrefslogtreecommitdiff
path: root/src/plugins/texteditor/completionwidget.cpp
Commit message (Expand)AuthorAgeFilesLines
* It's 2011 now.con2011-01-121-1/+1
* License headers.con2010-12-171-7/+11
* Keep the current explicitly selected item.Roberto Raggi2010-08-031-1/+33
* Allow certain characters to also trigger the completionThorbjørn Lindeijer2010-07-091-0/+15
* Fixed possible crash.Erik Verbruggen2010-05-311-1/+2
* Remove snippet tooltip when completion list looses focus.Erik Verbruggen2010-05-311-0/+1
* Use the editor font in the completion widgetThorbjørn Lindeijer2010-05-171-0/+1
* Forward Home and End keys to the editor when completingThorbjørn Lindeijer2010-04-161-0/+3
* Put some space between completion info tooltip and delay appearingThorbjørn Lindeijer2010-04-151-4/+9
* Unified the three fake tooltip copiesThorbjørn Lindeijer2010-04-151-24/+18
* some minor popup tuningmae2010-04-091-9/+4
* if a tooltip, do as tooltip domae2010-04-091-1/+0
* use correct tooltip foreground role and drop the unnecessary auto fillmae2010-04-091-1/+3
* Implement tooltips for snippetsmae2010-04-091-2/+80
* Make completion box hide on an editor undo operationmae2010-03-291-0/+2
* Ensure the completion box is initialized before computing its size hint.Roberto Raggi2010-03-291-0/+1
* Long live the king!hjk2010-03-051-1/+1
* Use mini scrollbars for popups on Mac.con2010-02-191-0/+7
* Fixed the border of the completion widgetThorbjørn Lindeijer2010-02-171-5/+4
* Simplified the structure of the CompletionWidgetThorbjørn Lindeijer2010-02-171-102/+145
* Removed the extra frame around our completion box when compiling for Q_WS_MAC.Roberto Raggi2010-01-281-1/+3
* don't allow keys with empty text to reset the currently selected completion itemMartin Aumüller2010-01-211-0/+3
* Don't show focus rect for completion widget on Mac.con2010-01-211-0/+1
* implement Ctrl+N/Ctrl-P to select next/previous completion itemMartin Aumüller2010-01-051-0/+25
* Don't wrap around the completion list when auto-repeatingThorbjørn Lindeijer2009-11-231-2/+4
* Fixed possible crash when using tab to complete (Qt/Carbon only).Roberto Raggi2009-11-201-2/+12
* Removed the m_ prefix used in the public members of CompletionItemRoberto Raggi2009-10-051-5/+5
* Wrap completion box list when navigating with up/down arrow keys.Daniel Molkentin2009-09-111-0/+10
* long live the kinghjk2009-08-141-1/+1
* Removing some unused semicolons after Q_UNUSEDAlessandro Portale2009-07-131-1/+1
* Update license headers and sales contact details.Jason McDonald2009-06-171-2/+2
* Initial work on "Quick Fix".Roberto Raggi2009-06-081-1/+7
* ifdef Q_?S_* cleanupOswald Buddenhagen2009-06-031-1/+1
* Fixes: change file license headers to include LGPLhjk2009-02-251-21/+17
* Bump year in licence header.Daniel Molkentin2009-01-131-1/+1
* Put completion widget on correct desktop for good.Daniel Molkentin2009-01-071-2/+2
* Allow some more space for popup on most desktopsThorbjørn Lindeijer2008-12-191-0/+4
* Keep completion popup on the screenThorbjørn Lindeijer2008-12-181-12/+25
* chancge Nokia GPL exception version from 1.2 to 1.3hjk2008-12-161-1/+1
* use QTC_ASSERT instead of Q_ASSERThjk2008-12-091-1/+2
* more code cosmeticshjk2008-12-021-0/+1
* off-by-one in headershjk2008-12-021-1/+0
* end-of-line whitespace correction of the new headershjk2008-12-021-10/+11
* Initial importcon2008-12-021-0/+264